From debbd6dc138280620dd720d90571125170cdffca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:13:58 +0300 Subject: Update copyright year --- 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 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'tests/compiler') diff --git a/tests/compiler/cxx-indenter/buildfile b/tests/compiler/cxx-indenter/buildfile index 0a0eff8..ed0bfd1 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 7e04f10..f86ba06 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 cac95b0..f1b99b4 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 ea9db16..7c98c20 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 a853f80..071127c 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 e43115d..ecb7a69 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 10acabd..b393c20 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 33793ce..9b7eea3 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-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 44d61d9..597b976 100644 --- a/tests/compiler/traversal/buildfile +++ b/tests/compiler/traversal/buildfile @@ -1,5 +1,5 @@ # file : tests/compiler/traversal/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 3f505df..8ed8577 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-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index 1ed3a3b..731d1da 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,5 +1,5 @@ # file : tests/compiler/traversal/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make -- cgit v1.1