From 3ea7899eb449a5094ae6d7b7707bbde6f57c5dd7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 11 Feb 2020 21:24:35 +0300 Subject: Drop copyright notice from source code --- odb/traversal/class-template.cxx | 1 - odb/traversal/class-template.hxx | 1 - odb/traversal/class.cxx | 1 - odb/traversal/class.hxx | 1 - odb/traversal/derived.cxx | 1 - odb/traversal/derived.hxx | 1 - odb/traversal/elements.cxx | 1 - odb/traversal/elements.hxx | 1 - odb/traversal/enum.cxx | 1 - odb/traversal/enum.hxx | 1 - odb/traversal/fundamental.hxx | 1 - odb/traversal/namespace.hxx | 1 - odb/traversal/relational.hxx | 1 - odb/traversal/relational/changelog.cxx | 1 - odb/traversal/relational/changelog.hxx | 1 - odb/traversal/relational/changeset.hxx | 1 - odb/traversal/relational/column.hxx | 1 - odb/traversal/relational/elements.hxx | 1 - odb/traversal/relational/foreign-key.hxx | 1 - odb/traversal/relational/index.hxx | 1 - odb/traversal/relational/key.cxx | 1 - odb/traversal/relational/key.hxx | 1 - odb/traversal/relational/model.hxx | 1 - odb/traversal/relational/primary-key.hxx | 1 - odb/traversal/relational/table.hxx | 1 - odb/traversal/template.cxx | 1 - odb/traversal/template.hxx | 1 - odb/traversal/union-template.cxx | 1 - odb/traversal/union-template.hxx | 1 - odb/traversal/union.hxx | 1 - odb/traversal/unit.hxx | 1 - 31 files changed, 31 deletions(-) (limited to 'odb/traversal') diff --git a/odb/traversal/class-template.cxx b/odb/traversal/class-template.cxx index 63ab9af..b04b625 100644 --- a/odb/traversal/class-template.cxx +++ b/odb/traversal/class-template.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/class-template.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/class-template.hxx b/odb/traversal/class-template.hxx index 738ef55..18e1e5b 100644 --- a/odb/traversal/class-template.hxx +++ b/odb/traversal/class-template.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/class-template.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_CLASS_TEMPLATE_HXX diff --git a/odb/traversal/class.cxx b/odb/traversal/class.cxx index 766e91a..80c8b80 100644 --- a/odb/traversal/class.cxx +++ b/odb/traversal/class.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/class.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/class.hxx b/odb/traversal/class.hxx index 9a6985d..de86cc0 100644 --- a/odb/traversal/class.hxx +++ b/odb/traversal/class.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/class.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_CLASS_HXX diff --git a/odb/traversal/derived.cxx b/odb/traversal/derived.cxx index 1f58f1c..a0acab8 100644 --- a/odb/traversal/derived.cxx +++ b/odb/traversal/derived.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/derived.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/derived.hxx b/odb/traversal/derived.hxx index a91e397..b7648aa 100644 --- a/odb/traversal/derived.hxx +++ b/odb/traversal/derived.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/derived.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_DERIVED_HXX diff --git a/odb/traversal/elements.cxx b/odb/traversal/elements.cxx index 9d7e9cd..f95917a 100644 --- a/odb/traversal/elements.cxx +++ b/odb/traversal/elements.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/elements.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/elements.hxx b/odb/traversal/elements.hxx index 8c85a1b..c4236ce 100644 --- a/odb/traversal/elements.hxx +++ b/odb/traversal/elements.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/elements.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_ELEMENTS_HXX diff --git a/odb/traversal/enum.cxx b/odb/traversal/enum.cxx index cee3f58..fa33f92 100644 --- a/odb/traversal/enum.cxx +++ b/odb/traversal/enum.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/enum.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/enum.hxx b/odb/traversal/enum.hxx index fd1ec39..cd141f2 100644 --- a/odb/traversal/enum.hxx +++ b/odb/traversal/enum.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/enum.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_ENUM_HXX diff --git a/odb/traversal/fundamental.hxx b/odb/traversal/fundamental.hxx index a326eaa..974e74f 100644 --- a/odb/traversal/fundamental.hxx +++ b/odb/traversal/fundamental.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/fundamental.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_FUNDAMENTAL_HXX diff --git a/odb/traversal/namespace.hxx b/odb/traversal/namespace.hxx index e1179df..223322b 100644 --- a/odb/traversal/namespace.hxx +++ b/odb/traversal/namespace.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/namespace.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_NAMESPACE_HXX diff --git a/odb/traversal/relational.hxx b/odb/traversal/relational.hxx index 50255d1..a78e26b 100644 --- a/odb/traversal/relational.hxx +++ b/odb/traversal/relational.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_HXX diff --git a/odb/traversal/relational/changelog.cxx b/odb/traversal/relational/changelog.cxx index 0f2bd8c..149d93d 100644 --- a/odb/traversal/relational/changelog.cxx +++ b/odb/traversal/relational/changelog.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/changelog.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/relational/changelog.hxx b/odb/traversal/relational/changelog.hxx index 7c84d4c..4b7f18f 100644 --- a/odb/traversal/relational/changelog.hxx +++ b/odb/traversal/relational/changelog.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/changelog.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_CHANGELOG_HXX diff --git a/odb/traversal/relational/changeset.hxx b/odb/traversal/relational/changeset.hxx index 22651a9..3cc522a 100644 --- a/odb/traversal/relational/changeset.hxx +++ b/odb/traversal/relational/changeset.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/changeset.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_CHANGESET_HXX diff --git a/odb/traversal/relational/column.hxx b/odb/traversal/relational/column.hxx index f8718b7..b9c586d 100644 --- a/odb/traversal/relational/column.hxx +++ b/odb/traversal/relational/column.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/column.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_COLUMN_HXX diff --git a/odb/traversal/relational/elements.hxx b/odb/traversal/relational/elements.hxx index f8a8921..9ecdc6a 100644 --- a/odb/traversal/relational/elements.hxx +++ b/odb/traversal/relational/elements.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/elements.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_ELEMENTS_HXX diff --git a/odb/traversal/relational/foreign-key.hxx b/odb/traversal/relational/foreign-key.hxx index e5008ae..b8ccba3 100644 --- a/odb/traversal/relational/foreign-key.hxx +++ b/odb/traversal/relational/foreign-key.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/foreign-key.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_FOREIGN_KEY_HXX diff --git a/odb/traversal/relational/index.hxx b/odb/traversal/relational/index.hxx index bef8b02..2277fee 100644 --- a/odb/traversal/relational/index.hxx +++ b/odb/traversal/relational/index.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/index.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_INDEX_HXX diff --git a/odb/traversal/relational/key.cxx b/odb/traversal/relational/key.cxx index c10b584..15a131c 100644 --- a/odb/traversal/relational/key.cxx +++ b/odb/traversal/relational/key.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/key.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/relational/key.hxx b/odb/traversal/relational/key.hxx index c887198..d0ba2d7 100644 --- a/odb/traversal/relational/key.hxx +++ b/odb/traversal/relational/key.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/key.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_KEY_HXX diff --git a/odb/traversal/relational/model.hxx b/odb/traversal/relational/model.hxx index 59e86d6..03d70b1 100644 --- a/odb/traversal/relational/model.hxx +++ b/odb/traversal/relational/model.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/model.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_MODEL_HXX diff --git a/odb/traversal/relational/primary-key.hxx b/odb/traversal/relational/primary-key.hxx index ecfb880..dcefab6 100644 --- a/odb/traversal/relational/primary-key.hxx +++ b/odb/traversal/relational/primary-key.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/primary-key.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_PRIMARY_KEY_HXX diff --git a/odb/traversal/relational/table.hxx b/odb/traversal/relational/table.hxx index 1c3703d..d80e37e 100644 --- a/odb/traversal/relational/table.hxx +++ b/odb/traversal/relational/table.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/relational/table.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_RELATIONAL_TABLE_HXX diff --git a/odb/traversal/template.cxx b/odb/traversal/template.cxx index bf24345..21a846d 100644 --- a/odb/traversal/template.cxx +++ b/odb/traversal/template.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/template.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/template.hxx b/odb/traversal/template.hxx index afec6d8..28a64d5 100644 --- a/odb/traversal/template.hxx +++ b/odb/traversal/template.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/template.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_TEMPLATE_HXX diff --git a/odb/traversal/union-template.cxx b/odb/traversal/union-template.cxx index 5275541..9d72fcd 100644 --- a/odb/traversal/union-template.cxx +++ b/odb/traversal/union-template.cxx @@ -1,5 +1,4 @@ // file : odb/traversal/union-template.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #include diff --git a/odb/traversal/union-template.hxx b/odb/traversal/union-template.hxx index 3ff8e19..10d1d49 100644 --- a/odb/traversal/union-template.hxx +++ b/odb/traversal/union-template.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/union-template.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNION_TEMPLATE_HXX diff --git a/odb/traversal/union.hxx b/odb/traversal/union.hxx index 7dfa8c8..2d1a7af 100644 --- a/odb/traversal/union.hxx +++ b/odb/traversal/union.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/union.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNION_HXX diff --git a/odb/traversal/unit.hxx b/odb/traversal/unit.hxx index 2f31c16..a90418a 100644 --- a/odb/traversal/unit.hxx +++ b/odb/traversal/unit.hxx @@ -1,5 +1,4 @@ // file : odb/traversal/unit.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNIT_HXX -- cgit v1.1