From 1f26958eb5531bd4b0c256e5b8dbefc75331beb9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Dec 2011 16:35:58 +0200 Subject: Remove author header --- cutl/Makefile.am | 1 - cutl/compiler/code-stream.hxx | 1 - cutl/compiler/code-stream.txx | 1 - cutl/compiler/context.cxx | 1 - cutl/compiler/context.hxx | 1 - cutl/compiler/context.txx | 1 - cutl/compiler/cxx-indenter.cxx | 1 - cutl/compiler/cxx-indenter.hxx | 1 - cutl/compiler/cxx-indenter.ixx | 1 - cutl/compiler/cxx-indenter.txx | 1 - cutl/compiler/sloc-counter.hxx | 1 - cutl/compiler/sloc-counter.txx | 1 - cutl/compiler/traversal.hxx | 1 - cutl/compiler/traversal.txx | 1 - cutl/compiler/type-id.hxx | 1 - cutl/compiler/type-id.ixx | 1 - cutl/compiler/type-id.txx | 1 - cutl/compiler/type-info.cxx | 1 - cutl/compiler/type-info.hxx | 1 - cutl/compiler/type-info.ixx | 1 - cutl/container/any.hxx | 1 - cutl/container/graph.hxx | 1 - cutl/container/graph.txx | 1 - cutl/container/pointer-iterator.hxx | 1 - cutl/details/config-vc.h | 1 - cutl/details/config.h.in | 1 - cutl/details/config.hxx | 1 - cutl/details/export.hxx | 1 - cutl/exception.cxx | 1 - cutl/exception.hxx | 1 - cutl/fs/auto-remove.cxx | 1 - cutl/fs/auto-remove.hxx | 1 - cutl/fs/exception.cxx | 1 - cutl/fs/exception.hxx | 1 - cutl/fs/path.cxx | 1 - cutl/fs/path.hxx | 1 - cutl/fs/path.ixx | 1 - cutl/fs/path.txx | 1 - cutl/makefile | 3 +-- cutl/meta/answer.hxx | 1 - cutl/meta/class-p.hxx | 1 - cutl/meta/polymorphic-p.hxx | 1 - cutl/meta/remove-c.hxx | 1 - cutl/meta/remove-cv.hxx | 1 - cutl/meta/remove-p.hxx | 1 - cutl/meta/remove-v.hxx | 1 - cutl/re.hxx | 1 - cutl/re/re.cxx | 1 - cutl/shared-ptr.hxx | 1 - cutl/shared-ptr/base.cxx | 1 - cutl/shared-ptr/base.hxx | 1 - cutl/shared-ptr/base.ixx | 1 - cutl/shared-ptr/base.txx | 1 - cutl/static-ptr.hxx | 1 - 54 files changed, 1 insertion(+), 55 deletions(-) (limited to 'cutl') 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 # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 * 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 * 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 # 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // 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 // copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file -- cgit v1.1