From 16f925da6f7b94c77f0e7a7f6132030d28fe276e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 24 May 2018 21:30:59 +0300 Subject: Update copyright year --- tests/Makefile.am | 2 +- tests/build/bootstrap.build | 2 +- tests/build/root.build | 2 +- tests/buildfile | 2 +- tests/compiler/cxx-indenter/buildfile | 2 +- tests/compiler/cxx-indenter/driver.cxx | 2 +- tests/compiler/cxx-indenter/makefile | 2 +- tests/compiler/makefile | 2 +- tests/compiler/sloc-counter/buildfile | 2 +- tests/compiler/sloc-counter/driver.cxx | 2 +- tests/compiler/sloc-counter/makefile | 2 +- tests/compiler/sloc-counter/testscript | 2 +- tests/compiler/traversal/buildfile | 2 +- tests/compiler/traversal/driver.cxx | 2 +- tests/compiler/traversal/makefile | 2 +- tests/container/makefile | 2 +- tests/container/multi-index/buildfile | 2 +- tests/container/multi-index/driver.cxx | 2 +- tests/container/multi-index/makefile | 2 +- tests/fs/makefile | 2 +- tests/fs/path/buildfile | 2 +- tests/fs/path/driver.cxx | 2 +- tests/fs/path/makefile | 2 +- tests/makefile | 2 +- tests/re/buildfile | 2 +- tests/re/driver.cxx | 2 +- tests/re/makefile | 2 +- tests/shared-ptr/buildfile | 2 +- tests/shared-ptr/driver.cxx | 2 +- tests/shared-ptr/makefile | 2 +- tests/xml/makefile | 2 +- tests/xml/parser/driver.cxx | 2 +- tests/xml/parser/makefile | 2 +- tests/xml/roundtrip/driver.cxx | 2 +- tests/xml/roundtrip/makefile | 2 +- tests/xml/serializer/driver.cxx | 2 +- tests/xml/serializer/makefile | 2 +- 37 files changed, 37 insertions(+), 37 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 34a33dc..5491f73 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # file : Makefile.am -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index f9547ee..7254ed6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,5 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 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 85a0f90..f900268 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,5 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file cxx.std = 11 diff --git a/tests/buildfile b/tests/buildfile index e632a04..876c263 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,5 @@ # file : tests/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file ./: {*/ -build/ -xml/} diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile index 0c73e17..0a0eff8 100644 --- a/tests/compiler/cxx-indenter/buildfile +++ b/tests/compiler/cxx-indenter/buildfile @@ -1,5 +1,5 @@ # file : tests/compiler/cxx-indenter/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx index e35707b..7e04f10 100644 --- a/tests/compiler/cxx-indenter/driver.cxx +++ b/tests/compiler/cxx-indenter/driver.cxx @@ -1,5 +1,5 @@ // file : tests/compiler/cxx-indenter/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile index ac25896..cac95b0 100644 --- a/tests/compiler/cxx-indenter/makefile +++ b/tests/compiler/cxx-indenter/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/cxx-indenter/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/makefile b/tests/compiler/makefile index c0f9533..ea9db16 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/compiler/sloc-counter/buildfile b/tests/compiler/sloc-counter/buildfile index 2461b75..a853f80 100644 --- a/tests/compiler/sloc-counter/buildfile +++ b/tests/compiler/sloc-counter/buildfile @@ -1,5 +1,5 @@ # file : tests/compiler/sloc-counter/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx index 32408cd..e43115d 100644 --- a/tests/compiler/sloc-counter/driver.cxx +++ b/tests/compiler/sloc-counter/driver.cxx @@ -1,5 +1,5 @@ // file : tests/compiler/sloc-counter/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile index 4edd8e5..10acabd 100644 --- a/tests/compiler/sloc-counter/makefile +++ b/tests/compiler/sloc-counter/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/sloc-counter/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/sloc-counter/testscript b/tests/compiler/sloc-counter/testscript index f5a90f9..33793ce 100644 --- a/tests/compiler/sloc-counter/testscript +++ b/tests/compiler/sloc-counter/testscript @@ -1,5 +1,5 @@ # file : tests/compiler/sloc-counter/testscript -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # @@ BUG: adding blank lines at the end increases the count. diff --git a/tests/compiler/traversal/buildfile b/tests/compiler/traversal/buildfile index 1aa530b..44d61d9 100644 --- a/tests/compiler/traversal/buildfile +++ b/tests/compiler/traversal/buildfile @@ -1,5 +1,5 @@ # file : tests/compiler/traversal/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx index 89c3dfb..3f505df 100644 --- a/tests/compiler/traversal/driver.cxx +++ b/tests/compiler/traversal/driver.cxx @@ -1,5 +1,5 @@ // file : tests/compiler/traversal/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index b657618..1ed3a3b 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/traversal/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/container/makefile b/tests/container/makefile index 46676de..8f14a3d 100644 --- a/tests/container/makefile +++ b/tests/container/makefile @@ -1,5 +1,5 @@ # file : tests/container/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/container/multi-index/buildfile b/tests/container/multi-index/buildfile index a77e23d..2f4a4ba 100644 --- a/tests/container/multi-index/buildfile +++ b/tests/container/multi-index/buildfile @@ -1,5 +1,5 @@ # file : tests/container/multi-index/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/container/multi-index/driver.cxx b/tests/container/multi-index/driver.cxx index 0699ac7..fb737af 100644 --- a/tests/container/multi-index/driver.cxx +++ b/tests/container/multi-index/driver.cxx @@ -1,5 +1,5 @@ // file : tests/container/multi-index/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/container/multi-index/makefile b/tests/container/multi-index/makefile index 27c0c95..1d75df7 100644 --- a/tests/container/multi-index/makefile +++ b/tests/container/multi-index/makefile @@ -1,5 +1,5 @@ # file : tests/container/multi-index/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/fs/makefile b/tests/fs/makefile index c0133c7..099b99d 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,5 +1,5 @@ # file : tests/fs/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile index 3fc481b..d600296 100644 --- a/tests/fs/path/buildfile +++ b/tests/fs/path/buildfile @@ -1,5 +1,5 @@ # file : tests/fs/path/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index e01ac69..8c18924 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,5 +1,5 @@ // file : tests/fs/path/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index 1023b45..0b0a36c 100644 --- a/tests/fs/path/makefile +++ b/tests/fs/path/makefile @@ -1,5 +1,5 @@ # file : tests/fs/path/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index e886cab..3b5bcb2 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,5 @@ # file : tests/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/re/buildfile b/tests/re/buildfile index 8373da0..f6575c0 100644 --- a/tests/re/buildfile +++ b/tests/re/buildfile @@ -1,5 +1,5 @@ # file : tests/re/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx index 46a89e8..c1befad 100644 --- a/tests/re/driver.cxx +++ b/tests/re/driver.cxx @@ -1,5 +1,5 @@ // file : tests/re/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/re/makefile b/tests/re/makefile index f17072e..6a11057 100644 --- a/tests/re/makefile +++ b/tests/re/makefile @@ -1,5 +1,5 @@ # file : tests/re/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/shared-ptr/buildfile b/tests/shared-ptr/buildfile index 592f317..91fadac 100644 --- a/tests/shared-ptr/buildfile +++ b/tests/shared-ptr/buildfile @@ -1,5 +1,5 @@ # file : tests/shared-ptr/buildfile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file import libs = libcutl%lib{cutl} diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx index ff3f17a..97e0ac0 100644 --- a/tests/shared-ptr/driver.cxx +++ b/tests/shared-ptr/driver.cxx @@ -1,5 +1,5 @@ // file : tests/shared-ptr/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index 717e432..60b368b 100644 --- a/tests/shared-ptr/makefile +++ b/tests/shared-ptr/makefile @@ -1,5 +1,5 @@ # file : tests/shared-ptr/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/xml/makefile b/tests/xml/makefile index 6d752bc..a60e18e 100644 --- a/tests/xml/makefile +++ b/tests/xml/makefile @@ -1,5 +1,5 @@ # file : tests/xml/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/xml/parser/driver.cxx b/tests/xml/parser/driver.cxx index f5b8578..11f4e67 100644 --- a/tests/xml/parser/driver.cxx +++ b/tests/xml/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/xml/parser/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/parser/makefile b/tests/xml/parser/makefile index aaa7646..3aef97d 100644 --- a/tests/xml/parser/makefile +++ b/tests/xml/parser/makefile @@ -1,5 +1,5 @@ # file : tests/xml/parser/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/xml/roundtrip/driver.cxx b/tests/xml/roundtrip/driver.cxx index 294efa0..c02faec 100644 --- a/tests/xml/roundtrip/driver.cxx +++ b/tests/xml/roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/xml/roundtrip/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/roundtrip/makefile b/tests/xml/roundtrip/makefile index 1fa943d..77e4b76 100644 --- a/tests/xml/roundtrip/makefile +++ b/tests/xml/roundtrip/makefile @@ -1,5 +1,5 @@ # file : tests/xml/roundtrip/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/xml/serializer/driver.cxx b/tests/xml/serializer/driver.cxx index 3b79567..4ef85e1 100644 --- a/tests/xml/serializer/driver.cxx +++ b/tests/xml/serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/xml/serializer/driver.cxx -// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/xml/serializer/makefile b/tests/xml/serializer/makefile index 1d9acc1..d6ed153 100644 --- a/tests/xml/serializer/makefile +++ b/tests/xml/serializer/makefile @@ -1,5 +1,5 @@ # file : tests/xml/serializer/makefile -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make -- cgit v1.1