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 --- evolution/Makefile.am | 1 - evolution/add-column/driver.cxx | 1 - evolution/add-column/makefile | 1 - evolution/add-column/model.hxx | 1 - evolution/add-column/test1.hxx | 1 - evolution/add-column/test2.hxx | 1 - evolution/add-column/test3.hxx | 1 - evolution/add-foreign-key/driver.cxx | 1 - evolution/add-foreign-key/makefile | 1 - evolution/add-foreign-key/model.hxx | 1 - evolution/add-foreign-key/test1.hxx | 1 - evolution/add-foreign-key/test2.hxx | 1 - evolution/add-foreign-key/test3.hxx | 1 - evolution/add-index/driver.cxx | 1 - evolution/add-index/makefile | 1 - evolution/add-index/model.hxx | 1 - evolution/add-index/test1.hxx | 1 - evolution/add-index/test2.hxx | 1 - evolution/add-index/test3.hxx | 1 - evolution/add-table/driver.cxx | 1 - evolution/add-table/makefile | 1 - evolution/add-table/model.hxx | 1 - evolution/add-table/test1.hxx | 1 - evolution/add-table/test2.hxx | 1 - evolution/add-table/test3.hxx | 1 - evolution/alter-column/driver.cxx | 1 - evolution/alter-column/makefile | 1 - evolution/alter-column/model.hxx | 1 - evolution/alter-column/test1.hxx | 1 - evolution/alter-column/test2.hxx | 1 - evolution/alter-column/test3.hxx | 1 - evolution/combined/driver.cxx | 1 - evolution/combined/makefile | 1 - evolution/combined/model.hxx | 1 - evolution/combined/test1.hxx | 1 - evolution/combined/test2.hxx | 1 - evolution/combined/test3.hxx | 1 - evolution/data/driver.cxx | 1 - evolution/data/makefile | 1 - evolution/data/model.hxx | 1 - evolution/data/test1.hxx | 1 - evolution/data/test2.hxx | 1 - evolution/data/test3.hxx | 1 - evolution/drop-column/driver.cxx | 1 - evolution/drop-column/makefile | 1 - evolution/drop-column/model.hxx | 1 - evolution/drop-column/test1.hxx | 1 - evolution/drop-column/test2.hxx | 1 - evolution/drop-column/test3.hxx | 1 - evolution/drop-foreign-key/driver.cxx | 1 - evolution/drop-foreign-key/makefile | 1 - evolution/drop-foreign-key/model.hxx | 1 - evolution/drop-foreign-key/test1.hxx | 1 - evolution/drop-foreign-key/test2.hxx | 1 - evolution/drop-foreign-key/test3.hxx | 1 - evolution/drop-index/driver.cxx | 1 - evolution/drop-index/makefile | 1 - evolution/drop-index/model.hxx | 1 - evolution/drop-index/test1.hxx | 1 - evolution/drop-index/test2.hxx | 1 - evolution/drop-index/test3.hxx | 1 - evolution/drop-table/driver.cxx | 1 - evolution/drop-table/makefile | 1 - evolution/drop-table/model.hxx | 1 - evolution/drop-table/test1.hxx | 1 - evolution/drop-table/test2.hxx | 1 - evolution/drop-table/test3.hxx | 1 - evolution/embedded/driver.cxx | 1 - evolution/embedded/makefile | 1 - evolution/embedded/model.hxx | 1 - evolution/embedded/test1.hxx | 1 - evolution/embedded/test2.hxx | 1 - evolution/embedded/test3.hxx | 1 - evolution/makefile | 1 - evolution/soft-add/driver.cxx | 1 - evolution/soft-add/makefile | 1 - evolution/soft-add/model.hxx | 1 - evolution/soft-add/test1.hxx | 1 - evolution/soft-add/test2.hxx | 1 - evolution/soft-add/test3.hxx | 1 - evolution/soft-delete/driver.cxx | 1 - evolution/soft-delete/makefile | 1 - evolution/soft-delete/model.hxx | 1 - evolution/soft-delete/test1.hxx | 1 - evolution/soft-delete/test2.hxx | 1 - evolution/soft-delete/test3.hxx | 1 - evolution/template/Makefile.am | 1 - evolution/template/driver.cxx | 1 - evolution/template/makefile | 1 - evolution/template/model.hxx | 1 - evolution/template/test1.hxx | 1 - evolution/template/test2.hxx | 1 - evolution/template/test3.hxx | 1 - evolution/test.bat | 1 - evolution/tester.bat | 1 - evolution/tester.in | 1 - evolution/version/driver.cxx | 1 - evolution/version/makefile | 1 - evolution/version/model.hxx | 1 - evolution/version/test1.hxx | 1 - evolution/version/test2.hxx | 1 - evolution/version/test3.hxx | 1 - 102 files changed, 102 deletions(-) (limited to 'evolution') diff --git a/evolution/Makefile.am b/evolution/Makefile.am index ab8276a..2459530 100644 --- a/evolution/Makefile.am +++ b/evolution/Makefile.am @@ -1,5 +1,4 @@ # file : evolution/Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/evolution/add-column/driver.cxx b/evolution/add-column/driver.cxx index 55785ec..d4eb396 100644 --- a/evolution/add-column/driver.cxx +++ b/evolution/add-column/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/add-column/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a new column. diff --git a/evolution/add-column/makefile b/evolution/add-column/makefile index 934fdd1..b05edab 100644 --- a/evolution/add-column/makefile +++ b/evolution/add-column/makefile @@ -1,5 +1,4 @@ # file : evolution/add-column/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/evolution/add-column/model.hxx b/evolution/add-column/model.hxx index 623c969..6ac9160 100644 --- a/evolution/add-column/model.hxx +++ b/evolution/add-column/model.hxx @@ -1,5 +1,4 @@ // file : evolution/add-column/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/add-column/test1.hxx b/evolution/add-column/test1.hxx index d982677..b0d7fda 100644 --- a/evolution/add-column/test1.hxx +++ b/evolution/add-column/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/add-column/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/add-column/test2.hxx b/evolution/add-column/test2.hxx index 3f8b86d..b62530a 100644 --- a/evolution/add-column/test2.hxx +++ b/evolution/add-column/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/add-column/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/add-column/test3.hxx b/evolution/add-column/test3.hxx index c2054ad..b24dba1 100644 --- a/evolution/add-column/test3.hxx +++ b/evolution/add-column/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/add-column/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/add-foreign-key/driver.cxx b/evolution/add-foreign-key/driver.cxx index 04f2ab1..177b615 100644 --- a/evolution/add-foreign-key/driver.cxx +++ b/evolution/add-foreign-key/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/add-foreign-key/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a foreign key. diff --git a/evolution/add-foreign-key/makefile b/evolution/add-foreign-key/makefile index 33a5964..701ba43 100644 --- a/evolution/add-foreign-key/makefile +++ b/evolution/add-foreign-key/makefile @@ -1,5 +1,4 @@ # file : evolution/add-foreign-key/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/evolution/add-foreign-key/model.hxx b/evolution/add-foreign-key/model.hxx index 1740276..f5fe26d 100644 --- a/evolution/add-foreign-key/model.hxx +++ b/evolution/add-foreign-key/model.hxx @@ -1,5 +1,4 @@ // file : evolution/add-foreign-key/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/add-foreign-key/test1.hxx b/evolution/add-foreign-key/test1.hxx index 35dbcc4..05c78c3 100644 --- a/evolution/add-foreign-key/test1.hxx +++ b/evolution/add-foreign-key/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/add-foreign-key/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/add-foreign-key/test2.hxx b/evolution/add-foreign-key/test2.hxx index 5c6d91d..c57d9a1 100644 --- a/evolution/add-foreign-key/test2.hxx +++ b/evolution/add-foreign-key/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/add-foreign-key/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/add-foreign-key/test3.hxx b/evolution/add-foreign-key/test3.hxx index bac2eec..c844469 100644 --- a/evolution/add-foreign-key/test3.hxx +++ b/evolution/add-foreign-key/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/add-foreign-key/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/add-index/driver.cxx b/evolution/add-index/driver.cxx index c8e5a3a..689504e 100644 --- a/evolution/add-index/driver.cxx +++ b/evolution/add-index/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/add-index/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a new index. diff --git a/evolution/add-index/makefile b/evolution/add-index/makefile index 0cea925..c0e0289 100644 --- a/evolution/add-index/makefile +++ b/evolution/add-index/makefile @@ -1,5 +1,4 @@ # file : evolution/add-index/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/evolution/add-index/model.hxx b/evolution/add-index/model.hxx index 5d7467f..fec75cc 100644 --- a/evolution/add-index/model.hxx +++ b/evolution/add-index/model.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/add-index/test1.hxx b/evolution/add-index/test1.hxx index 587c60a..1be2b5b 100644 --- a/evolution/add-index/test1.hxx +++ b/evolution/add-index/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/add-index/test2.hxx b/evolution/add-index/test2.hxx index 4859c11..a0faca9 100644 --- a/evolution/add-index/test2.hxx +++ b/evolution/add-index/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/add-index/test3.hxx b/evolution/add-index/test3.hxx index beb43c2..aab9c86 100644 --- a/evolution/add-index/test3.hxx +++ b/evolution/add-index/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/add-index/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/add-table/driver.cxx b/evolution/add-table/driver.cxx index f26b2e9..67b0f0e 100644 --- a/evolution/add-table/driver.cxx +++ b/evolution/add-table/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/add-table/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a new table (object, container). diff --git a/evolution/add-table/makefile b/evolution/add-table/makefile index d96cf74..d7d8cc9 100644 --- a/evolution/add-table/makefile +++ b/evolution/add-table/makefile @@ -1,5 +1,4 @@ # file : evolution/add-table/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/evolution/add-table/model.hxx b/evolution/add-table/model.hxx index f31063b..208a156 100644 --- a/evolution/add-table/model.hxx +++ b/evolution/add-table/model.hxx @@ -1,5 +1,4 @@ // file : evolution/add-table/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/add-table/test1.hxx b/evolution/add-table/test1.hxx index 976cec3..adc51a1 100644 --- a/evolution/add-table/test1.hxx +++ b/evolution/add-table/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/add-table/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/add-table/test2.hxx b/evolution/add-table/test2.hxx index b03dde4..ca03cef 100644 --- a/evolution/add-table/test2.hxx +++ b/evolution/add-table/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/add-table/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/add-table/test3.hxx b/evolution/add-table/test3.hxx index 38dd282..39406a2 100644 --- a/evolution/add-table/test3.hxx +++ b/evolution/add-table/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/add-table/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/alter-column/driver.cxx b/evolution/alter-column/driver.cxx index bea1568..be63f05 100644 --- a/evolution/alter-column/driver.cxx +++ b/evolution/alter-column/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/alter-column/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test altering a column. diff --git a/evolution/alter-column/makefile b/evolution/alter-column/makefile index 4e698ef..f92842a 100644 --- a/evolution/alter-column/makefile +++ b/evolution/alter-column/makefile @@ -1,5 +1,4 @@ # file : evolution/alter-column/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/evolution/alter-column/model.hxx b/evolution/alter-column/model.hxx index 88dc060..fc6661c 100644 --- a/evolution/alter-column/model.hxx +++ b/evolution/alter-column/model.hxx @@ -1,5 +1,4 @@ // file : evolution/alter-column/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/alter-column/test1.hxx b/evolution/alter-column/test1.hxx index 89205e1..9353558 100644 --- a/evolution/alter-column/test1.hxx +++ b/evolution/alter-column/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/alter-column/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/alter-column/test2.hxx b/evolution/alter-column/test2.hxx index cab68d9..e2dbed3 100644 --- a/evolution/alter-column/test2.hxx +++ b/evolution/alter-column/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/alter-column/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/alter-column/test3.hxx b/evolution/alter-column/test3.hxx index 49ddc25..ac08e2f 100644 --- a/evolution/alter-column/test3.hxx +++ b/evolution/alter-column/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/alter-column/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/combined/driver.cxx b/evolution/combined/driver.cxx index eddcd66..88453c3 100644 --- a/evolution/combined/driver.cxx +++ b/evolution/combined/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/combined/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Combined schema evolution test. diff --git a/evolution/combined/makefile b/evolution/combined/makefile index 0befefa..3e44dd1 100644 --- a/evolution/combined/makefile +++ b/evolution/combined/makefile @@ -1,5 +1,4 @@ # file : evolution/combined/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/evolution/combined/model.hxx b/evolution/combined/model.hxx index 133e5ad..e924943 100644 --- a/evolution/combined/model.hxx +++ b/evolution/combined/model.hxx @@ -1,5 +1,4 @@ // file : evolution/combined/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/combined/test1.hxx b/evolution/combined/test1.hxx index 6a43b2a..1a18aff 100644 --- a/evolution/combined/test1.hxx +++ b/evolution/combined/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/combined/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/combined/test2.hxx b/evolution/combined/test2.hxx index 05d600f..8eb7ac8 100644 --- a/evolution/combined/test2.hxx +++ b/evolution/combined/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/combined/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/combined/test3.hxx b/evolution/combined/test3.hxx index 1a7a154..05a052f 100644 --- a/evolution/combined/test3.hxx +++ b/evolution/combined/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/combined/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/data/driver.cxx b/evolution/data/driver.cxx index 0fa354c..73cc852 100644 --- a/evolution/data/driver.cxx +++ b/evolution/data/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/data/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test data migration support. diff --git a/evolution/data/makefile b/evolution/data/makefile index a3e8366..20e3501 100644 --- a/evolution/data/makefile +++ b/evolution/data/makefile @@ -1,5 +1,4 @@ # file : evolution/data/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/evolution/data/model.hxx b/evolution/data/model.hxx index 577dd24..680bc55 100644 --- a/evolution/data/model.hxx +++ b/evolution/data/model.hxx @@ -1,5 +1,4 @@ // file : evolution/data/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/data/test1.hxx b/evolution/data/test1.hxx index e2f74af..976ed04 100644 --- a/evolution/data/test1.hxx +++ b/evolution/data/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/data/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/data/test2.hxx b/evolution/data/test2.hxx index 9d24dd0..bd72940 100644 --- a/evolution/data/test2.hxx +++ b/evolution/data/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/data/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/data/test3.hxx b/evolution/data/test3.hxx index 044fd4e..0f47099 100644 --- a/evolution/data/test3.hxx +++ b/evolution/data/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/data/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/drop-column/driver.cxx b/evolution/drop-column/driver.cxx index 6c6c744..7f0c253 100644 --- a/evolution/drop-column/driver.cxx +++ b/evolution/drop-column/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/drop-column/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test dropping a column. diff --git a/evolution/drop-column/makefile b/evolution/drop-column/makefile index 06939a3..a4bb228 100644 --- a/evolution/drop-column/makefile +++ b/evolution/drop-column/makefile @@ -1,5 +1,4 @@ # file : evolution/drop-column/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/evolution/drop-column/model.hxx b/evolution/drop-column/model.hxx index 7d25dad..09b63b9 100644 --- a/evolution/drop-column/model.hxx +++ b/evolution/drop-column/model.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-column/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/drop-column/test1.hxx b/evolution/drop-column/test1.hxx index d12459e..1efb1fa 100644 --- a/evolution/drop-column/test1.hxx +++ b/evolution/drop-column/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-column/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/drop-column/test2.hxx b/evolution/drop-column/test2.hxx index cd5339e..2842cd3 100644 --- a/evolution/drop-column/test2.hxx +++ b/evolution/drop-column/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-column/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/drop-column/test3.hxx b/evolution/drop-column/test3.hxx index 757684c..d1ce616 100644 --- a/evolution/drop-column/test3.hxx +++ b/evolution/drop-column/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-column/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/drop-foreign-key/driver.cxx b/evolution/drop-foreign-key/driver.cxx index f884b52..f829562 100644 --- a/evolution/drop-foreign-key/driver.cxx +++ b/evolution/drop-foreign-key/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/drop-foreign-key/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test dropping a foreign key. diff --git a/evolution/drop-foreign-key/makefile b/evolution/drop-foreign-key/makefile index ace9e41..2cad4b8 100644 --- a/evolution/drop-foreign-key/makefile +++ b/evolution/drop-foreign-key/makefile @@ -1,5 +1,4 @@ # file : evolution/drop-foreign-key/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/evolution/drop-foreign-key/model.hxx b/evolution/drop-foreign-key/model.hxx index 16ed479..eed8c46 100644 --- a/evolution/drop-foreign-key/model.hxx +++ b/evolution/drop-foreign-key/model.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-foreign-key/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/drop-foreign-key/test1.hxx b/evolution/drop-foreign-key/test1.hxx index 20b1bbd..5476796 100644 --- a/evolution/drop-foreign-key/test1.hxx +++ b/evolution/drop-foreign-key/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-foreign-key/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/drop-foreign-key/test2.hxx b/evolution/drop-foreign-key/test2.hxx index 72b8b81..f091a25 100644 --- a/evolution/drop-foreign-key/test2.hxx +++ b/evolution/drop-foreign-key/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-foreign-key/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/drop-foreign-key/test3.hxx b/evolution/drop-foreign-key/test3.hxx index 4c44a06..beb8c42 100644 --- a/evolution/drop-foreign-key/test3.hxx +++ b/evolution/drop-foreign-key/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-foreign-key/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/drop-index/driver.cxx b/evolution/drop-index/driver.cxx index de8f31b..5ad1cd4 100644 --- a/evolution/drop-index/driver.cxx +++ b/evolution/drop-index/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/drop-index/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test dropping an index. diff --git a/evolution/drop-index/makefile b/evolution/drop-index/makefile index 84078bb..775834b 100644 --- a/evolution/drop-index/makefile +++ b/evolution/drop-index/makefile @@ -1,5 +1,4 @@ # file : evolution/drop-index/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/evolution/drop-index/model.hxx b/evolution/drop-index/model.hxx index f4f3055..5e163ca 100644 --- a/evolution/drop-index/model.hxx +++ b/evolution/drop-index/model.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-index/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/drop-index/test1.hxx b/evolution/drop-index/test1.hxx index 6cafa7a..5a279bb 100644 --- a/evolution/drop-index/test1.hxx +++ b/evolution/drop-index/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-index/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/drop-index/test2.hxx b/evolution/drop-index/test2.hxx index 2da701b..78b89f2 100644 --- a/evolution/drop-index/test2.hxx +++ b/evolution/drop-index/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-index/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/drop-index/test3.hxx b/evolution/drop-index/test3.hxx index 80e0d87..17b670d 100644 --- a/evolution/drop-index/test3.hxx +++ b/evolution/drop-index/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-index/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/drop-table/driver.cxx b/evolution/drop-table/driver.cxx index f3f6e52..81cec55 100644 --- a/evolution/drop-table/driver.cxx +++ b/evolution/drop-table/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/drop-table/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test dropping a table (object, container). diff --git a/evolution/drop-table/makefile b/evolution/drop-table/makefile index 8f13b6d..c6a5f65 100644 --- a/evolution/drop-table/makefile +++ b/evolution/drop-table/makefile @@ -1,5 +1,4 @@ # file : evolution/drop-table/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/evolution/drop-table/model.hxx b/evolution/drop-table/model.hxx index 5dfbf3b..2c02d09 100644 --- a/evolution/drop-table/model.hxx +++ b/evolution/drop-table/model.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-table/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/drop-table/test1.hxx b/evolution/drop-table/test1.hxx index 41739d5..a9ec64c 100644 --- a/evolution/drop-table/test1.hxx +++ b/evolution/drop-table/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-table/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/drop-table/test2.hxx b/evolution/drop-table/test2.hxx index 5cdce74..c9ec149 100644 --- a/evolution/drop-table/test2.hxx +++ b/evolution/drop-table/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-table/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/drop-table/test3.hxx b/evolution/drop-table/test3.hxx index 1ba33bc..8d3f17b 100644 --- a/evolution/drop-table/test3.hxx +++ b/evolution/drop-table/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/drop-table/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/embedded/driver.cxx b/evolution/embedded/driver.cxx index 7b73017..1816a5c 100644 --- a/evolution/embedded/driver.cxx +++ b/evolution/embedded/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/embedded/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test embedded schema migration. diff --git a/evolution/embedded/makefile b/evolution/embedded/makefile index 57bb656..372cecd 100644 --- a/evolution/embedded/makefile +++ b/evolution/embedded/makefile @@ -1,5 +1,4 @@ # file : evolution/embedded/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/evolution/embedded/model.hxx b/evolution/embedded/model.hxx index b7e452f..f3aa7a4 100644 --- a/evolution/embedded/model.hxx +++ b/evolution/embedded/model.hxx @@ -1,5 +1,4 @@ // file : evolution/embedded/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/embedded/test1.hxx b/evolution/embedded/test1.hxx index af8f1d6..32903a1 100644 --- a/evolution/embedded/test1.hxx +++ b/evolution/embedded/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/embedded/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/embedded/test2.hxx b/evolution/embedded/test2.hxx index 109d11d..fce8760 100644 --- a/evolution/embedded/test2.hxx +++ b/evolution/embedded/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/embedded/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/embedded/test3.hxx b/evolution/embedded/test3.hxx index 7143f92..d49ecc5 100644 --- a/evolution/embedded/test3.hxx +++ b/evolution/embedded/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/embedded/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/makefile b/evolution/makefile index f8877e3..3d9cdb1 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -1,5 +1,4 @@ # file : evolution/makefile -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/evolution/soft-add/driver.cxx b/evolution/soft-add/driver.cxx index ceb6799..c70edcb 100644 --- a/evolution/soft-add/driver.cxx +++ b/evolution/soft-add/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test soft-add functionality. diff --git a/evolution/soft-add/makefile b/evolution/soft-add/makefile index b9a97d5..7455c98 100644 --- a/evolution/soft-add/makefile +++ b/evolution/soft-add/makefile @@ -1,5 +1,4 @@ # file : evolution/soft-add/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/evolution/soft-add/model.hxx b/evolution/soft-add/model.hxx index a360388..39d63c4 100644 --- a/evolution/soft-add/model.hxx +++ b/evolution/soft-add/model.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/soft-add/test1.hxx b/evolution/soft-add/test1.hxx index 29964f7..461d663 100644 --- a/evolution/soft-add/test1.hxx +++ b/evolution/soft-add/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/soft-add/test2.hxx b/evolution/soft-add/test2.hxx index 58c6db9..746da4b 100644 --- a/evolution/soft-add/test2.hxx +++ b/evolution/soft-add/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/soft-add/test3.hxx b/evolution/soft-add/test3.hxx index cb0f68b..f2990d0 100644 --- a/evolution/soft-add/test3.hxx +++ b/evolution/soft-add/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-add/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/soft-delete/driver.cxx b/evolution/soft-delete/driver.cxx index 977ab61..e41a70c 100644 --- a/evolution/soft-delete/driver.cxx +++ b/evolution/soft-delete/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/soft-delete/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test soft-delete functionality. diff --git a/evolution/soft-delete/makefile b/evolution/soft-delete/makefile index 54b82e4..92815bc 100644 --- a/evolution/soft-delete/makefile +++ b/evolution/soft-delete/makefile @@ -1,5 +1,4 @@ # file : evolution/soft-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/evolution/soft-delete/model.hxx b/evolution/soft-delete/model.hxx index bfbb48b..65083dd 100644 --- a/evolution/soft-delete/model.hxx +++ b/evolution/soft-delete/model.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-delete/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/soft-delete/test1.hxx b/evolution/soft-delete/test1.hxx index 7ec8166..d4df90f 100644 --- a/evolution/soft-delete/test1.hxx +++ b/evolution/soft-delete/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-delete/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/soft-delete/test2.hxx b/evolution/soft-delete/test2.hxx index 847509e..3b2b5b4 100644 --- a/evolution/soft-delete/test2.hxx +++ b/evolution/soft-delete/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-delete/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/soft-delete/test3.hxx b/evolution/soft-delete/test3.hxx index f6e3ea2..5a90ab2 100644 --- a/evolution/soft-delete/test3.hxx +++ b/evolution/soft-delete/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/soft-delete/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/template/Makefile.am b/evolution/template/Makefile.am index 96bb295..dddb6b9 100644 --- a/evolution/template/Makefile.am +++ b/evolution/template/Makefile.am @@ -1,5 +1,4 @@ # file : evolution/template/Makefile.am -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/evolution/template/driver.cxx b/evolution/template/driver.cxx index 40f8310..b278acd 100644 --- a/evolution/template/driver.cxx +++ b/evolution/template/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/template/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // PLACE TEST DESCRIPTION HERE diff --git a/evolution/template/makefile b/evolution/template/makefile index f7e85f2..474145c 100644 --- a/evolution/template/makefile +++ b/evolution/template/makefile @@ -1,5 +1,4 @@ # file : evolution/template/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/evolution/template/model.hxx b/evolution/template/model.hxx index 689b3d9..182c81f 100644 --- a/evolution/template/model.hxx +++ b/evolution/template/model.hxx @@ -1,5 +1,4 @@ // file : evolution/template/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/template/test1.hxx b/evolution/template/test1.hxx index 9811f02..238b686 100644 --- a/evolution/template/test1.hxx +++ b/evolution/template/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/template/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/template/test2.hxx b/evolution/template/test2.hxx index 637cd73..ec982f5 100644 --- a/evolution/template/test2.hxx +++ b/evolution/template/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/template/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/template/test3.hxx b/evolution/template/test3.hxx index 851bd4e..50f3882 100644 --- a/evolution/template/test3.hxx +++ b/evolution/template/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/template/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX diff --git a/evolution/test.bat b/evolution/test.bat index 658b6f1..953965c 100644 --- a/evolution/test.bat +++ b/evolution/test.bat @@ -1,6 +1,5 @@ @echo off rem file : evolution/test.bat -rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file setlocal diff --git a/evolution/tester.bat b/evolution/tester.bat index 2834fa4..3b7401f 100644 --- a/evolution/tester.bat +++ b/evolution/tester.bat @@ -1,6 +1,5 @@ @echo off rem file : evolution/tester.bat -rem copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file rem diff --git a/evolution/tester.in b/evolution/tester.in index 6e2811c..1fef1c2 100755 --- a/evolution/tester.in +++ b/evolution/tester.in @@ -1,7 +1,6 @@ #! /bin/sh # file : evolution/tester.in -# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # diff --git a/evolution/version/driver.cxx b/evolution/version/driver.cxx index b04d6a6..236c9b4 100644 --- a/evolution/version/driver.cxx +++ b/evolution/version/driver.cxx @@ -1,5 +1,4 @@ // file : evolution/version/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test schema version access via the database instance. diff --git a/evolution/version/makefile b/evolution/version/makefile index 4387db2..eb63ffc 100644 --- a/evolution/version/makefile +++ b/evolution/version/makefile @@ -1,5 +1,4 @@ # file : evolution/version/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/evolution/version/model.hxx b/evolution/version/model.hxx index bdb8b3a..cdda00e 100644 --- a/evolution/version/model.hxx +++ b/evolution/version/model.hxx @@ -1,5 +1,4 @@ // file : evolution/version/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef MODEL_VERSION diff --git a/evolution/version/test1.hxx b/evolution/version/test1.hxx index 9f73fb7..a50e54c 100644 --- a/evolution/version/test1.hxx +++ b/evolution/version/test1.hxx @@ -1,5 +1,4 @@ // file : evolution/version/test1.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST1_HXX diff --git a/evolution/version/test2.hxx b/evolution/version/test2.hxx index 90e766f..f7fc1b7 100644 --- a/evolution/version/test2.hxx +++ b/evolution/version/test2.hxx @@ -1,5 +1,4 @@ // file : evolution/version/test2.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST2_HXX diff --git a/evolution/version/test3.hxx b/evolution/version/test3.hxx index ff9a330..364ee31 100644 --- a/evolution/version/test3.hxx +++ b/evolution/version/test3.hxx @@ -1,5 +1,4 @@ // file : evolution/version/test3.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST3_HXX -- cgit v1.1