From 621ce5fa18151a0cf25b4be6e35c8341f4d0fa12 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:47:30 +0300 Subject: Update copyright year --- tests/build-class-expr/buildfile | 2 +- tests/build-class-expr/driver.cxx | 2 +- tests/build-class-expr/testscript | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/manifest/buildfile | 2 +- tests/manifest/driver.cxx | 2 +- tests/manifest/testscript | 2 +- tests/package-version/buildfile | 2 +- tests/package-version/driver.cxx | 2 +- tests/repository-location/buildfile | 2 +- tests/repository-location/driver.cxx | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'tests') diff --git a/tests/build-class-expr/buildfile b/tests/build-class-expr/buildfile index 8d63d65..2c51a5d 100644 --- a/tests/build-class-expr/buildfile +++ b/tests/build-class-expr/buildfile @@ -1,5 +1,5 @@ # file : tests/build-class-expr/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/build-class-expr/driver.cxx b/tests/build-class-expr/driver.cxx index 586d459..d2797ac 100644 --- a/tests/build-class-expr/driver.cxx +++ b/tests/build-class-expr/driver.cxx @@ -1,5 +1,5 @@ // file : tests/build-class-expr/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/build-class-expr/testscript b/tests/build-class-expr/testscript index 006d12d..af52f87 100644 --- a/tests/build-class-expr/testscript +++ b/tests/build-class-expr/testscript @@ -1,5 +1,5 @@ # file : tests/build-class-expr/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : valid diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index 91bc3e9..b42a95d 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index 2fdf665..126009d 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file cxx.std = latest diff --git a/tests/buildfile b/tests/buildfile index d248d2b..d914409 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile index aa28609..627ef9e 100644 --- a/tests/manifest/buildfile +++ b/tests/manifest/buildfile @@ -1,5 +1,5 @@ # file : tests/manifest/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx index de03606..3bffd4a 100644 --- a/tests/manifest/driver.cxx +++ b/tests/manifest/driver.cxx @@ -1,5 +1,5 @@ // file : tests/manifest/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include // ios_base::failbit, ios_base::badbit diff --git a/tests/manifest/testscript b/tests/manifest/testscript index fa0de85..b1b94ed 100644 --- a/tests/manifest/testscript +++ b/tests/manifest/testscript @@ -1,5 +1,5 @@ # file : tests/manifest/testscript -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : packages diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile index f4e224f..a44f876 100644 --- a/tests/package-version/buildfile +++ b/tests/package-version/buildfile @@ -1,5 +1,5 @@ # file : tests/package-version/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx index 5cdf4f9..cd180ce 100644 --- a/tests/package-version/driver.cxx +++ b/tests/package-version/driver.cxx @@ -1,5 +1,5 @@ // file : tests/package-version/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile index 95b3c47..c9f072f 100644 --- a/tests/repository-location/buildfile +++ b/tests/repository-location/buildfile @@ -1,5 +1,5 @@ # file : tests/repository-location/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx index 3f03a5d..6ad0bcf 100644 --- a/tests/repository-location/driver.cxx +++ b/tests/repository-location/driver.cxx @@ -1,5 +1,5 @@ // file : tests/repository-location/driver.cxx -*- C++ -*- -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include -- cgit v1.1