From b16111a4e4bf6b40b12ca678fcf967e554133603 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- odb/semantics/class-template.cxx | 1 - odb/semantics/class-template.hxx | 1 - odb/semantics/class.cxx | 1 - odb/semantics/class.hxx | 1 - odb/semantics/derived.cxx | 1 - odb/semantics/derived.hxx | 1 - odb/semantics/elements.cxx | 1 - odb/semantics/elements.hxx | 1 - odb/semantics/elements.ixx | 1 - odb/semantics/enum.cxx | 1 - odb/semantics/enum.hxx | 1 - odb/semantics/fundamental.cxx | 1 - odb/semantics/fundamental.hxx | 1 - odb/semantics/namespace.cxx | 1 - odb/semantics/namespace.hxx | 1 - odb/semantics/relational.hxx | 1 - odb/semantics/relational/column.cxx | 1 - odb/semantics/relational/column.hxx | 1 - odb/semantics/relational/elements.cxx | 1 - odb/semantics/relational/elements.hxx | 1 - odb/semantics/relational/elements.txx | 1 - odb/semantics/relational/foreign-key.cxx | 1 - odb/semantics/relational/foreign-key.hxx | 1 - odb/semantics/relational/index.cxx | 1 - odb/semantics/relational/index.hxx | 1 - odb/semantics/relational/key.cxx | 1 - odb/semantics/relational/key.hxx | 1 - odb/semantics/relational/model.cxx | 1 - odb/semantics/relational/model.hxx | 1 - odb/semantics/relational/name.cxx | 1 - odb/semantics/relational/name.hxx | 1 - odb/semantics/relational/primary-key.cxx | 1 - odb/semantics/relational/primary-key.hxx | 1 - odb/semantics/relational/table.cxx | 1 - odb/semantics/relational/table.hxx | 1 - odb/semantics/template.cxx | 1 - odb/semantics/template.hxx | 1 - odb/semantics/union-template.cxx | 1 - odb/semantics/union-template.hxx | 1 - odb/semantics/union.cxx | 1 - odb/semantics/union.hxx | 1 - odb/semantics/unit.cxx | 1 - odb/semantics/unit.hxx | 1 - 43 files changed, 43 deletions(-) (limited to 'odb/semantics') diff --git a/odb/semantics/class-template.cxx b/odb/semantics/class-template.cxx index b2ce3d7..e6d9235 100644 --- a/odb/semantics/class-template.cxx +++ b/odb/semantics/class-template.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/class-template.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/class-template.hxx b/odb/semantics/class-template.hxx index b9773b5..bd0ebe1 100644 --- a/odb/semantics/class-template.hxx +++ b/odb/semantics/class-template.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/class-template.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/class.cxx b/odb/semantics/class.cxx index 05122e3..a24f70d 100644 --- a/odb/semantics/class.cxx +++ b/odb/semantics/class.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/class.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/class.hxx b/odb/semantics/class.hxx index 6d3b83b..6b33d32 100644 --- a/odb/semantics/class.hxx +++ b/odb/semantics/class.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/class.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/derived.cxx b/odb/semantics/derived.cxx index b6dec2d..fb2e9d3 100644 --- a/odb/semantics/derived.cxx +++ b/odb/semantics/derived.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/derived.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/derived.hxx b/odb/semantics/derived.hxx index 890d752..4ef7611 100644 --- a/odb/semantics/derived.hxx +++ b/odb/semantics/derived.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/derived.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/elements.cxx b/odb/semantics/elements.cxx index f503adb..b46a729 100644 --- a/odb/semantics/elements.cxx +++ b/odb/semantics/elements.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/elements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/elements.hxx b/odb/semantics/elements.hxx index 25b412a..be09564 100644 --- a/odb/semantics/elements.hxx +++ b/odb/semantics/elements.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/elements.ixx b/odb/semantics/elements.ixx index 6c4e8d2..44d4367 100644 --- a/odb/semantics/elements.ixx +++ b/odb/semantics/elements.ixx @@ -1,5 +1,4 @@ // file : odb/semantics/elements.ixx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/enum.cxx b/odb/semantics/enum.cxx index 56be2fc..6d23315 100644 --- a/odb/semantics/enum.cxx +++ b/odb/semantics/enum.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/enum.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/enum.hxx b/odb/semantics/enum.hxx index 12e43eb..fd82138 100644 --- a/odb/semantics/enum.hxx +++ b/odb/semantics/enum.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/enum.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/fundamental.cxx b/odb/semantics/fundamental.cxx index 74eac67..1c37351 100644 --- a/odb/semantics/fundamental.cxx +++ b/odb/semantics/fundamental.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/fundamental.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/fundamental.hxx b/odb/semantics/fundamental.hxx index d1fbf66..879c4ad 100644 --- a/odb/semantics/fundamental.hxx +++ b/odb/semantics/fundamental.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/fundamental.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/namespace.cxx b/odb/semantics/namespace.cxx index ffba0e8..4950c76 100644 --- a/odb/semantics/namespace.cxx +++ b/odb/semantics/namespace.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/namespace.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/namespace.hxx b/odb/semantics/namespace.hxx index 96db4a7..519dfb2 100644 --- a/odb/semantics/namespace.hxx +++ b/odb/semantics/namespace.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/namespace.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational.hxx b/odb/semantics/relational.hxx index 0d3d06c..47e4af1 100644 --- a/odb/semantics/relational.hxx +++ b/odb/semantics/relational.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/column.cxx b/odb/semantics/relational/column.cxx index c3182eb..5855aea 100644 --- a/odb/semantics/relational/column.cxx +++ b/odb/semantics/relational/column.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/column.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/column.hxx b/odb/semantics/relational/column.hxx index 56487c6..03cdb3a 100644 --- a/odb/semantics/relational/column.hxx +++ b/odb/semantics/relational/column.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/column.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/elements.cxx b/odb/semantics/relational/elements.cxx index 42755c8..ba26f29 100644 --- a/odb/semantics/relational/elements.cxx +++ b/odb/semantics/relational/elements.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/elements.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/elements.hxx b/odb/semantics/relational/elements.hxx index d8711b3..783e91d 100644 --- a/odb/semantics/relational/elements.hxx +++ b/odb/semantics/relational/elements.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/elements.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/elements.txx b/odb/semantics/relational/elements.txx index f3d15c2..4d72a15 100644 --- a/odb/semantics/relational/elements.txx +++ b/odb/semantics/relational/elements.txx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/elements.txx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/foreign-key.cxx b/odb/semantics/relational/foreign-key.cxx index 610466a..e9221ee 100644 --- a/odb/semantics/relational/foreign-key.cxx +++ b/odb/semantics/relational/foreign-key.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/foreign-key.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/foreign-key.hxx b/odb/semantics/relational/foreign-key.hxx index c47c90a..a6a0fa6 100644 --- a/odb/semantics/relational/foreign-key.hxx +++ b/odb/semantics/relational/foreign-key.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/foreign-key.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/index.cxx b/odb/semantics/relational/index.cxx index 407dbf8..8deeb79 100644 --- a/odb/semantics/relational/index.cxx +++ b/odb/semantics/relational/index.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/index.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/index.hxx b/odb/semantics/relational/index.hxx index bb34742..bd778a2 100644 --- a/odb/semantics/relational/index.hxx +++ b/odb/semantics/relational/index.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/index.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/key.cxx b/odb/semantics/relational/key.cxx index 8fb28ca..af34927 100644 --- a/odb/semantics/relational/key.cxx +++ b/odb/semantics/relational/key.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/key.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/key.hxx b/odb/semantics/relational/key.hxx index f714876..67c8ebf 100644 --- a/odb/semantics/relational/key.hxx +++ b/odb/semantics/relational/key.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/key.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/model.cxx b/odb/semantics/relational/model.cxx index d19c835..ad451dd 100644 --- a/odb/semantics/relational/model.cxx +++ b/odb/semantics/relational/model.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/model.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/model.hxx b/odb/semantics/relational/model.hxx index a761af1..7f1dfd5 100644 --- a/odb/semantics/relational/model.hxx +++ b/odb/semantics/relational/model.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/model.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/name.cxx b/odb/semantics/relational/name.cxx index 3cfd763..68b640e 100644 --- a/odb/semantics/relational/name.cxx +++ b/odb/semantics/relational/name.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/name.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/name.hxx b/odb/semantics/relational/name.hxx index ae06708..8f7f8cc 100644 --- a/odb/semantics/relational/name.hxx +++ b/odb/semantics/relational/name.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/name.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/primary-key.cxx b/odb/semantics/relational/primary-key.cxx index 5794f9a..760bcdf 100644 --- a/odb/semantics/relational/primary-key.cxx +++ b/odb/semantics/relational/primary-key.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/primary-key.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/primary-key.hxx b/odb/semantics/relational/primary-key.hxx index 7402b8a..7a7d1c7 100644 --- a/odb/semantics/relational/primary-key.hxx +++ b/odb/semantics/relational/primary-key.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/primary-key.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/table.cxx b/odb/semantics/relational/table.cxx index 5b3ec68..03a428b 100644 --- a/odb/semantics/relational/table.cxx +++ b/odb/semantics/relational/table.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/table.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/relational/table.hxx b/odb/semantics/relational/table.hxx index cd031b8..dca8a7a 100644 --- a/odb/semantics/relational/table.hxx +++ b/odb/semantics/relational/table.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/relational/table.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/template.cxx b/odb/semantics/template.cxx index 2cdf525..9a17583 100644 --- a/odb/semantics/template.cxx +++ b/odb/semantics/template.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/template.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/template.hxx b/odb/semantics/template.hxx index 0d03158..d470ef9 100644 --- a/odb/semantics/template.hxx +++ b/odb/semantics/template.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/template.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/union-template.cxx b/odb/semantics/union-template.cxx index 6bbf687..d4054b8 100644 --- a/odb/semantics/union-template.cxx +++ b/odb/semantics/union-template.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/union-template.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/union-template.hxx b/odb/semantics/union-template.hxx index aca6ed0..32f502f 100644 --- a/odb/semantics/union-template.hxx +++ b/odb/semantics/union-template.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/union-template.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/union.cxx b/odb/semantics/union.cxx index ff40bca..f3967b2 100644 --- a/odb/semantics/union.cxx +++ b/odb/semantics/union.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/union.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/union.hxx b/odb/semantics/union.hxx index f1a97b7..b7fba32 100644 --- a/odb/semantics/union.hxx +++ b/odb/semantics/union.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/union.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/unit.cxx b/odb/semantics/unit.cxx index c4679f5..d99f358 100644 --- a/odb/semantics/unit.cxx +++ b/odb/semantics/unit.cxx @@ -1,5 +1,4 @@ // file : odb/semantics/unit.cxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file diff --git a/odb/semantics/unit.hxx b/odb/semantics/unit.hxx index ac9f4f5..f5f1ac8 100644 --- a/odb/semantics/unit.hxx +++ b/odb/semantics/unit.hxx @@ -1,5 +1,4 @@ // file : odb/semantics/unit.hxx -// author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file -- cgit v1.1