aboutsummaryrefslogtreecommitdiff
path: root/qt/common
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/common
parentd3905b172b7d3cd1df933f57072aee652d10c186 (diff)
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'qt/common')
-rw-r--r--qt/common/Makefile.am1
-rw-r--r--qt/common/containers/driver.cxx1
-rw-r--r--qt/common/containers/makefile1
-rw-r--r--qt/common/containers/test.hxx1
-rw-r--r--qt/common/makefile1
-rw-r--r--qt/common/smart-ptr/driver.cxx1
-rw-r--r--qt/common/smart-ptr/makefile1
-rw-r--r--qt/common/smart-ptr/test.hxx1
-rw-r--r--qt/common/template/Makefile.am1
-rw-r--r--qt/common/template/driver.cxx1
-rw-r--r--qt/common/template/makefile1
-rw-r--r--qt/common/template/test.hxx1
-rw-r--r--qt/common/test.bat1
13 files changed, 0 insertions, 13 deletions
diff --git a/qt/common/Makefile.am b/qt/common/Makefile.am
index 20241a5..c55213a 100644
--- a/qt/common/Makefile.am
+++ b/qt/common/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/common/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/common/containers/driver.cxx b/qt/common/containers/driver.cxx
index e285448..b9ff8cb 100644
--- a/qt/common/containers/driver.cxx
+++ b/qt/common/containers/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/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/common/containers/makefile b/qt/common/containers/makefile
index 0bbdda8..7ee8495 100644
--- a/qt/common/containers/makefile
+++ b/qt/common/containers/makefile
@@ -1,5 +1,4 @@
# file : qt/common/containers/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/common/containers/test.hxx b/qt/common/containers/test.hxx
index 7953d14..226217f 100644
--- a/qt/common/containers/test.hxx
+++ b/qt/common/containers/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/containers/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/common/makefile b/qt/common/makefile
index 7c4c59c..7a7e59e 100644
--- a/qt/common/makefile
+++ b/qt/common/makefile
@@ -1,5 +1,4 @@
# file : qt/common/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/common/smart-ptr/driver.cxx b/qt/common/smart-ptr/driver.cxx
index b149fee..1089b41 100644
--- a/qt/common/smart-ptr/driver.cxx
+++ b/qt/common/smart-ptr/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/smart-ptr/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/common/smart-ptr/makefile b/qt/common/smart-ptr/makefile
index 12514f7..08775d9 100644
--- a/qt/common/smart-ptr/makefile
+++ b/qt/common/smart-ptr/makefile
@@ -1,5 +1,4 @@
# file : qt/common/smart-ptr/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/common/smart-ptr/test.hxx b/qt/common/smart-ptr/test.hxx
index 86e4fba..94fbce8 100644
--- a/qt/common/smart-ptr/test.hxx
+++ b/qt/common/smart-ptr/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/smart-ptr/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/common/template/Makefile.am b/qt/common/template/Makefile.am
index e3cca0a..69037f6 100644
--- a/qt/common/template/Makefile.am
+++ b/qt/common/template/Makefile.am
@@ -1,5 +1,4 @@
# file : qt/common/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/common/template/driver.cxx b/qt/common/template/driver.cxx
index ca37c05..48648aa 100644
--- a/qt/common/template/driver.cxx
+++ b/qt/common/template/driver.cxx
@@ -1,5 +1,4 @@
// file : qt/common/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/common/template/makefile b/qt/common/template/makefile
index 84a63eb..82ab0b9 100644
--- a/qt/common/template/makefile
+++ b/qt/common/template/makefile
@@ -1,5 +1,4 @@
# file : qt/common/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/common/template/test.hxx b/qt/common/template/test.hxx
index ced88b2..aed4455 100644
--- a/qt/common/template/test.hxx
+++ b/qt/common/template/test.hxx
@@ -1,5 +1,4 @@
// file : qt/common/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/common/test.bat b/qt/common/test.bat
index bd6c5b5..c6808cf 100644
--- a/qt/common/test.bat
+++ b/qt/common/test.bat
@@ -1,6 +1,5 @@
@echo off
rem file : qt/common/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