From 4e5dc8da6c8ef9ead4fcc6acbbade0cd6bfc61ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 29 Apr 2014 09:01:28 +0200 Subject: Update copyright years --- tests/Makefile.am | 2 +- tests/makefile | 2 +- tests/parser/driver.cxx | 2 +- tests/parser/makefile | 2 +- tests/roundtrip/driver.cxx | 2 +- tests/roundtrip/makefile | 2 +- tests/serializer/driver.cxx | 2 +- tests/serializer/makefile | 2 +- tests/test.bat | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index b6eaad8..1b1a93a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ # file : tests/Makefile.am -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/tests/makefile b/tests/makefile index fb0821c..d058583 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,5 +1,5 @@ # file : tests/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/parser/driver.cxx b/tests/parser/driver.cxx index bdad9bf..b882188 100644 --- a/tests/parser/driver.cxx +++ b/tests/parser/driver.cxx @@ -1,5 +1,5 @@ // file : tests/parser/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/parser/makefile b/tests/parser/makefile index 8b97633..1529317 100644 --- a/tests/parser/makefile +++ b/tests/parser/makefile @@ -1,5 +1,5 @@ # file : tests/parser/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/roundtrip/driver.cxx b/tests/roundtrip/driver.cxx index 2e076c5..48c96b4 100644 --- a/tests/roundtrip/driver.cxx +++ b/tests/roundtrip/driver.cxx @@ -1,5 +1,5 @@ // file : tests/roundtrip/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/roundtrip/makefile b/tests/roundtrip/makefile index 00b78b8..d550036 100644 --- a/tests/roundtrip/makefile +++ b/tests/roundtrip/makefile @@ -1,5 +1,5 @@ # file : tests/roundtrip/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/serializer/driver.cxx b/tests/serializer/driver.cxx index b112d1b..7e56efc 100644 --- a/tests/serializer/driver.cxx +++ b/tests/serializer/driver.cxx @@ -1,5 +1,5 @@ // file : tests/serializer/driver.cxx -// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef NDEBUG diff --git a/tests/serializer/makefile b/tests/serializer/makefile index bf21b7f..fb5ca5a 100644 --- a/tests/serializer/makefile +++ b/tests/serializer/makefile @@ -1,5 +1,5 @@ # file : tests/serializer/makefile -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/test.bat b/tests/test.bat index 50e06d8..572cff0 100644 --- a/tests/test.bat +++ b/tests/test.bat @@ -1,6 +1,6 @@ @echo off rem file : tests/test.bat -rem copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC rem license : MIT; see accompanying LICENSE file setlocal -- cgit v1.1