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/oracle | |
parent | d3905b172b7d3cd1df933f57072aee652d10c186 (diff) |
Remove author field from file header
Too much effort to maintain.
Diffstat (limited to 'boost/oracle')
-rw-r--r-- | boost/oracle/Makefile.am | 1 | ||||
-rw-r--r-- | boost/oracle/date-time/driver.cxx | 1 | ||||
-rw-r--r-- | boost/oracle/date-time/makefile | 1 | ||||
-rw-r--r-- | boost/oracle/date-time/test.hxx | 1 | ||||
-rw-r--r-- | boost/oracle/makefile | 1 | ||||
-rw-r--r-- | boost/oracle/template/Makefile.am | 1 | ||||
-rw-r--r-- | boost/oracle/template/driver.cxx | 1 | ||||
-rw-r--r-- | boost/oracle/template/makefile | 1 | ||||
-rw-r--r-- | boost/oracle/template/test.hxx | 1 | ||||
-rw-r--r-- | boost/oracle/test.bat | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/boost/oracle/Makefile.am b/boost/oracle/Makefile.am index 6237668..796d9c2 100644 --- a/boost/oracle/Makefile.am +++ b/boost/oracle/Makefile.am @@ -1,5 +1,4 @@ # file : boost/oracle/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/oracle/date-time/driver.cxx b/boost/oracle/date-time/driver.cxx index 7c1733e..6c8c240 100644 --- a/boost/oracle/date-time/driver.cxx +++ b/boost/oracle/date-time/driver.cxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/boost/oracle/date-time/makefile b/boost/oracle/date-time/makefile index c2a8711..ac1680d 100644 --- a/boost/oracle/date-time/makefile +++ b/boost/oracle/date-time/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/date-time/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/oracle/date-time/test.hxx b/boost/oracle/date-time/test.hxx index ef5455a..9a5fe8b 100644 --- a/boost/oracle/date-time/test.hxx +++ b/boost/oracle/date-time/test.hxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/boost/oracle/makefile b/boost/oracle/makefile index 929fa8b..1e3fc52 100644 --- a/boost/oracle/makefile +++ b/boost/oracle/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/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/boost/oracle/template/Makefile.am b/boost/oracle/template/Makefile.am index 2e5e5f8..23f695f 100644 --- a/boost/oracle/template/Makefile.am +++ b/boost/oracle/template/Makefile.am @@ -1,5 +1,4 @@ # file : boost/oracle/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/oracle/template/driver.cxx b/boost/oracle/template/driver.cxx index b1442e0..b77f0f5 100644 --- a/boost/oracle/template/driver.cxx +++ b/boost/oracle/template/driver.cxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/oracle/template/makefile b/boost/oracle/template/makefile index 551cfb0..a2fb64d 100644 --- a/boost/oracle/template/makefile +++ b/boost/oracle/template/makefile @@ -1,5 +1,4 @@ # file : boost/oracle/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/oracle/template/test.hxx b/boost/oracle/template/test.hxx index 2bb9244..65123a7 100644 --- a/boost/oracle/template/test.hxx +++ b/boost/oracle/template/test.hxx @@ -1,5 +1,4 @@ // file : boost/oracle/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/boost/oracle/test.bat b/boost/oracle/test.bat index d323b10..fcc0945 100644 --- a/boost/oracle/test.bat +++ b/boost/oracle/test.bat @@ -1,6 +1,5 @@ @echo off rem file : boost/oracle/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 |