summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
commit53b8695810131792357c833cb6c8237df117ea3b (patch)
tree80201017a31f918cf218816cfc9d64e6d2b2ad14 /tests
parent0b4fcbeae101f2a5171217f65bab9c6545e853ba (diff)
Copyright update
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
-rw-r--r--tests/specifier/driver.cxx2
-rw-r--r--tests/specifier/makefile2
-rw-r--r--tests/specifier/test.cli2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/ctor/driver.cxx b/tests/ctor/driver.cxx
index 7cd500c..4bab1b0 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include "test.hxx"
diff --git a/tests/ctor/makefile b/tests/ctor/makefile
index 9d87279..d50c32d 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 76d8ec1..0d77f77 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 4f40976..187d12c 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test argument erasing.
diff --git a/tests/erase/makefile b/tests/erase/makefile
index 815cc5b..ef26ed7 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 72d30ac..8c0a2e3 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 d368a98..d0b5774 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 af71907..7e4df6a 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 6cb4238..24a1209 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 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 2907a7a..c16d92b 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/lexer/makefile b/tests/lexer/makefile
index 3f7064f..80fceb8 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 0d96d76..432b0a3 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,6 +1,6 @@
# file : tests/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 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 735b926..5f91564 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-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/parser/makefile b/tests/parser/makefile
index c945610..eaceabd 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/specifier/driver.cxx b/tests/specifier/driver.cxx
index 9f9005a..1824c8d 100644
--- a/tests/specifier/driver.cxx
+++ b/tests/specifier/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/specifier/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
// Test specifier functions.
diff --git a/tests/specifier/makefile b/tests/specifier/makefile
index d2f67a3..eed02fb 100644
--- a/tests/specifier/makefile
+++ b/tests/specifier/makefile
@@ -1,6 +1,6 @@
# file : tests/specifier/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/tests/specifier/test.cli b/tests/specifier/test.cli
index e9c9ad0..1e9a637 100644
--- a/tests/specifier/test.cli
+++ b/tests/specifier/test.cli
@@ -1,6 +1,6 @@
// file : tests/specifier/test.cli
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
include <string>;