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