aboutsummaryrefslogtreecommitdiff
path: root/tests/fs
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:10:36 +0200
commitd557d4717fe12449b134f4f5ff4a2ba6291be6ee (patch)
treea492df7df9c6a5743fb5a2a9f4f22feea7276a60 /tests/fs
parentdc687d03be0ee36465b7001b63cf6a25c7d4900b (diff)
Update copyright year
Diffstat (limited to 'tests/fs')
-rw-r--r--tests/fs/makefile2
-rw-r--r--tests/fs/path/driver.cxx2
-rw-r--r--tests/fs/path/makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/fs/makefile b/tests/fs/makefile
index 8d94a3d..9bf1523 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 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 4f24f6b..f35d3eb 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/fs/path/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 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 9f3f8c9..184510b 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,5 @@
# file : tests/fs/path/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make