Author: manx Date: Tue Dec 31 11:14:44 2024 New Revision: 22660 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22660 Log: Merged revision(s) 22658 from trunk/OpenMPT: [Var] It's 2025 now (on Kiritimati). ........ Modified: branches/OpenMPT-1.30/ (props changed) branches/OpenMPT-1.30/LICENSE branches/OpenMPT-1.30/common/version.cpp branches/OpenMPT-1.30/contrib/libmodplug-0.8.8.5/LICENSE branches/OpenMPT-1.30/contrib/libmodplug-0.8.9.0/LICENSE branches/OpenMPT-1.30/installer/install-multi-arch.iss branches/OpenMPT-1.30/libopenmpt/ (props changed) branches/OpenMPT-1.30/libopenmpt/in_openmpt.cpp branches/OpenMPT-1.30/libopenmpt/libopenmpt_version.rc branches/OpenMPT-1.30/libopenmpt/xmp-openmpt.cpp branches/OpenMPT-1.30/mptrack/res/MPTRACK.RC2 branches/OpenMPT-1.30/openmpt123/openmpt123.cpp branches/OpenMPT-1.30/pluginBridge/PluginBridge.rc branches/OpenMPT-1.30/src/mpt/LICENSE.BSD-3-Clause.txt Modified: branches/OpenMPT-1.30/LICENSE ============================================================================== --- branches/OpenMPT-1.30/LICENSE Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/LICENSE Tue Dec 31 11:14:44 2024 (r22660) @@ -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. Modified: branches/OpenMPT-1.30/common/version.cpp ============================================================================== --- branches/OpenMPT-1.30/common/version.cpp Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/common/version.cpp Tue Dec 31 11:14:44 2024 (r22660) @@ -592,12 +592,12 @@ "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" @@ -792,7 +792,7 @@ 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" Modified: branches/OpenMPT-1.30/contrib/libmodplug-0.8.8.5/LICENSE ============================================================================== --- branches/OpenMPT-1.30/contrib/libmodplug-0.8.8.5/LICENSE Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/contrib/libmodplug-0.8.8.5/LICENSE Tue Dec 31 11:14:44 2024 (r22660) @@ -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. Modified: branches/OpenMPT-1.30/contrib/libmodplug-0.8.9.0/LICENSE ============================================================================== --- branches/OpenMPT-1.30/contrib/libmodplug-0.8.9.0/LICENSE Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/contrib/libmodplug-0.8.9.0/LICENSE Tue Dec 31 11:14:44 2024 (r22660) @@ -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. Modified: branches/OpenMPT-1.30/installer/install-multi-arch.iss ============================================================================== --- branches/OpenMPT-1.30/installer/install-multi-arch.iss Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/installer/install-multi-arch.iss Tue Dec 31 11:14:44 2024 (r22660) @@ -47,7 +47,7 @@ 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} Modified: branches/OpenMPT-1.30/libopenmpt/in_openmpt.cpp ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/in_openmpt.cpp Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/libopenmpt/in_openmpt.cpp Tue Dec 31 11:14:44 2024 (r22660) @@ -262,7 +262,7 @@ 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; Modified: branches/OpenMPT-1.30/libopenmpt/libopenmpt_version.rc ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/libopenmpt_version.rc Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/libopenmpt/libopenmpt_version.rc Tue Dec 31 11:14:44 2024 (r22660) @@ -192,7 +192,7 @@ 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 Modified: branches/OpenMPT-1.30/libopenmpt/xmp-openmpt.cpp ============================================================================== --- branches/OpenMPT-1.30/libopenmpt/xmp-openmpt.cpp Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/libopenmpt/xmp-openmpt.cpp Tue Dec 31 11:14:44 2024 (r22660) @@ -519,7 +519,7 @@ 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; Modified: branches/OpenMPT-1.30/mptrack/res/MPTRACK.RC2 ============================================================================== --- branches/OpenMPT-1.30/mptrack/res/MPTRACK.RC2 Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/mptrack/res/MPTRACK.RC2 Tue Dec 31 11:14:44 2024 (r22660) @@ -61,7 +61,7 @@ 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 Modified: branches/OpenMPT-1.30/openmpt123/openmpt123.cpp ============================================================================== --- branches/OpenMPT-1.30/openmpt123/openmpt123.cpp Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/openmpt123/openmpt123.cpp Tue Dec 31 11:14:44 2024 (r22660) @@ -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" @@ -466,7 +466,7 @@ static void show_info( std::ostream & log, bool verbose ) { log << "openmpt123" << " v" << OPENMPT123_VERSION_STRING << ", libopenmpt " << openmpt::string::get( "library_version" ) << " (" << "OpenMPT " << openmpt::string::get( "core_version" ) << ")" << std::endl; - log << "Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>" << std::endl; + log << "Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>" << std::endl; if ( !verbose ) { log << std::endl; return; @@ -543,7 +543,7 @@ static void show_man_version( textout & log ) { log << "openmpt123" << " v" << OPENMPT123_VERSION_STRING << std::endl; log << std::endl; - log << "Copyright (c) 2013-2024 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>" << std::endl; + log << "Copyright (c) 2013-2025 OpenMPT Project Developers and Contributors <https://lib.openmpt.org/>" << std::endl; } static void show_short_version( textout & log ) { Modified: branches/OpenMPT-1.30/pluginBridge/PluginBridge.rc ============================================================================== --- branches/OpenMPT-1.30/pluginBridge/PluginBridge.rc Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/pluginBridge/PluginBridge.rc Tue Dec 31 11:14:44 2024 (r22660) @@ -80,7 +80,7 @@ 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 Modified: branches/OpenMPT-1.30/src/mpt/LICENSE.BSD-3-Clause.txt ============================================================================== --- branches/OpenMPT-1.30/src/mpt/LICENSE.BSD-3-Clause.txt Tue Dec 31 11:10:57 2024 (r22659) +++ branches/OpenMPT-1.30/src/mpt/LICENSE.BSD-3-Clause.txt Tue Dec 31 11:14:44 2024 (r22660) @@ -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. |