aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx2
-rw-r--r--tests/compiler/cxx-indenter/makefile2
-rw-r--r--tests/compiler/makefile2
-rw-r--r--tests/compiler/sloc-counter/driver.cxx2
-rw-r--r--tests/compiler/sloc-counter/makefile2
-rw-r--r--tests/compiler/traversal/driver.cxx2
-rw-r--r--tests/compiler/traversal/makefile2
-rw-r--r--tests/fs/makefile2
-rw-r--r--tests/fs/path/driver.cxx2
-rw-r--r--tests/fs/path/makefile2
-rw-r--r--tests/makefile2
-rw-r--r--tests/shared-ptr/driver.cxx2
-rw-r--r--tests/shared-ptr/makefile2
13 files changed, 13 insertions, 13 deletions
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index 0f9a3c5..8dc02c3 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/compiler/cxx-indenter/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/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index c0e7cff..d0990ee 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,6 +1,6 @@
# file : tests/compiler/cxx-indenter/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/compiler/makefile b/tests/compiler/makefile
index dfbd7cb..1464555 100644
--- a/tests/compiler/makefile
+++ b/tests/compiler/makefile
@@ -1,6 +1,6 @@
# file : tests/compiler/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/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index b5d6462..8ba5338 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/compiler/sloc-counter/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/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index 498845f..5f5ef86 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,6 +1,6 @@
# file : tests/compiler/sloc-counter/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/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 8d49b6f..edac427 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/compiler/traversal/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 <vector>
diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile
index bb5513a..830ec18 100644
--- a/tests/compiler/traversal/makefile
+++ b/tests/compiler/traversal/makefile
@@ -1,6 +1,6 @@
# file : tests/compiler/traversal/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/fs/makefile b/tests/fs/makefile
index 071c394..e18f64e 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,6 +1,6 @@
# file : tests/fs/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/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index d758bde..897fd36 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/fs/path/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 <cassert>
diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile
index 55bf89d..6a355ad 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,6 +1,6 @@
# file : tests/fs/path/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 e3873cb..20dd4ea 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/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index c32192e..67ed12e 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,6 +1,6 @@
// file : tests/shared-ptr/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 <string>
diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile
index 43e9b53..86e2a8c 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,6 +1,6 @@
# file : tests/shared-ptr/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