aboutsummaryrefslogtreecommitdiff
path: root/common/access
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-09 10:19:19 +0200
commitd56f7077de2a985b9e105df3fd70253381a01401 (patch)
tree517733baa1781534f20ad16db9faf86ff52a90db /common/access
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'common/access')
-rw-r--r--common/access/driver.cxx2
-rw-r--r--common/access/makefile2
-rw-r--r--common/access/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/access/driver.cxx b/common/access/driver.cxx
index 79c63bf..4ec8433 100644
--- a/common/access/driver.cxx
+++ b/common/access/driver.cxx
@@ -1,5 +1,5 @@
// file : common/access/driver.cxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test accessor/modifier expressions.
diff --git a/common/access/makefile b/common/access/makefile
index 7381beb..d3d4438 100644
--- a/common/access/makefile
+++ b/common/access/makefile
@@ -1,5 +1,5 @@
# file : common/access/makefile
-# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/common/access/test.hxx b/common/access/test.hxx
index 8e1c209..4073766 100644
--- a/common/access/test.hxx
+++ b/common/access/test.hxx
@@ -1,5 +1,5 @@
// file : common/access/test.hxx
-// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX