[Scummvm-git-logs] scummvm master -> 7186f8e6a5bf2d077877905779654eac905c463a

sev- noreply at scummvm.org
Tue Dec 31 23:00:10 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7186f8e6a5 ALL: Update copyright year to 2025


Commit: 7186f8e6a5bf2d077877905779654eac905c463a
    https://github.com/scummvm/scummvm/commit/7186f8e6a5bf2d077877905779654eac905c463a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-12-31T23:58:06+01:00

Commit Message:
ALL: Update copyright year to 2025

Changed paths:
    COPYRIGHT
    devtools/generate-metainfo.py
    dists/macosx/Info.plist
    dists/macosx/Info.plist.in
    dists/macosx/dockplugin/Info.plist
    dists/macosx/dockplugin/Info.plist.in
    dists/org.scummvm.scummvm.metainfo.xml
    dists/scummvm.rc
    doc/docportal/conf.py


diff --git a/COPYRIGHT b/COPYRIGHT
index 5f3095dd892..7b37dc1e570 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1,5 +1,5 @@
 ScummVM
-Copyright (C) 2001-2024 by the following:
+Copyright (C) 2001-2025 by the following:
 
 If you have contributed to this project then you deserve to be on this
 list.  Contact us (see: AUTHORS) and we'll add you.
diff --git a/devtools/generate-metainfo.py b/devtools/generate-metainfo.py
index c949a0befc2..d69955fb080 100644
--- a/devtools/generate-metainfo.py
+++ b/devtools/generate-metainfo.py
@@ -9,7 +9,7 @@ import xml.sax.saxutils
 
 METAINFO_OUTPUT_FILE = 'dists/org.scummvm.scummvm.metainfo.xml'
 METAINFO_XML_TEMPLATE = '''<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2020-2024 The ScummVM Team -->
+<!-- Copyright 2020-2025 The ScummVM Team -->
 <component type="desktop-application">
   <id>org.scummvm.scummvm</id>
   <metadata_license>CC0-1.0</metadata_license>
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index f4f043edc33..f20feee5c32 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -25,7 +25,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>2.10.0git, Copyright 2001-2024 The ScummVM Team</string>
+	<string>2.10.0git, Copyright 2001-2025 The ScummVM Team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvm.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -67,7 +67,7 @@
 	<key>CFBundleVersion</key>
 	<string>2.10.0git</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2024 The ScummVM Team</string>
+	<string>Copyright 2001-2025 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index 61c1ed852ee..e3518dd264f 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -25,7 +25,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm</string>
 	<key>CFBundleGetInfoString</key>
-	<string>@VERSION@, Copyright 2001-2024 The ScummVM Team</string>
+	<string>@VERSION@, Copyright 2001-2025 The ScummVM Team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvm.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -67,7 +67,7 @@
 	<key>CFBundleVersion</key>
 	<string>@VERSION@</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2024 The ScummVM Team</string>
+	<string>Copyright 2001-2025 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>SUFeedURL</key>
diff --git a/dists/macosx/dockplugin/Info.plist b/dists/macosx/dockplugin/Info.plist
index aadac025f8f..4d310df1663 100644
--- a/dists/macosx/dockplugin/Info.plist
+++ b/dists/macosx/dockplugin/Info.plist
@@ -19,7 +19,7 @@
 	<key>CFBundleVersion</key>
 	<string>2.10.0git</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2024 The ScummVM Team</string>
+	<string>Copyright 2001-2025 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
 	<string>ScummVMDockTilePlugIn</string>
 </dict>
diff --git a/dists/macosx/dockplugin/Info.plist.in b/dists/macosx/dockplugin/Info.plist.in
index 68e23ddc119..59f484de99d 100644
--- a/dists/macosx/dockplugin/Info.plist.in
+++ b/dists/macosx/dockplugin/Info.plist.in
@@ -19,7 +19,7 @@
 	<key>CFBundleVersion</key>
 	<string>@VERSION@</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2024 The ScummVM Team</string>
+	<string>Copyright 2001-2025 The ScummVM Team</string>
 	<key>NSPrincipalClass</key>
 	<string>ScummVMDockTilePlugIn</string>
 </dict>
diff --git a/dists/org.scummvm.scummvm.metainfo.xml b/dists/org.scummvm.scummvm.metainfo.xml
index bf086b44338..dd384f12477 100644
--- a/dists/org.scummvm.scummvm.metainfo.xml
+++ b/dists/org.scummvm.scummvm.metainfo.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2020-2024 The ScummVM Team -->
+<!-- Copyright 2020-2025 The ScummVM Team -->
 <component type="desktop-application">
   <id>org.scummvm.scummvm</id>
   <metadata_license>CC0-1.0</metadata_license>
diff --git a/dists/scummvm.rc b/dists/scummvm.rc
index b01b9a967aa..1f94bcb15ef 100644
--- a/dists/scummvm.rc
+++ b/dists/scummvm.rc
@@ -234,7 +234,7 @@ BEGIN
             VALUE "FileDescription", "ScummVM: A free interpreter for numerous adventure games and role-playing games\0"
             VALUE "FileVersion", SCUMMVM_VERSION "\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright \xA9 2001-2024 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright \xA9 2001-2025 The ScummVM Team\0"
             VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0"
             VALUE "OriginalFilename", "scummvm.exe\0"
             VALUE "ProductName", "ScummVM\0"
diff --git a/doc/docportal/conf.py b/doc/docportal/conf.py
index f5b3a769eac..2a474cf4111 100644
--- a/doc/docportal/conf.py
+++ b/doc/docportal/conf.py
@@ -18,7 +18,7 @@
 # -- Project information -----------------------------------------------------
 
 project = 'ScummVM Documentation'
-copyright = '2020-2024, ScummVM'
+copyright = '2020-2025, ScummVM'
 author = 'ScummVM'
 
 




More information about the Scummvm-git-logs mailing list