diff --git a/.appveyor.yml b/.appveyor.yml index a20737b..1f4580d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ # Eggs.Variant # -# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/.travis.yml b/.travis.yml index 7c61d23..1adabee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ # Eggs.Variant # -# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/CMakeLists.txt b/CMakeLists.txt index 44bae5c..edd6f5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # Eggs.Variant # -# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/README.md b/README.md index 23a9072..95fcc09 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ versions of _MSVC_ are not supported._]_ --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/cmake/eggs.variant-config.cmake.in b/cmake/eggs.variant-config.cmake.in index 1ab90ef..d4ca481 100644 --- a/cmake/eggs.variant-config.cmake.in +++ b/cmake/eggs.variant-config.cmake.in @@ -1,6 +1,6 @@ # Eggs.Variant # -# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/docs/README.md b/docs/README.md index 988333b..c3e6037 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ interaction. See the generated docs at http://eggs-cpp.github.io/variant/. --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/docs/config.md b/docs/config.md index 3089334..153b7a7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -29,7 +29,7 @@ _[Note:_ The configuration macros are not part of the public interface of the li --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/docs/design.md b/docs/design.md index 6ce7f19..0f2131b 100644 --- a/docs/design.md +++ b/docs/design.md @@ -30,7 +30,7 @@ Finally, helper classes similar to those of [`std::tuple`](http://en.cppreferenc --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/docs/index.md b/docs/index.md index ed111bd..cfaefa2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ versions of _MSVC_ are not supported._]_ --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/docs/introduction.md b/docs/introduction.md index a822baa..5273763 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -70,7 +70,7 @@ An instance of `eggs::variant` is a _discriminated `union`_ with members --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant.hpp b/include/eggs/variant.hpp index b38ede9..60ee3de 100644 --- a/include/eggs/variant.hpp +++ b/include/eggs/variant.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/bad_variant_access.hpp b/include/eggs/variant/bad_variant_access.hpp index 857c3b1..a5ca0e4 100644 --- a/include/eggs/variant/bad_variant_access.hpp +++ b/include/eggs/variant/bad_variant_access.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/bad_variant_access.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/apply.hpp b/include/eggs/variant/detail/apply.hpp index e9845fd..02ded4c 100644 --- a/include/eggs/variant/detail/apply.hpp +++ b/include/eggs/variant/detail/apply.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/apply.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/config/prefix.hpp b/include/eggs/variant/detail/config/prefix.hpp index cbdbef0..67f2317 100644 --- a/include/eggs/variant/detail/config/prefix.hpp +++ b/include/eggs/variant/detail/config/prefix.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/config/prefix.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/config/suffix.hpp b/include/eggs/variant/detail/config/suffix.hpp index 62df8c7..255644b 100644 --- a/include/eggs/variant/detail/config/suffix.hpp +++ b/include/eggs/variant/detail/config/suffix.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/config/suffix.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/pack.hpp b/include/eggs/variant/detail/pack.hpp index b41af46..e6076aa 100644 --- a/include/eggs/variant/detail/pack.hpp +++ b/include/eggs/variant/detail/pack.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/pack.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/storage.hpp b/include/eggs/variant/detail/storage.hpp index 42aa76c..d3d117b 100644 --- a/include/eggs/variant/detail/storage.hpp +++ b/include/eggs/variant/detail/storage.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/storage.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/utility.hpp b/include/eggs/variant/detail/utility.hpp index 36dc359..a41227c 100644 --- a/include/eggs/variant/detail/utility.hpp +++ b/include/eggs/variant/detail/utility.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/utility.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/detail/visitor.hpp b/include/eggs/variant/detail/visitor.hpp index 8099360..725e13d 100644 --- a/include/eggs/variant/detail/visitor.hpp +++ b/include/eggs/variant/detail/visitor.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/detail/visitor.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/in_place.hpp b/include/eggs/variant/in_place.hpp index 6f5bafa..7327098 100644 --- a/include/eggs/variant/in_place.hpp +++ b/include/eggs/variant/in_place.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/in_place.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/eggs/variant/variant.hpp b/include/eggs/variant/variant.hpp index 63246f5..c4f48c0 100644 --- a/include/eggs/variant/variant.hpp +++ b/include/eggs/variant/variant.hpp @@ -1,7 +1,7 @@ //! \file eggs/variant/variant.hpp // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6d81f92..cf5f3c7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,6 +1,6 @@ # Eggs.Variant # -# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +# Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/README.md b/test/README.md index 266ec93..2643326 100644 --- a/test/README.md +++ b/test/README.md @@ -11,7 +11,7 @@ these steps from the library root directory: --- -> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2017 +> Copyright _Agustín Bergé_, _Fusion Fenix_ 2014-2018 > > Distributed under the Boost Software License, Version 1.0. (See accompanying > file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/apply.cpp b/test/apply.cpp index ffd7e0b..cef5e94 100644 --- a/test/apply.cpp +++ b/test/apply.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/assign.conversion.cpp b/test/assign.conversion.cpp index a9cc8ed..be46ae2 100644 --- a/test/assign.conversion.cpp +++ b/test/assign.conversion.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/assign.copy.cpp b/test/assign.copy.cpp index 594132b..4ce4137 100644 --- a/test/assign.copy.cpp +++ b/test/assign.copy.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/assign.emplace.cpp b/test/assign.emplace.cpp index dfc0cb7..303d6dc 100644 --- a/test/assign.emplace.cpp +++ b/test/assign.emplace.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/assign.move.cpp b/test/assign.move.cpp index f272591..ee1db70 100644 --- a/test/assign.move.cpp +++ b/test/assign.move.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/catch.cpp b/test/catch.cpp index 616cd0c..b23a870 100644 --- a/test/catch.cpp +++ b/test/catch.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/cnstr.conversion.cpp b/test/cnstr.conversion.cpp index 2c73497..980b0df 100644 --- a/test/cnstr.conversion.cpp +++ b/test/cnstr.conversion.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/cnstr.copy.cpp b/test/cnstr.copy.cpp index c044342..8d5ad77 100644 --- a/test/cnstr.copy.cpp +++ b/test/cnstr.copy.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/cnstr.default.cpp b/test/cnstr.default.cpp index 1efe502..a7165da 100644 --- a/test/cnstr.default.cpp +++ b/test/cnstr.default.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/cnstr.emplace.cpp b/test/cnstr.emplace.cpp index e919ad9..a8bac04 100644 --- a/test/cnstr.emplace.cpp +++ b/test/cnstr.emplace.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/cnstr.move.cpp b/test/cnstr.move.cpp index 18e38af..5fafae8 100644 --- a/test/cnstr.move.cpp +++ b/test/cnstr.move.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/constexpr.hpp b/test/constexpr.hpp index 59244d0..549d585 100644 --- a/test/constexpr.hpp +++ b/test/constexpr.hpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/dtor.cpp b/test/dtor.cpp index c15a86e..872c021 100644 --- a/test/dtor.cpp +++ b/test/dtor.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/dtor.hpp b/test/dtor.hpp index 6efbbdf..95ece05 100644 --- a/test/dtor.hpp +++ b/test/dtor.hpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/elem.get.cpp b/test/elem.get.cpp index cbf8860..542a88e 100644 --- a/test/elem.get.cpp +++ b/test/elem.get.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/elem.get_if.cpp b/test/elem.get_if.cpp index 7947897..c1dffe9 100644 --- a/test/elem.get_if.cpp +++ b/test/elem.get_if.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/hash.cpp b/test/hash.cpp index 519debf..af13f06 100644 --- a/test/hash.cpp +++ b/test/hash.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/helper.cpp b/test/helper.cpp index 8361f0a..e2ecf73 100644 --- a/test/helper.cpp +++ b/test/helper.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/in_place.cpp b/test/in_place.cpp index e592486..d498567 100644 --- a/test/in_place.cpp +++ b/test/in_place.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/obs.bool.cpp b/test/obs.bool.cpp index 4ba1977..e25f903 100644 --- a/test/obs.bool.cpp +++ b/test/obs.bool.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/obs.target.cpp b/test/obs.target.cpp index aada5dd..a1b16b8 100644 --- a/test/obs.target.cpp +++ b/test/obs.target.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/obs.target_type.cpp b/test/obs.target_type.cpp index 766d361..720dcc1 100644 --- a/test/obs.target_type.cpp +++ b/test/obs.target_type.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/obs.which.cpp b/test/obs.which.cpp index 8a22be0..bed8345 100644 --- a/test/obs.which.cpp +++ b/test/obs.which.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/rel.equality.cpp b/test/rel.equality.cpp index f55920f..34cbd12 100644 --- a/test/rel.equality.cpp +++ b/test/rel.equality.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/rel.order.cpp b/test/rel.order.cpp index 42587ea..05c1a25 100644 --- a/test/rel.order.cpp +++ b/test/rel.order.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/swap.cpp b/test/swap.cpp index 8c1cdd7..ad9c7f0 100644 --- a/test/swap.cpp +++ b/test/swap.cpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/test/throw.hpp b/test/throw.hpp index 9a5cec3..4310c9b 100644 --- a/test/throw.hpp +++ b/test/throw.hpp @@ -1,6 +1,6 @@ // Eggs.Variant // -// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2017 +// Copyright Agustin K-ballo Berge, Fusion Fenix 2014-2018 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)