aboutsummaryrefslogtreecommitdiff
path: root/common/query/array
diff options
context:
space:
mode:
Diffstat (limited to 'common/query/array')
-rw-r--r--common/query/array/driver.cxx2
-rw-r--r--common/query/array/makefile2
-rw-r--r--common/query/array/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/query/array/driver.cxx b/common/query/array/driver.cxx
index dcbe095..9d70c95 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 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 e85feb2..cc6d085 100644
--- a/common/query/array/makefile
+++ b/common/query/array/makefile
@@ -1,5 +1,5 @@
# file : common/query/array/makefile
-# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2017 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 a881e8c..059e3f9 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-2015 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX