Skip to content

Commit

Permalink
[Var] It's 2025 now (on Kiritimati).
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22658 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 31, 2024
1 parent 6db7c56 commit 97f0c59
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors
Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.

Expand Down
8 changes: 4 additions & 4 deletions common/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,12 +600,12 @@ mpt::ustring GetFullCreditsString()
"libopenmpt (based on OpenMPT / Open ModPlug Tracker)\n"
#endif
"\n"
"Copyright \xC2\xA9 2004-2024 OpenMPT Project Developers and Contributors\n"
"Copyright \xC2\xA9 2004-2025 OpenMPT Project Developers and Contributors\n"
"Copyright \xC2\xA9 1997-2003 Olivier Lapicque\n"
"\n"
"Developers:\n"
"Johannes Schultz (2008-2024)\n"
"J\xC3\xB6rn Heusipp (2012-2024)\n"
"Johannes Schultz (2008-2025)\n"
"J\xC3\xB6rn Heusipp (2012-2025)\n"
"Ahti Lepp\xC3\xA4nen (2005-2011)\n"
"Robin Fernandes (2004-2007)\n"
"Sergiy Pylypenko (2007)\n"
Expand Down Expand Up @@ -800,7 +800,7 @@ mpt::ustring GetFullCreditsString()
mpt::ustring GetLicenseString()
{
return MPT_UTF8(
"Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors" "\n"
"Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors" "\n"
"Copyright (c) 1997-2003, Olivier Lapicque" "\n"
"All rights reserved." "\n"
"" "\n"
Expand Down
2 changes: 1 addition & 1 deletion contrib/libmodplug-0.8.8.5/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors
Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion contrib/libmodplug-0.8.9.0/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors
Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion installer/install-multi-arch-retro.iss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SetupIconFile=..\mptrack\res\MPTRACK.ICO
SolidCompression=yes
TimeStampsInUTC=yes
UninstallDisplayIcon={app}\OpenMPT App Icon.ico
VersionInfoCopyright=Copyright © 2004-2024 OpenMPT Project Developers and Contributors, Copyright © 1997-2003 Olivier Lapicque
VersionInfoCopyright=Copyright © 2004-2025 OpenMPT Project Developers and Contributors, Copyright © 1997-2003 Olivier Lapicque
VersionInfoProductTextVersion={#GetAppVersion}
VersionInfoProductVersion={#GetAppVersion}
VersionInfoTextVersion={#GetAppVersion}
Expand Down
2 changes: 1 addition & 1 deletion installer/install-multi-arch.iss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SetupIconFile=..\mptrack\res\MPTRACK.ICO
SolidCompression=yes
TimeStampsInUTC=yes
UninstallDisplayIcon={app}\OpenMPT App Icon.ico
VersionInfoCopyright=Copyright © 2004-2024 OpenMPT Project Developers and Contributors, Copyright © 1997-2003 Olivier Lapicque
VersionInfoCopyright=Copyright © 2004-2025 OpenMPT Project Developers and Contributors, Copyright © 1997-2003 Olivier Lapicque
VersionInfoProductTextVersion={#GetAppVersion}
VersionInfoProductVersion={#GetAppVersion}
VersionInfoTextVersion={#GetAppVersion}
Expand Down
2 changes: 1 addition & 1 deletion libopenmpt/in_openmpt/in_openmpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static void config( HWND hwndParent ) {
static void about( HWND hwndParent ) {
std::ostringstream about;
about << SHORT_TITLE << " version " << openmpt::string::get( "library_version" ) << " " << "(built " << openmpt::string::get( "build" ) << ")" << std::endl;
about << " Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors (https://lib.openmpt.org/)" << std::endl;
about << " Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors (https://lib.openmpt.org/)" << std::endl;
about << " OpenMPT version " << openmpt::string::get( "core_version" ) << std::endl;
about << std::endl;
about << openmpt::string::get( "contact" ) << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion libopenmpt/libopenmpt_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ BEGIN
VALUE "FileDescription", VER_FILEDESC_STR
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", VER_FILENAME_STR
VALUE "LegalCopyright", "Copyright � 2004-2024 OpenMPT Project Developers and Contributors, Copyright � 1997-2003 Olivier Lapicque"
VALUE "LegalCopyright", "Copyright � 2004-2025 OpenMPT Project Developers and Contributors, Copyright � 1997-2003 Olivier Lapicque"
VALUE "OriginalFilename", VER_FILENAME_STR
VALUE "ProductName", "libopenmpt"
VALUE "ProductVersion", VER_FILEVERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion libopenmpt/xmp-openmpt/xmp-openmpt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ static void clear_current_timeinfo() {
static void WINAPI openmpt_About( HWND win ) {
std::ostringstream about;
about << SHORT_TITLE << " version " << openmpt::string::get( "library_version" ) << " " << "(built " << openmpt::string::get( "build" ) << ")" << std::endl;
about << " Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors (https://lib.openmpt.org/)" << std::endl;
about << " Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors (https://lib.openmpt.org/)" << std::endl;
about << " OpenMPT version " << openmpt::string::get( "core_version" ) << std::endl;
about << std::endl;
about << openmpt::string::get( "contact" ) << std::endl;
Expand Down
2 changes: 1 addition & 1 deletion mptrack/res/MPTRACK.RC2
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ BEGIN
VALUE "FileDescription", VER_FILEDESCRIPTION
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "OpenMPT"
VALUE "LegalCopyright", "Copyright � 2004-2024 OpenMPT Project Developers and Contributors, Copyright � 1997-2003 Olivier Lapicque"
VALUE "LegalCopyright", "Copyright � 2004-2025 OpenMPT Project Developers and Contributors, Copyright � 1997-2003 Olivier Lapicque"
VALUE "OriginalFilename", "OpenMPT.exe"
VALUE "ProductName", "OpenMPT"
VALUE "ProductVersion", VER_FILEVERSION_STR
Expand Down
6 changes: 3 additions & 3 deletions openmpt123/openmpt123.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

static const char * const license =
"Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors" "\n"
"Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors" "\n"
"Copyright (c) 1997-2003, Olivier Lapicque" "\n"
"All rights reserved." "\n"
"" "\n"
Expand Down Expand Up @@ -469,7 +469,7 @@ static void show_banner( concat_stream<mpt::ustring> & log, verbosity banner ) {
return;
}
log << MPT_USTRING("openmpt123") << MPT_USTRING(" v") << mpt::transcode<mpt::ustring>( mpt::source_encoding, OPENMPT123_VERSION_STRING ) << MPT_USTRING(", libopenmpt ") << mpt::transcode<mpt::ustring>( libopenmpt_encoding, openmpt::string::get( "library_version" ) ) << MPT_USTRING(" (") << MPT_USTRING("OpenMPT ") << mpt::transcode<mpt::ustring>( libopenmpt_encoding, openmpt::string::get( "core_version" ) ) << MPT_USTRING(")") << lf;
log << MPT_USTRING("Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>") << lf;
log << MPT_USTRING("Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>") << lf;
if ( banner == verbosity_normal ) {
log << lf;
return;
Expand Down Expand Up @@ -516,7 +516,7 @@ static void show_banner( concat_stream<mpt::ustring> & log, verbosity banner ) {
static void show_man_version( textout & log ) {
log << MPT_USTRING("openmpt123") << MPT_USTRING(" v") << mpt::transcode<mpt::ustring>( mpt::source_encoding, OPENMPT123_VERSION_STRING ) << lf;
log << lf;
log << MPT_USTRING("Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>") << lf;
log << MPT_USTRING("Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>") << lf;
}

static void show_short_version( textout & log ) {
Expand Down
2 changes: 1 addition & 1 deletion pluginBridge/PluginBridge.rc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ BEGIN
VALUE "FileDescription", "OpenMPT Plugin Bridge"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "PluginBridge.exe"
VALUE "LegalCopyright", "Copyright � 2013-2024 OpenMPT Project Developers and Contributors"
VALUE "LegalCopyright", "Copyright � 2013-2025 OpenMPT Project Developers and Contributors"
VALUE "OriginalFilename", "PluginBridge.exe"
VALUE "ProductName", "OpenMPT"
VALUE "ProductVersion", VER_FILEVERSION_STR
Expand Down
2 changes: 1 addition & 1 deletion src/mpt/LICENSE.BSD-3-Clause.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004-2024, OpenMPT Project Developers and Contributors
Copyright (c) 2004-2025, OpenMPT Project Developers and Contributors
Copyright (c) 1997-2003, Olivier Lapicque
All rights reserved.

Expand Down

0 comments on commit 97f0c59

Please sign in to comment.