diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 14:25:57 +0200 |
commit | dae71f180120d7a7e22262220410913d77aa1767 (patch) | |
tree | 643a6529864e6e0e22446f2180707124c71847d0 /sqlite | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'sqlite')
-rw-r--r-- | sqlite/Makefile.am | 1 | ||||
-rw-r--r-- | sqlite/makefile | 1 | ||||
-rw-r--r-- | sqlite/native/driver.cxx | 1 | ||||
-rw-r--r-- | sqlite/native/makefile | 1 | ||||
-rw-r--r-- | sqlite/template/Makefile.am | 1 | ||||
-rw-r--r-- | sqlite/template/driver.cxx | 1 | ||||
-rw-r--r-- | sqlite/template/makefile | 1 | ||||
-rw-r--r-- | sqlite/template/test.hxx | 1 | ||||
-rw-r--r-- | sqlite/test.bat | 1 | ||||
-rw-r--r-- | sqlite/truncation/driver.cxx | 1 | ||||
-rw-r--r-- | sqlite/truncation/makefile | 1 | ||||
-rw-r--r-- | sqlite/truncation/test.hxx | 1 | ||||
-rw-r--r-- | sqlite/types/driver.cxx | 1 | ||||
-rw-r--r-- | sqlite/types/makefile | 1 | ||||
-rw-r--r-- | sqlite/types/test.hxx | 1 | ||||
-rw-r--r-- | sqlite/types/traits.hxx | 1 |
16 files changed, 0 insertions, 16 deletions
diff --git a/sqlite/Makefile.am b/sqlite/Makefile.am index 7661bd9..a9b351f 100644 --- a/sqlite/Makefile.am +++ b/sqlite/Makefile.am @@ -1,5 +1,4 @@ # file : sqlite/Makefile.am -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/makefile b/sqlite/makefile index b421807..052cf6b 100644 --- a/sqlite/makefile +++ b/sqlite/makefile @@ -1,5 +1,4 @@ # file : sqlite/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL; see accompanying LICENSE file diff --git a/sqlite/native/driver.cxx b/sqlite/native/driver.cxx index 7f1d319..062e594 100644 --- a/sqlite/native/driver.cxx +++ b/sqlite/native/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/native/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/native/makefile b/sqlite/native/makefile index 6a111e3..938d4fb 100644 --- a/sqlite/native/makefile +++ b/sqlite/native/makefile @@ -1,5 +1,4 @@ # file : sqlite/native/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/template/Makefile.am b/sqlite/template/Makefile.am index ba169b3..7c6d39e 100644 --- a/sqlite/template/Makefile.am +++ b/sqlite/template/Makefile.am @@ -1,5 +1,4 @@ # file : sqlite/template/Makefile.am -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/template/driver.cxx b/sqlite/template/driver.cxx index d7847f7..ba3b950 100644 --- a/sqlite/template/driver.cxx +++ b/sqlite/template/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/template/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/template/makefile b/sqlite/template/makefile index bb63095..6c84d24 100644 --- a/sqlite/template/makefile +++ b/sqlite/template/makefile @@ -1,5 +1,4 @@ # file : sqlite/template/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/template/test.hxx b/sqlite/template/test.hxx index 45b1d82..715e0f5 100644 --- a/sqlite/template/test.hxx +++ b/sqlite/template/test.hxx @@ -1,5 +1,4 @@ // file : sqlite/template/test.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/test.bat b/sqlite/test.bat index f653557..e0f9f3d 100644 --- a/sqlite/test.bat +++ b/sqlite/test.bat @@ -1,6 +1,5 @@ @echo off rem file : sqlite/test.bat -rem author : Boris Kolpackov <boris@codesynthesis.com> rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC rem license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/truncation/driver.cxx b/sqlite/truncation/driver.cxx index a48bdc2..34f1886 100644 --- a/sqlite/truncation/driver.cxx +++ b/sqlite/truncation/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/truncation/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/truncation/makefile b/sqlite/truncation/makefile index 33c7f46..83c823b 100644 --- a/sqlite/truncation/makefile +++ b/sqlite/truncation/makefile @@ -1,5 +1,4 @@ # file : sqlite/truncation/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/truncation/test.hxx b/sqlite/truncation/test.hxx index 824c0e8..f12cf0e 100644 --- a/sqlite/truncation/test.hxx +++ b/sqlite/truncation/test.hxx @@ -1,5 +1,4 @@ // file : sqlite/truncation/test.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/driver.cxx b/sqlite/types/driver.cxx index 3c14c7a..86d78f8 100644 --- a/sqlite/types/driver.cxx +++ b/sqlite/types/driver.cxx @@ -1,5 +1,4 @@ // file : sqlite/types/driver.cxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/makefile b/sqlite/types/makefile index bf6235f..9bb9474 100644 --- a/sqlite/types/makefile +++ b/sqlite/types/makefile @@ -1,5 +1,4 @@ # file : sqlite/types/makefile -# author : Boris Kolpackov <boris@codesynthesis.com> # copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/test.hxx b/sqlite/types/test.hxx index 79b0a33..61304e8 100644 --- a/sqlite/types/test.hxx +++ b/sqlite/types/test.hxx @@ -1,5 +1,4 @@ // file : sqlite/types/test.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file diff --git a/sqlite/types/traits.hxx b/sqlite/types/traits.hxx index 486e608..ba01bba 100644 --- a/sqlite/types/traits.hxx +++ b/sqlite/types/traits.hxx @@ -1,5 +1,4 @@ // file : sqlite/types/traits.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file |