diff --git a/.travis.yml b/.travis.yml index 6ac2c88..22522d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Copyright Antony Polukhin 2014-2018. +# Copyright 2014-2019 Antony Polukhin. # # See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 6ebc089..c56ca52 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright Antony Polukhin 2011-2016. +# Copyright 2011-2019 Antony Polukhin. # Use, modification, and distribution are # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/doc/type_index.qbk b/doc/type_index.qbk index 539fc83..a800c26 100644 --- a/doc/type_index.qbk +++ b/doc/type_index.qbk @@ -1,7 +1,7 @@ [library Boost.TypeIndex [quickbook 1.6] [version 4.1] - [copyright 2012-2016 Antony Polukhin] + [copyright 2012-2019 Antony Polukhin] [category Language Features Emulation] [license Distributed under the Boost Software License, Version 1.0. diff --git a/examples/constexpr14_namespace_check.cpp b/examples/constexpr14_namespace_check.cpp index 98a5e40..d2ca169 100644 --- a/examples/constexpr14_namespace_check.cpp +++ b/examples/constexpr14_namespace_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2017 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/constexpr14_sort_check.cpp b/examples/constexpr14_sort_check.cpp index 3c676b2..06c2665 100644 --- a/examples/constexpr14_sort_check.cpp +++ b/examples/constexpr14_sort_check.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2018 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/demangled_names.cpp b/examples/demangled_names.cpp index d148b5d..448d485 100644 --- a/examples/demangled_names.cpp +++ b/examples/demangled_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2014 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/exact_types_match.cpp b/examples/exact_types_match.cpp index 498d662..bad0bee 100644 --- a/examples/exact_types_match.cpp +++ b/examples/exact_types_match.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2015 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/inheritance.cpp b/examples/inheritance.cpp index 3da7527..3c61602 100644 --- a/examples/inheritance.cpp +++ b/examples/inheritance.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2014 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/registry.cpp b/examples/registry.cpp index 003fc3f..46e4736 100644 --- a/examples/registry.cpp +++ b/examples/registry.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2017 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/table_of_names.cpp b/examples/table_of_names.cpp index 262e5f4..57717d0 100644 --- a/examples/table_of_names.cpp +++ b/examples/table_of_names.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2014 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.cpp b/examples/user_defined_typeinfo.cpp index 4cb6eec..51f3050 100644 --- a/examples/user_defined_typeinfo.cpp +++ b/examples/user_defined_typeinfo.cpp @@ -1,4 +1,4 @@ -// Copyright 2013-2015 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/examples/user_defined_typeinfo.hpp b/examples/user_defined_typeinfo.hpp index 946be17..8012469 100644 --- a/examples/user_defined_typeinfo.hpp +++ b/examples/user_defined_typeinfo.hpp @@ -1,4 +1,4 @@ -// Copyright 2013-2018 Antony Polukhin +// Copyright 2013-2019 Antony Polukhin // Distributed under the Boost Software License, Version 1.0. // (See the accompanying file LICENSE_1_0.txt diff --git a/include/boost/type_index.hpp b/include/boost/type_index.hpp index 5311ac8..6fccf6e 100644 --- a/include/boost/type_index.hpp +++ b/include/boost/type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2018. +// Copyright (c) 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/type_index/ctti_type_index.hpp b/include/boost/type_index/ctti_type_index.hpp index a59b2d8..27143c4 100644 --- a/include/boost/type_index/ctti_type_index.hpp +++ b/include/boost/type_index/ctti_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2013-2018. +// Copyright (c) 2013-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/compile_time_type_info.hpp b/include/boost/type_index/detail/compile_time_type_info.hpp index 0bc2443..abe2ee8 100644 --- a/include/boost/type_index/detail/compile_time_type_info.hpp +++ b/include/boost/type_index/detail/compile_time_type_info.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2018. +// Copyright (c) 2012-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/ctti_register_class.hpp b/include/boost/type_index/detail/ctti_register_class.hpp index a8cef2c..4879cea 100644 --- a/include/boost/type_index/detail/ctti_register_class.hpp +++ b/include/boost/type_index/detail/ctti_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2013-2014. +// Copyright (c) 2013-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/detail/stl_register_class.hpp b/include/boost/type_index/detail/stl_register_class.hpp index 95a26f7..ab6c7cf 100644 --- a/include/boost/type_index/detail/stl_register_class.hpp +++ b/include/boost/type_index/detail/stl_register_class.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2013-2014. +// Copyright (c) 2013-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/stl_type_index.hpp b/include/boost/type_index/stl_type_index.hpp index cef22ac..7d39cd0 100644 --- a/include/boost/type_index/stl_type_index.hpp +++ b/include/boost/type_index/stl_type_index.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2013-2018. +// Copyright (c) 2013-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/include/boost/type_index/type_index_facade.hpp b/include/boost/type_index/type_index_facade.hpp index e6dde8f..1cb929f 100644 --- a/include/boost/type_index/type_index_facade.hpp +++ b/include/boost/type_index/type_index_facade.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2013-2018. +// Copyright (c) 2013-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 33c02a1..a3893e8 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 Antony Polukhin +# Copyright (C) 2012-2019 Antony Polukhin # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/appveyor.yml b/test/appveyor.yml index 4da2eb1..e820eb6 100644 --- a/test/appveyor.yml +++ b/test/appveyor.yml @@ -2,7 +2,7 @@ # subject to the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # -# Copyright Antony Polukhin 2016-2018. +# Copyright 2016-2019 Antony Polukhin. # # See https://svn.boost.org/trac/boost/wiki/TravisCoverals for description of this file diff --git a/test/ctti_print_name.cpp b/test/ctti_print_name.cpp index acfaaab..2727496 100644 --- a/test/ctti_print_name.cpp +++ b/test/ctti_print_name.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2018. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/test_lib.cpp b/test/test_lib.cpp index 8879173..c494042 100644 --- a/test/test_lib.cpp +++ b/test/test_lib.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2018. +// Copyright (c) 2012-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/test_lib.hpp b/test/test_lib.hpp index d1a3c14..f653c1f 100644 --- a/test/test_lib.hpp +++ b/test/test_lib.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2018. +// Copyright (c) 2012-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/test_lib_anonymous.cpp b/test/test_lib_anonymous.cpp index a1fd808..b6e8436 100644 --- a/test/test_lib_anonymous.cpp +++ b/test/test_lib_anonymous.cpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2015. +// Copyright (c) 2012-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/test_lib_anonymous.hpp b/test/test_lib_anonymous.hpp index 7ec6be4..0dacf0d 100644 --- a/test/test_lib_anonymous.hpp +++ b/test/test_lib_anonymous.hpp @@ -1,5 +1,5 @@ // -// Copyright (c) Antony Polukhin, 2012-2015. +// Copyright (c) 2012-2019 Antony Polukhin. // // // Distributed under the Boost Software License, Version 1.0. (See accompanying diff --git a/test/testing_crossmodule.cpp b/test/testing_crossmodule.cpp index 9211c32..bccd6f8 100644 --- a/test/testing_crossmodule.cpp +++ b/test/testing_crossmodule.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2018. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/testing_crossmodule_anonymous.cpp b/test/testing_crossmodule_anonymous.cpp index be65e67..fae0958 100644 --- a/test/testing_crossmodule_anonymous.cpp +++ b/test/testing_crossmodule_anonymous.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2018. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/type_index_constexpr_test.cpp b/test/type_index_constexpr_test.cpp index ea38aa2..e0ece86 100644 --- a/test/type_index_constexpr_test.cpp +++ b/test/type_index_constexpr_test.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2015-2018. +// Copyright 2015-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/type_index_test.cpp b/test/type_index_test.cpp index fba6ca1..d618e18 100644 --- a/test/type_index_test.cpp +++ b/test/type_index_test.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2015. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/type_index_test_ctti_alignment.cpp b/test/type_index_test_ctti_alignment.cpp index f30c8e8..cdf41f3 100644 --- a/test/type_index_test_ctti_alignment.cpp +++ b/test/type_index_test_ctti_alignment.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2015. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/type_index_test_ctti_construct_fail.cpp b/test/type_index_test_ctti_construct_fail.cpp index a376882..5ee8bc6 100644 --- a/test/type_index_test_ctti_construct_fail.cpp +++ b/test/type_index_test_ctti_construct_fail.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2015. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at diff --git a/test/type_index_test_ctti_copy_fail.cpp b/test/type_index_test_ctti_copy_fail.cpp index c23dc38..603ed8e 100644 --- a/test/type_index_test_ctti_copy_fail.cpp +++ b/test/type_index_test_ctti_copy_fail.cpp @@ -1,5 +1,5 @@ // -// Copyright Antony Polukhin, 2012-2015. +// Copyright 2012-2019 Antony Polukhin. // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at