diff options
Diffstat (limited to 'tests/variable')
-rw-r--r-- | tests/variable/override/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/override/testscript | 2 | ||||
-rw-r--r-- | tests/variable/prerequisite-specific/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/prerequisite-specific/testscript | 2 | ||||
-rw-r--r-- | tests/variable/scope-specific/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/scope-specific/testscript | 2 | ||||
-rw-r--r-- | tests/variable/target-specific/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/target-specific/testscript | 2 | ||||
-rw-r--r-- | tests/variable/target-type-pattern-specific/buildfile | 2 | ||||
-rw-r--r-- | tests/variable/target-type-pattern-specific/testscript | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile index 3cc05be..6d5d3d9 100644 --- a/tests/variable/override/buildfile +++ b/tests/variable/override/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/override/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript index 00ffdb9..82b8e98 100644 --- a/tests/variable/override/testscript +++ b/tests/variable/override/testscript @@ -1,5 +1,5 @@ # file : tests/variable/override/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile index 0dc0380..093eecd 100644 --- a/tests/variable/prerequisite-specific/buildfile +++ b/tests/variable/prerequisite-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/prerequisite-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/prerequisite-specific/testscript b/tests/variable/prerequisite-specific/testscript index ed7c60b..4771356 100644 --- a/tests/variable/prerequisite-specific/testscript +++ b/tests/variable/prerequisite-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/prerequisite-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile index 3ab9dd2..a5f6e42 100644 --- a/tests/variable/scope-specific/buildfile +++ b/tests/variable/scope-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/scope-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/scope-specific/testscript b/tests/variable/scope-specific/testscript index 13e7eca..27210f9 100644 --- a/tests/variable/scope-specific/testscript +++ b/tests/variable/scope-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/scope-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile index c66aba7..8a73e00 100644 --- a/tests/variable/target-specific/buildfile +++ b/tests/variable/target-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/target-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/target-specific/testscript b/tests/variable/target-specific/testscript index 8b0a846..9747e94 100644 --- a/tests/variable/target-specific/testscript +++ b/tests/variable/target-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/target-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.testscript diff --git a/tests/variable/target-type-pattern-specific/buildfile b/tests/variable/target-type-pattern-specific/buildfile index efed550..b721c84 100644 --- a/tests/variable/target-type-pattern-specific/buildfile +++ b/tests/variable/target-type-pattern-specific/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/target-type-pattern-specific/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/target-type-pattern-specific/testscript b/tests/variable/target-type-pattern-specific/testscript index e60dbe1..6593b3e 100644 --- a/tests/variable/target-type-pattern-specific/testscript +++ b/tests/variable/target-type-pattern-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/target-type-pattern-specific/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # NOTE: see also old tests. |