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 /boost/mssql/template | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'boost/mssql/template')
-rw-r--r-- | boost/mssql/template/Makefile.am | 1 | ||||
-rw-r--r-- | boost/mssql/template/driver.cxx | 1 | ||||
-rw-r--r-- | boost/mssql/template/makefile | 1 | ||||
-rw-r--r-- | boost/mssql/template/test.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/boost/mssql/template/Makefile.am b/boost/mssql/template/Makefile.am index 6ac8d13..59051f9 100644 --- a/boost/mssql/template/Makefile.am +++ b/boost/mssql/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/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/boost/mssql/template/driver.cxx b/boost/mssql/template/driver.cxx index e43fd72..3c55864 100644 --- a/boost/mssql/template/driver.cxx +++ b/boost/mssql/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/mssql/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/boost/mssql/template/makefile b/boost/mssql/template/makefile index 06d9ba7..8d1ef71 100644 --- a/boost/mssql/template/makefile +++ b/boost/mssql/template/makefile @@ -1,5 +1,4 @@ # file : boost/mssql/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/boost/mssql/template/test.hxx b/boost/mssql/template/test.hxx index ab41549..881fce7 100644 --- a/boost/mssql/template/test.hxx +++ b/boost/mssql/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/mssql/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 |