Skip to content

Commit

Permalink
Bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
rhalbersma committed Jan 4, 2024
1 parent cfa0b3a commit 929a1a9
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Rein Halbersma 2014-2023.
# Copyright Rein Halbersma 2014-2024.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Rein Halbersma 2014-2023.
# Copyright Rein Halbersma 2014-2024.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Rein Halbersma 2014-2023.
# Copyright Rein Halbersma 2014-2024.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,6 @@ Note that this library makes liberal use of C++23 features, such as the `fold_le

## License

Copyright Rein Halbersma 2014-2023.
Copyright Rein Halbersma 2014-2024.
Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/users/license.html).
(See accompanying file LICENSE_1_0.txt or copy at [http://www.boost.org/LICENSE_1_0.txt](http://www.boost.org/LICENSE_1_0.txt))
2 changes: 1 addition & 1 deletion include/xstd/bit_set.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef XSTD_BIT_SET_HPP
#define XSTD_BIT_SET_HPP

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Rein Halbersma 2014-2023.
# Copyright Rein Halbersma 2014-2024.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/adaptor/dynamic_bitset.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/adaptor/flat_set.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/adaptor/std_bitset.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/adaptor/xstd_bitset.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/bitset/exhaustive.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/bitset/factory.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/bitset/primitives.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/concepts.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/set/algorithms.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/set/exhaustive.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/include/set/primitives.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/bitset/o0.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/bitset/o1.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/bitset/o2.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/bitset/o4.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/bitset/type_traits.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/constexpr.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/implicit.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/o0.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/o1.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/o2.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/o3.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/o4.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion test/src/set/type_traits.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright Rein Halbersma 2014-2023.
// Copyright Rein Halbersma 2014-2024.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
Expand Down

0 comments on commit 929a1a9

Please sign in to comment.