Skip to content

Commit 1914d18

Browse files
committed
Updated copyright messages
1 parent 95b3ffb commit 1914d18

16 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ Besides GitHub, there are two other distribution channels:
2828
* LEAF is included in official [Boost](https://www.boost.org/) releases, starting with Boost 1.75.
2929
* For maximum portability, the library is also available in single-header format: [leaf.hpp](https://raw.githubusercontent.com/boostorg/leaf/gh-pages/leaf.hpp).
3030

31-
Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
31+
Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc. Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].

example/error_log.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/error_trace.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/exception_to_result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/lua_callback_exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/lua_callback_result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/print_file/print_file_exceptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/print_file/print_file_leaf_result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/print_file/print_file_system_result.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

example/print_half.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2018-2024 Emil Dotchevski and Reverge Studios, Inc.
1+
// Copyright 2018-2025 Emil Dotchevski and Reverge Studios, Inc.
22
// Distributed under the Boost Software License, Version 1.0. (See accompanying
33
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

0 commit comments

Comments
 (0)