Skip to content

Commit 80d1048

Browse files
committed
Update to 2025
1 parent 5ae9045 commit 80d1048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2014-2024 Hyperion Project
3+
Copyright (c) 2014-2025 Hyperion Project
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/hyperiond/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ if(APPLE)
162162
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/cmake/macos/Info.plist.in"
163163
MACOSX_BUNDLE_BUNDLE_NAME ${MAC_BUNDLE_NAME}
164164
MACOSX_BUNDLE_BUNDLE_VERSION ${HYPERION_VERSION}
165-
MACOSX_BUNDLE_COPYRIGHT "Copyright(c) 2014-2024 Hyperion Project"
165+
MACOSX_BUNDLE_COPYRIGHT "Copyright(c) 2014-2025 Hyperion Project"
166166
MACOSX_BUNDLE_GUI_IDENTIFIER "com.hyperion-project.${MAC_BUNDLE_NAME}"
167167
MACOSX_BUNDLE_ICON_FILE "Hyperion.icns"
168168
MACOSX_BUNDLE_INFO_STRING "${MAC_BUNDLE_NAME} ${HYPERION_VERSION}"

0 commit comments

Comments
 (0)