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 /mssql | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'mssql')
-rw-r--r-- | mssql/Makefile.am | 1 | ||||
-rw-r--r-- | mssql/makefile | 1 | ||||
-rw-r--r-- | mssql/native/driver.cxx | 1 | ||||
-rw-r--r-- | mssql/native/makefile | 1 | ||||
-rw-r--r-- | mssql/query/driver.cxx | 1 | ||||
-rw-r--r-- | mssql/query/makefile | 1 | ||||
-rw-r--r-- | mssql/query/test.hxx | 1 | ||||
-rw-r--r-- | mssql/template/Makefile.am | 1 | ||||
-rw-r--r-- | mssql/template/driver.cxx | 1 | ||||
-rw-r--r-- | mssql/template/makefile | 1 | ||||
-rw-r--r-- | mssql/template/test.hxx | 1 | ||||
-rw-r--r-- | mssql/test.bat | 1 | ||||
-rw-r--r-- | mssql/types/driver.cxx | 1 | ||||
-rw-r--r-- | mssql/types/makefile | 1 | ||||
-rw-r--r-- | mssql/types/test.hxx | 1 | ||||
-rw-r--r-- | mssql/types/traits.hxx | 1 |
16 files changed, 0 insertions, 16 deletions
diff --git a/mssql/Makefile.am b/mssql/Makefile.am index 434664d..0c641ab 100644 --- a/mssql/Makefile.am +++ b/mssql/Makefile.am @@ -1,5 +1,4 @@ # file : mssql/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/mssql/makefile b/mssql/makefile index 83b9e90..cf32f4d 100644 --- a/mssql/makefile +++ b/mssql/makefile @@ -1,5 +1,4 @@ # file : mssql/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/mssql/native/driver.cxx b/mssql/native/driver.cxx index 9911a36..fd23648 100644 --- a/mssql/native/driver.cxx +++ b/mssql/native/driver.cxx @@ -1,5 +1,4 @@ // file : mssql/native/driver.cxx -// 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/mssql/native/makefile b/mssql/native/makefile index 3eca560..cb14a9c 100644 --- a/mssql/native/makefile +++ b/mssql/native/makefile @@ -1,5 +1,4 @@ # file : mssql/native/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/mssql/query/driver.cxx b/mssql/query/driver.cxx index 2bcd692..d95bb15 100644 --- a/mssql/query/driver.cxx +++ b/mssql/query/driver.cxx @@ -1,5 +1,4 @@ // file : mssql/query/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/mssql/query/makefile b/mssql/query/makefile index dce0c9c..ede73ef 100644 --- a/mssql/query/makefile +++ b/mssql/query/makefile @@ -1,5 +1,4 @@ # file : mssql/query/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/mssql/query/test.hxx b/mssql/query/test.hxx index 964d893..284e8d7 100644 --- a/mssql/query/test.hxx +++ b/mssql/query/test.hxx @@ -1,5 +1,4 @@ // file : mssql/query/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/mssql/template/Makefile.am b/mssql/template/Makefile.am index 7e1b579..45ada5e 100644 --- a/mssql/template/Makefile.am +++ b/mssql/template/Makefile.am @@ -1,5 +1,4 @@ # file : mssql/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/mssql/template/driver.cxx b/mssql/template/driver.cxx index d142ac5..ffd08a4 100644 --- a/mssql/template/driver.cxx +++ b/mssql/template/driver.cxx @@ -1,5 +1,4 @@ // file : mssql/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/mssql/template/makefile b/mssql/template/makefile index 4b94e07..5489cd5 100644 --- a/mssql/template/makefile +++ b/mssql/template/makefile @@ -1,5 +1,4 @@ # file : mssql/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/mssql/template/test.hxx b/mssql/template/test.hxx index f86c855..fda3c46 100644 --- a/mssql/template/test.hxx +++ b/mssql/template/test.hxx @@ -1,5 +1,4 @@ // file : mssql/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/mssql/test.bat b/mssql/test.bat index 46db55e..23de1d4 100644 --- a/mssql/test.bat +++ b/mssql/test.bat @@ -1,6 +1,5 @@ @echo off rem file : mssql/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/mssql/types/driver.cxx b/mssql/types/driver.cxx index db814e2..3476515 100644 --- a/mssql/types/driver.cxx +++ b/mssql/types/driver.cxx @@ -1,5 +1,4 @@ // file : mssql/types/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/mssql/types/makefile b/mssql/types/makefile index a75fba5..9024007 100644 --- a/mssql/types/makefile +++ b/mssql/types/makefile @@ -1,5 +1,4 @@ # file : mssql/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/mssql/types/test.hxx b/mssql/types/test.hxx index 57bc7b2..0f817ec 100644 --- a/mssql/types/test.hxx +++ b/mssql/types/test.hxx @@ -1,5 +1,4 @@ // file : mssql/types/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/mssql/types/traits.hxx b/mssql/types/traits.hxx index 76a21c5..bf7eccb 100644 --- a/mssql/types/traits.hxx +++ b/mssql/types/traits.hxx @@ -1,5 +1,4 @@ // file : mssql/types/traits.hxx -// author : Constantin Michael <constantin@codesynthesis.com> // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file |