From 6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 13 Feb 2020 14:10:04 +0300 Subject: Drop copyright notice from source code --- common/changelog/add-column.hxx | 1 - common/changelog/add-foreign-key.hxx | 1 - common/changelog/add-index.hxx | 1 - common/changelog/add-table.hxx | 1 - common/changelog/alter-column.hxx | 1 - common/changelog/drop-column.hxx | 1 - common/changelog/drop-foreign-key.hxx | 1 - common/changelog/drop-index.hxx | 1 - common/changelog/drop-table.hxx | 1 - common/changelog/makefile | 1 - common/changelog/model.hxx | 1 - 11 files changed, 11 deletions(-) (limited to 'common/changelog') 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 -- cgit v1.1