aboutsummaryrefslogtreecommitdiff
path: root/common/query
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
commit6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch)
tree376a090d0237d45dc4f0046ce84040466fc9382d /common/query
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'common/query')
-rw-r--r--common/query/array/driver.cxx1
-rw-r--r--common/query/array/makefile1
-rw-r--r--common/query/array/test.hxx1
-rw-r--r--common/query/basics/driver.cxx1
-rw-r--r--common/query/basics/makefile1
-rw-r--r--common/query/basics/test.hxx1
-rw-r--r--common/query/one/driver.cxx1
-rw-r--r--common/query/one/makefile1
-rw-r--r--common/query/one/test.hxx1
9 files changed, 0 insertions, 9 deletions
diff --git a/common/query/array/driver.cxx b/common/query/array/driver.cxx
index 4425c83..4559553 100644
--- a/common/query/array/driver.cxx
+++ b/common/query/array/driver.cxx
@@ -1,5 +1,4 @@
// file : common/query/array/driver.cxx
-// copyright : Copyright (c) 2009-2019 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 e1e39c8..e873a34 100644
--- a/common/query/array/makefile
+++ b/common/query/array/makefile
@@ -1,5 +1,4 @@
# file : common/query/array/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/array/test.hxx b/common/query/array/test.hxx
index 3141362..d280f02 100644
--- a/common/query/array/test.hxx
+++ b/common/query/array/test.hxx
@@ -1,5 +1,4 @@
// file : common/query/array/test.hxx
-// copyright : Copyright (c) 2009-2019 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 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
diff --git a/common/query/one/driver.cxx b/common/query/one/driver.cxx
index b9dcf91..f3ab921 100644
--- a/common/query/one/driver.cxx
+++ b/common/query/one/driver.cxx
@@ -1,5 +1,4 @@
// file : common/query/one/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test query one support.
diff --git a/common/query/one/makefile b/common/query/one/makefile
index c28b56c..fa3b557 100644
--- a/common/query/one/makefile
+++ b/common/query/one/makefile
@@ -1,5 +1,4 @@
# file : common/query/one/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/one/test.hxx b/common/query/one/test.hxx
index 36bb2c4..3008063 100644
--- a/common/query/one/test.hxx
+++ b/common/query/one/test.hxx
@@ -1,5 +1,4 @@
// file : common/query/one/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX