summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/driver.cxx2
-rw-r--r--tests/parser/makefile2
2 files changed, 2 insertions, 2 deletions
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