aboutsummaryrefslogtreecommitdiff
path: root/common/query/basics
diff options
context:
space:
mode:
Diffstat (limited to 'common/query/basics')
-rw-r--r--common/query/basics/driver.cxx2
-rw-r--r--common/query/basics/makefile2
-rw-r--r--common/query/basics/test.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/common/query/basics/driver.cxx b/common/query/basics/driver.cxx
index d226863..acaa975 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 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 ce8a31b..2486a36 100644
--- a/common/query/basics/makefile
+++ b/common/query/basics/makefile
@@ -1,5 +1,5 @@
# file : common/query/basics/makefile
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 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 ce34757..9483f9b 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-2018 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX