aboutsummaryrefslogtreecommitdiff
path: root/common/changelog
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/changelog
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'common/changelog')
-rw-r--r--common/changelog/add-column.hxx1
-rw-r--r--common/changelog/add-foreign-key.hxx1
-rw-r--r--common/changelog/add-index.hxx1
-rw-r--r--common/changelog/add-table.hxx1
-rw-r--r--common/changelog/alter-column.hxx1
-rw-r--r--common/changelog/drop-column.hxx1
-rw-r--r--common/changelog/drop-foreign-key.hxx1
-rw-r--r--common/changelog/drop-index.hxx1
-rw-r--r--common/changelog/drop-table.hxx1
-rw-r--r--common/changelog/makefile1
-rw-r--r--common/changelog/model.hxx1
11 files changed, 0 insertions, 11 deletions
diff --git a/common/changelog/add-column.hxx b/common/changelog/add-column.hxx
index 5523fa7..54eab42 100644
--- a/common/changelog/add-column.hxx
+++ b/common/changelog/add-column.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/add-column.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ADD_COLUMN_HXX
diff --git a/common/changelog/add-foreign-key.hxx b/common/changelog/add-foreign-key.hxx
index 7f6cb10..2a43eea 100644
--- a/common/changelog/add-foreign-key.hxx
+++ b/common/changelog/add-foreign-key.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/add-foreign-key.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ADD_FOREIGN_KEY_HXX
diff --git a/common/changelog/add-index.hxx b/common/changelog/add-index.hxx
index 9c5c67e..645cee2 100644
--- a/common/changelog/add-index.hxx
+++ b/common/changelog/add-index.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/add-index.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ADD_INDEX_HXX
diff --git a/common/changelog/add-table.hxx b/common/changelog/add-table.hxx
index 23761d6..a22e206 100644
--- a/common/changelog/add-table.hxx
+++ b/common/changelog/add-table.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/add-table.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ADD_TABLE_HXX
diff --git a/common/changelog/alter-column.hxx b/common/changelog/alter-column.hxx
index 400f4be..02f091d 100644
--- a/common/changelog/alter-column.hxx
+++ b/common/changelog/alter-column.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/alter-column.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ALTER_COLUMN_HXX
diff --git a/common/changelog/drop-column.hxx b/common/changelog/drop-column.hxx
index 076ae24..3de237d 100644
--- a/common/changelog/drop-column.hxx
+++ b/common/changelog/drop-column.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/drop-column.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef DROP_COLUMN_HXX
diff --git a/common/changelog/drop-foreign-key.hxx b/common/changelog/drop-foreign-key.hxx
index a72e73e..ba3005f 100644
--- a/common/changelog/drop-foreign-key.hxx
+++ b/common/changelog/drop-foreign-key.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/drop-foreign-key.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef DROP_FOREIGN_KEY_HXX
diff --git a/common/changelog/drop-index.hxx b/common/changelog/drop-index.hxx
index 77fb969..08fecba 100644
--- a/common/changelog/drop-index.hxx
+++ b/common/changelog/drop-index.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/drop-index.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef DROP_INDEX_HXX
diff --git a/common/changelog/drop-table.hxx b/common/changelog/drop-table.hxx
index 5809e53..2919e52 100644
--- a/common/changelog/drop-table.hxx
+++ b/common/changelog/drop-table.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/drop-table.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef DROP_TABLE_HXX
diff --git a/common/changelog/makefile b/common/changelog/makefile
index e27de8f..99f6333 100644
--- a/common/changelog/makefile
+++ b/common/changelog/makefile
@@ -1,5 +1,4 @@
# file : common/changelog/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/changelog/model.hxx b/common/changelog/model.hxx
index d281c99..aa8891a 100644
--- a/common/changelog/model.hxx
+++ b/common/changelog/model.hxx
@@ -1,5 +1,4 @@
// file : common/changelog/model.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef MODEL_HXX