aboutsummaryrefslogtreecommitdiff
path: root/common/query
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/query
parent73ec71168651c90160635fa9c990edc716c0dd34 (diff)
Update copyright year
Diffstat (limited to 'common/query')
-rw-r--r--common/query/array/driver.cxx2
-rw-r--r--common/query/array/makefile2
-rw-r--r--common/query/array/test.hxx2
-rw-r--r--common/query/basics/driver.cxx2
-rw-r--r--common/query/basics/makefile2
-rw-r--r--common/query/basics/test.hxx2
6 files changed, 6 insertions, 6 deletions
diff --git a/common/query/array/driver.cxx b/common/query/array/driver.cxx
index c71c25a..c449566 100644
--- a/common/query/array/driver.cxx
+++ b/common/query/array/driver.cxx
@@ -1,5 +1,5 @@
// file : common/query/array/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 query support for C arrays.
diff --git a/common/query/array/makefile b/common/query/array/makefile
index 817828f..296e9a2 100644
--- a/common/query/array/makefile
+++ b/common/query/array/makefile
@@ -1,5 +1,5 @@
# file : common/query/array/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/query/array/test.hxx b/common/query/array/test.hxx
index 32ee413..e086a44 100644
--- a/common/query/array/test.hxx
+++ b/common/query/array/test.hxx
@@ -1,5 +1,5 @@
// file : common/query/array/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
diff --git a/common/query/basics/driver.cxx b/common/query/basics/driver.cxx
index 686b4b6..a87a0b0 100644
--- a/common/query/basics/driver.cxx
+++ b/common/query/basics/driver.cxx
@@ -1,5 +1,5 @@
// file : common/query/basics/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 basic query support.
diff --git a/common/query/basics/makefile b/common/query/basics/makefile
index 0be5352..e5ae0d1 100644
--- a/common/query/basics/makefile
+++ b/common/query/basics/makefile
@@ -1,5 +1,5 @@
# file : common/query/basics/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/query/basics/test.hxx b/common/query/basics/test.hxx
index f572d75..1fd86dc 100644
--- a/common/query/basics/test.hxx
+++ b/common/query/basics/test.hxx
@@ -1,5 +1,5 @@
// file : common/query/basics/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