aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rwxr-xr-xbootstrap1
-rw-r--r--build/bootstrap.make1
-rw-r--r--build/export/libcutl/stub.make1
-rw-r--r--build/import/libcutl/configuration-rules.make1
-rwxr-xr-xbuild/import/libcutl/configure1
-rw-r--r--build/import/libcutl/stub.make1
-rw-r--r--configure.ac1
-rw-r--r--cutl/Makefile.am1
-rw-r--r--cutl/compiler/code-stream.hxx1
-rw-r--r--cutl/compiler/code-stream.txx1
-rw-r--r--cutl/compiler/context.cxx1
-rw-r--r--cutl/compiler/context.hxx1
-rw-r--r--cutl/compiler/context.txx1
-rw-r--r--cutl/compiler/cxx-indenter.cxx1
-rw-r--r--cutl/compiler/cxx-indenter.hxx1
-rw-r--r--cutl/compiler/cxx-indenter.ixx1
-rw-r--r--cutl/compiler/cxx-indenter.txx1
-rw-r--r--cutl/compiler/sloc-counter.hxx1
-rw-r--r--cutl/compiler/sloc-counter.txx1
-rw-r--r--cutl/compiler/traversal.hxx1
-rw-r--r--cutl/compiler/traversal.txx1
-rw-r--r--cutl/compiler/type-id.hxx1
-rw-r--r--cutl/compiler/type-id.ixx1
-rw-r--r--cutl/compiler/type-id.txx1
-rw-r--r--cutl/compiler/type-info.cxx1
-rw-r--r--cutl/compiler/type-info.hxx1
-rw-r--r--cutl/compiler/type-info.ixx1
-rw-r--r--cutl/container/any.hxx1
-rw-r--r--cutl/container/graph.hxx1
-rw-r--r--cutl/container/graph.txx1
-rw-r--r--cutl/container/pointer-iterator.hxx1
-rw-r--r--cutl/details/config-vc.h1
-rw-r--r--cutl/details/config.h.in1
-rw-r--r--cutl/details/config.hxx1
-rw-r--r--cutl/details/export.hxx1
-rw-r--r--cutl/exception.cxx1
-rw-r--r--cutl/exception.hxx1
-rw-r--r--cutl/fs/auto-remove.cxx1
-rw-r--r--cutl/fs/auto-remove.hxx1
-rw-r--r--cutl/fs/exception.cxx1
-rw-r--r--cutl/fs/exception.hxx1
-rw-r--r--cutl/fs/path.cxx1
-rw-r--r--cutl/fs/path.hxx1
-rw-r--r--cutl/fs/path.ixx1
-rw-r--r--cutl/fs/path.txx1
-rw-r--r--cutl/makefile3
-rw-r--r--cutl/meta/answer.hxx1
-rw-r--r--cutl/meta/class-p.hxx1
-rw-r--r--cutl/meta/polymorphic-p.hxx1
-rw-r--r--cutl/meta/remove-c.hxx1
-rw-r--r--cutl/meta/remove-cv.hxx1
-rw-r--r--cutl/meta/remove-p.hxx1
-rw-r--r--cutl/meta/remove-v.hxx1
-rw-r--r--cutl/re.hxx1
-rw-r--r--cutl/re/re.cxx1
-rw-r--r--cutl/shared-ptr.hxx1
-rw-r--r--cutl/shared-ptr/base.cxx1
-rw-r--r--cutl/shared-ptr/base.hxx1
-rw-r--r--cutl/shared-ptr/base.ixx1
-rw-r--r--cutl/shared-ptr/base.txx1
-rw-r--r--cutl/static-ptr.hxx1
-rw-r--r--libcutl.pc.in1
-rw-r--r--m4/disable-rpath.m41
-rw-r--r--m4/libboost.m41
-rw-r--r--m4/libtool-link.m41
-rw-r--r--m4/pkgconfig.m41
-rw-r--r--m4/static-lib.m41
-rw-r--r--makefile1
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/compiler/cxx-indenter/driver.cxx1
-rw-r--r--tests/compiler/cxx-indenter/makefile1
-rw-r--r--tests/compiler/makefile1
-rw-r--r--tests/compiler/sloc-counter/driver.cxx1
-rw-r--r--tests/compiler/sloc-counter/makefile1
-rw-r--r--tests/compiler/traversal/driver.cxx1
-rw-r--r--tests/compiler/traversal/makefile1
-rw-r--r--tests/fs/makefile1
-rw-r--r--tests/fs/path/driver.cxx1
-rw-r--r--tests/fs/path/makefile1
-rw-r--r--tests/makefile1
-rw-r--r--tests/re/driver.cxx1
-rw-r--r--tests/re/makefile1
-rw-r--r--tests/shared-ptr/driver.cxx1
-rw-r--r--tests/shared-ptr/makefile1
85 files changed, 1 insertions, 86 deletions
diff --git a/Makefile.am b/Makefile.am
index f0c89d6..3c758c5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,4 @@
# file : Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/bootstrap b/bootstrap
index aa4f1dc..c4cce70 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,6 @@
#! /bin/sh
# file : bootstrap
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 12b7d4b..034c257 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,4 @@
# file : build/bootstrap.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make
index 389c976..e5f4ba5 100644
--- a/build/export/libcutl/stub.make
+++ b/build/export/libcutl/stub.make
@@ -1,5 +1,4 @@
# file : build/export/libcutl/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make
index 82c8a11..b9fcabc 100644
--- a/build/import/libcutl/configuration-rules.make
+++ b/build/import/libcutl/configuration-rules.make
@@ -1,5 +1,4 @@
# file : build/import/libcutl/configuration-rules.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure
index de96fe8..8adb631 100755
--- a/build/import/libcutl/configure
+++ b/build/import/libcutl/configure
@@ -1,7 +1,6 @@
#! /usr/bin/env bash
# file : build/import/libcutl/configure
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/libcutl/stub.make b/build/import/libcutl/stub.make
index 6e083c8..1ec4716 100644
--- a/build/import/libcutl/stub.make
+++ b/build/import/libcutl/stub.make
@@ -1,5 +1,4 @@
# file : build/import/libcutl/stub.make
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/configure.ac b/configure.ac
index 639899e..93bae03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,4 @@
# file : configure.ac
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/cutl/Makefile.am b/cutl/Makefile.am
index 85da3fc..e498a0e 100644
--- a/cutl/Makefile.am
+++ b/cutl/Makefile.am
@@ -1,5 +1,4 @@
# file : cutl/Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx
index 4d937d2..a93d0f5 100644
--- a/cutl/compiler/code-stream.hxx
+++ b/cutl/compiler/code-stream.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx
index 15ae5b9..277e1a6 100644
--- a/cutl/compiler/code-stream.txx
+++ b/cutl/compiler/code-stream.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/code-stream.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx
index c1d3b29..35c1159 100644
--- a/cutl/compiler/context.cxx
+++ b/cutl/compiler/context.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx
index 0a23fa6..6ada7b3 100644
--- a/cutl/compiler/context.hxx
+++ b/cutl/compiler/context.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx
index f297495..89c54b0 100644
--- a/cutl/compiler/context.txx
+++ b/cutl/compiler/context.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/context.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx
index 5d1df4b..f063c2f 100644
--- a/cutl/compiler/cxx-indenter.cxx
+++ b/cutl/compiler/cxx-indenter.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx
index a007216..a1bde22 100644
--- a/cutl/compiler/cxx-indenter.hxx
+++ b/cutl/compiler/cxx-indenter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx
index 9ea2c75..f6a0269 100644
--- a/cutl/compiler/cxx-indenter.ixx
+++ b/cutl/compiler/cxx-indenter.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx
index 78b2333..9ce9552 100644
--- a/cutl/compiler/cxx-indenter.txx
+++ b/cutl/compiler/cxx-indenter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/cxx-indenter.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx
index 684b9d4..f4b63cf 100644
--- a/cutl/compiler/sloc-counter.hxx
+++ b/cutl/compiler/sloc-counter.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx
index 730ddeb..36f1870 100644
--- a/cutl/compiler/sloc-counter.txx
+++ b/cutl/compiler/sloc-counter.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/sloc-counter.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx
index 031576b..737a8ba 100644
--- a/cutl/compiler/traversal.hxx
+++ b/cutl/compiler/traversal.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx
index 2312485..6888fb7 100644
--- a/cutl/compiler/traversal.txx
+++ b/cutl/compiler/traversal.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/traversal.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx
index af9a6a2..9e72e2a 100644
--- a/cutl/compiler/type-id.hxx
+++ b/cutl/compiler/type-id.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx
index 75b2543..f55f1d5 100644
--- a/cutl/compiler/type-id.ixx
+++ b/cutl/compiler/type-id.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx
index 8272123..6773c40 100644
--- a/cutl/compiler/type-id.txx
+++ b/cutl/compiler/type-id.txx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-id.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx
index 35fb41f..93e2bcc 100644
--- a/cutl/compiler/type-info.cxx
+++ b/cutl/compiler/type-info.cxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx
index 0bb0e79..d042644 100644
--- a/cutl/compiler/type-info.hxx
+++ b/cutl/compiler/type-info.hxx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx
index 3a9d8a6..ab416a1 100644
--- a/cutl/compiler/type-info.ixx
+++ b/cutl/compiler/type-info.ixx
@@ -1,5 +1,4 @@
// file : cutl/compiler/type-info.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx
index 067df12..87a3d7b 100644
--- a/cutl/container/any.hxx
+++ b/cutl/container/any.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/any.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx
index 7ba21ed..c2fb539 100644
--- a/cutl/container/graph.hxx
+++ b/cutl/container/graph.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/graph.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx
index 5c604c4..5099d37 100644
--- a/cutl/container/graph.txx
+++ b/cutl/container/graph.txx
@@ -1,5 +1,4 @@
// file : cutl/container/graph.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx
index 9c64e6c..cfd69d4 100644
--- a/cutl/container/pointer-iterator.hxx
+++ b/cutl/container/pointer-iterator.hxx
@@ -1,5 +1,4 @@
// file : cutl/container/pointer-iterator.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/details/config-vc.h b/cutl/details/config-vc.h
index 735e004..2495bb6 100644
--- a/cutl/details/config-vc.h
+++ b/cutl/details/config-vc.h
@@ -1,5 +1,4 @@
/* file : cutl/details/config-vc.h
- * author : Boris Kolpackov <boris@codesynthesis.com>
* copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.h.in b/cutl/details/config.h.in
index 0d6f8c3..afd7824 100644
--- a/cutl/details/config.h.in
+++ b/cutl/details/config.h.in
@@ -1,5 +1,4 @@
/* file : cutl/details/config.h.in
- * author : Boris Kolpackov <boris@codesynthesis.com>
* copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
* license : MIT; see accompanying LICENSE file
*/
diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx
index 4607773..1cc70fa 100644
--- a/cutl/details/config.hxx
+++ b/cutl/details/config.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/config.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/details/export.hxx b/cutl/details/export.hxx
index 9b88d02..978163f 100644
--- a/cutl/details/export.hxx
+++ b/cutl/details/export.hxx
@@ -1,5 +1,4 @@
// file : cutl/details/export.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/exception.cxx b/cutl/exception.cxx
index d393194..3e7718d 100644
--- a/cutl/exception.cxx
+++ b/cutl/exception.cxx
@@ -1,5 +1,4 @@
// file : cutl/exception.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/exception.hxx b/cutl/exception.hxx
index 3353c29..76ee163 100644
--- a/cutl/exception.hxx
+++ b/cutl/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/exception.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx
index 6aa1ce5..0f25071 100644
--- a/cutl/fs/auto-remove.cxx
+++ b/cutl/fs/auto-remove.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx
index 66e8cce..6c55efc 100644
--- a/cutl/fs/auto-remove.hxx
+++ b/cutl/fs/auto-remove.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/auto-remove.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx
index 3209e60..beaa3d7 100644
--- a/cutl/fs/exception.cxx
+++ b/cutl/fs/exception.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx
index 89b459b..0796c2a 100644
--- a/cutl/fs/exception.hxx
+++ b/cutl/fs/exception.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/exception.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx
index de8e72d..e1151ab 100644
--- a/cutl/fs/path.cxx
+++ b/cutl/fs/path.cxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx
index 9d29bc2..5dce2cd 100644
--- a/cutl/fs/path.hxx
+++ b/cutl/fs/path.hxx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx
index 6a76b32..4c3b959 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx
index d345a11..4b6c31d 100644
--- a/cutl/fs/path.txx
+++ b/cutl/fs/path.txx
@@ -1,5 +1,4 @@
// file : cutl/fs/path.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/makefile b/cutl/makefile
index 34c8e00..a6d5d03 100644
--- a/cutl/makefile
+++ b/cutl/makefile
@@ -1,5 +1,4 @@
# file : cutl/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
@@ -58,7 +57,7 @@ $(cxx_obj) $(cxx_od): $(odb_tracer.l.cpp-options) $(out_base)/details/config.h
$(out_base)/details/config.h:
@echo '// file : cutl/details/config.h' >$@
- @echo '// author : automatically generated' >>$@
+ @echo '// note : automatically generated' >>$@
@echo '' >>$@
@echo '#ifndef CUTL_DETAILS_CONFIG_H' >>$@
@echo '#define CUTL_DETAILS_CONFIG_H' >>$@
diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx
index 64c54e8..b12a879 100644
--- a/cutl/meta/answer.hxx
+++ b/cutl/meta/answer.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/answer.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx
index bde7a3b..bc047a1 100644
--- a/cutl/meta/class-p.hxx
+++ b/cutl/meta/class-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/class-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx
index 20e72f7..4e10368 100644
--- a/cutl/meta/polymorphic-p.hxx
+++ b/cutl/meta/polymorphic-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/polymorphic-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/remove-c.hxx b/cutl/meta/remove-c.hxx
index 0c02042..94cdf44 100644
--- a/cutl/meta/remove-c.hxx
+++ b/cutl/meta/remove-c.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-c.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/remove-cv.hxx b/cutl/meta/remove-cv.hxx
index ac85c91..829d39b 100644
--- a/cutl/meta/remove-cv.hxx
+++ b/cutl/meta/remove-cv.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-cv.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/remove-p.hxx b/cutl/meta/remove-p.hxx
index 35479d7..eb85eb5 100644
--- a/cutl/meta/remove-p.hxx
+++ b/cutl/meta/remove-p.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-p.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/meta/remove-v.hxx b/cutl/meta/remove-v.hxx
index d655a82..7ce4af7 100644
--- a/cutl/meta/remove-v.hxx
+++ b/cutl/meta/remove-v.hxx
@@ -1,5 +1,4 @@
// file : cutl/meta/remove-v.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/re.hxx b/cutl/re.hxx
index a1a8868..3c47852 100644
--- a/cutl/re.hxx
+++ b/cutl/re.hxx
@@ -1,5 +1,4 @@
// file : cutl/re.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx
index c6efc66..8a15158 100644
--- a/cutl/re/re.cxx
+++ b/cutl/re/re.cxx
@@ -1,5 +1,4 @@
// file : cutl/re/re.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx
index 43a4295..7aebcfa 100644
--- a/cutl/shared-ptr.hxx
+++ b/cutl/shared-ptr.hxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/shared-ptr/base.cxx b/cutl/shared-ptr/base.cxx
index 7d9a222..24e777b 100644
--- a/cutl/shared-ptr/base.cxx
+++ b/cutl/shared-ptr/base.cxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/shared-ptr/base.hxx b/cutl/shared-ptr/base.hxx
index b04ac60..5f283dd 100644
--- a/cutl/shared-ptr/base.hxx
+++ b/cutl/shared-ptr/base.hxx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/shared-ptr/base.ixx b/cutl/shared-ptr/base.ixx
index 047c144..e6f8e63 100644
--- a/cutl/shared-ptr/base.ixx
+++ b/cutl/shared-ptr/base.ixx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.ixx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx
index 6629451..e59dbc6 100644
--- a/cutl/shared-ptr/base.txx
+++ b/cutl/shared-ptr/base.txx
@@ -1,5 +1,4 @@
// file : cutl/shared-ptr/base.txx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx
index c191543..c4ec463 100644
--- a/cutl/static-ptr.hxx
+++ b/cutl/static-ptr.hxx
@@ -1,5 +1,4 @@
// file : cutl/static-ptr.hxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/libcutl.pc.in b/libcutl.pc.in
index aaca3da..50eaa56 100644
--- a/libcutl.pc.in
+++ b/libcutl.pc.in
@@ -1,5 +1,4 @@
# file : libcutl.pc.in
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4
index 3b77bc9..f5830a6 100644
--- a/m4/disable-rpath.m4
+++ b/m4/disable-rpath.m4
@@ -1,5 +1,4 @@
dnl file : m4/disable-rpath.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
diff --git a/m4/libboost.m4 b/m4/libboost.m4
index 87cb424..07d753e 100644
--- a/m4/libboost.m4
+++ b/m4/libboost.m4
@@ -1,5 +1,4 @@
dnl file : m4/libboost.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4
index ba178e8..673a1f7 100644
--- a/m4/libtool-link.m4
+++ b/m4/libtool-link.m4
@@ -1,5 +1,4 @@
dnl file : m4/libtool-link.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4
index 58dfe88..31d1f40 100644
--- a/m4/pkgconfig.m4
+++ b/m4/pkgconfig.m4
@@ -1,5 +1,4 @@
dnl file : m4/pkgconfig.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
diff --git a/m4/static-lib.m4 b/m4/static-lib.m4
index 01808a4..0b1abd5 100644
--- a/m4/static-lib.m4
+++ b/m4/static-lib.m4
@@ -1,5 +1,4 @@
dnl file : m4/static-lib.m4
-dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
dnl license : MIT; see accompanying LICENSE file
dnl
diff --git a/makefile b/makefile
index 9fd5d5a..d1b2ba8 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,4 @@
# file : makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1beeef7..87364c4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,4 @@
# file : Makefile.am
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx
index 0320f94..fa43714 100644
--- a/tests/compiler/cxx-indenter/driver.cxx
+++ b/tests/compiler/cxx-indenter/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/cxx-indenter/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile
index 941f42c..318920c 100644
--- a/tests/compiler/cxx-indenter/makefile
+++ b/tests/compiler/cxx-indenter/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/cxx-indenter/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/makefile b/tests/compiler/makefile
index 35a6af4..15ee674 100644
--- a/tests/compiler/makefile
+++ b/tests/compiler/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx
index ec504fe..c42c094 100644
--- a/tests/compiler/sloc-counter/driver.cxx
+++ b/tests/compiler/sloc-counter/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/sloc-counter/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile
index 8f031ab..d79e539 100644
--- a/tests/compiler/sloc-counter/makefile
+++ b/tests/compiler/sloc-counter/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/sloc-counter/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx
index 90c23d8..f42f94c 100644
--- a/tests/compiler/traversal/driver.cxx
+++ b/tests/compiler/traversal/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/compiler/traversal/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile
index a502a66..5450593 100644
--- a/tests/compiler/traversal/makefile
+++ b/tests/compiler/traversal/makefile
@@ -1,5 +1,4 @@
# file : tests/compiler/traversal/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/fs/makefile b/tests/fs/makefile
index f71c805..8d94a3d 100644
--- a/tests/fs/makefile
+++ b/tests/fs/makefile
@@ -1,5 +1,4 @@
# file : tests/fs/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx
index abf3c77..4f24f6b 100644
--- a/tests/fs/path/driver.cxx
+++ b/tests/fs/path/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/fs/path/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile
index c48a4c5..9f3f8c9 100644
--- a/tests/fs/path/makefile
+++ b/tests/fs/path/makefile
@@ -1,5 +1,4 @@
# file : tests/fs/path/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/makefile b/tests/makefile
index 6d9d920..b09b947 100644
--- a/tests/makefile
+++ b/tests/makefile
@@ -1,5 +1,4 @@
# file : tests/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx
index bdf4982..5ba8ba5 100644
--- a/tests/re/driver.cxx
+++ b/tests/re/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/re/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/re/makefile b/tests/re/makefile
index edcfc0f..8e696f2 100644
--- a/tests/re/makefile
+++ b/tests/re/makefile
@@ -1,5 +1,4 @@
# file : tests/re/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx
index 02eee46..78b9675 100644
--- a/tests/shared-ptr/driver.cxx
+++ b/tests/shared-ptr/driver.cxx
@@ -1,5 +1,4 @@
// file : tests/shared-ptr/driver.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile
index 511e0af..3a5e73e 100644
--- a/tests/shared-ptr/makefile
+++ b/tests/shared-ptr/makefile
@@ -1,5 +1,4 @@
# file : tests/shared-ptr/makefile
-# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file