Skip to content

Commit

Permalink
copyright update
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jan 29, 2018
1 parent f00a4e7 commit 0097ac3
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion find_and_replace.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
find include bench example test -type f -name "*.?pp" -print0 | xargs -0 sed -i "s|// (C) Copyright 2016 Christopher Beck|// (C) Copyright 2016 - 2017 Christopher Beck|g"
find include bench example test -type f -name "*.?pp" -print0 | xargs -0 sed -i "s|// (C) Copyright 2016 - 2017 Christopher Beck|// (C) Copyright 2016 - 2018 Christopher Beck|g"
2 changes: 1 addition & 1 deletion include/strict_variant/alloc_variant.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/alloc_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/conversion_rank.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/filter_overloads.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/find_any_in_list.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/find_with.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/max.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/nonstd_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/std_traits.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/tuple_cdr.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/typelist.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/mpl/ulist.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/multivisit.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/recursive_wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/safe_arithmetic_conversion.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/safe_pointer_conversion.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/safely_constructible.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_compare.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_detail.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_dispatch.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_fwd.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_hash.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_spirit.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_storage.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/variant_stream_ops.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/version.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion include/strict_variant/wrapper.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/alloc.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/compare.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/test_harness/test.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/test_harness/test_harness.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/variant.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// (C) Copyright 2016 - 2017 Christopher Beck
// (C) Copyright 2016 - 2018 Christopher Beck

// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down

0 comments on commit 0097ac3

Please sign in to comment.