From debbd6dc138280620dd720d90571125170cdffca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 21:13:58 +0300 Subject: Update copyright year --- cutl/Makefile.am | 2 +- cutl/buildfile | 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/key.hxx | 2 +- cutl/container/map-iterator.hxx | 2 +- cutl/container/multi-index.hxx | 2 +- cutl/container/pointer-iterator.hxx | 2 +- cutl/details/build2/config-stub.h | 2 +- cutl/details/build2/config-vc-stub.h | 2 +- cutl/details/build2/config-vc.h | 2 +- cutl/details/build2/config.h | 2 +- cutl/details/config-vc.h | 2 +- cutl/details/config.h.in | 2 +- cutl/details/config.hxx | 2 +- cutl/details/export.hxx | 2 +- cutl/details/genx/LICENSE | 2 +- cutl/details/genx/char-props.c | 2 +- cutl/details/genx/genx.c | 2 +- cutl/details/genx/genx.h | 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/re.hxx | 2 +- cutl/re/re.cxx | 2 +- cutl/re/re.txx | 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 +- cutl/version.hxx.in | 2 +- cutl/xml/exception.hxx | 2 +- cutl/xml/parser.cxx | 2 +- cutl/xml/parser.hxx | 2 +- cutl/xml/parser.ixx | 2 +- cutl/xml/parser.txx | 2 +- cutl/xml/qname.cxx | 2 +- cutl/xml/qname.hxx | 2 +- cutl/xml/serializer.cxx | 2 +- cutl/xml/serializer.hxx | 2 +- cutl/xml/serializer.ixx | 2 +- cutl/xml/value-traits.cxx | 2 +- cutl/xml/value-traits.hxx | 2 +- cutl/xml/value-traits.txx | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) (limited to 'cutl') diff --git a/cutl/Makefile.am b/cutl/Makefile.am index 512708e..66f6b01 100644 --- a/cutl/Makefile.am +++ b/cutl/Makefile.am @@ -1,5 +1,5 @@ # file : cutl/Makefile.am -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file EXTRA_DIST = __file__(extra_dist) diff --git a/cutl/buildfile b/cutl/buildfile index 4ac99a5..5a47769 100644 --- a/cutl/buildfile +++ b/cutl/buildfile @@ -1,5 +1,5 @@ # file : cutl/buildfile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file lib{cutl}: {hxx ixx txx cxx}{** -version -xml/** -details/boost/**} \ diff --git a/cutl/compiler/code-stream.hxx b/cutl/compiler/code-stream.hxx index a6dd094..52bcc78 100644 --- a/cutl/compiler/code-stream.hxx +++ b/cutl/compiler/code-stream.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/code-stream.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 fac6846..a78da3e 100644 --- a/cutl/compiler/code-stream.txx +++ b/cutl/compiler/code-stream.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/code-stream.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 268272c..8a360e0 100644 --- a/cutl/compiler/context.cxx +++ b/cutl/compiler/context.cxx @@ -1,5 +1,5 @@ // file : cutl/compiler/context.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/compiler/context.hxx b/cutl/compiler/context.hxx index 4b416d3..431fb64 100644 --- a/cutl/compiler/context.hxx +++ b/cutl/compiler/context.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/context.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9cec125..c5a5799 100644 --- a/cutl/compiler/context.txx +++ b/cutl/compiler/context.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/context.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b66a620..22c4db6 100644 --- a/cutl/compiler/cxx-indenter.cxx +++ b/cutl/compiler/cxx-indenter.cxx @@ -1,5 +1,5 @@ // file : cutl/compiler/cxx-indenter.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 f9b207f..e063091 100644 --- a/cutl/compiler/cxx-indenter.hxx +++ b/cutl/compiler/cxx-indenter.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/cxx-indenter.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 eb92946..151dae4 100644 --- a/cutl/compiler/cxx-indenter.ixx +++ b/cutl/compiler/cxx-indenter.ixx @@ -1,5 +1,5 @@ // file : cutl/compiler/cxx-indenter.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 d64ab42..a1a9493 100644 --- a/cutl/compiler/cxx-indenter.txx +++ b/cutl/compiler/cxx-indenter.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/cxx-indenter.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8e09f8d..903af97 100644 --- a/cutl/compiler/sloc-counter.hxx +++ b/cutl/compiler/sloc-counter.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/sloc-counter.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9fc44f1..3a66e37 100644 --- a/cutl/compiler/sloc-counter.txx +++ b/cutl/compiler/sloc-counter.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/sloc-counter.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 131c9b1..c706256 100644 --- a/cutl/compiler/traversal.hxx +++ b/cutl/compiler/traversal.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/traversal.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 51fbdd0..a2c79f0 100644 --- a/cutl/compiler/traversal.txx +++ b/cutl/compiler/traversal.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/traversal.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 1bb5093..4a7c79b 100644 --- a/cutl/compiler/type-id.hxx +++ b/cutl/compiler/type-id.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-id.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 8b47b3b..5844299 100644 --- a/cutl/compiler/type-id.ixx +++ b/cutl/compiler/type-id.ixx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-id.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 2a9e773..f232eda 100644 --- a/cutl/compiler/type-id.txx +++ b/cutl/compiler/type-id.txx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-id.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 5177aa6..4fec87a 100644 --- a/cutl/compiler/type-info.cxx +++ b/cutl/compiler/type-info.cxx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-info.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 306730f..2d5c720 100644 --- a/cutl/compiler/type-info.hxx +++ b/cutl/compiler/type-info.hxx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-info.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 472e299..9eefa0a 100644 --- a/cutl/compiler/type-info.ixx +++ b/cutl/compiler/type-info.ixx @@ -1,5 +1,5 @@ // file : cutl/compiler/type-info.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 61c260c..99fea73 100644 --- a/cutl/container/any.hxx +++ b/cutl/container/any.hxx @@ -1,5 +1,5 @@ // file : cutl/container/any.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 07dce15..a2c1c8b 100644 --- a/cutl/container/graph.hxx +++ b/cutl/container/graph.hxx @@ -1,5 +1,5 @@ // file : cutl/container/graph.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 73134f0..83bd450 100644 --- a/cutl/container/graph.txx +++ b/cutl/container/graph.txx @@ -1,5 +1,5 @@ // file : cutl/container/graph.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/container/key.hxx b/cutl/container/key.hxx index e92979d..4159c92 100644 --- a/cutl/container/key.hxx +++ b/cutl/container/key.hxx @@ -1,5 +1,5 @@ // file : cutl/container/key.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompkeying LICENSE file #ifndef CUTL_CONTAINER_KEY_HXX diff --git a/cutl/container/map-iterator.hxx b/cutl/container/map-iterator.hxx index ff3e744..087b589 100644 --- a/cutl/container/map-iterator.hxx +++ b/cutl/container/map-iterator.hxx @@ -1,5 +1,5 @@ // file : cutl/container/map-iterator.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_MAP_ITERATOR_HXX diff --git a/cutl/container/multi-index.hxx b/cutl/container/multi-index.hxx index 30207f9..e434129 100644 --- a/cutl/container/multi-index.hxx +++ b/cutl/container/multi-index.hxx @@ -1,5 +1,5 @@ // file : cutl/container/multi-index.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_MULTI_INDEX_HXX diff --git a/cutl/container/pointer-iterator.hxx b/cutl/container/pointer-iterator.hxx index 1895acc..630b5b3 100644 --- a/cutl/container/pointer-iterator.hxx +++ b/cutl/container/pointer-iterator.hxx @@ -1,5 +1,5 @@ // file : cutl/container/pointer-iterator.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_CONTAINER_POINTER_ITERATOR_HXX diff --git a/cutl/details/build2/config-stub.h b/cutl/details/build2/config-stub.h index dff8f85..5509e26 100644 --- a/cutl/details/build2/config-stub.h +++ b/cutl/details/build2/config-stub.h @@ -1,5 +1,5 @@ /* file : cutl/details/build2/config-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/cutl/details/build2/config-vc-stub.h b/cutl/details/build2/config-vc-stub.h index 9fa2627..cdda87f 100644 --- a/cutl/details/build2/config-vc-stub.h +++ b/cutl/details/build2/config-vc-stub.h @@ -1,5 +1,5 @@ /* file : cutl/details/build2/config-vc-stub.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : GNU GPL v2; see accompanying LICENSE file */ diff --git a/cutl/details/build2/config-vc.h b/cutl/details/build2/config-vc.h index 7dfad3b..567e279 100644 --- a/cutl/details/build2/config-vc.h +++ b/cutl/details/build2/config-vc.h @@ -1,5 +1,5 @@ /* file : cutl/details/build2/config-vc.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/cutl/details/build2/config.h b/cutl/details/build2/config.h index 84e7e4d..b2946b8 100644 --- a/cutl/details/build2/config.h +++ b/cutl/details/build2/config.h @@ -1,5 +1,5 @@ /* file : cutl/details/build2/config.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 e13411a..bf0ce7b 100644 --- a/cutl/details/config-vc.h +++ b/cutl/details/config-vc.h @@ -1,5 +1,5 @@ /* file : cutl/details/config-vc.h - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 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 b6ab36d..f799eec 100644 --- a/cutl/details/config.h.in +++ b/cutl/details/config.h.in @@ -1,5 +1,5 @@ /* file : cutl/details/config.h.in - * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC * license : MIT; see accompanying LICENSE file */ diff --git a/cutl/details/config.hxx b/cutl/details/config.hxx index b9c3339..7438964 100644 --- a/cutl/details/config.hxx +++ b/cutl/details/config.hxx @@ -1,5 +1,5 @@ // file : cutl/details/config.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 81e3857..6f7d46d 100644 --- a/cutl/details/export.hxx +++ b/cutl/details/export.hxx @@ -1,5 +1,5 @@ // file : cutl/details/export.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_DETAILS_EXPORT_HXX diff --git a/cutl/details/genx/LICENSE b/cutl/details/genx/LICENSE index 2d2fe9f..616519a 100644 --- a/cutl/details/genx/LICENSE +++ b/cutl/details/genx/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2007-2018 Code Synthesis Tools CC. +Copyright (c) 2007-2019 Code Synthesis Tools CC. Copyright (c) Tim Bray and Sun Microsystems, 2004. Permission is hereby granted, free of charge, to any person obtaining diff --git a/cutl/details/genx/char-props.c b/cutl/details/genx/char-props.c index 95cf901..f361501 100644 --- a/cutl/details/genx/char-props.c +++ b/cutl/details/genx/char-props.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2018 Code Synthesis Tools CC. + * Copyright (c) 2007-2019 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/cutl/details/genx/genx.c b/cutl/details/genx/genx.c index 945d7b9..b6d2f6f 100644 --- a/cutl/details/genx/genx.c +++ b/cutl/details/genx/genx.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007-2018 Code Synthesis Tools CC. + * Copyright (c) 2007-2019 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/cutl/details/genx/genx.h b/cutl/details/genx/genx.h index 9e0711a..f34f3cd 100644 --- a/cutl/details/genx/genx.h +++ b/cutl/details/genx/genx.h @@ -3,7 +3,7 @@ */ /* - * Copyright (c) 2007-2018 Code Synthesis Tools CC. + * Copyright (c) 2007-2019 Code Synthesis Tools CC. * Copyright (c) 2004 by Tim Bray and Sun Microsystems. * * For copying permission, see the accompanying COPYING file. diff --git a/cutl/exception.cxx b/cutl/exception.cxx index b321427..e43ab01 100644 --- a/cutl/exception.cxx +++ b/cutl/exception.cxx @@ -1,5 +1,5 @@ // file : cutl/exception.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/exception.hxx b/cutl/exception.hxx index 4c62a99..7c1dd85 100644 --- a/cutl/exception.hxx +++ b/cutl/exception.hxx @@ -1,5 +1,5 @@ // file : cutl/exception.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0dfe7fb..ac957c0 100644 --- a/cutl/fs/auto-remove.cxx +++ b/cutl/fs/auto-remove.cxx @@ -1,5 +1,5 @@ // file : cutl/fs/auto-remove.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 c6ff8a4..730b591 100644 --- a/cutl/fs/auto-remove.hxx +++ b/cutl/fs/auto-remove.hxx @@ -1,5 +1,5 @@ // file : cutl/fs/auto-remove.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 9762405..404947f 100644 --- a/cutl/fs/exception.cxx +++ b/cutl/fs/exception.cxx @@ -1,5 +1,5 @@ // file : cutl/fs/exception.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/fs/exception.hxx b/cutl/fs/exception.hxx index 6fa926b..93200f9 100644 --- a/cutl/fs/exception.hxx +++ b/cutl/fs/exception.hxx @@ -1,5 +1,5 @@ // file : cutl/fs/exception.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 7583942..e757b56 100644 --- a/cutl/fs/path.cxx +++ b/cutl/fs/path.cxx @@ -1,5 +1,5 @@ // file : cutl/fs/path.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 063293b..b93a376 100644 --- a/cutl/fs/path.hxx +++ b/cutl/fs/path.hxx @@ -1,5 +1,5 @@ // file : cutl/fs/path.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0cbae67..3ce2a07 100644 --- a/cutl/fs/path.ixx +++ b/cutl/fs/path.ixx @@ -1,5 +1,5 @@ // file : cutl/fs/path.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 b3b95ef..d3d1304 100644 --- a/cutl/fs/path.txx +++ b/cutl/fs/path.txx @@ -1,5 +1,5 @@ // file : cutl/fs/path.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/makefile b/cutl/makefile index 3a1caf2..ad29c61 100644 --- a/cutl/makefile +++ b/cutl/makefile @@ -1,5 +1,5 @@ # file : cutl/makefile -# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2019 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 68aae60..dadec23 100644 --- a/cutl/meta/answer.hxx +++ b/cutl/meta/answer.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/answer.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 759feef..c04fba5 100644 --- a/cutl/meta/class-p.hxx +++ b/cutl/meta/class-p.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/class-p.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ce2388d..7acbbff 100644 --- a/cutl/meta/polymorphic-p.hxx +++ b/cutl/meta/polymorphic-p.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/polymorphic-p.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0156bd3..68f7812 100644 --- a/cutl/meta/remove-c.hxx +++ b/cutl/meta/remove-c.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/remove-c.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 85e0639..51fbd21 100644 --- a/cutl/meta/remove-cv.hxx +++ b/cutl/meta/remove-cv.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/remove-cv.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 0fc3d71..51cd89e 100644 --- a/cutl/meta/remove-p.hxx +++ b/cutl/meta/remove-p.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/remove-p.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 40bbc42..06628a4 100644 --- a/cutl/meta/remove-v.hxx +++ b/cutl/meta/remove-v.hxx @@ -1,5 +1,5 @@ // file : cutl/meta/remove-v.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_META_REMOVE_V_HXX diff --git a/cutl/re.hxx b/cutl/re.hxx index 8394501..cbf72ab 100644 --- a/cutl/re.hxx +++ b/cutl/re.hxx @@ -1,5 +1,5 @@ // file : cutl/re.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_RE_HXX diff --git a/cutl/re/re.cxx b/cutl/re/re.cxx index 4d64098..f86b4ef 100644 --- a/cutl/re/re.cxx +++ b/cutl/re/re.cxx @@ -1,5 +1,5 @@ // file : cutl/re/re.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/re/re.txx b/cutl/re/re.txx index a3c9639..969bc2d 100644 --- a/cutl/re/re.txx +++ b/cutl/re/re.txx @@ -1,5 +1,5 @@ // file : cutl/re/re.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file namespace cutl diff --git a/cutl/shared-ptr.hxx b/cutl/shared-ptr.hxx index 3488594..b8d98df 100644 --- a/cutl/shared-ptr.hxx +++ b/cutl/shared-ptr.hxx @@ -1,5 +1,5 @@ // file : cutl/shared-ptr.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 ddf313b..2869c1a 100644 --- a/cutl/shared-ptr/base.cxx +++ b/cutl/shared-ptr/base.cxx @@ -1,5 +1,5 @@ // file : cutl/shared-ptr/base.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 a3f7101..3e64749 100644 --- a/cutl/shared-ptr/base.hxx +++ b/cutl/shared-ptr/base.hxx @@ -1,5 +1,5 @@ // file : cutl/shared-ptr/base.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 5e04e71..f93e1d4 100644 --- a/cutl/shared-ptr/base.ixx +++ b/cutl/shared-ptr/base.ixx @@ -1,5 +1,5 @@ // file : cutl/shared-ptr/base.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 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 3de1093..1f9d77b 100644 --- a/cutl/shared-ptr/base.txx +++ b/cutl/shared-ptr/base.txx @@ -1,5 +1,5 @@ // file : cutl/shared-ptr/base.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/static-ptr.hxx b/cutl/static-ptr.hxx index a3fd3c6..2950381 100644 --- a/cutl/static-ptr.hxx +++ b/cutl/static-ptr.hxx @@ -1,5 +1,5 @@ // file : cutl/static-ptr.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_STATIC_PTR_HXX diff --git a/cutl/version.hxx.in b/cutl/version.hxx.in index 08f81de..68c8f69 100644 --- a/cutl/version.hxx.in +++ b/cutl/version.hxx.in @@ -1,5 +1,5 @@ // file : cutl/version.hxx.in -*- C++ -*- -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef LIBCUTL_VERSION // Note: using the version macro itself. diff --git a/cutl/xml/exception.hxx b/cutl/xml/exception.hxx index 8fbb1ef..4922791 100644 --- a/cutl/xml/exception.hxx +++ b/cutl/xml/exception.hxx @@ -1,5 +1,5 @@ // file : cutl/xml/exception.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_EXCEPTION_HXX diff --git a/cutl/xml/parser.cxx b/cutl/xml/parser.cxx index 75825a7..e8490b5 100644 --- a/cutl/xml/parser.cxx +++ b/cutl/xml/parser.cxx @@ -1,5 +1,5 @@ // file : cutl/xml/parser.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/cutl/xml/parser.hxx b/cutl/xml/parser.hxx index 76564c4..7c66ae6 100644 --- a/cutl/xml/parser.hxx +++ b/cutl/xml/parser.hxx @@ -1,5 +1,5 @@ // file : cutl/xml/parser.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_PARSER_HXX diff --git a/cutl/xml/parser.ixx b/cutl/xml/parser.ixx index cfb6cf3..0930dee 100644 --- a/cutl/xml/parser.ixx +++ b/cutl/xml/parser.ixx @@ -1,5 +1,5 @@ // file : cutl/xml/parser.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/xml/parser.txx b/cutl/xml/parser.txx index be4159c..bb445dd 100644 --- a/cutl/xml/parser.txx +++ b/cutl/xml/parser.txx @@ -1,5 +1,5 @@ // file : cutl/xml/parser.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/xml/qname.cxx b/cutl/xml/qname.cxx index ca9a56d..45ca1e0 100644 --- a/cutl/xml/qname.cxx +++ b/cutl/xml/qname.cxx @@ -1,5 +1,5 @@ // file : cutl/xml/qname.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/xml/qname.hxx b/cutl/xml/qname.hxx index a2a4ad8..b516e18 100644 --- a/cutl/xml/qname.hxx +++ b/cutl/xml/qname.hxx @@ -1,5 +1,5 @@ // file : cutl/xml/qname.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_QNAME_HXX diff --git a/cutl/xml/serializer.cxx b/cutl/xml/serializer.cxx index a36d124..619941b 100644 --- a/cutl/xml/serializer.cxx +++ b/cutl/xml/serializer.cxx @@ -1,5 +1,5 @@ // file : cutl/xml/serializer.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include // std::bad_alloc diff --git a/cutl/xml/serializer.hxx b/cutl/xml/serializer.hxx index 1ba47ae..19164ba 100644 --- a/cutl/xml/serializer.hxx +++ b/cutl/xml/serializer.hxx @@ -1,5 +1,5 @@ // file : cutl/xml/serializer.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_SERIALIZER_HXX diff --git a/cutl/xml/serializer.ixx b/cutl/xml/serializer.ixx index 7d83b63..ef657b3 100644 --- a/cutl/xml/serializer.ixx +++ b/cutl/xml/serializer.ixx @@ -1,5 +1,5 @@ // file : cutl/xml/serializer.ixx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/xml/value-traits.cxx b/cutl/xml/value-traits.cxx index 4da6009..01d2d51 100644 --- a/cutl/xml/value-traits.cxx +++ b/cutl/xml/value-traits.cxx @@ -1,5 +1,5 @@ // file : cutl/xml/value-traits.cxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/cutl/xml/value-traits.hxx b/cutl/xml/value-traits.hxx index a57d9a6..9f39e66 100644 --- a/cutl/xml/value-traits.hxx +++ b/cutl/xml/value-traits.hxx @@ -1,5 +1,5 @@ // file : cutl/xml/value-traits.hxx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CUTL_XML_VALUE_TRAITS_HXX diff --git a/cutl/xml/value-traits.txx b/cutl/xml/value-traits.txx index 263b70a..b592858 100644 --- a/cutl/xml/value-traits.txx +++ b/cutl/xml/value-traits.txx @@ -1,5 +1,5 @@ // file : cutl/xml/value-traits.txx -// copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include -- cgit v1.1