diff options
Diffstat (limited to 'tests/cc')
-rw-r--r-- | tests/cc/libu/buildfile | 2 | ||||
-rw-r--r-- | tests/cc/libu/testscript | 2 | ||||
-rw-r--r-- | tests/cc/modules/buildfile | 2 | ||||
-rw-r--r-- | tests/cc/modules/testscript | 2 | ||||
-rw-r--r-- | tests/cc/preprocessed/buildfile | 2 | ||||
-rw-r--r-- | tests/cc/preprocessed/testscript | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/cc/libu/buildfile b/tests/cc/libu/buildfile index 26ac0e0..92febc3 100644 --- a/tests/cc/libu/buildfile +++ b/tests/cc/libu/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/libu/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test utility library support. diff --git a/tests/cc/libu/testscript b/tests/cc/libu/testscript index 66424b8..578b934 100644 --- a/tests/cc/libu/testscript +++ b/tests/cc/libu/testscript @@ -1,5 +1,5 @@ # file : tests/cc/libu/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/cc/modules/buildfile b/tests/cc/modules/buildfile index 88d4c1c..1c998f4 100644 --- a/tests/cc/modules/buildfile +++ b/tests/cc/modules/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/modules/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test C++ modules support. diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index 7310300..c31bacf 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -1,5 +1,5 @@ # file : tests/cc/modules/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false diff --git a/tests/cc/preprocessed/buildfile b/tests/cc/preprocessed/buildfile index fd7296f..37072e3 100644 --- a/tests/cc/preprocessed/buildfile +++ b/tests/cc/preprocessed/buildfile @@ -1,5 +1,5 @@ # file : tests/cc/preprocessed/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Test {c, cxx}.preprocessed logic. diff --git a/tests/cc/preprocessed/testscript b/tests/cc/preprocessed/testscript index 78497ee..8e36b2d 100644 --- a/tests/cc/preprocessed/testscript +++ b/tests/cc/preprocessed/testscript @@ -1,5 +1,5 @@ # file : tests/cc/preprocessed/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file crosstest = false |