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