aboutsummaryrefslogtreecommitdiff
path: root/tests/fs
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:47:07 +0200
commit73e602354232433dd1bcde00e4377edbfaaa4e6a (patch)
tree615c0e49a63b5af7b7d3f70ab2d7e4ba527ffb85 /tests/fs
parent884aa7af2d9d3367bbcdbfc2cd9d13ba38717957 (diff)
Update copyright
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 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