From d8fc8867ae9eb86e132a6ba676b6c5319346f7f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:33:32 +0200 Subject: Copyright update --- LICENSE | 2 +- Makefile.am | 2 +- bootstrap | 2 +- build/bootstrap.make | 2 +- build/export/libcutl/stub.make | 2 +- build/import/libcutl/configuration-rules.make | 2 +- build/import/libcutl/configure | 2 +- build/import/libcutl/stub.make | 2 +- configure.ac | 2 +- cutl/Makefile.am | 2 +- cutl/compiler/code-stream.hxx | 2 +- cutl/compiler/code-stream.txx | 2 +- cutl/compiler/context.cxx | 2 +- cutl/compiler/context.hxx | 2 +- cutl/compiler/context.txx | 2 +- cutl/compiler/cxx-indenter.cxx | 2 +- cutl/compiler/cxx-indenter.hxx | 2 +- cutl/compiler/cxx-indenter.ixx | 2 +- cutl/compiler/cxx-indenter.txx | 2 +- cutl/compiler/sloc-counter.hxx | 2 +- cutl/compiler/sloc-counter.txx | 2 +- cutl/compiler/traversal.hxx | 2 +- cutl/compiler/traversal.txx | 2 +- cutl/compiler/type-id.hxx | 2 +- cutl/compiler/type-id.ixx | 2 +- cutl/compiler/type-id.txx | 2 +- cutl/compiler/type-info.cxx | 2 +- cutl/compiler/type-info.hxx | 2 +- cutl/compiler/type-info.ixx | 2 +- cutl/container/any.hxx | 2 +- cutl/container/graph.hxx | 2 +- cutl/container/graph.txx | 2 +- cutl/container/pointer-iterator.hxx | 2 +- cutl/details/config.h.in | 2 +- cutl/details/config.hxx | 2 +- cutl/details/export.hxx | 2 +- cutl/exception.cxx | 2 +- cutl/exception.hxx | 2 +- cutl/fs/auto-remove.cxx | 2 +- cutl/fs/auto-remove.hxx | 2 +- cutl/fs/exception.cxx | 2 +- cutl/fs/exception.hxx | 2 +- cutl/fs/path.cxx | 2 +- cutl/fs/path.hxx | 2 +- cutl/fs/path.ixx | 2 +- cutl/fs/path.txx | 2 +- cutl/makefile | 2 +- cutl/meta/answer.hxx | 2 +- cutl/meta/class-p.hxx | 2 +- cutl/meta/polymorphic-p.hxx | 2 +- cutl/meta/remove-c.hxx | 2 +- cutl/meta/remove-cv.hxx | 2 +- cutl/meta/remove-p.hxx | 2 +- cutl/meta/remove-v.hxx | 2 +- cutl/shared-ptr.hxx | 2 +- cutl/shared-ptr/base.cxx | 2 +- cutl/shared-ptr/base.hxx | 2 +- cutl/shared-ptr/base.ixx | 2 +- cutl/shared-ptr/base.txx | 2 +- cutl/static-ptr.hxx | 2 +- libcutl.pc.in | 2 +- m4/disable-rpath.m4 | 2 +- m4/libtool-link.m4 | 2 +- m4/pkgconfig.m4 | 2 +- m4/static-lib.m4 | 2 +- makefile | 2 +- tests/Makefile.am | 2 +- tests/compiler/cxx-indenter/driver.cxx | 2 +- tests/compiler/cxx-indenter/makefile | 2 +- tests/compiler/makefile | 2 +- tests/compiler/sloc-counter/driver.cxx | 2 +- tests/compiler/sloc-counter/makefile | 2 +- tests/compiler/traversal/driver.cxx | 2 +- tests/compiler/traversal/makefile | 2 +- tests/fs/makefile | 2 +- tests/fs/path/driver.cxx | 2 +- tests/fs/path/makefile | 2 +- tests/makefile | 2 +- tests/shared-ptr/driver.cxx | 2 +- tests/shared-ptr/makefile | 2 +- 80 files changed, 80 insertions(+), 80 deletions(-) diff --git a/LICENSE b/LICENSE index db16aa3..3fe3ab2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2010 Code Synthesis Tools CC. +Copyright (c) 2009-2011 Code Synthesis Tools CC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/Makefile.am b/Makefile.am index de949c6..7072dfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # file : Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/bootstrap b/bootstrap index 611e838..698a89a 100755 --- a/bootstrap +++ b/bootstrap @@ -2,7 +2,7 @@ # file : bootstrap # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # diff --git a/build/bootstrap.make b/build/bootstrap.make index 6c742dd..606a79d 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,6 +1,6 @@ # file : build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file project_name := libcutl diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make index e135b0d..b22e1d0 100644 --- a/build/export/libcutl/stub.make +++ b/build/export/libcutl/stub.make @@ -1,6 +1,6 @@ # file : build/export/libcutl/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(src_root)/cutl/makefile,$(out_root)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index a7c0d5e..db255d0 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,6 +1,6 @@ # file : build/import/libcutl/configuration-rules.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index 34903a9..6bcd346 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -2,7 +2,7 @@ # file : build/import/libcutl/configure # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 3267822..ab3d051 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,6 +1,6 @@ # file : build/import/libcutl/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/configure.ac b/configure.ac index 8bcd417..5691eb1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # file : configure.ac # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file AC_PREREQ(2.60) diff --git a/cutl/Makefile.am b/cutl/Makefile.am index 53859e4..bfeff51 100644 --- a/cutl/Makefile.am +++ b/cutl/Makefile.am @@ -1,6 +1,6 @@ # file : cutl/Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx index 1243f63..b076b8b 100644 --- a/cutl/compiler/code-stream.hxx +++ b/cutl/compiler/code-stream.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/code-stream.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CODE_STREAM_HXX diff --git a/cutl/compiler/code-stream.txx b/cutl/compiler/code-stream.txx index f43a5d1..a8262c4 100644 --- a/cutl/compiler/code-stream.txx +++ b/cutl/compiler/code-stream.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/code-stream.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/context.cxx b/cutl/compiler/context.cxx index 0488e1f..7961388 100644 --- a/cutl/compiler/context.cxx +++ b/cutl/compiler/context.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx index f5d2c6d..9cfd4be 100644 --- a/cutl/compiler/context.hxx +++ b/cutl/compiler/context.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CONTEXT_HXX diff --git a/cutl/compiler/context.txx b/cutl/compiler/context.txx index 7f47cd9..6c69d0a 100644 --- a/cutl/compiler/context.txx +++ b/cutl/compiler/context.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/context.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/cxx-indenter.cxx b/cutl/compiler/cxx-indenter.cxx index d01c6b9..3dc1562 100644 --- a/cutl/compiler/cxx-indenter.cxx +++ b/cutl/compiler/cxx-indenter.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/cxx-indenter.hxx b/cutl/compiler/cxx-indenter.hxx index 668c9b6..0988438 100644 --- a/cutl/compiler/cxx-indenter.hxx +++ b/cutl/compiler/cxx-indenter.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_CXX_INDENTER_HXX diff --git a/cutl/compiler/cxx-indenter.ixx b/cutl/compiler/cxx-indenter.ixx index c85446a..ea2e073 100644 --- a/cutl/compiler/cxx-indenter.ixx +++ b/cutl/compiler/cxx-indenter.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/cxx-indenter.txx b/cutl/compiler/cxx-indenter.txx index 49e506d..976eb3b 100644 --- a/cutl/compiler/cxx-indenter.txx +++ b/cutl/compiler/cxx-indenter.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/cxx-indenter.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/sloc-counter.hxx b/cutl/compiler/sloc-counter.hxx index eb55e37..77cfc84 100644 --- a/cutl/compiler/sloc-counter.hxx +++ b/cutl/compiler/sloc-counter.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/sloc-counter.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_SLOC_COUNTER_HXX diff --git a/cutl/compiler/sloc-counter.txx b/cutl/compiler/sloc-counter.txx index cb4f528..003f043 100644 --- a/cutl/compiler/sloc-counter.txx +++ b/cutl/compiler/sloc-counter.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/sloc-counter.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::isspace diff --git a/cutl/compiler/traversal.hxx b/cutl/compiler/traversal.hxx index b877bc0..44fd3e6 100644 --- a/cutl/compiler/traversal.hxx +++ b/cutl/compiler/traversal.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/traversal.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TRAVERSAL_HXX diff --git a/cutl/compiler/traversal.txx b/cutl/compiler/traversal.txx index 636aad1..0c54ea9 100644 --- a/cutl/compiler/traversal.txx +++ b/cutl/compiler/traversal.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/traversal.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-id.hxx b/cutl/compiler/type-id.hxx index 87ffad4..8c29e1d 100644 --- a/cutl/compiler/type-id.hxx +++ b/cutl/compiler/type-id.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TYPE_ID_HXX diff --git a/cutl/compiler/type-id.ixx b/cutl/compiler/type-id.ixx index e2e92c9..18b84df 100644 --- a/cutl/compiler/type-id.ixx +++ b/cutl/compiler/type-id.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-id.txx b/cutl/compiler/type-id.txx index f7fbaf6..aea4a84 100644 --- a/cutl/compiler/type-id.txx +++ b/cutl/compiler/type-id.txx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-id.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/compiler/type-info.cxx b/cutl/compiler/type-info.cxx index c092609..4644dad 100644 --- a/cutl/compiler/type-info.cxx +++ b/cutl/compiler/type-info.cxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/type-info.hxx b/cutl/compiler/type-info.hxx index b69451c..fabb7d9 100644 --- a/cutl/compiler/type-info.hxx +++ b/cutl/compiler/type-info.hxx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_COMPILER_TYPE_INFO_HXX diff --git a/cutl/compiler/type-info.ixx b/cutl/compiler/type-info.ixx index 008e658..d311641 100644 --- a/cutl/compiler/type-info.ixx +++ b/cutl/compiler/type-info.ixx @@ -1,6 +1,6 @@ // file : cutl/compiler/type-info.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/any.hxx b/cutl/container/any.hxx index feeb302..4569b06 100644 --- a/cutl/container/any.hxx +++ b/cutl/container/any.hxx @@ -1,6 +1,6 @@ // file : cutl/container/any.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_ANY_HXX diff --git a/cutl/container/graph.hxx b/cutl/container/graph.hxx index e797c22..fa39bb8 100644 --- a/cutl/container/graph.hxx +++ b/cutl/container/graph.hxx @@ -1,6 +1,6 @@ // file : cutl/container/graph.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_GRAPH_HXX diff --git a/cutl/container/graph.txx b/cutl/container/graph.txx index 615453d..45e4ee1 100644 --- a/cutl/container/graph.txx +++ b/cutl/container/graph.txx @@ -1,6 +1,6 @@ // file : cutl/container/graph.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx index f303487..80957e5 100644 --- a/cutl/container/pointer-iterator.hxx +++ b/cutl/container/pointer-iterator.hxx @@ -1,6 +1,6 @@ // file : cutl/container/pointer-iterator.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_POINTER_ITERATOR_HXX diff --git a/cutl/details/config.h.in b/cutl/details/config.h.in index 18b8f9d..5049b74 100644 --- a/cutl/details/config.h.in +++ b/cutl/details/config.h.in @@ -1,6 +1,6 @@ /* file : cutl/details/config.h.in * author : Boris Kolpackov - * copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx index 2bbc274..32e70db 100644 --- a/cutl/details/config.hxx +++ b/cutl/details/config.hxx @@ -1,6 +1,6 @@ // file : cutl/details/config.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_DETAILS_CONFIG_HXX diff --git a/cutl/details/export.hxx b/cutl/details/export.hxx index 4c7b494..4b5f545 100644 --- a/cutl/details/export.hxx +++ b/cutl/details/export.hxx @@ -1,6 +1,6 @@ // file : cutl/details/export.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_DETAILS_EXPORT_HXX diff --git a/cutl/exception.cxx b/cutl/exception.cxx index c3c2c9a..726d3e4 100644 --- a/cutl/exception.cxx +++ b/cutl/exception.cxx @@ -1,6 +1,6 @@ // file : cutl/exception.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/exception.hxx b/cutl/exception.hxx index 228a7ad..1b1f206 100644 --- a/cutl/exception.hxx +++ b/cutl/exception.hxx @@ -1,6 +1,6 @@ // file : cutl/exception.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_EXCEPTION_HXX diff --git a/cutl/fs/auto-remove.cxx b/cutl/fs/auto-remove.cxx index 250bb12..4e699e2 100644 --- a/cutl/fs/auto-remove.cxx +++ b/cutl/fs/auto-remove.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/auto-remove.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::remove diff --git a/cutl/fs/auto-remove.hxx b/cutl/fs/auto-remove.hxx index 6f4db37..297caff 100644 --- a/cutl/fs/auto-remove.hxx +++ b/cutl/fs/auto-remove.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/auto-remove.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_AUTO_REMOVE_HXX diff --git a/cutl/fs/exception.cxx b/cutl/fs/exception.cxx index 9c17265..d525100 100644 --- a/cutl/fs/exception.cxx +++ b/cutl/fs/exception.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/exception.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx index d238a73..d9362b5 100644 --- a/cutl/fs/exception.hxx +++ b/cutl/fs/exception.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/exception.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_EXCEPTION_HXX diff --git a/cutl/fs/path.cxx b/cutl/fs/path.cxx index ac1d78c..233431d 100644 --- a/cutl/fs/path.cxx +++ b/cutl/fs/path.cxx @@ -1,6 +1,6 @@ // file : cutl/fs/path.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _WIN32 diff --git a/cutl/fs/path.hxx b/cutl/fs/path.hxx index 050830d..c4ea03e 100644 --- a/cutl/fs/path.hxx +++ b/cutl/fs/path.hxx @@ -1,6 +1,6 @@ // file : cutl/fs/path.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_FS_PATH_HXX diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx index 7a92110..dd94e11 100644 --- a/cutl/fs/path.ixx +++ b/cutl/fs/path.ixx @@ -1,6 +1,6 @@ // file : cutl/fs/path.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifdef _WIN32 diff --git a/cutl/fs/path.txx b/cutl/fs/path.txx index f4bbb10..7f495a7 100644 --- a/cutl/fs/path.txx +++ b/cutl/fs/path.txx @@ -1,6 +1,6 @@ // file : cutl/fs/path.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/makefile b/cutl/makefile index efc4301..7f4dd3f 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -1,6 +1,6 @@ # file : cutl/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx index 3e4f28a..01460cd 100644 --- a/cutl/meta/answer.hxx +++ b/cutl/meta/answer.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/answer.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_ANSWER_HXX diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx index dbf8597..2ead940 100644 --- a/cutl/meta/class-p.hxx +++ b/cutl/meta/class-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/class-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_CLASS_HXX diff --git a/cutl/meta/polymorphic-p.hxx b/cutl/meta/polymorphic-p.hxx index c8639c8..64e3188 100644 --- a/cutl/meta/polymorphic-p.hxx +++ b/cutl/meta/polymorphic-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/polymorphic-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_POLYMORPHIC_HXX diff --git a/cutl/meta/remove-c.hxx b/cutl/meta/remove-c.hxx index 35f0090..a5f2515 100644 --- a/cutl/meta/remove-c.hxx +++ b/cutl/meta/remove-c.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-c.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_C_HXX diff --git a/cutl/meta/remove-cv.hxx b/cutl/meta/remove-cv.hxx index 2f3206d..aa661b4 100644 --- a/cutl/meta/remove-cv.hxx +++ b/cutl/meta/remove-cv.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-cv.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_CV_HXX diff --git a/cutl/meta/remove-p.hxx b/cutl/meta/remove-p.hxx index 0776ac9..596d47b 100644 --- a/cutl/meta/remove-p.hxx +++ b/cutl/meta/remove-p.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-p.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_P_HXX diff --git a/cutl/meta/remove-v.hxx b/cutl/meta/remove-v.hxx index e2cd100..deb9e3f 100644 --- a/cutl/meta/remove-v.hxx +++ b/cutl/meta/remove-v.hxx @@ -1,6 +1,6 @@ // file : cutl/meta/remove-v.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_V_HXX diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx index 837ba4e..e3d88a6 100644 --- a/cutl/shared-ptr.hxx +++ b/cutl/shared-ptr.hxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_SHARED_PTR_HXX diff --git a/cutl/shared-ptr/base.cxx b/cutl/shared-ptr/base.cxx index 69b0aee..b213cbc 100644 --- a/cutl/shared-ptr/base.cxx +++ b/cutl/shared-ptr/base.cxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/shared-ptr/base.hxx b/cutl/shared-ptr/base.hxx index 50e54d4..30c0cee 100644 --- a/cutl/shared-ptr/base.hxx +++ b/cutl/shared-ptr/base.hxx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_SHARED_PTR_BASE_HXX diff --git a/cutl/shared-ptr/base.ixx b/cutl/shared-ptr/base.ixx index 7bc18b1..e5605c9 100644 --- a/cutl/shared-ptr/base.ixx +++ b/cutl/shared-ptr/base.ixx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.ixx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/shared-ptr/base.txx b/cutl/shared-ptr/base.txx index 603575f..269a21a 100644 --- a/cutl/shared-ptr/base.txx +++ b/cutl/shared-ptr/base.txx @@ -1,6 +1,6 @@ // file : cutl/shared-ptr/base.txx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx index 4094938..b02923c 100644 --- a/cutl/static-ptr.hxx +++ b/cutl/static-ptr.hxx @@ -1,6 +1,6 @@ // file : cutl/static-ptr.hxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_STATIC_PTR_HXX diff --git a/libcutl.pc.in b/libcutl.pc.in index be2e0d6..687c9ed 100644 --- a/libcutl.pc.in +++ b/libcutl.pc.in @@ -1,6 +1,6 @@ # file : libcutl.pc.in # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file prefix=@prefix@ diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index 4540e66..c103d5c 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,6 +1,6 @@ dnl file : m4/disable-rpath.m4 dnl author : Boris Kolpackov -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index 4748520..6a10fa0 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,6 +1,6 @@ dnl file : m4/libtool-link.m4 dnl author : Boris Kolpackov -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index 64d90f1..e4e71be 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,6 +1,6 @@ dnl file : m4/pkgconfig.m4 dnl author : Boris Kolpackov -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index 7f6a4f0..f7e0860 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,6 +1,6 @@ dnl file : m4/static-lib.m4 dnl author : Boris Kolpackov -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : MIT; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/makefile b/makefile index 3774ef5..089a0dc 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # file : makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/tests/Makefile.am b/tests/Makefile.am index 52ecabc..151d4de 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # file : Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx index 8dc02c3..f14a6dd 100644 --- a/tests/compiler/cxx-indenter/driver.cxx +++ b/tests/compiler/cxx-indenter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/cxx-indenter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile index d0990ee..7347e88 100644 --- a/tests/compiler/cxx-indenter/makefile +++ b/tests/compiler/cxx-indenter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/cxx-indenter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/makefile b/tests/compiler/makefile index 1464555..762c09c 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx index 8ba5338..9bd47f0 100644 --- a/tests/compiler/sloc-counter/driver.cxx +++ b/tests/compiler/sloc-counter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/sloc-counter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile index 5f5ef86..e69e2e6 100644 --- a/tests/compiler/sloc-counter/makefile +++ b/tests/compiler/sloc-counter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/sloc-counter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx index 45e0783..a7bf55c 100644 --- a/tests/compiler/traversal/driver.cxx +++ b/tests/compiler/traversal/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/traversal/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index 830ec18..8cab988 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/traversal/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/fs/makefile b/tests/fs/makefile index e18f64e..9ddaebf 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,6 +1,6 @@ # file : tests/fs/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index c130a86..02ad996 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,6 +1,6 @@ // file : tests/fs/path/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index 6a355ad..d736840 100644 --- a/tests/fs/path/makefile +++ b/tests/fs/path/makefile @@ -1,6 +1,6 @@ # file : tests/fs/path/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index 5b7bbf9..09f9d29 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx index 67ed12e..3ffff87 100644 --- a/tests/shared-ptr/driver.cxx +++ b/tests/shared-ptr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/shared-ptr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index 86e2a8c..d9b03ee 100644 --- a/tests/shared-ptr/makefile +++ b/tests/shared-ptr/makefile @@ -1,6 +1,6 @@ # file : tests/shared-ptr/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1