diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-21 10:49:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-21 10:49:34 +0300 |
commit | 8956305565d8e9207c0d7d1037bf406e503c7038 (patch) | |
tree | 8354e3bab75516e24817b9bf07412b8d5e495d3b /tests/basic | |
parent | c835113b32d44ba801db5e7b74250df7f9c9fd34 (diff) |
Update copyright year
Diffstat (limited to 'tests/basic')
-rw-r--r-- | tests/basic/buildfile | 2 | ||||
-rw-r--r-- | tests/basic/driver.c | 2 | ||||
-rw-r--r-- | tests/basic/testscript | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/basic/buildfile b/tests/basic/buildfile index ebb8fe2..efd9fb5 100644 --- a/tests/basic/buildfile +++ b/tests/basic/buildfile @@ -1,5 +1,5 @@ # file : tests/basic/buildfile -# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd # license : ISC; see accompanying COPYING file import libs = libpkgconf%lib{pkgconf} diff --git a/tests/basic/driver.c b/tests/basic/driver.c index c9810ce..888a862 100644 --- a/tests/basic/driver.c +++ b/tests/basic/driver.c @@ -1,5 +1,5 @@ /* file : tests/basic/driver.c - * copyright : Copyright (c) 2016-2017 Code Synthesis Ltd + * copyright : Copyright (c) 2016-2018 Code Synthesis Ltd * license : ISC; see accompanying COPYING file */ diff --git a/tests/basic/testscript b/tests/basic/testscript index d7fe796..f2eee89 100644 --- a/tests/basic/testscript +++ b/tests/basic/testscript @@ -1,5 +1,5 @@ # file : tests/basic/testscript -# copyright : Copyright (c) 2016-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2016-2018 Code Synthesis Ltd # license : ISC; see accompanying COPYING file test.options = --with-path $~ |