aboutsummaryrefslogtreecommitdiff
path: root/qt/sqlite
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 14:25:57 +0200
commitdae71f180120d7a7e22262220410913d77aa1767 (patch)
tree643a6529864e6e0e22446f2180707124c71847d0 /qt/sqlite
parentd3905b172b7d3cd1df933f57072aee652d10c186 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'qt/sqlite')
-rw-r--r--qt/sqlite/Makefile.am1
-rw-r--r--qt/sqlite/basic/driver.cxx1
-rw-r--r--qt/sqlite/basic/makefile1
-rw-r--r--qt/sqlite/basic/test.hxx1
-rw-r--r--qt/sqlite/date-time/driver.cxx1
-rw-r--r--qt/sqlite/date-time/makefile1
-rw-r--r--qt/sqlite/date-time/test.hxx1
-rw-r--r--qt/sqlite/makefile1
-rw-r--r--qt/sqlite/template/Makefile.am1
-rw-r--r--qt/sqlite/template/driver.cxx1
-rw-r--r--qt/sqlite/template/makefile1
-rw-r--r--qt/sqlite/template/test.hxx1
-rw-r--r--qt/sqlite/test.bat1
13 files changed, 0 insertions, 13 deletions
diff --git a/qt/sqlite/Makefile.am b/qt/sqlite/Makefile.am
index 98962a9..0964652 100644
--- a/qt/sqlite/Makefile.am
+++ b/qt/sqlite/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/sqlite/Makefile.am
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/basic/driver.cxx b/qt/sqlite/basic/driver.cxx
index c925f65..1f68e91 100644
--- a/qt/sqlite/basic/driver.cxx
+++ b/qt/sqlite/basic/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/basic/driver.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/basic/makefile b/qt/sqlite/basic/makefile
index aeede6a..e923fc8 100644
--- a/qt/sqlite/basic/makefile
+++ b/qt/sqlite/basic/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/basic/makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/basic/test.hxx b/qt/sqlite/basic/test.hxx
index 847e8c1..032de7f 100644
--- a/qt/sqlite/basic/test.hxx
+++ b/qt/sqlite/basic/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/basic/test.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/date-time/driver.cxx b/qt/sqlite/date-time/driver.cxx
index 0ee5831..4e131df 100644
--- a/qt/sqlite/date-time/driver.cxx
+++ b/qt/sqlite/date-time/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/date-time/driver.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/date-time/makefile b/qt/sqlite/date-time/makefile
index 71365df..d2b1f33 100644
--- a/qt/sqlite/date-time/makefile
+++ b/qt/sqlite/date-time/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/date-time/makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/date-time/test.hxx b/qt/sqlite/date-time/test.hxx
index 7531362..58c3a8d 100644
--- a/qt/sqlite/date-time/test.hxx
+++ b/qt/sqlite/date-time/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/date-time/test.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/makefile b/qt/sqlite/makefile
index 3f40007..7b0b9ab 100644
--- a/qt/sqlite/makefile
+++ b/qt/sqlite/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
diff --git a/qt/sqlite/template/Makefile.am b/qt/sqlite/template/Makefile.am
index fbf2e84..bcc946b 100644
--- a/qt/sqlite/template/Makefile.am
+++ b/qt/sqlite/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/sqlite/template/Makefile.am
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/template/driver.cxx b/qt/sqlite/template/driver.cxx
index c02cf06..cdf7e68 100644
--- a/qt/sqlite/template/driver.cxx
+++ b/qt/sqlite/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/template/driver.cxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/template/makefile b/qt/sqlite/template/makefile
index b86ba6e..40e3fd0 100644
--- a/qt/sqlite/template/makefile
+++ b/qt/sqlite/template/makefile
@@ -1,5 +1,4 @@
# file : qt/sqlite/template/makefile
-# author : Constantin Michael <constantin@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/template/test.hxx b/qt/sqlite/template/test.hxx
index c823c0e..e94983c 100644
--- a/qt/sqlite/template/test.hxx
+++ b/qt/sqlite/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/sqlite/template/test.hxx
-// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
diff --git a/qt/sqlite/test.bat b/qt/sqlite/test.bat
index 997a329..f15d6e4 100644
--- a/qt/sqlite/test.bat
+++ b/qt/sqlite/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/sqlite/test.bat
-rem author : Constantin Michael <constantin@codesynthesis.com>
rem copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
rem license : GNU GPL v2; see accompanying LICENSE file