Skip to content

Commit

Permalink
refactor: Bump copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Apr 20, 2024
1 parent dfdf681 commit 8c92de6
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ and ideas leveraged by this project:
## License

This software is released under an [MIT-style license](LICENSE).
Copyright © 2021-2023 Omar Boukli-Hacene.
Copyright © 2021-2024 Omar Boukli-Hacene.

SPDX license identifier: MIT.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ m4_define(_TRMNPZZL_VERSION_PATCH, 10)
m4_define(_TRMNPZZL_VERSION_BUILD, 0)
m4_define(_TRMNPZZL_VERSION_RC, 0)
m4_define(_TRMNPZZL_VERSION_IS_RELEASE, true)
m4_define(_COPYRIGHT_YEAR, 2023)
m4_define(_COPYRIGHT_YEAR, 2024)

AC_INIT([trmnpzzl],[m4_join(., _TRMNPZZL_VERSION_MAJOR, _TRMNPZZL_VERSION_MINOR, _TRMNPZZL_VERSION_PATCH, _TRMNPZZL_VERSION_BUILD)m4_if(_TRMNPZZL_VERSION_RC, 0, , rc_TRMNPZZL_VERSION_RC)],[https://github.com/oboukli/tromino-puzzle/issues],[trmnpzzl],[https://omar.fun/tromino-puzzle])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
Expand Down
2 changes: 1 addition & 1 deletion src/cli/cli_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void print_usage(std::ostream& os) noexcept
#else
"\n\n"
#endif // _WIN64
"Copyright (c) 2021-2023 Omar Boukli-Hacene. All rights reserved.\n"
"Copyright (c) 2021-2024 Omar Boukli-Hacene. All rights reserved.\n"
<< std::endl;
// clang-format on
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/cli_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ void print_usage(std::ostream& os) noexcept
"Options:\n"
" -f Force large puzzle (unstable)\n"
"\n"
"Copyright (c) 2021-2023 Omar Boukli-Hacene. All rights reserved.\n"
"Copyright (c) 2021-2024 Omar Boukli-Hacene. All rights reserved.\n"
<< std::endl;
// clang-format on
}
Expand Down
2 changes: 1 addition & 1 deletion web/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>WebAssembly solver and renderer</h2>
</div>
</div>
<footer>
<p>Copyright &copy; 2021-2023 Omar Boukli-Hacene.</p>
<p>Copyright &copy; 2021-2024 Omar Boukli-Hacene.</p>
</footer>
</body>

Expand Down
4 changes: 2 additions & 2 deletions xcode/LibTromino/LibTromino.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -249,7 +249,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down
4 changes: 2 additions & 2 deletions xcode/LibTromino2d/LibTromino2d.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -288,7 +288,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -249,7 +249,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down
4 changes: 2 additions & 2 deletions xcode/Tromino2d/Tromino2d.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_CFBundleDisplayName = "Tromino Puzzle";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
LD_RUNPATH_SEARCH_PATHS = "";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -332,7 +332,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_CFBundleDisplayName = "Tromino Puzzle";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(BUILD_DIR)/libSDL2",
Expand Down
4 changes: 2 additions & 2 deletions xcode/TrominoCli/TrominoCli.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -282,7 +282,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down
4 changes: 2 additions & 2 deletions xcode/UnitTests/UnitTests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -288,7 +288,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = ../../include;
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2023 Omar Boukli-Hacene. All rights reserved.";
INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2021-2024 Omar Boukli-Hacene. All rights reserved.";
MACOSX_DEPLOYMENT_TARGET = "$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)";
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down

0 comments on commit 8c92de6

Please sign in to comment.