summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
commit48787203dcc538aa7c34a556de1dacf276dc591b (patch)
tree03a7e57b33bb9fa6f315248975979011bf8196b9 /tests
parent49db9688af142b2c4298177edb28b915e502a1ea (diff)
Update copyright
Diffstat (limited to 'tests')
-rw-r--r--tests/ctor/driver.cxx2
-rw-r--r--tests/ctor/makefile2
-rw-r--r--tests/ctor/test.cli2
-rw-r--r--tests/erase/driver.cxx2
-rw-r--r--tests/erase/makefile2
-rw-r--r--tests/erase/test.cli2
-rw-r--r--tests/file/driver.cxx2
-rw-r--r--tests/file/makefile2
-rw-r--r--tests/file/test.cli2
-rw-r--r--tests/lexer/driver.cxx2
-rw-r--r--tests/lexer/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
14 files changed, 14 insertions, 14 deletions
diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx
index c923ec1..7cd500c 100644
--- a/tests/ctor/driver.cxx
+++ b/tests/ctor/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/ctor/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "test.hxx"
diff --git a/tests/ctor/makefile b/tests/ctor/makefile
index 93d832a..cd2466e 100644
--- a/tests/ctor/makefile
+++ b/tests/ctor/makefile
@@ -1,6 +1,6 @@
# file : tests/ctor/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli
index f85ad98..76d8ec1 100644
--- a/tests/ctor/test.cli
+++ b/tests/ctor/test.cli
@@ -1,6 +1,6 @@
// file : tests/ctor/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/erase/driver.cxx b/tests/erase/driver.cxx
index ddb6b8d..4f40976 100644
--- a/tests/erase/driver.cxx
+++ b/tests/erase/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/erase/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test argument erasing.
diff --git a/tests/erase/makefile b/tests/erase/makefile
index 5a8f49a..9f65e59 100644
--- a/tests/erase/makefile
+++ b/tests/erase/makefile
@@ -1,6 +1,6 @@
# file : tests/erase/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/erase/test.cli b/tests/erase/test.cli
index 57820c0..72d30ac 100644
--- a/tests/erase/test.cli
+++ b/tests/erase/test.cli
@@ -1,6 +1,6 @@
// file : tests/erase/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/file/driver.cxx b/tests/file/driver.cxx
index e0aec6e..d368a98 100644
--- a/tests/file/driver.cxx
+++ b/tests/file/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test argv_file_scanner.
diff --git a/tests/file/makefile b/tests/file/makefile
index d6f5a61..68b28f7 100644
--- a/tests/file/makefile
+++ b/tests/file/makefile
@@ -1,6 +1,6 @@
# file : tests/file/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/file/test.cli b/tests/file/test.cli
index 4bd40d0..6cb4238 100644
--- a/tests/file/test.cli
+++ b/tests/file/test.cli
@@ -1,6 +1,6 @@
// file : tests/file/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
class options
diff --git a/tests/lexer/driver.cxx b/tests/lexer/driver.cxx
index 87e2b93..2907a7a 100644
--- a/tests/lexer/driver.cxx
+++ b/tests/lexer/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/lexer/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/lexer/makefile b/tests/lexer/makefile
index 5b5df9a..3f7064f 100644
--- a/tests/lexer/makefile
+++ b/tests/lexer/makefile
@@ -1,6 +1,6 @@
# file : tests/lexer/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 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 5eef36e..109c48d 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,6 +1,6 @@
# file : tests/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 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 3854a44..735b926 100644
--- a/tests/parser/driver.cxx
+++ b/tests/parser/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/parser/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/parser/makefile b/tests/parser/makefile
index 2d435b4..c945610 100644
--- a/tests/parser/makefile
+++ b/tests/parser/makefile
@@ -1,6 +1,6 @@
# file : tests/parser/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make