From 2ae9f36e2b7c354711d6f78592bd97cb47dd024a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:19:05 +0300 Subject: Update copyright year --- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/parser/buildfile | 2 +- tests/parser/driver.cxx | 2 +- tests/roundtrip/buildfile | 2 +- tests/roundtrip/driver.cxx | 2 +- tests/roundtrip/testscript | 2 +- tests/serializer/buildfile | 2 +- tests/serializer/driver.cxx | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 5ed47c6..1fb742a 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 210b297..38d2a96 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index 08eb84a..b150e92 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/parser/buildfile b/tests/parser/buildfile index 68196ac..70dda48 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -1,5 +1,5 @@ # file : tests/parser/buildfile -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index d283eed..e9f6e27 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/parser/driver.cxx -// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile index 73035b2..f22c0d7 100644 --- a/tests/roundtrip/buildfile +++ b/tests/roundtrip/buildfile @@ -1,5 +1,5 @@ # file : tests/roundtrip/buildfile -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index a4e9c45..3968587 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/roundtrip/driver.cxx -// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/roundtrip/testscript b/tests/roundtrip/testscript index 2eba084..04c4327 100644 --- a/tests/roundtrip/testscript +++ b/tests/roundtrip/testscript @@ -1,5 +1,5 @@ # file : tests/roundtrip/testscript -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # We are using external files for parsing/matching not to break make-based diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile index 5fcb30e..6f91b95 100644 --- a/tests/serializer/buildfile +++ b/tests/serializer/buildfile @@ -1,5 +1,5 @@ # file : tests/serializer/buildfile -# copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libstudxml%lib{studxml} diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx index 7b74707..85ea013 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/serializer/driver.cxx -// copyright : Copyright (c) 2013-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG -- cgit v1.1