diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-05 16:01:24 +0200 |
commit | 4598656934424b42be1e7d6c513c7f005881ad90 (patch) | |
tree | 6a521c8af79334c93a2890e4231ed11f3a6878e6 /tests/function | |
parent | f5ea93b1711b9f50bdbbd20f3b34f2e8fcb47665 (diff) |
Update copyright year
Diffstat (limited to 'tests/function')
-rw-r--r-- | tests/function/buildfile | 2 | ||||
-rw-r--r-- | tests/function/builtin/buildfile | 2 | ||||
-rw-r--r-- | tests/function/builtin/testscript | 2 | ||||
-rw-r--r-- | tests/function/path/buildfile | 2 | ||||
-rw-r--r-- | tests/function/path/testscript | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/function/buildfile b/tests/function/buildfile index 6c26737..4e043cf 100644 --- a/tests/function/buildfile +++ b/tests/function/buildfile @@ -1,5 +1,5 @@ # file : tests/function/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file d = builtin/ path/ diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile index a3446bb..0c38e38 100644 --- a/tests/function/builtin/buildfile +++ b/tests/function/builtin/buildfile @@ -1,5 +1,5 @@ # file : tests/function/builtin/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{testscript} $b diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index a727146..82df683 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -1,5 +1,5 @@ # file : tests/function/path/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile index f39a237..5c2ede2 100644 --- a/tests/function/path/buildfile +++ b/tests/function/path/buildfile @@ -1,5 +1,5 @@ # file : tests/function/path/buildfile -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: test{testscript} $b diff --git a/tests/function/path/testscript b/tests/function/path/testscript index a0d8422..4621ba4 100644 --- a/tests/function/path/testscript +++ b/tests/function/path/testscript @@ -1,5 +1,5 @@ # file : tests/function/path/testscript -# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test |