From f7a0e23b391a5fd7a96734d62ac76916f128376e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 20:35:36 +0300 Subject: Update copyright year --- tests/variable/override/buildfile | 2 +- tests/variable/override/testscript | 2 +- tests/variable/prerequisite-specific/buildfile | 2 +- tests/variable/prerequisite-specific/testscript | 2 +- tests/variable/scope-specific/buildfile | 2 +- tests/variable/scope-specific/testscript | 2 +- tests/variable/target-specific/buildfile | 2 +- tests/variable/target-specific/testscript | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/variable') diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile index 6cd339f..3cc05be 100644 --- a/tests/variable/override/buildfile +++ b/tests/variable/override/buildfile @@ -1,5 +1,5 @@ # file : tests/variable/override/buildfile -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: testscript $b diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript index 3529574..591fc19 100644 --- a/tests/variable/override/testscript +++ b/tests/variable/override/testscript @@ -1,5 +1,5 @@ # file : tests/variable/override/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile index dc017c1..0dc0380 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 ba21557..d0ce5e0 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile index 81a8158..3ab9dd2 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 1f5f5fb..2f519d2 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile index 5ae03b0..c66aba7 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-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 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 e8cc9c2..64ca0b6 100644 --- a/tests/variable/target-specific/testscript +++ b/tests/variable/target-specific/testscript @@ -1,5 +1,5 @@ # file : tests/variable/scope-specific/testscript -# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file .include ../../common.test -- cgit v1.1