diff --git a/TODO.txt b/TODO.txt index 8dd168b..459372e 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,9 +1,9 @@ * Do not align any of the comments in the docs examples * Do not use complex ``formatted-text`` in the docs examples -* Update copyright year to 2018. +* Update copyright year to 2018. * Remove all TODO comments -* Make sure build/, example/, and test/ all compile even if include/ is removed after symlink are created to //boost/... + * Recompile all examples/tests with all compilers, boost_contract_no, link, boost_contract_header_only, etc. (after fully integrated w/ Boost build system) diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 6797913..373f05a 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/build/boost_contract_build.jam b/build/boost_contract_build.jam index 8d0a31c..0e85499 100644 --- a/build/boost_contract_build.jam +++ b/build/boost_contract_build.jam @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/build/boost_contract_no.jam b/build/boost_contract_no.jam index ea20985..90eff36 100644 --- a/build/boost_contract_no.jam +++ b/build/boost_contract_no.jam @@ -1,7 +1,7 @@ # Generated file `python boost_contract_no.jam-gen.py > boost_contract_no.jam`. -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: https://lcaminiti.github.io/boost-contract diff --git a/build/boost_contract_no.jam-gen.py b/build/boost_contract_no.jam-gen.py index 26540ad..a7bb4bf 100644 --- a/build/boost_contract_no.jam-gen.py +++ b/build/boost_contract_no.jam-gen.py @@ -2,7 +2,7 @@ print ''' # Generated file `python boost_contract_no.jam-gen.py > boost_contract_no.jam`. -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: https://lcaminiti.github.io/boost-contract diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index e0665e8..9c2d6b8 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/doc/acknowledgments.qbk b/doc/acknowledgments.qbk index 4c20ee7..48c66a1 100644 --- a/doc/acknowledgments.qbk +++ b/doc/acknowledgments.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/advanced.qbk b/doc/advanced.qbk index 782f19b..b2cce0a 100644 --- a/doc/advanced.qbk +++ b/doc/advanced.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/bibliography.qbk b/doc/bibliography.qbk index e62ab7a..f40c0d2 100644 --- a/doc/bibliography.qbk +++ b/doc/bibliography.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/contract_programming_overview.qbk b/doc/contract_programming_overview.qbk index debce13..97d8435 100644 --- a/doc/contract_programming_overview.qbk +++ b/doc/contract_programming_overview.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/examples.qbk b/doc/examples.qbk index 888a75d..da97b0d 100644 --- a/doc/examples.qbk +++ b/doc/examples.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/extras.qbk b/doc/extras.qbk index 91248c0..7e8b684 100644 --- a/doc/extras.qbk +++ b/doc/extras.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/full_table_of_contents.qbk b/doc/full_table_of_contents.qbk index 08b3076..2a2645b 100644 --- a/doc/full_table_of_contents.qbk +++ b/doc/full_table_of_contents.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/getting_started.qbk b/doc/getting_started.qbk index a7357b8..24e990d 100644 --- a/doc/getting_started.qbk +++ b/doc/getting_started.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/introduction.qbk b/doc/introduction.qbk index 710e8b7..6a1ef85 100644 --- a/doc/introduction.qbk +++ b/doc/introduction.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/main.qbk b/doc/main.qbk index 99cba79..6fdec1a 100644 --- a/doc/main.qbk +++ b/doc/main.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] @@ -9,7 +9,7 @@ [version 1.0.0] [purpose Contract programming for C++.] [authors [Caminiti lorcaminiti@gmail.com, Lorenzo]] - [copyright 2008-2017 Lorenzo Caminiti] + [copyright 2008-2018 Lorenzo Caminiti] [license Distributed under the Boost Software License, Version 1.0 (see accompanying file LICENSE_1_0.txt or a copy at [@http://www.boost.org/LICENSE_1_0.txt])] [source-mode c++] ] diff --git a/doc/release_notes.qbk b/doc/release_notes.qbk index 0726b82..e3723dd 100644 --- a/doc/release_notes.qbk +++ b/doc/release_notes.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/doc/tutorial.qbk b/doc/tutorial.qbk index 88e1943..5a70f90 100644 --- a/doc/tutorial.qbk +++ b/doc/tutorial.qbk @@ -1,5 +1,5 @@ -[/ Copyright (C) 2008-2017 Lorenzo Caminiti] +[/ Copyright (C) 2008-2018 Lorenzo Caminiti] [/ Distributed under the Boost Software License, Version 1.0 (see accompanying] [/ file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).] [/ See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html] diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index 1989fe9..5229ff4 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/calendar.cpp b/example/cline90/calendar.cpp index 70d618f..8cb8d75 100644 --- a/example/cline90/calendar.cpp +++ b/example/cline90/calendar.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/stack.cpp b/example/cline90/stack.cpp index 6a8d9f8..6f5bc22 100644 --- a/example/cline90/stack.cpp +++ b/example/cline90/stack.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/vector.hpp b/example/cline90/vector.hpp index 3954615..1041ec6 100644 --- a/example/cline90/vector.hpp +++ b/example/cline90/vector.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/vector_axx.hpp b/example/cline90/vector_axx.hpp index e0c60b4..fc1d0f8 100644 --- a/example/cline90/vector_axx.hpp +++ b/example/cline90/vector_axx.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/vector_main.cpp b/example/cline90/vector_main.cpp index dac6fac..28fa3e9 100644 --- a/example/cline90/vector_main.cpp +++ b/example/cline90/vector_main.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/cline90/vstack.cpp b/example/cline90/vstack.cpp index 2af812e..689b4c4 100644 --- a/example/cline90/vstack.cpp +++ b/example/cline90/vstack.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/access.cpp b/example/features/access.cpp index 6cda474..d32f298 100644 --- a/example/features/access.cpp +++ b/example/features/access.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/assertion_level.cpp b/example/features/assertion_level.cpp index 4c6a3b5..c347b19 100644 --- a/example/features/assertion_level.cpp +++ b/example/features/assertion_level.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/base_types.cpp b/example/features/base_types.cpp index c3c9c0d..56efcbf 100644 --- a/example/features/base_types.cpp +++ b/example/features/base_types.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/base_types_no_macro.cpp b/example/features/base_types_no_macro.cpp index 3dda748..f9add68 100644 --- a/example/features/base_types_no_macro.cpp +++ b/example/features/base_types_no_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/call_if_cxx14.cpp b/example/features/call_if_cxx14.cpp index 3f5cdec..bdf4f42 100644 --- a/example/features/call_if_cxx14.cpp +++ b/example/features/call_if_cxx14.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/check.cpp b/example/features/check.cpp index 7bee9d6..e82cb8c 100644 --- a/example/features/check.cpp +++ b/example/features/check.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/check_macro.cpp b/example/features/check_macro.cpp index 4f17297..80d9c66 100644 --- a/example/features/check_macro.cpp +++ b/example/features/check_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/code_block.cpp b/example/features/code_block.cpp index 5cd7a57..2ec434a 100644 --- a/example/features/code_block.cpp +++ b/example/features/code_block.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/condition_if.cpp b/example/features/condition_if.cpp index 8fa92c7..c8ecb96 100644 --- a/example/features/condition_if.cpp +++ b/example/features/condition_if.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/friend.cpp b/example/features/friend.cpp index b281ce1..215cfa6 100644 --- a/example/features/friend.cpp +++ b/example/features/friend.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/friend_invariant.cpp b/example/features/friend_invariant.cpp index af14206..b9f69bb 100644 --- a/example/features/friend_invariant.cpp +++ b/example/features/friend_invariant.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/ifdef.cpp b/example/features/ifdef.cpp index 27fbed2..74e74ee 100644 --- a/example/features/ifdef.cpp +++ b/example/features/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/ifdef_macro.cpp b/example/features/ifdef_macro.cpp index f67c3fa..28723b3 100644 --- a/example/features/ifdef_macro.cpp +++ b/example/features/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/introduction.cpp b/example/features/introduction.cpp index 6acb18c..25baf10 100644 --- a/example/features/introduction.cpp +++ b/example/features/introduction.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/introduction_comments.cpp b/example/features/introduction_comments.cpp index c27285b..3eba12f 100644 --- a/example/features/introduction_comments.cpp +++ b/example/features/introduction_comments.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/introduction_public.cpp b/example/features/introduction_public.cpp index e896c62..830dcac 100644 --- a/example/features/introduction_public.cpp +++ b/example/features/introduction_public.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/lambda.cpp b/example/features/lambda.cpp index 23ebf03..4bbc017 100644 --- a/example/features/lambda.cpp +++ b/example/features/lambda.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/loop.cpp b/example/features/loop.cpp index 9879946..1fa2dd9 100644 --- a/example/features/loop.cpp +++ b/example/features/loop.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/move.cpp b/example/features/move.cpp index f0ad36e..caa68f3 100644 --- a/example/features/move.cpp +++ b/example/features/move.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/named_override.cpp b/example/features/named_override.cpp index a847f36..9afc5f6 100644 --- a/example/features/named_override.cpp +++ b/example/features/named_override.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/no_lambdas.cpp b/example/features/no_lambdas.cpp index cac86da..783adce 100644 --- a/example/features/no_lambdas.cpp +++ b/example/features/no_lambdas.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/no_lambdas.hpp b/example/features/no_lambdas.hpp index ac7a558..5f0dbe7 100644 --- a/example/features/no_lambdas.hpp +++ b/example/features/no_lambdas.hpp @@ -2,7 +2,7 @@ #ifndef NO_LAMBDAS_HPP_ #define NO_LAMBDAS_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/no_lambdas_local_func.cpp b/example/features/no_lambdas_local_func.cpp index 85e6b5f..801e163 100644 --- a/example/features/no_lambdas_local_func.cpp +++ b/example/features/no_lambdas_local_func.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/non_member.cpp b/example/features/non_member.cpp index ff846dc..1222415 100644 --- a/example/features/non_member.cpp +++ b/example/features/non_member.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/old.cpp b/example/features/old.cpp index 360ada7..ec732a0 100644 --- a/example/features/old.cpp +++ b/example/features/old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/old_if_copyable.cpp b/example/features/old_if_copyable.cpp index e6eb3fb..a2f4a68 100644 --- a/example/features/old_if_copyable.cpp +++ b/example/features/old_if_copyable.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/old_no_macro.cpp b/example/features/old_no_macro.cpp index 41824dd..29c06a6 100644 --- a/example/features/old_no_macro.cpp +++ b/example/features/old_no_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/optional_result.cpp b/example/features/optional_result.cpp index 98522ea..330c780 100644 --- a/example/features/optional_result.cpp +++ b/example/features/optional_result.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/optional_result_virtual.cpp b/example/features/optional_result_virtual.cpp index 3aee7aa..724a184 100644 --- a/example/features/optional_result_virtual.cpp +++ b/example/features/optional_result_virtual.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/overload.cpp b/example/features/overload.cpp index 36db448..2feab34 100644 --- a/example/features/overload.cpp +++ b/example/features/overload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/private_protected.cpp b/example/features/private_protected.cpp index 304e773..7651a92 100644 --- a/example/features/private_protected.cpp +++ b/example/features/private_protected.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/private_protected_virtual.cpp b/example/features/private_protected_virtual.cpp index a145cad..534da50 100644 --- a/example/features/private_protected_virtual.cpp +++ b/example/features/private_protected_virtual.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/private_protected_virtual_multi.cpp b/example/features/private_protected_virtual_multi.cpp index 17fb25c..2ab875f 100644 --- a/example/features/private_protected_virtual_multi.cpp +++ b/example/features/private_protected_virtual_multi.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/public.cpp b/example/features/public.cpp index cb526e7..7beb921 100644 --- a/example/features/public.cpp +++ b/example/features/public.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/pure_virtual_public.cpp b/example/features/pure_virtual_public.cpp index ac15d23..917a6c7 100644 --- a/example/features/pure_virtual_public.cpp +++ b/example/features/pure_virtual_public.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/separate_body.cpp b/example/features/separate_body.cpp index 213c3fe..10e05b2 100644 --- a/example/features/separate_body.cpp +++ b/example/features/separate_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/separate_body.hpp b/example/features/separate_body.hpp index 6bc2692..6b83afd 100644 --- a/example/features/separate_body.hpp +++ b/example/features/separate_body.hpp @@ -2,7 +2,7 @@ #ifndef SEPARATE_BODY_HPP_ #define SEPARATE_BODY_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/static_public.cpp b/example/features/static_public.cpp index 9253490..146de0f 100644 --- a/example/features/static_public.cpp +++ b/example/features/static_public.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/throw_on_failure.cpp b/example/features/throw_on_failure.cpp index d194a3b..d2e7390 100644 --- a/example/features/throw_on_failure.cpp +++ b/example/features/throw_on_failure.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/union.cpp b/example/features/union.cpp index d73b09a..1428e85 100644 --- a/example/features/union.cpp +++ b/example/features/union.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/features/volatile.cpp b/example/features/volatile.cpp index a1f7d18..eb9b2e7 100644 --- a/example/features/volatile.cpp +++ b/example/features/volatile.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/meyer97/stack3.cpp b/example/meyer97/stack3.cpp index e91378b..0da895b 100644 --- a/example/meyer97/stack3.cpp +++ b/example/meyer97/stack3.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/meyer97/stack4.e b/example/meyer97/stack4.e index b9827f5..85d6e53 100644 --- a/example/meyer97/stack4.e +++ b/example/meyer97/stack4.e @@ -1,5 +1,5 @@ --- Copyright (C) 2008-2017 Lorenzo Caminiti +-- Copyright (C) 2008-2018 Lorenzo Caminiti -- Distributed under the Boost Software License, Version 1.0 (see accompanying -- file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). -- See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/meyer97/stack4.hpp b/example/meyer97/stack4.hpp index 961632a..541625c 100644 --- a/example/meyer97/stack4.hpp +++ b/example/meyer97/stack4.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/meyer97/stack4_main.cpp b/example/meyer97/stack4_main.cpp index a0c9c93..0ea2889 100644 --- a/example/meyer97/stack4_main.cpp +++ b/example/meyer97/stack4_main.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/counter/counter.hpp b/example/mitchell02/counter/counter.hpp index f975ed7..e3b8b7c 100644 --- a/example/mitchell02/counter/counter.hpp +++ b/example/mitchell02/counter/counter.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/counter/decrement_button.hpp b/example/mitchell02/counter/decrement_button.hpp index 4a20c12..860eaa3 100644 --- a/example/mitchell02/counter/decrement_button.hpp +++ b/example/mitchell02/counter/decrement_button.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/counter/push_button.hpp b/example/mitchell02/counter/push_button.hpp index f0b388e..eaa66f7 100644 --- a/example/mitchell02/counter/push_button.hpp +++ b/example/mitchell02/counter/push_button.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/counter_main.cpp b/example/mitchell02/counter_main.cpp index 7c39245..3db0dc8 100644 --- a/example/mitchell02/counter_main.cpp +++ b/example/mitchell02/counter_main.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/courier.cpp b/example/mitchell02/courier.cpp index d102413..c33990d 100644 --- a/example/mitchell02/courier.cpp +++ b/example/mitchell02/courier.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/customer_manager.cpp b/example/mitchell02/customer_manager.cpp index 2baf409..1d92120 100644 --- a/example/mitchell02/customer_manager.cpp +++ b/example/mitchell02/customer_manager.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/dictionary.cpp b/example/mitchell02/dictionary.cpp index 709254a..c2731a3 100644 --- a/example/mitchell02/dictionary.cpp +++ b/example/mitchell02/dictionary.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/name_list.cpp b/example/mitchell02/name_list.cpp index 8aa09b9..8c059e8 100644 --- a/example/mitchell02/name_list.cpp +++ b/example/mitchell02/name_list.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/observer/observer.hpp b/example/mitchell02/observer/observer.hpp index bb73157..aa8a91e 100644 --- a/example/mitchell02/observer/observer.hpp +++ b/example/mitchell02/observer/observer.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/observer/subject.hpp b/example/mitchell02/observer/subject.hpp index fad0ba7..12aeae7 100644 --- a/example/mitchell02/observer/subject.hpp +++ b/example/mitchell02/observer/subject.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/observer_main.cpp b/example/mitchell02/observer_main.cpp index a49c88f..f272900 100644 --- a/example/mitchell02/observer_main.cpp +++ b/example/mitchell02/observer_main.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/simple_queue.cpp b/example/mitchell02/simple_queue.cpp index 2f15a11..e025013 100644 --- a/example/mitchell02/simple_queue.cpp +++ b/example/mitchell02/simple_queue.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/mitchell02/stack.cpp b/example/mitchell02/stack.cpp index 13e3d08..a0bd6b1 100644 --- a/example/mitchell02/stack.cpp +++ b/example/mitchell02/stack.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/circle.cpp b/example/n1962/circle.cpp index de5d6b5..f1f0c0c 100644 --- a/example/n1962/circle.cpp +++ b/example/n1962/circle.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/equal.cpp b/example/n1962/equal.cpp index 388aad8..c170602 100644 --- a/example/n1962/equal.cpp +++ b/example/n1962/equal.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/factorial.cpp b/example/n1962/factorial.cpp index 652d428..98f12a3 100644 --- a/example/n1962/factorial.cpp +++ b/example/n1962/factorial.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/sqrt.cpp b/example/n1962/sqrt.cpp index d20bb1b..52ade36 100644 --- a/example/n1962/sqrt.cpp +++ b/example/n1962/sqrt.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/sqrt.d b/example/n1962/sqrt.d index 0a3ddc3..3c550c8 100644 --- a/example/n1962/sqrt.d +++ b/example/n1962/sqrt.d @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/sum.cpp b/example/n1962/sum.cpp index 5e0e7b9..068619a 100644 --- a/example/n1962/sum.cpp +++ b/example/n1962/sum.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/vector.cpp b/example/n1962/vector.cpp index a5c4aca..d4553d3 100644 --- a/example/n1962/vector.cpp +++ b/example/n1962/vector.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/example/n1962/vector_n1962.hpp b/example/n1962/vector_n1962.hpp index b7661ae..2ea88df 100644 --- a/example/n1962/vector_n1962.hpp +++ b/example/n1962/vector_n1962.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract.hpp b/include/boost/contract.hpp index 8ee511a..2ff9505 100644 --- a/include/boost/contract.hpp +++ b/include/boost/contract.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_HPP_ #define BOOST_CONTRACT_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/assert.hpp b/include/boost/contract/assert.hpp index c1b1224..ee66e50 100644 --- a/include/boost/contract/assert.hpp +++ b/include/boost/contract/assert.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_ASSERT_HPP_ #define BOOST_CONTRACT_ASSERT_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/base_types.hpp b/include/boost/contract/base_types.hpp index 4c801e6..1d39408 100644 --- a/include/boost/contract/base_types.hpp +++ b/include/boost/contract/base_types.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_BASE_TYPES_HPP_ #define BOOST_CONTRACT_BASE_TYPES_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/call_if.hpp b/include/boost/contract/call_if.hpp index ac04aae..9341984 100644 --- a/include/boost/contract/call_if.hpp +++ b/include/boost/contract/call_if.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CALL_IF_HPP_ #define BOOST_CONTRACT_CALL_IF_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/check.hpp b/include/boost/contract/check.hpp index 0435211..28229eb 100644 --- a/include/boost/contract/check.hpp +++ b/include/boost/contract/check.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CHECK_HPP_ #define BOOST_CONTRACT_CHECK_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/constructor.hpp b/include/boost/contract/constructor.hpp index 5eeb31b..9dab329 100644 --- a/include/boost/contract/constructor.hpp +++ b/include/boost/contract/constructor.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CONSTRUCTOR_HPP_ #define BOOST_CONTRACT_CONSTRUCTOR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/access.hpp b/include/boost/contract/core/access.hpp index 74b8d59..b0d1b4c 100644 --- a/include/boost/contract/core/access.hpp +++ b/include/boost/contract/core/access.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_ACCESS_HPP_ #define BOOST_CONTRACT_ACCESS_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/check_macro.hpp b/include/boost/contract/core/check_macro.hpp index f20f26c..c5eaa2b 100644 --- a/include/boost/contract/core/check_macro.hpp +++ b/include/boost/contract/core/check_macro.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CHECK_MACRO_HPP_ #define BOOST_CONTRACT_CHECK_MACRO_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/config.hpp b/include/boost/contract/core/config.hpp index 2b3e2c8..ac6350f 100644 --- a/include/boost/contract/core/config.hpp +++ b/include/boost/contract/core/config.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CONFIG_HPP_ #define BOOST_CONTRACT_CONFIG_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/constructor_precondition.hpp b/include/boost/contract/core/constructor_precondition.hpp index 3246683..7a7fa75 100644 --- a/include/boost/contract/core/constructor_precondition.hpp +++ b/include/boost/contract/core/constructor_precondition.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_CONSTRUCTOR_PRECONDITION_HPP_ #define BOOST_CONTRACT_CONSTRUCTOR_PRECONDITION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/exception.hpp b/include/boost/contract/core/exception.hpp index dcfafd3..fbb6e3b 100644 --- a/include/boost/contract/core/exception.hpp +++ b/include/boost/contract/core/exception.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_EXCEPTION_HPP_ #define BOOST_CONTRACT_EXCEPTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/specify.hpp b/include/boost/contract/core/specify.hpp index 0033d42..0ab8b1b 100644 --- a/include/boost/contract/core/specify.hpp +++ b/include/boost/contract/core/specify.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_SPECIFY_HPP_ #define BOOST_CONTRACT_SPECIFY_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/core/virtual.hpp b/include/boost/contract/core/virtual.hpp index 19e85c7..fcdd605 100644 --- a/include/boost/contract/core/virtual.hpp +++ b/include/boost/contract/core/virtual.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_VIRTUAL_HPP_ #define BOOST_CONTRACT_VIRTUAL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/destructor.hpp b/include/boost/contract/destructor.hpp index 35863e5..28372c7 100644 --- a/include/boost/contract/destructor.hpp +++ b/include/boost/contract/destructor.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DESTRUCTOR_HPP_ #define BOOST_CONTRACT_DESTRUCTOR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/assert.hpp b/include/boost/contract/detail/assert.hpp index 673ce53..59f200e 100644 --- a/include/boost/contract/detail/assert.hpp +++ b/include/boost/contract/detail/assert.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_ASSERT_HPP_ #define BOOST_CONTRACT_DETAIL_ASSERT_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/auto_ptr.hpp b/include/boost/contract/detail/auto_ptr.hpp index aac3bad..e76945c 100644 --- a/include/boost/contract/detail/auto_ptr.hpp +++ b/include/boost/contract/detail/auto_ptr.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_AUTO_PTR_HPP_ #define BOOST_CONTRACT_DETAIL_AUTO_PTR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/check.hpp b/include/boost/contract/detail/check.hpp index 0dcb826..49006d9 100644 --- a/include/boost/contract/detail/check.hpp +++ b/include/boost/contract/detail/check.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_CHECK_HPP_ #define BOOST_CONTRACT_DETAIL_CHECK_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/checking.hpp b/include/boost/contract/detail/checking.hpp index 7351e9a..385341b 100644 --- a/include/boost/contract/detail/checking.hpp +++ b/include/boost/contract/detail/checking.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_CHECKING_HPP_ #define BOOST_CONTRACT_DETAIL_CHECKING_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/condition/cond_base.hpp b/include/boost/contract/detail/condition/cond_base.hpp index 3a8f109..c3f4090 100644 --- a/include/boost/contract/detail/condition/cond_base.hpp +++ b/include/boost/contract/detail/condition/cond_base.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_COND_BASE_HPP_ #define BOOST_CONTRACT_DETAIL_COND_BASE_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/condition/cond_inv.hpp b/include/boost/contract/detail/condition/cond_inv.hpp index 72fe022..b4c6c03 100644 --- a/include/boost/contract/detail/condition/cond_inv.hpp +++ b/include/boost/contract/detail/condition/cond_inv.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_COND_INV_HPP_ #define BOOST_CONTRACT_DETAIL_COND_INV_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/condition/cond_post.hpp b/include/boost/contract/detail/condition/cond_post.hpp index b8364c4..aa99a5b 100644 --- a/include/boost/contract/detail/condition/cond_post.hpp +++ b/include/boost/contract/detail/condition/cond_post.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_COND_POST_HPP_ #define BOOST_CONTRACT_DETAIL_COND_POST_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/condition/cond_subcontracting.hpp b/include/boost/contract/detail/condition/cond_subcontracting.hpp index b95c0d7..17d7a6a 100644 --- a/include/boost/contract/detail/condition/cond_subcontracting.hpp +++ b/include/boost/contract/detail/condition/cond_subcontracting.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_COND_SUBCONTRACTING_HPP_ #define BOOST_CONTRACT_DETAIL_COND_SUBCONTRACTING_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/config.hpp b/include/boost/contract/detail/config.hpp index 6027cd6..1b9aa1f 100644 --- a/include/boost/contract/detail/config.hpp +++ b/include/boost/contract/detail/config.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_CONFIG_HPP_ #define BOOST_CONTRACT_DETAIL_CONFIG_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/debug.hpp b/include/boost/contract/detail/debug.hpp index 5a278ea..9fa580a 100644 --- a/include/boost/contract/detail/debug.hpp +++ b/include/boost/contract/detail/debug.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_DEBUG_HPP_ #define BOOST_CONTRACT_DETAIL_DEBUG_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/decl.hpp b/include/boost/contract/detail/decl.hpp index c918db9..aa84e2e 100644 --- a/include/boost/contract/detail/decl.hpp +++ b/include/boost/contract/detail/decl.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_DECL_HPP_ #define BOOST_CONTRACT_DETAIL_DECL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/declspec.hpp b/include/boost/contract/detail/declspec.hpp index 7517cbd..cad3106 100644 --- a/include/boost/contract/detail/declspec.hpp +++ b/include/boost/contract/detail/declspec.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_DECLSPEC_HPP_ #define BOOST_CONTRACT_DETAIL_DECLSPEC_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/inlined.hpp b/include/boost/contract/detail/inlined.hpp index 15084ae..06c7167 100644 --- a/include/boost/contract/detail/inlined.hpp +++ b/include/boost/contract/detail/inlined.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_INLINED_HPP_ #define BOOST_CONTRACT_DETAIL_INLINED_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/inlined/core/exception.hpp b/include/boost/contract/detail/inlined/core/exception.hpp index faec087..89a36cc 100644 --- a/include/boost/contract/detail/inlined/core/exception.hpp +++ b/include/boost/contract/detail/inlined/core/exception.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_INLINED_EXCEPTION_HPP_ #define BOOST_CONTRACT_DETAIL_INLINED_EXCEPTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/inlined/detail/checking.hpp b/include/boost/contract/detail/inlined/detail/checking.hpp index 6a0fc62..c0557af 100644 --- a/include/boost/contract/detail/inlined/detail/checking.hpp +++ b/include/boost/contract/detail/inlined/detail/checking.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_INLINED_DETAIL_CHECKING_HPP_ #define BOOST_CONTRACT_DETAIL_INLINED_DETAIL_CHECKING_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/inlined/old.hpp b/include/boost/contract/detail/inlined/old.hpp index ccebd8f..aaa2fe7 100644 --- a/include/boost/contract/detail/inlined/old.hpp +++ b/include/boost/contract/detail/inlined/old.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_INLINED_OLD_HPP_ #define BOOST_CONTRACT_DETAIL_INLINED_OLD_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/name.hpp b/include/boost/contract/detail/name.hpp index f6d2844..5327357 100644 --- a/include/boost/contract/detail/name.hpp +++ b/include/boost/contract/detail/name.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_NAME_HPP_ #define BOOST_CONTRACT_DETAIL_NAME_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/none.hpp b/include/boost/contract/detail/none.hpp index c6afe3c..afbd302 100644 --- a/include/boost/contract/detail/none.hpp +++ b/include/boost/contract/detail/none.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_NONE_HPP_ #define BOOST_CONTRACT_DETAIL_NONE_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/noop.hpp b/include/boost/contract/detail/noop.hpp index 6646fa3..f56215a 100644 --- a/include/boost/contract/detail/noop.hpp +++ b/include/boost/contract/detail/noop.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_NOOP_HPP_ #define BOOST_CONTRACT_DETAIL_NOOP_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operation/constructor.hpp b/include/boost/contract/detail/operation/constructor.hpp index 0966dfd..ce4d2de 100644 --- a/include/boost/contract/detail/operation/constructor.hpp +++ b/include/boost/contract/detail/operation/constructor.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_CONSTRUCTOR_HPP_ #define BOOST_CONTRACT_DETAIL_CONSTRUCTOR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operation/destructor.hpp b/include/boost/contract/detail/operation/destructor.hpp index ddc21f3..ea8d878 100644 --- a/include/boost/contract/detail/operation/destructor.hpp +++ b/include/boost/contract/detail/operation/destructor.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_DESTRUCTOR_HPP_ #define BOOST_CONTRACT_DETAIL_DESTRUCTOR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operation/function.hpp b/include/boost/contract/detail/operation/function.hpp index 1d342ca..db0503c 100644 --- a/include/boost/contract/detail/operation/function.hpp +++ b/include/boost/contract/detail/operation/function.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_FUNCTION_HPP_ #define BOOST_CONTRACT_DETAIL_FUNCTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operation/public_function.hpp b/include/boost/contract/detail/operation/public_function.hpp index 1cc11b4..6392e4d 100644 --- a/include/boost/contract/detail/operation/public_function.hpp +++ b/include/boost/contract/detail/operation/public_function.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PUBLIC_FUNCTION_HPP_ #define BOOST_CONTRACT_DETAIL_PUBLIC_FUNCTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operation/static_public_function.hpp b/include/boost/contract/detail/operation/static_public_function.hpp index c70806d..d49fcd0 100644 --- a/include/boost/contract/detail/operation/static_public_function.hpp +++ b/include/boost/contract/detail/operation/static_public_function.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_STATIC_PUBLIC_FUNCTION_HPP_ #define BOOST_CONTRACT_DETAIL_STATIC_PUBLIC_FUNCTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/operator_safe_bool.hpp b/include/boost/contract/detail/operator_safe_bool.hpp index 0e951da..65edc32 100644 --- a/include/boost/contract/detail/operator_safe_bool.hpp +++ b/include/boost/contract/detail/operator_safe_bool.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_OPERATOR_SAFE_BOOL_HPP_ #define BOOST_CONTRACT_DETAIL_OPERATOR_SAFE_BOOL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/preprocessor/keyword/private.hpp b/include/boost/contract/detail/preprocessor/keyword/private.hpp index 4e16299..2fc0d85 100644 --- a/include/boost/contract/detail/preprocessor/keyword/private.hpp +++ b/include/boost/contract/detail/preprocessor/keyword/private.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PP_KEYWORD_PRIVATE_HPP_ #define BOOST_CONTRACT_DETAIL_PP_KEYWORD_PRIVATE_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/preprocessor/keyword/protected.hpp b/include/boost/contract/detail/preprocessor/keyword/protected.hpp index b864a76..e9ac94e 100644 --- a/include/boost/contract/detail/preprocessor/keyword/protected.hpp +++ b/include/boost/contract/detail/preprocessor/keyword/protected.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PP_KEYWORD_PROTECTED_HPP_ #define BOOST_CONTRACT_DETAIL_PP_KEYWORD_PROTECTED_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/preprocessor/keyword/public.hpp b/include/boost/contract/detail/preprocessor/keyword/public.hpp index 60bc03b..b5e7994 100644 --- a/include/boost/contract/detail/preprocessor/keyword/public.hpp +++ b/include/boost/contract/detail/preprocessor/keyword/public.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PP_KEYWORD_PUBLIC_HPP_ #define BOOST_CONTRACT_DETAIL_PP_KEYWORD_PUBLIC_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/preprocessor/keyword/utility/is.hpp b/include/boost/contract/detail/preprocessor/keyword/utility/is.hpp index 4d4c934..d786033 100644 --- a/include/boost/contract/detail/preprocessor/keyword/utility/is.hpp +++ b/include/boost/contract/detail/preprocessor/keyword/utility/is.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PP_KEYWORD_UTILITY_IS_HPP_ #define BOOST_CONTRACT_DETAIL_PP_KEYWORD_UTILITY_IS_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/preprocessor/keyword/virtual.hpp b/include/boost/contract/detail/preprocessor/keyword/virtual.hpp index 46c5e59..2acfaa1 100644 --- a/include/boost/contract/detail/preprocessor/keyword/virtual.hpp +++ b/include/boost/contract/detail/preprocessor/keyword/virtual.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_PP_KEYWORD_VIRTUAL_HPP_ #define BOOST_CONTRACT_DETAIL_PP_KEYWORD_VIRTUAL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/static_local_var.hpp b/include/boost/contract/detail/static_local_var.hpp index 10178b0..6938db3 100644 --- a/include/boost/contract/detail/static_local_var.hpp +++ b/include/boost/contract/detail/static_local_var.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_STATIC_LOCAL_VAR_HPP_ #define BOOST_CONTRACT_DETAIL_STATIC_LOCAL_VAR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/tvariadic.hpp b/include/boost/contract/detail/tvariadic.hpp index 8b7ddae..3172d09 100644 --- a/include/boost/contract/detail/tvariadic.hpp +++ b/include/boost/contract/detail/tvariadic.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_TVARIADIC_HPP_ #define BOOST_CONTRACT_DETAIL_TVARIADIC_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/type_traits/member_function_types.hpp b/include/boost/contract/detail/type_traits/member_function_types.hpp index 438ba77..4966f1d 100644 --- a/include/boost/contract/detail/type_traits/member_function_types.hpp +++ b/include/boost/contract/detail/type_traits/member_function_types.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_MEMBER_FUNCTION_TYPES_HPP_ #define BOOST_CONTRACT_DETAIL_MEMBER_FUNCTION_TYPES_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/type_traits/mirror.hpp b/include/boost/contract/detail/type_traits/mirror.hpp index 9f2ae5c..c18e8d0 100644 --- a/include/boost/contract/detail/type_traits/mirror.hpp +++ b/include/boost/contract/detail/type_traits/mirror.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_MIRROR_HPP_ #define BOOST_CONTRACT_DETAIL_MIRROR_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/detail/type_traits/optional.hpp b/include/boost/contract/detail/type_traits/optional.hpp index 5a6b2c4..453df2f 100644 --- a/include/boost/contract/detail/type_traits/optional.hpp +++ b/include/boost/contract/detail/type_traits/optional.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_DETAIL_OPTIONAL_HPP_ #define BOOST_CONTRACT_DETAIL_OPTIONAL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/function.hpp b/include/boost/contract/function.hpp index 7572598..cc47a9a 100644 --- a/include/boost/contract/function.hpp +++ b/include/boost/contract/function.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_FUNCTION_HPP_ #define BOOST_CONTRACT_FUNCTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/old.hpp b/include/boost/contract/old.hpp index 3f8eebc..2555b64 100644 --- a/include/boost/contract/old.hpp +++ b/include/boost/contract/old.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_OLD_HPP_ #define BOOST_CONTRACT_OLD_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/override.hpp b/include/boost/contract/override.hpp index e229a18..351b117 100644 --- a/include/boost/contract/override.hpp +++ b/include/boost/contract/override.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_OVERRIDE_HPP_ #define BOOST_CONTRACT_OVERRIDE_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract/public_function.hpp b/include/boost/contract/public_function.hpp index 199c6ee..ef50fad 100644 --- a/include/boost/contract/public_function.hpp +++ b/include/boost/contract/public_function.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_PUBLIC_FUNCTION_HPP_ #define BOOST_CONTRACT_PUBLIC_FUNCTION_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/include/boost/contract_macro.hpp b/include/boost/contract_macro.hpp index 8c32b6a..813f305 100644 --- a/include/boost/contract_macro.hpp +++ b/include/boost/contract_macro.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_MACRO_HPP_ #define BOOST_CONTRACT_MACRO_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/src/contract.cpp b/src/contract.cpp index 1f2eebf..b7336b7 100644 --- a/src/contract.cpp +++ b/src/contract.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 307150e..68f89e1 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -1,5 +1,5 @@ -# Copyright (C) 2008-2017 Lorenzo Caminiti +# Copyright (C) 2008-2018 Lorenzo Caminiti # Distributed under the Boost Software License, Version 1.0 (see accompanying # file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). # See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/equal_to.cpp b/test/call_if/equal_to.cpp index 9c4d3ed..137707e 100644 --- a/test/call_if/equal_to.cpp +++ b/test/call_if/equal_to.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/equal_to_cxx14.cpp b/test/call_if/equal_to_cxx14.cpp index 52909df..11493a9 100644 --- a/test/call_if/equal_to_cxx14.cpp +++ b/test/call_if/equal_to_cxx14.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/false_.cpp b/test/call_if/false_.cpp index 47b5744..505a4a0 100644 --- a/test/call_if/false_.cpp +++ b/test/call_if/false_.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/false_void.cpp b/test/call_if/false_void.cpp index 286cb49..68b9184 100644 --- a/test/call_if/false_void.cpp +++ b/test/call_if/false_void.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/no_equal_call_if.cpp b/test/call_if/no_equal_call_if.cpp index 63d5cb9..707fb22 100644 --- a/test/call_if/no_equal_call_if.cpp +++ b/test/call_if/no_equal_call_if.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/no_equal_condition_if.cpp b/test/call_if/no_equal_condition_if.cpp index 0bf58ee..0573482 100644 --- a/test/call_if/no_equal_condition_if.cpp +++ b/test/call_if/no_equal_condition_if.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/no_equal_error.cpp b/test/call_if/no_equal_error.cpp index 33c2c44..eb579f1 100644 --- a/test/call_if/no_equal_error.cpp +++ b/test/call_if/no_equal_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/true_.cpp b/test/call_if/true_.cpp index 60bf7aa..90b4c26 100644 --- a/test/call_if/true_.cpp +++ b/test/call_if/true_.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/call_if/true_void.cpp b/test/call_if/true_void.cpp index a8450e2..d793e41 100644 --- a/test/call_if/true_void.cpp +++ b/test/call_if/true_void.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/audit.cpp b/test/check/audit.cpp index 4f8beb7..e37516b 100644 --- a/test/check/audit.cpp +++ b/test/check/audit.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/audit.hpp b/test/check/audit.hpp index 9043dec..0b649ed 100644 --- a/test/check/audit.hpp +++ b/test/check/audit.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/audit_disabled.cpp b/test/check/audit_disabled.cpp index 75bc5d0..18c6ad0 100644 --- a/test/check/audit_disabled.cpp +++ b/test/check/audit_disabled.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/audit_disabled_error.cpp b/test/check/audit_disabled_error.cpp index e90e2e9..c58714d 100644 --- a/test/check/audit_disabled_error.cpp +++ b/test/check/audit_disabled_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/audit_error.cpp b/test/check/audit_error.cpp index e90e2e9..c58714d 100644 --- a/test/check/audit_error.cpp +++ b/test/check/audit_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/axiom.cpp b/test/check/axiom.cpp index b26d646..b24af7a 100644 --- a/test/check/axiom.cpp +++ b/test/check/axiom.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/axiom.hpp b/test/check/axiom.hpp index f561a28..ddf87f8 100644 --- a/test/check/axiom.hpp +++ b/test/check/axiom.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/axiom_error.cpp b/test/check/axiom_error.cpp index f3cf0b6..a7c4c40 100644 --- a/test/check/axiom_error.cpp +++ b/test/check/axiom_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/decl.hpp b/test/check/decl.hpp index 460be40..1b592fb 100644 --- a/test/check/decl.hpp +++ b/test/check/decl.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/decl_class.cpp b/test/check/decl_class.cpp index a20d13b..eb58634 100644 --- a/test/check/decl_class.cpp +++ b/test/check/decl_class.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/decl_macro.cpp b/test/check/decl_macro.cpp index 654e987..f36ce18 100644 --- a/test/check/decl_macro.cpp +++ b/test/check/decl_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/ifdef.cpp b/test/check/ifdef.cpp index e995cd4..561eb76 100644 --- a/test/check/ifdef.cpp +++ b/test/check/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/check/ifdef_macro.cpp b/test/check/ifdef_macro.cpp index 1adcaa1..bbd3795 100644 --- a/test/check/ifdef_macro.cpp +++ b/test/check/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/access.cpp b/test/constructor/access.cpp index 407f9c3..19eae17 100644 --- a/test/constructor/access.cpp +++ b/test/constructor/access.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl.hpp b/test/constructor/decl.hpp index f6d24c6..59e4212 100644 --- a/test/constructor/decl.hpp +++ b/test/constructor/decl.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_CONSTRUCTOR_DECL_HPP_ #define BOOST_CONTRACT_TEST_CONSTRUCTOR_DECL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_entry_static_inv_all.cpp b/test/constructor/decl_entry_static_inv_all.cpp index f4ba304..b5f4ad6 100644 --- a/test/constructor/decl_entry_static_inv_all.cpp +++ b/test/constructor/decl_entry_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_entry_static_inv_ends.cpp b/test/constructor/decl_entry_static_inv_ends.cpp index 412d7e2..32168cb 100644 --- a/test/constructor/decl_entry_static_inv_ends.cpp +++ b/test/constructor/decl_entry_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_entry_static_inv_mid.cpp b/test/constructor/decl_entry_static_inv_mid.cpp index d1b56b7..104388b 100644 --- a/test/constructor/decl_entry_static_inv_mid.cpp +++ b/test/constructor/decl_entry_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_entry_static_inv_none.cpp b/test/constructor/decl_entry_static_inv_none.cpp index dbc0808..58b711d 100644 --- a/test/constructor/decl_entry_static_inv_none.cpp +++ b/test/constructor/decl_entry_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_inv_all.cpp b/test/constructor/decl_exit_inv_all.cpp index 5da23cc..3aee1cc 100644 --- a/test/constructor/decl_exit_inv_all.cpp +++ b/test/constructor/decl_exit_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_inv_ends.cpp b/test/constructor/decl_exit_inv_ends.cpp index e91b25e..ac45eac 100644 --- a/test/constructor/decl_exit_inv_ends.cpp +++ b/test/constructor/decl_exit_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_inv_mid.cpp b/test/constructor/decl_exit_inv_mid.cpp index 95a2b88..d9c8bcd 100644 --- a/test/constructor/decl_exit_inv_mid.cpp +++ b/test/constructor/decl_exit_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_inv_none.cpp b/test/constructor/decl_exit_inv_none.cpp index 62ddd05..baf8981 100644 --- a/test/constructor/decl_exit_inv_none.cpp +++ b/test/constructor/decl_exit_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_static_inv_all.cpp b/test/constructor/decl_exit_static_inv_all.cpp index f712851..e33e4cd 100644 --- a/test/constructor/decl_exit_static_inv_all.cpp +++ b/test/constructor/decl_exit_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_static_inv_ends.cpp b/test/constructor/decl_exit_static_inv_ends.cpp index 244f63e..a8b2f5e 100644 --- a/test/constructor/decl_exit_static_inv_ends.cpp +++ b/test/constructor/decl_exit_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_static_inv_mid.cpp b/test/constructor/decl_exit_static_inv_mid.cpp index 2d8593d..c8a24bd 100644 --- a/test/constructor/decl_exit_static_inv_mid.cpp +++ b/test/constructor/decl_exit_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_exit_static_inv_none.cpp b/test/constructor/decl_exit_static_inv_none.cpp index f604a0f..79ceaf7 100644 --- a/test/constructor/decl_exit_static_inv_none.cpp +++ b/test/constructor/decl_exit_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_post_all.cpp b/test/constructor/decl_post_all.cpp index 1548863..b4e38a1 100644 --- a/test/constructor/decl_post_all.cpp +++ b/test/constructor/decl_post_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_post_ends.cpp b/test/constructor/decl_post_ends.cpp index cc31513..b98af74 100644 --- a/test/constructor/decl_post_ends.cpp +++ b/test/constructor/decl_post_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_post_mid.cpp b/test/constructor/decl_post_mid.cpp index 6eea7c1..a6afce6 100644 --- a/test/constructor/decl_post_mid.cpp +++ b/test/constructor/decl_post_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_post_none.cpp b/test/constructor/decl_post_none.cpp index a3f7c13..2b837e1 100644 --- a/test/constructor/decl_post_none.cpp +++ b/test/constructor/decl_post_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_pre_all.cpp b/test/constructor/decl_pre_all.cpp index 26ae2e7..4714a74 100644 --- a/test/constructor/decl_pre_all.cpp +++ b/test/constructor/decl_pre_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_pre_ends.cpp b/test/constructor/decl_pre_ends.cpp index 9723301..6a6a1c1 100644 --- a/test/constructor/decl_pre_ends.cpp +++ b/test/constructor/decl_pre_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_pre_mid.cpp b/test/constructor/decl_pre_mid.cpp index c6c5c42..a4e7761 100644 --- a/test/constructor/decl_pre_mid.cpp +++ b/test/constructor/decl_pre_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/decl_pre_none.cpp b/test/constructor/decl_pre_none.cpp index c45d7dc..4fa27f0 100644 --- a/test/constructor/decl_pre_none.cpp +++ b/test/constructor/decl_pre_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/ifdef.cpp b/test/constructor/ifdef.cpp index 508e1c8..8f58c5b 100644 --- a/test/constructor/ifdef.cpp +++ b/test/constructor/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/ifdef_macro.cpp b/test/constructor/ifdef_macro.cpp index ce57751..4a22bce 100644 --- a/test/constructor/ifdef_macro.cpp +++ b/test/constructor/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/pre_error.cpp b/test/constructor/pre_error.cpp index 4bbbac1..36e06c4 100644 --- a/test/constructor/pre_error.cpp +++ b/test/constructor/pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/smoke.cpp b/test/constructor/smoke.cpp index dc5d3a0..133cc14 100644 --- a/test/constructor/smoke.cpp +++ b/test/constructor/smoke.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/throwing_body.cpp b/test/constructor/throwing_body.cpp index 89c3752..cb385eb 100644 --- a/test/constructor/throwing_body.cpp +++ b/test/constructor/throwing_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/throwing_old.cpp b/test/constructor/throwing_old.cpp index ceda5bf..432641e 100644 --- a/test/constructor/throwing_old.cpp +++ b/test/constructor/throwing_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/throwing_post.cpp b/test/constructor/throwing_post.cpp index 0a3dd62..beaa31a 100644 --- a/test/constructor/throwing_post.cpp +++ b/test/constructor/throwing_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/constructor/throwing_pre.cpp b/test/constructor/throwing_pre.cpp index 7f9fa13..e06a854 100644 --- a/test/constructor/throwing_pre.cpp +++ b/test/constructor/throwing_pre.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/access.cpp b/test/destructor/access.cpp index 98f2304..757248e 100644 --- a/test/destructor/access.cpp +++ b/test/destructor/access.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl.hpp b/test/destructor/decl.hpp index bdc12e3..8fdc8c3 100644 --- a/test/destructor/decl.hpp +++ b/test/destructor/decl.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_DESTRUCTOR_DECL_HPP_ #define BOOST_CONTRACT_TEST_DESTRUCTOR_DECL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_inv_all.cpp b/test/destructor/decl_entry_inv_all.cpp index 26f35b3..39395c7 100644 --- a/test/destructor/decl_entry_inv_all.cpp +++ b/test/destructor/decl_entry_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_inv_ends.cpp b/test/destructor/decl_entry_inv_ends.cpp index 32cd59b..f7cee60 100644 --- a/test/destructor/decl_entry_inv_ends.cpp +++ b/test/destructor/decl_entry_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_inv_mid.cpp b/test/destructor/decl_entry_inv_mid.cpp index 4ae7ebb..247d68c 100644 --- a/test/destructor/decl_entry_inv_mid.cpp +++ b/test/destructor/decl_entry_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_inv_none.cpp b/test/destructor/decl_entry_inv_none.cpp index 81a7301..342a789 100644 --- a/test/destructor/decl_entry_inv_none.cpp +++ b/test/destructor/decl_entry_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_static_inv_all.cpp b/test/destructor/decl_entry_static_inv_all.cpp index 173c171..34476bb 100644 --- a/test/destructor/decl_entry_static_inv_all.cpp +++ b/test/destructor/decl_entry_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_static_inv_ends.cpp b/test/destructor/decl_entry_static_inv_ends.cpp index 845839b..11bb1ce 100644 --- a/test/destructor/decl_entry_static_inv_ends.cpp +++ b/test/destructor/decl_entry_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_static_inv_mid.cpp b/test/destructor/decl_entry_static_inv_mid.cpp index 7d39e14..6f81321 100644 --- a/test/destructor/decl_entry_static_inv_mid.cpp +++ b/test/destructor/decl_entry_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_entry_static_inv_none.cpp b/test/destructor/decl_entry_static_inv_none.cpp index 4630cd2..acc7b68 100644 --- a/test/destructor/decl_entry_static_inv_none.cpp +++ b/test/destructor/decl_entry_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_exit_static_inv_all.cpp b/test/destructor/decl_exit_static_inv_all.cpp index 96a27b1..4cb68fe 100644 --- a/test/destructor/decl_exit_static_inv_all.cpp +++ b/test/destructor/decl_exit_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_exit_static_inv_ends.cpp b/test/destructor/decl_exit_static_inv_ends.cpp index 7314ca8..cbce751 100644 --- a/test/destructor/decl_exit_static_inv_ends.cpp +++ b/test/destructor/decl_exit_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_exit_static_inv_mid.cpp b/test/destructor/decl_exit_static_inv_mid.cpp index 6e739d4..bd5cce6 100644 --- a/test/destructor/decl_exit_static_inv_mid.cpp +++ b/test/destructor/decl_exit_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_exit_static_inv_none.cpp b/test/destructor/decl_exit_static_inv_none.cpp index 9afe4c3..0d572ad 100644 --- a/test/destructor/decl_exit_static_inv_none.cpp +++ b/test/destructor/decl_exit_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_post_all.cpp b/test/destructor/decl_post_all.cpp index ca5ef59..8617b47 100644 --- a/test/destructor/decl_post_all.cpp +++ b/test/destructor/decl_post_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_post_ends.cpp b/test/destructor/decl_post_ends.cpp index b083ce0..942d2ed 100644 --- a/test/destructor/decl_post_ends.cpp +++ b/test/destructor/decl_post_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_post_mid.cpp b/test/destructor/decl_post_mid.cpp index 236b0ed..54197b1 100644 --- a/test/destructor/decl_post_mid.cpp +++ b/test/destructor/decl_post_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/decl_post_none.cpp b/test/destructor/decl_post_none.cpp index 96bd1a9..9b3eb4d 100644 --- a/test/destructor/decl_post_none.cpp +++ b/test/destructor/decl_post_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/ifdef.cpp b/test/destructor/ifdef.cpp index 1064747..53c4c89 100644 --- a/test/destructor/ifdef.cpp +++ b/test/destructor/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/ifdef_macro.cpp b/test/destructor/ifdef_macro.cpp index 756d8e1..3f6b06b 100644 --- a/test/destructor/ifdef_macro.cpp +++ b/test/destructor/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/pre_error.cpp b/test/destructor/pre_error.cpp index ac6f84c..49b49e7 100644 --- a/test/destructor/pre_error.cpp +++ b/test/destructor/pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/smoke.cpp b/test/destructor/smoke.cpp index 34600ec..eb25404 100644 --- a/test/destructor/smoke.cpp +++ b/test/destructor/smoke.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/throwing_body.cpp b/test/destructor/throwing_body.cpp index b192c15..f14612e 100644 --- a/test/destructor/throwing_body.cpp +++ b/test/destructor/throwing_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/throwing_old.cpp b/test/destructor/throwing_old.cpp index 973d05b..cdfc13b 100644 --- a/test/destructor/throwing_old.cpp +++ b/test/destructor/throwing_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/destructor/throwing_post.cpp b/test/destructor/throwing_post.cpp index a09b06b..8318649 100644 --- a/test/destructor/throwing_post.cpp +++ b/test/destructor/throwing_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/detail/counter.hpp b/test/detail/counter.hpp index 0e4304f..ab40dfc 100644 --- a/test/detail/counter.hpp +++ b/test/detail/counter.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_DETAIL_COUNTER_HPP_ #define BOOST_CONTRACT_TEST_DETAIL_COUNTER_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/detail/oteststream.hpp b/test/detail/oteststream.hpp index dad068e..e1ba38a 100644 --- a/test/detail/oteststream.hpp +++ b/test/detail/oteststream.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_DETAIL_OTESTSTREAM_HPP_ #define BOOST_CONTRACT_TEST_DETAIL_OTESTSTREAM_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/detail/out.hpp b/test/detail/out.hpp index 558322e..fd9cd4c 100644 --- a/test/detail/out.hpp +++ b/test/detail/out.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_DETAIL_OUT_HPP_ #define BOOST_CONTRACT_TEST_DETAIL_OUT_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/detail/out_inlined.hpp b/test/detail/out_inlined.hpp index e4563e4..954088f 100644 --- a/test/detail/out_inlined.hpp +++ b/test/detail/out_inlined.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_OUT_INLINED_HPP_ #define BOOST_CONTRACT_TEST_OUT_INLINED_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/detail/unprotected_commas.hpp b/test/detail/unprotected_commas.hpp index d2c7264..2993af1 100644 --- a/test/detail/unprotected_commas.hpp +++ b/test/detail/unprotected_commas.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_DETAIL_UNPROTECTED_COMMAS_HPP_ #define BOOST_CONTRACT_TEST_DETAIL_UNPROTECTED_COMMAS_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/always_disable_post_except_lib.cpp b/test/disable/always_disable_post_except_lib.cpp index f4ea642..eaa52e3 100644 --- a/test/disable/always_disable_post_except_lib.cpp +++ b/test/disable/always_disable_post_except_lib.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/always_disable_post_except_unit.cpp b/test/disable/always_disable_post_except_unit.cpp index 8cde475..c5db4a7 100644 --- a/test/disable/always_disable_post_except_unit.cpp +++ b/test/disable/always_disable_post_except_unit.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/assertions_disable_assertions_lib.cpp b/test/disable/assertions_disable_assertions_lib.cpp index 72d846f..2e68b94 100644 --- a/test/disable/assertions_disable_assertions_lib.cpp +++ b/test/disable/assertions_disable_assertions_lib.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/assertions_disable_assertions_prog.cpp b/test/disable/assertions_disable_assertions_prog.cpp index e2c094e..b5fc359 100644 --- a/test/disable/assertions_disable_assertions_prog.cpp +++ b/test/disable/assertions_disable_assertions_prog.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/assertions_disable_assertions_unit.cpp b/test/disable/assertions_disable_assertions_unit.cpp index 9adb4c7..c1bdea4 100644 --- a/test/disable/assertions_disable_assertions_unit.cpp +++ b/test/disable/assertions_disable_assertions_unit.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/audit.cpp b/test/disable/audit.cpp index 4f8beb7..e37516b 100644 --- a/test/disable/audit.cpp +++ b/test/disable/audit.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/audit.hpp b/test/disable/audit.hpp index 539cdf3..c2b2236 100644 --- a/test/disable/audit.hpp +++ b/test/disable/audit.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/audit_disabled.cpp b/test/disable/audit_disabled.cpp index 75bc5d0..18c6ad0 100644 --- a/test/disable/audit_disabled.cpp +++ b/test/disable/audit_disabled.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/audit_disabled_error.cpp b/test/disable/audit_disabled_error.cpp index e90e2e9..c58714d 100644 --- a/test/disable/audit_disabled_error.cpp +++ b/test/disable/audit_disabled_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/audit_error.cpp b/test/disable/audit_error.cpp index e90e2e9..c58714d 100644 --- a/test/disable/audit_error.cpp +++ b/test/disable/audit_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/axiom.cpp b/test/disable/axiom.cpp index b26d646..b24af7a 100644 --- a/test/disable/axiom.cpp +++ b/test/disable/axiom.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/axiom.hpp b/test/disable/axiom.hpp index f609bb8..df5231b 100644 --- a/test/disable/axiom.hpp +++ b/test/disable/axiom.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/axiom_error.cpp b/test/disable/axiom_error.cpp index f3cf0b6..a7c4c40 100644 --- a/test/disable/axiom_error.cpp +++ b/test/disable/axiom_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_a.cpp b/test/disable/lib_a.cpp index 2479fb0..a4f283d 100644 --- a/test/disable/lib_a.cpp +++ b/test/disable/lib_a.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_a.hpp b/test/disable/lib_a.hpp index 85c34a3..7f26276 100644 --- a/test/disable/lib_a.hpp +++ b/test/disable/lib_a.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_A_HPP_ #define BOOST_CONTRACT_TEST_LIB_A_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_a_inlined.hpp b/test/disable/lib_a_inlined.hpp index aa2ab0d..f139bd2 100644 --- a/test/disable/lib_a_inlined.hpp +++ b/test/disable/lib_a_inlined.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_A_INLINED_HPP_ #define BOOST_CONTRACT_TEST_LIB_A_INLINED_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_ab.hpp b/test/disable/lib_ab.hpp index c247f89..f6aafdb 100644 --- a/test/disable/lib_ab.hpp +++ b/test/disable/lib_ab.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_b.cpp b/test/disable/lib_b.cpp index 9f12816..7d9a94a 100644 --- a/test/disable/lib_b.cpp +++ b/test/disable/lib_b.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_b.hpp b/test/disable/lib_b.hpp index 73c6266..8cc34cb 100644 --- a/test/disable/lib_b.hpp +++ b/test/disable/lib_b.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_B_HPP_ #define BOOST_CONTRACT_TEST_LIB_B_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_b_inlined.hpp b/test/disable/lib_b_inlined.hpp index e1b80a5..0a7bf5a 100644 --- a/test/disable/lib_b_inlined.hpp +++ b/test/disable/lib_b_inlined.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_B_INLINED_HPP_ #define BOOST_CONTRACT_TEST_LIB_B_INLINED_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_x.cpp b/test/disable/lib_x.cpp index 07da177..6fc8f47 100644 --- a/test/disable/lib_x.cpp +++ b/test/disable/lib_x.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_x.hpp b/test/disable/lib_x.hpp index 9c07a71..e64a74c 100644 --- a/test/disable/lib_x.hpp +++ b/test/disable/lib_x.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_X_HPP_ #define BOOST_CONTRACT_TEST_LIB_X_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_xy.hpp b/test/disable/lib_xy.hpp index 076da32..0c52262 100644 --- a/test/disable/lib_xy.hpp +++ b/test/disable/lib_xy.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_y.cpp b/test/disable/lib_y.cpp index ba7f4fe..198fc5b 100644 --- a/test/disable/lib_y.cpp +++ b/test/disable/lib_y.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/lib_y.hpp b/test/disable/lib_y.hpp index 5a0e858..f244409 100644 --- a/test/disable/lib_y.hpp +++ b/test/disable/lib_y.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_LIB_Y_HPP_ #define BOOST_CONTRACT_TEST_LIB_Y_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/pre_disable_no_assertion_prog.cpp b/test/disable/pre_disable_no_assertion_prog.cpp index 6edf310..2fc2510 100644 --- a/test/disable/pre_disable_no_assertion_prog.cpp +++ b/test/disable/pre_disable_no_assertion_prog.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/disable/prog.hpp b/test/disable/prog.hpp index 2e88436..a20bb72 100644 --- a/test/disable/prog.hpp +++ b/test/disable/prog.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/decl.hpp b/test/function/decl.hpp index 3c3a976..360f7c5 100644 --- a/test/function/decl.hpp +++ b/test/function/decl.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_FUNCTION_DECL_HPP_ #define BOOST_CONTRACT_TEST_FUNCTION_DECL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/decl_post_all.cpp b/test/function/decl_post_all.cpp index bc4f0a1..59dce86 100644 --- a/test/function/decl_post_all.cpp +++ b/test/function/decl_post_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/decl_post_none.cpp b/test/function/decl_post_none.cpp index f84f910..514e985 100644 --- a/test/function/decl_post_none.cpp +++ b/test/function/decl_post_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/decl_pre_all.cpp b/test/function/decl_pre_all.cpp index e60e2aa..1ff33a5 100644 --- a/test/function/decl_pre_all.cpp +++ b/test/function/decl_pre_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/decl_pre_none.cpp b/test/function/decl_pre_none.cpp index 0fc4321..a9c5113 100644 --- a/test/function/decl_pre_none.cpp +++ b/test/function/decl_pre_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/except_throw.cpp b/test/function/except_throw.cpp index 01d4b13..45f5e48 100644 --- a/test/function/except_throw.cpp +++ b/test/function/except_throw.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/ifdef.cpp b/test/function/ifdef.cpp index 057c8aa..fe9a1ce 100644 --- a/test/function/ifdef.cpp +++ b/test/function/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/ifdef_macro.cpp b/test/function/ifdef_macro.cpp index 2095dd9..3c8089b 100644 --- a/test/function/ifdef_macro.cpp +++ b/test/function/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/smoke.cpp b/test/function/smoke.cpp index f897c1b..a4a733f 100644 --- a/test/function/smoke.cpp +++ b/test/function/smoke.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/throwing_body.cpp b/test/function/throwing_body.cpp index 06a02d5..7a64ba1 100644 --- a/test/function/throwing_body.cpp +++ b/test/function/throwing_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/throwing_old.cpp b/test/function/throwing_old.cpp index 5bfabc9..9bae866 100644 --- a/test/function/throwing_old.cpp +++ b/test/function/throwing_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/throwing_post.cpp b/test/function/throwing_post.cpp index be754da..16d2481 100644 --- a/test/function/throwing_post.cpp +++ b/test/function/throwing_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/function/throwing_pre.cpp b/test/function/throwing_pre.cpp index 7acb773..3f2669d 100644 --- a/test/function/throwing_pre.cpp +++ b/test/function/throwing_pre.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl.hpp b/test/invariant/decl.hpp index 9e2e05e..b4ae9a4 100644 --- a/test/invariant/decl.hpp +++ b/test/invariant/decl.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_const.cpp b/test/invariant/decl_const.cpp index 952ddcd..b936449 100644 --- a/test/invariant/decl_const.cpp +++ b/test/invariant/decl_const.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_cv.cpp b/test/invariant/decl_cv.cpp index 1ca7a9f..5607daf 100644 --- a/test/invariant/decl_cv.cpp +++ b/test/invariant/decl_cv.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_cv_const.cpp b/test/invariant/decl_cv_const.cpp index 30108e2..c762bbb 100644 --- a/test/invariant/decl_cv_const.cpp +++ b/test/invariant/decl_cv_const.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_nothing.cpp b/test/invariant/decl_nothing.cpp index a5af5b4..ad89d1f 100644 --- a/test/invariant/decl_nothing.cpp +++ b/test/invariant/decl_nothing.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_static.cpp b/test/invariant/decl_static.cpp index bd30b15..8db92ed 100644 --- a/test/invariant/decl_static.cpp +++ b/test/invariant/decl_static.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_static_const.cpp b/test/invariant/decl_static_const.cpp index 7d93112..7060c21 100644 --- a/test/invariant/decl_static_const.cpp +++ b/test/invariant/decl_static_const.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_static_cv.cpp b/test/invariant/decl_static_cv.cpp index 6730a43..a87be0f 100644 --- a/test/invariant/decl_static_cv.cpp +++ b/test/invariant/decl_static_cv.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/decl_static_cv_const.cpp b/test/invariant/decl_static_cv_const.cpp index c5de657..a4c9776 100644 --- a/test/invariant/decl_static_cv_const.cpp +++ b/test/invariant/decl_static_cv_const.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/ifdef.cpp b/test/invariant/ifdef.cpp index 2123efd..16ebf75 100644 --- a/test/invariant/ifdef.cpp +++ b/test/invariant/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/ifdef_macro.cpp b/test/invariant/ifdef_macro.cpp index 24c7955..0488800 100644 --- a/test/invariant/ifdef_macro.cpp +++ b/test/invariant/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/mutable.hpp b/test/invariant/mutable.hpp index 38682b9..a0cb710 100644 --- a/test/invariant/mutable.hpp +++ b/test/invariant/mutable.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/mutable_error.cpp b/test/invariant/mutable_error.cpp index 909b79a..97a2678 100644 --- a/test/invariant/mutable_error.cpp +++ b/test/invariant/mutable_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/mutable_permissive.cpp b/test/invariant/mutable_permissive.cpp index 9c8707a..94efd03 100644 --- a/test/invariant/mutable_permissive.cpp +++ b/test/invariant/mutable_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static.hpp b/test/invariant/static.hpp index 870ec39..180cf31 100644 --- a/test/invariant/static.hpp +++ b/test/invariant/static.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_const.hpp b/test/invariant/static_const.hpp index 8bc2d48..3736bfb 100644 --- a/test/invariant/static_const.hpp +++ b/test/invariant/static_const.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_const_error.cpp b/test/invariant/static_const_error.cpp index 75a7464..e9ef5e6 100644 --- a/test/invariant/static_const_error.cpp +++ b/test/invariant/static_const_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_const_permissive.cpp b/test/invariant/static_const_permissive.cpp index 2411d1b..f9d92f7 100644 --- a/test/invariant/static_const_permissive.cpp +++ b/test/invariant/static_const_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_cv.hpp b/test/invariant/static_cv.hpp index 54e8322..a0f0e03 100644 --- a/test/invariant/static_cv.hpp +++ b/test/invariant/static_cv.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_cv_error.cpp b/test/invariant/static_cv_error.cpp index aec2e59..84f9ca0 100644 --- a/test/invariant/static_cv_error.cpp +++ b/test/invariant/static_cv_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_cv_permissive.cpp b/test/invariant/static_cv_permissive.cpp index b45627f..4f1ca1e 100644 --- a/test/invariant/static_cv_permissive.cpp +++ b/test/invariant/static_cv_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_error.cpp b/test/invariant/static_error.cpp index 3fd42f6..eeaa85f 100644 --- a/test/invariant/static_error.cpp +++ b/test/invariant/static_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_mutable.hpp b/test/invariant/static_mutable.hpp index 0a67f40..577da14 100644 --- a/test/invariant/static_mutable.hpp +++ b/test/invariant/static_mutable.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_mutable_error.cpp b/test/invariant/static_mutable_error.cpp index 3ec2028..0e45af4 100644 --- a/test/invariant/static_mutable_error.cpp +++ b/test/invariant/static_mutable_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_mutable_permissive.cpp b/test/invariant/static_mutable_permissive.cpp index 7c96dcf..e388599 100644 --- a/test/invariant/static_mutable_permissive.cpp +++ b/test/invariant/static_mutable_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_permissive.cpp b/test/invariant/static_permissive.cpp index 09fe997..ccb4a4c 100644 --- a/test/invariant/static_permissive.cpp +++ b/test/invariant/static_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_volatile.hpp b/test/invariant/static_volatile.hpp index 4f02f79..32bbf13 100644 --- a/test/invariant/static_volatile.hpp +++ b/test/invariant/static_volatile.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_volatile_error.cpp b/test/invariant/static_volatile_error.cpp index 96a7f78..66cc9d2 100644 --- a/test/invariant/static_volatile_error.cpp +++ b/test/invariant/static_volatile_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/static_volatile_permissive.cpp b/test/invariant/static_volatile_permissive.cpp index afc9170..68fddc2 100644 --- a/test/invariant/static_volatile_permissive.cpp +++ b/test/invariant/static_volatile_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/volatile.hpp b/test/invariant/volatile.hpp index 08a2c1a..6677b2a 100644 --- a/test/invariant/volatile.hpp +++ b/test/invariant/volatile.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/volatile_error.cpp b/test/invariant/volatile_error.cpp index 5326c2a..3372a35 100644 --- a/test/invariant/volatile_error.cpp +++ b/test/invariant/volatile_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/invariant/volatile_permissive.cpp b/test/invariant/volatile_permissive.cpp index d5ac634..e9e7a3d 100644 --- a/test/invariant/volatile_permissive.cpp +++ b/test/invariant/volatile_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/auto.cpp b/test/old/auto.cpp index a6234bc..97dd87f 100644 --- a/test/old/auto.cpp +++ b/test/old/auto.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/copyable_traits.cpp b/test/old/copyable_traits.cpp index ba39517..3792c6f 100644 --- a/test/old/copyable_traits.cpp +++ b/test/old/copyable_traits.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/if_copyable.cpp b/test/old/if_copyable.cpp index 5a8a1fd..0c3738f 100644 --- a/test/old/if_copyable.cpp +++ b/test/old/if_copyable.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/if_copyable.hpp b/test/old/if_copyable.hpp index 3b7ef30..6bb6c1f 100644 --- a/test/old/if_copyable.hpp +++ b/test/old/if_copyable.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_IF_COPYABLE_HPP_ #define BOOST_CONTRACT_TEST_IF_COPYABLE_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/if_copyable_error.cpp b/test/old/if_copyable_error.cpp index 3c7da94..34b0297 100644 --- a/test/old/if_copyable_error.cpp +++ b/test/old/if_copyable_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/if_copyable_macro.cpp b/test/old/if_copyable_macro.cpp index af252bb..2ad2783 100644 --- a/test/old/if_copyable_macro.cpp +++ b/test/old/if_copyable_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_macro.cpp b/test/old/no_macro.cpp index 0efc4dd..d715f6e 100644 --- a/test/old/no_macro.cpp +++ b/test/old/no_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_macro.hpp b/test/old/no_macro.hpp index b809148..a8d10f5 100644 --- a/test/old/no_macro.hpp +++ b/test/old/no_macro.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_macro_if_copyable.cpp b/test/old/no_macro_if_copyable.cpp index 7863de4..88c30c1 100644 --- a/test/old/no_macro_if_copyable.cpp +++ b/test/old/no_macro_if_copyable.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_make_old_error.cpp b/test/old/no_make_old_error.cpp index 77fdc54..7d517fa 100644 --- a/test/old/no_make_old_error.cpp +++ b/test/old/no_make_old_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_make_old_error.hpp b/test/old/no_make_old_error.hpp index 1d47cbe..d637fad 100644 --- a/test/old/no_make_old_error.hpp +++ b/test/old/no_make_old_error.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/old/no_make_old_if_copyable_error.cpp b/test/old/no_make_old_if_copyable_error.cpp index 8f57f34..4800fe8 100644 --- a/test/old/no_make_old_if_copyable_error.cpp +++ b/test/old/no_make_old_if_copyable_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/access.cpp b/test/public_function/access.cpp index 29216f5..5e61677 100644 --- a/test/public_function/access.cpp +++ b/test/public_function/access.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl.hpp b/test/public_function/decl.hpp index 4a4d867..9927587 100644 --- a/test/public_function/decl.hpp +++ b/test/public_function/decl.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_PUBLIC_FUNCTION_DECL_HPP_ #define BOOST_CONTRACT_TEST_PUBLIC_FUNCTION_DECL_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_inv_all.cpp b/test/public_function/decl_entry_inv_all.cpp index 887250c..14f0191 100644 --- a/test/public_function/decl_entry_inv_all.cpp +++ b/test/public_function/decl_entry_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_inv_ends.cpp b/test/public_function/decl_entry_inv_ends.cpp index c34529a..21883ee 100644 --- a/test/public_function/decl_entry_inv_ends.cpp +++ b/test/public_function/decl_entry_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_inv_mid.cpp b/test/public_function/decl_entry_inv_mid.cpp index ae97ade..1dd6851 100644 --- a/test/public_function/decl_entry_inv_mid.cpp +++ b/test/public_function/decl_entry_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_inv_none.cpp b/test/public_function/decl_entry_inv_none.cpp index f7f6138..e89b09a 100644 --- a/test/public_function/decl_entry_inv_none.cpp +++ b/test/public_function/decl_entry_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_static_inv_all.cpp b/test/public_function/decl_entry_static_inv_all.cpp index 6680bd4..aad1a91 100644 --- a/test/public_function/decl_entry_static_inv_all.cpp +++ b/test/public_function/decl_entry_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_static_inv_ends.cpp b/test/public_function/decl_entry_static_inv_ends.cpp index 698e8ce..ade705c 100644 --- a/test/public_function/decl_entry_static_inv_ends.cpp +++ b/test/public_function/decl_entry_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_static_inv_mid.cpp b/test/public_function/decl_entry_static_inv_mid.cpp index d8d648e..d7cb7e9 100644 --- a/test/public_function/decl_entry_static_inv_mid.cpp +++ b/test/public_function/decl_entry_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_entry_static_inv_none.cpp b/test/public_function/decl_entry_static_inv_none.cpp index 44a1043..87a97d6 100644 --- a/test/public_function/decl_entry_static_inv_none.cpp +++ b/test/public_function/decl_entry_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_inv_all.cpp b/test/public_function/decl_exit_inv_all.cpp index 0f7ae6e..ffbe647 100644 --- a/test/public_function/decl_exit_inv_all.cpp +++ b/test/public_function/decl_exit_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_inv_ends.cpp b/test/public_function/decl_exit_inv_ends.cpp index f38bb73..b5fd8d1 100644 --- a/test/public_function/decl_exit_inv_ends.cpp +++ b/test/public_function/decl_exit_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_inv_mid.cpp b/test/public_function/decl_exit_inv_mid.cpp index e7d2b1a..c07b299 100644 --- a/test/public_function/decl_exit_inv_mid.cpp +++ b/test/public_function/decl_exit_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_inv_none.cpp b/test/public_function/decl_exit_inv_none.cpp index 6202ef3..5f7aa61 100644 --- a/test/public_function/decl_exit_inv_none.cpp +++ b/test/public_function/decl_exit_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_static_inv_all.cpp b/test/public_function/decl_exit_static_inv_all.cpp index 27af97b..5547b2f 100644 --- a/test/public_function/decl_exit_static_inv_all.cpp +++ b/test/public_function/decl_exit_static_inv_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_static_inv_ends.cpp b/test/public_function/decl_exit_static_inv_ends.cpp index 71e107d..3853e34 100644 --- a/test/public_function/decl_exit_static_inv_ends.cpp +++ b/test/public_function/decl_exit_static_inv_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_static_inv_mid.cpp b/test/public_function/decl_exit_static_inv_mid.cpp index 0ecbd87..c723ddf 100644 --- a/test/public_function/decl_exit_static_inv_mid.cpp +++ b/test/public_function/decl_exit_static_inv_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_exit_static_inv_none.cpp b/test/public_function/decl_exit_static_inv_none.cpp index 4a55344..65c78ca 100644 --- a/test/public_function/decl_exit_static_inv_none.cpp +++ b/test/public_function/decl_exit_static_inv_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_post_all.cpp b/test/public_function/decl_post_all.cpp index ac36cee..18c5287 100644 --- a/test/public_function/decl_post_all.cpp +++ b/test/public_function/decl_post_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_post_ends.cpp b/test/public_function/decl_post_ends.cpp index f0a8b68..6785aa8 100644 --- a/test/public_function/decl_post_ends.cpp +++ b/test/public_function/decl_post_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_post_mid.cpp b/test/public_function/decl_post_mid.cpp index 9a3e946..eaa71b1 100644 --- a/test/public_function/decl_post_mid.cpp +++ b/test/public_function/decl_post_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_post_none.cpp b/test/public_function/decl_post_none.cpp index 99ccb60..26a4249 100644 --- a/test/public_function/decl_post_none.cpp +++ b/test/public_function/decl_post_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_pre_all.cpp b/test/public_function/decl_pre_all.cpp index c903e44..fb8600f 100644 --- a/test/public_function/decl_pre_all.cpp +++ b/test/public_function/decl_pre_all.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_pre_ends.cpp b/test/public_function/decl_pre_ends.cpp index 4d24120..dc6b195 100644 --- a/test/public_function/decl_pre_ends.cpp +++ b/test/public_function/decl_pre_ends.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_pre_mid.cpp b/test/public_function/decl_pre_mid.cpp index cec2b79..f0939ca 100644 --- a/test/public_function/decl_pre_mid.cpp +++ b/test/public_function/decl_pre_mid.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/decl_pre_none.cpp b/test/public_function/decl_pre_none.cpp index c2885c6..71ace3e 100644 --- a/test/public_function/decl_pre_none.cpp +++ b/test/public_function/decl_pre_none.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/friend.cpp b/test/public_function/friend.cpp index af18104..d5fc635 100644 --- a/test/public_function/friend.cpp +++ b/test/public_function/friend.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/ifdef.cpp b/test/public_function/ifdef.cpp index 1042e5d..5847e37 100644 --- a/test/public_function/ifdef.cpp +++ b/test/public_function/ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/ifdef_macro.cpp b/test/public_function/ifdef_macro.cpp index b479e8b..25d8cf8 100644 --- a/test/public_function/ifdef_macro.cpp +++ b/test/public_function/ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args.cpp b/test/public_function/max_args.cpp index ccfb92d..d01e828 100644 --- a/test/public_function/max_args.cpp +++ b/test/public_function/max_args.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args.hpp b/test/public_function/max_args.hpp index a5686fc..8aa7a6c 100644 --- a/test/public_function/max_args.hpp +++ b/test/public_function/max_args.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args0.cpp b/test/public_function/max_args0.cpp index fa03334..dfb111a 100644 --- a/test/public_function/max_args0.cpp +++ b/test/public_function/max_args0.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args0_no_tva.cpp b/test/public_function/max_args0_no_tva.cpp index 4f7285e..e88b2be 100644 --- a/test/public_function/max_args0_no_tva.cpp +++ b/test/public_function/max_args0_no_tva.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args1.cpp b/test/public_function/max_args1.cpp index 2a9cae8..73ddf69 100644 --- a/test/public_function/max_args1.cpp +++ b/test/public_function/max_args1.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args1_no_tva.cpp b/test/public_function/max_args1_no_tva.cpp index b1ed828..25f7bd4 100644 --- a/test/public_function/max_args1_no_tva.cpp +++ b/test/public_function/max_args1_no_tva.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args2.cpp b/test/public_function/max_args2.cpp index 0d6bc76..b87e6d9 100644 --- a/test/public_function/max_args2.cpp +++ b/test/public_function/max_args2.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args2_no_tva.cpp b/test/public_function/max_args2_no_tva.cpp index fdad8af..5094555 100644 --- a/test/public_function/max_args2_no_tva.cpp +++ b/test/public_function/max_args2_no_tva.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_args_no_tva.cpp b/test/public_function/max_args_no_tva.cpp index 9f88deb..fbefd44 100644 --- a/test/public_function/max_args_no_tva.cpp +++ b/test/public_function/max_args_no_tva.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/max_bases.cpp b/test/public_function/max_bases.cpp index 67cf3ee..4d8d1a8 100644 --- a/test/public_function/max_bases.cpp +++ b/test/public_function/max_bases.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/old_virtual.cpp b/test/public_function/old_virtual.cpp index 562a912..ed6dceb 100644 --- a/test/public_function/old_virtual.cpp +++ b/test/public_function/old_virtual.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/overload.cpp b/test/public_function/overload.cpp index a7aa0bb..64101d2 100644 --- a/test/public_function/overload.cpp +++ b/test/public_function/overload.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/overload.hpp b/test/public_function/overload.hpp index d0f5b94..6030e8b 100644 --- a/test/public_function/overload.hpp +++ b/test/public_function/overload.hpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/overload_no_tva.cpp b/test/public_function/overload_no_tva.cpp index 3eaa2e0..9c147aa 100644 --- a/test/public_function/overload_no_tva.cpp +++ b/test/public_function/overload_no_tva.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/override.hpp b/test/public_function/override.hpp index 70c7189..c25757a 100644 --- a/test/public_function/override.hpp +++ b/test/public_function/override.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/override_error.cpp b/test/public_function/override_error.cpp index c4e05e1..1dd233a 100644 --- a/test/public_function/override_error.cpp +++ b/test/public_function/override_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/override_permissive.cpp b/test/public_function/override_permissive.cpp index 1d32af2..ec46201 100644 --- a/test/public_function/override_permissive.cpp +++ b/test/public_function/override_permissive.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/protected.cpp b/test/public_function/protected.cpp index ed452d7..d692608 100644 --- a/test/public_function/protected.cpp +++ b/test/public_function/protected.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/protected_error.cpp b/test/public_function/protected_error.cpp index e81c180..f7e01d2 100644 --- a/test/public_function/protected_error.cpp +++ b/test/public_function/protected_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/smoke.cpp b/test/public_function/smoke.cpp index 0105e56..7463d04 100644 --- a/test/public_function/smoke.cpp +++ b/test/public_function/smoke.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/smoke.hpp b/test/public_function/smoke.hpp index c7a59a6..f00ae90 100644 --- a/test/public_function/smoke.hpp +++ b/test/public_function/smoke.hpp @@ -2,7 +2,7 @@ #ifndef BOOST_CONTRACT_TEST_PUBLIC_FUNCTION_CONTRACTS_HPP_ #define BOOST_CONTRACT_TEST_PUBLIC_FUNCTION_CONTRACTS_HPP_ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static.cpp b/test/public_function/static.cpp index e7188db..010c965 100644 --- a/test/public_function/static.cpp +++ b/test/public_function/static.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_ifdef.cpp b/test/public_function/static_ifdef.cpp index a8fee26..0321295 100644 --- a/test/public_function/static_ifdef.cpp +++ b/test/public_function/static_ifdef.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_ifdef_macro.cpp b/test/public_function/static_ifdef_macro.cpp index 1dc0800..1bea929 100644 --- a/test/public_function/static_ifdef_macro.cpp +++ b/test/public_function/static_ifdef_macro.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_throwing_body.cpp b/test/public_function/static_throwing_body.cpp index f194c54..37c0354 100644 --- a/test/public_function/static_throwing_body.cpp +++ b/test/public_function/static_throwing_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_throwing_old.cpp b/test/public_function/static_throwing_old.cpp index fd7797d..04e9635 100644 --- a/test/public_function/static_throwing_old.cpp +++ b/test/public_function/static_throwing_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_throwing_post.cpp b/test/public_function/static_throwing_post.cpp index d7a218f..b8414f8 100644 --- a/test/public_function/static_throwing_post.cpp +++ b/test/public_function/static_throwing_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/static_throwing_pre.cpp b/test/public_function/static_throwing_pre.cpp index 140e6b7..79c38af 100644 --- a/test/public_function/static_throwing_pre.cpp +++ b/test/public_function/static_throwing_pre.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_body.cpp b/test/public_function/throwing_body.cpp index 5e858ca..40684a5 100644 --- a/test/public_function/throwing_body.cpp +++ b/test/public_function/throwing_body.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_body_virtual.cpp b/test/public_function/throwing_body_virtual.cpp index edb3b20..57d9acd 100644 --- a/test/public_function/throwing_body_virtual.cpp +++ b/test/public_function/throwing_body_virtual.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_body_virtual_branch.cpp b/test/public_function/throwing_body_virtual_branch.cpp index 5cc69e6..dccc18d 100644 --- a/test/public_function/throwing_body_virtual_branch.cpp +++ b/test/public_function/throwing_body_virtual_branch.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_old.cpp b/test/public_function/throwing_old.cpp index 67123a2..aec127f 100644 --- a/test/public_function/throwing_old.cpp +++ b/test/public_function/throwing_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_post.cpp b/test/public_function/throwing_post.cpp index 5090acc..038b095 100644 --- a/test/public_function/throwing_post.cpp +++ b/test/public_function/throwing_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/throwing_pre.cpp b/test/public_function/throwing_pre.cpp index 64d06d0..2372912 100644 --- a/test/public_function/throwing_pre.cpp +++ b/test/public_function/throwing_pre.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/virtual.cpp b/test/public_function/virtual.cpp index 8d5fa90..766182a 100644 --- a/test/public_function/virtual.cpp +++ b/test/public_function/virtual.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/virtual_access.cpp b/test/public_function/virtual_access.cpp index 0d54604..1deb85e 100644 --- a/test/public_function/virtual_access.cpp +++ b/test/public_function/virtual_access.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/virtual_access_multi.cpp b/test/public_function/virtual_access_multi.cpp index 3f4d21b..bb529d6 100644 --- a/test/public_function/virtual_access_multi.cpp +++ b/test/public_function/virtual_access_multi.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/virtual_branch.cpp b/test/public_function/virtual_branch.cpp index ee4e84e..b3c4735 100644 --- a/test/public_function/virtual_branch.cpp +++ b/test/public_function/virtual_branch.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/public_function/virtual_sparse.cpp b/test/public_function/virtual_sparse.cpp index 2b4ffc3..09d76d6 100644 --- a/test/public_function/virtual_sparse.cpp +++ b/test/public_function/virtual_sparse.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/result/mixed_optional.cpp b/test/result/mixed_optional.cpp index 56fe335..c200200 100644 --- a/test/result/mixed_optional.cpp +++ b/test/result/mixed_optional.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/result/mixed_optional.hpp b/test/result/mixed_optional.hpp index 1872929..425941f 100644 --- a/test/result/mixed_optional.hpp +++ b/test/result/mixed_optional.hpp @@ -1,7 +1,7 @@ // no #include guard -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/result/mixed_optional_ref.cpp b/test/result/mixed_optional_ref.cpp index 5342e48..e7b2acc 100644 --- a/test/result/mixed_optional_ref.cpp +++ b/test/result/mixed_optional_ref.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/result/type_mismatch_error.cpp b/test/result/type_mismatch_error.cpp index 691162c..3e6180b 100644 --- a/test/result/type_mismatch_error.cpp +++ b/test/result/type_mismatch_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/auto_error.cpp b/test/specify/auto_error.cpp index daf6aad..8bdd614 100644 --- a/test/specify/auto_error.cpp +++ b/test/specify/auto_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/auto_pre_error.cpp b/test/specify/auto_pre_error.cpp index 41cccdf..7daf1c7 100644 --- a/test/specify/auto_pre_error.cpp +++ b/test/specify/auto_pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/auto_pre_old_error.cpp b/test/specify/auto_pre_old_error.cpp index bd25cbe..d476178 100644 --- a/test/specify/auto_pre_old_error.cpp +++ b/test/specify/auto_pre_old_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/auto_pre_old_post_error.cpp b/test/specify/auto_pre_old_post_error.cpp index 6eb04b8..7fa097b 100644 --- a/test/specify/auto_pre_old_post_error.cpp +++ b/test/specify/auto_pre_old_post_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/auto_pre_old_post_except_error.cpp b/test/specify/auto_pre_old_post_except_error.cpp index 208fb2b..7f91bc7 100644 --- a/test/specify/auto_pre_old_post_except_error.cpp +++ b/test/specify/auto_pre_old_post_except_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/except.cpp b/test/specify/except.cpp index 7e0eeb2..791ba11 100644 --- a/test/specify/except.cpp +++ b/test/specify/except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/except_old_error.cpp b/test/specify/except_old_error.cpp index e101302..ea865e8 100644 --- a/test/specify/except_old_error.cpp +++ b/test/specify/except_old_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/except_post_error.cpp b/test/specify/except_post_error.cpp index d629ca5..5b9ef35 100644 --- a/test/specify/except_post_error.cpp +++ b/test/specify/except_post_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/except_pre_error.cpp b/test/specify/except_pre_error.cpp index 4efb9e0..3b69066 100644 --- a/test/specify/except_pre_error.cpp +++ b/test/specify/except_pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/missing_check.cpp b/test/specify/missing_check.cpp index 2a442bd..1a2f06a 100644 --- a/test/specify/missing_check.cpp +++ b/test/specify/missing_check.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/nothing.cpp b/test/specify/nothing.cpp index 8e44310..b14a7c0 100644 --- a/test/specify/nothing.cpp +++ b/test/specify/nothing.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/old.cpp b/test/specify/old.cpp index 6d318c5..a064d5f 100644 --- a/test/specify/old.cpp +++ b/test/specify/old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/old_except.cpp b/test/specify/old_except.cpp index 6df1283..31af806 100644 --- a/test/specify/old_except.cpp +++ b/test/specify/old_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/old_post.cpp b/test/specify/old_post.cpp index dc90470..97f3eb0 100644 --- a/test/specify/old_post.cpp +++ b/test/specify/old_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/old_post_except.cpp b/test/specify/old_post_except.cpp index 6afc73b..36259e6 100644 --- a/test/specify/old_post_except.cpp +++ b/test/specify/old_post_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/old_pre_error.cpp b/test/specify/old_pre_error.cpp index faa0fa5..9d9548c 100644 --- a/test/specify/old_pre_error.cpp +++ b/test/specify/old_pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/post.cpp b/test/specify/post.cpp index 38ed21a..4930c23 100644 --- a/test/specify/post.cpp +++ b/test/specify/post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/post_except.cpp b/test/specify/post_except.cpp index ead2e5e..115ab6e 100644 --- a/test/specify/post_except.cpp +++ b/test/specify/post_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/post_old_error.cpp b/test/specify/post_old_error.cpp index bf493fa..7a3361a 100644 --- a/test/specify/post_old_error.cpp +++ b/test/specify/post_old_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/post_pre_error.cpp b/test/specify/post_pre_error.cpp index 568aeb1..3e50b53 100644 --- a/test/specify/post_pre_error.cpp +++ b/test/specify/post_pre_error.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre.cpp b/test/specify/pre.cpp index dbd6658..4c02acd 100644 --- a/test/specify/pre.cpp +++ b/test/specify/pre.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_except.cpp b/test/specify/pre_except.cpp index 55963f4..1e7095c 100644 --- a/test/specify/pre_except.cpp +++ b/test/specify/pre_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_old.cpp b/test/specify/pre_old.cpp index 9996cac..8c1cc76 100644 --- a/test/specify/pre_old.cpp +++ b/test/specify/pre_old.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_old_except.cpp b/test/specify/pre_old_except.cpp index 2d659a4..99de5bc 100644 --- a/test/specify/pre_old_except.cpp +++ b/test/specify/pre_old_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_old_post.cpp b/test/specify/pre_old_post.cpp index 1377bc7..0ea576f 100644 --- a/test/specify/pre_old_post.cpp +++ b/test/specify/pre_old_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_old_post_except.cpp b/test/specify/pre_old_post_except.cpp index a991820..b699290 100644 --- a/test/specify/pre_old_post_except.cpp +++ b/test/specify/pre_old_post_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_post.cpp b/test/specify/pre_post.cpp index 559911a..ecedebf 100644 --- a/test/specify/pre_post.cpp +++ b/test/specify/pre_post.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html diff --git a/test/specify/pre_post_except.cpp b/test/specify/pre_post_except.cpp index a96566a..1b22e2e 100644 --- a/test/specify/pre_post_except.cpp +++ b/test/specify/pre_post_except.cpp @@ -1,5 +1,5 @@ -// Copyright (C) 2008-2017 Lorenzo Caminiti +// Copyright (C) 2008-2018 Lorenzo Caminiti // Distributed under the Boost Software License, Version 1.0 (see accompanying // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt). // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html