aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-04-29 09:01:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-04-29 09:01:28 +0200
commit4e5dc8da6c8ef9ead4fcc6acbbade0cd6bfc61ca (patch)
tree8aadb461f875c64a8936b37bf6c875a52508d513 /tests
parent7748bba03e2e4f004f98067f3c497008fb33afe7 (diff)
Update copyright years
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/makefile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
-rw-r--r--tests/roundtrip/driver.cxx2
-rw-r--r--tests/roundtrip/makefile2
-rw-r--r--tests/serializer/driver.cxx2
-rw-r--r--tests/serializer/makefile2
-rw-r--r--tests/test.bat2
9 files changed, 9 insertions, 9 deletions
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 <string>
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