aboutsummaryrefslogtreecommitdiff
path: root/common/relationship
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/relationship
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'common/relationship')
-rw-r--r--common/relationship/basics/driver.cxx1
-rw-r--r--common/relationship/basics/makefile1
-rw-r--r--common/relationship/basics/test.hxx1
-rw-r--r--common/relationship/on-delete/driver.cxx1
-rw-r--r--common/relationship/on-delete/makefile1
-rw-r--r--common/relationship/on-delete/test.hxx1
-rw-r--r--common/relationship/query/driver.cxx1
-rw-r--r--common/relationship/query/makefile1
-rw-r--r--common/relationship/query/test.hxx1
9 files changed, 0 insertions, 9 deletions
diff --git a/common/relationship/basics/driver.cxx b/common/relationship/basics/driver.cxx
index 14e21e5..6eec1e2 100644
--- a/common/relationship/basics/driver.cxx
+++ b/common/relationship/basics/driver.cxx
@@ -1,5 +1,4 @@
// file : common/relationship/basics/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test object relationships.
diff --git a/common/relationship/basics/makefile b/common/relationship/basics/makefile
index 0394571..775d850 100644
--- a/common/relationship/basics/makefile
+++ b/common/relationship/basics/makefile
@@ -1,5 +1,4 @@
# file : common/relationship/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/relationship/basics/test.hxx b/common/relationship/basics/test.hxx
index 0b6365e..9496581 100644
--- a/common/relationship/basics/test.hxx
+++ b/common/relationship/basics/test.hxx
@@ -1,5 +1,4 @@
// file : common/relationship/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/relationship/on-delete/driver.cxx b/common/relationship/on-delete/driver.cxx
index 210d987..b7cc37a 100644
--- a/common/relationship/on-delete/driver.cxx
+++ b/common/relationship/on-delete/driver.cxx
@@ -1,5 +1,4 @@
// file : common/relationship/on-delete/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test ON DELETE functionality.
diff --git a/common/relationship/on-delete/makefile b/common/relationship/on-delete/makefile
index dd472de..88fcff0 100644
--- a/common/relationship/on-delete/makefile
+++ b/common/relationship/on-delete/makefile
@@ -1,5 +1,4 @@
# file : common/relationship/on-delete/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/relationship/on-delete/test.hxx b/common/relationship/on-delete/test.hxx
index e7774a7..841acd9 100644
--- a/common/relationship/on-delete/test.hxx
+++ b/common/relationship/on-delete/test.hxx
@@ -1,5 +1,4 @@
// file : common/relationship/on-delete/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/relationship/query/driver.cxx b/common/relationship/query/driver.cxx
index c6f8d1b..1cee751 100644
--- a/common/relationship/query/driver.cxx
+++ b/common/relationship/query/driver.cxx
@@ -1,5 +1,4 @@
// file : common/relationship-query/query/driver.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// Test relationship queries.
diff --git a/common/relationship/query/makefile b/common/relationship/query/makefile
index 1882947..1632f1b 100644
--- a/common/relationship/query/makefile
+++ b/common/relationship/query/makefile
@@ -1,5 +1,4 @@
# file : common/relationship-query/query/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/relationship/query/test.hxx b/common/relationship/query/test.hxx
index 358f831..b25e27e 100644
--- a/common/relationship/query/test.hxx
+++ b/common/relationship/query/test.hxx
@@ -1,5 +1,4 @@
// file : common/relationship-query/query/test.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX