[Scummvm-cvs-logs] scummvm-tools master -> e5bd923f504238bf8e26db186429b587ab01ffdc

criezy criezy at scummvm.org
Tue Jan 3 21:25:25 CET 2012


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

Summary:
e5bd923f50 MISC: This is year 2012


Commit: e5bd923f504238bf8e26db186429b587ab01ffdc
    https://github.com/scummvm/scummvm-tools/commit/e5bd923f504238bf8e26db186429b587ab01ffdc
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2012-01-03T12:23:25-08:00

Commit Message:
MISC: This is year 2012

Changed paths:
    convert_dxa.bat
    convert_dxa.sh
    dists/macosx/Info.plist
    dists/macosx/Info.plist.in
    dists/scummvmtools.rc
    dists/scummvmtools.rc.in
    dists/win32/ScummVM Tools.iss	
    dists/win32/scummvm-tools.nsi
    dists/win32/scummvm-tools.nsi.in
    gui/main.cpp



diff --git a/convert_dxa.bat b/convert_dxa.bat
index 3f8fa41..131f905 100755
--- a/convert_dxa.bat
+++ b/convert_dxa.bat
@@ -4,7 +4,7 @@
 :: This script will search for all SMK files in all subtree directories,
 :: and encode them as DXA files next to the original files.
 ::
-:: (c) 2006-2011 ScummVM Team
+:: (c) 2006-2012 ScummVM Team
 :: (c) 2006 oduverne
 :: (c) 2008 NoiZe
 ::
@@ -56,4 +56,4 @@ echo Deleting temp files
 del "%~n1*.png"
 del "%~n1.wav"
 chdir /d %OLDDIR%
-goto :eof
\ No newline at end of file
+goto :eof
diff --git a/convert_dxa.sh b/convert_dxa.sh
index edf5cce..5d4d62e 100755
--- a/convert_dxa.sh
+++ b/convert_dxa.sh
@@ -5,7 +5,7 @@
 # This script will search for all SMK files in all subtree directories,
 # and encode them as DXA files next to the original files.
 #
-# (c) 2006-2011 ScummVM Team
+# (c) 2006-2012 ScummVM Team
 # (c) 2006 crowley
 #
 
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist
index e6da875..77e4462 100644
--- a/dists/macosx/Info.plist
+++ b/dists/macosx/Info.plist
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm-tools</string>
 	<key>CFBundleGetInfoString</key>
-	<string>1.5.0git, Copyright 2001-2011 The ScummVM team</string>
+	<string>1.5.0git, Copyright 2001-2012 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2011 The ScummVM team</string>
+	<string>Copyright 2001-2012 The ScummVM team</string>
 </dict>
 </plist>
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in
index fb1545c..5cd0c61 100644
--- a/dists/macosx/Info.plist.in
+++ b/dists/macosx/Info.plist.in
@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>scummvm-tools</string>
 	<key>CFBundleGetInfoString</key>
-	<string>@VERSION@, Copyright 2001-2011 The ScummVM team</string>
+	<string>@VERSION@, Copyright 2001-2012 The ScummVM team</string>
 	<key>CFBundleIconFile</key>
 	<string>scummvmtools.icns</string>
 	<key>CFBundleIdentifier</key>
@@ -27,6 +27,6 @@
 	<key>NSAppleScriptEnabled</key>
 	<false/>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2001-2011 The ScummVM team</string>
+	<string>Copyright 2001-2012 The ScummVM team</string>
 </dict>
 </plist>
diff --git a/dists/scummvmtools.rc b/dists/scummvmtools.rc
index 85b585c..629fe3c 100644
--- a/dists/scummvmtools.rc
+++ b/dists/scummvmtools.rc
@@ -30,7 +30,7 @@ BEGIN
             VALUE "FileDescription", "http://www.scummvm.org/\0"
             VALUE "FileVersion", "1.5.0git\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2011 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2012 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-tools.exe\0"
             VALUE "ProductName", "ScummVM Tools\0"
diff --git a/dists/scummvmtools.rc.in b/dists/scummvmtools.rc.in
index 6991baf..7c17a03 100644
--- a/dists/scummvmtools.rc.in
+++ b/dists/scummvmtools.rc.in
@@ -30,7 +30,7 @@ BEGIN
             VALUE "FileDescription", "http://www.scummvm.org/\0"
             VALUE "FileVersion", "@VERSION@\0"
             VALUE "InternalName", "scummvm\0"
-            VALUE "LegalCopyright", "Copyright © 2001-2011 The ScummVM Team\0"
+            VALUE "LegalCopyright", "Copyright © 2001-2012 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-tools.exe\0"
             VALUE "ProductName", "ScummVM Tools\0"
diff --git a/dists/win32/ScummVM Tools.iss b/dists/win32/ScummVM Tools.iss
index 344a514..2bded35 100755
--- a/dists/win32/ScummVM Tools.iss	
+++ b/dists/win32/ScummVM Tools.iss	
@@ -1,5 +1,5 @@
 [Setup]

-AppCopyright=2011

+AppCopyright=2012

 AppName=ScummVM Tools

 AppVerName=ScummVM Tools Git

 AppPublisher=The ScummVM Team

diff --git a/dists/win32/scummvm-tools.nsi b/dists/win32/scummvm-tools.nsi
index 693a0dc..b636bf6 100644
--- a/dists/win32/scummvm-tools.nsi
+++ b/dists/win32/scummvm-tools.nsi
@@ -65,7 +65,7 @@ Name "ScummVM Tools"
 !define COMPANY     "ScummVM Team"
 !define URL         "http://scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
-!define COPYRIGHT   "Copyright © 2001-2011 The ScummVM Team"
+!define COPYRIGHT   "Copyright © 2001-2012 The ScummVM Team"
 
 #########################################################################################
 # Installer configuration
diff --git a/dists/win32/scummvm-tools.nsi.in b/dists/win32/scummvm-tools.nsi.in
index fb502c7..c6135aa 100644
--- a/dists/win32/scummvm-tools.nsi.in
+++ b/dists/win32/scummvm-tools.nsi.in
@@ -65,7 +65,7 @@ Name "ScummVM Tools"
 !define COMPANY     "ScummVM Team"
 !define URL         "http://scummvm.org/"
 !define DESCRIPTION "ScummVM Tools Installer. Look! A three headed monkey (TM)!"
-!define COPYRIGHT   "Copyright © 2001-2011 The ScummVM Team"
+!define COPYRIGHT   "Copyright © 2001-2012 The ScummVM Team"
 
 #########################################################################################
 # Installer configuration
diff --git a/gui/main.cpp b/gui/main.cpp
index c4676b4..e07e134 100644
--- a/gui/main.cpp
+++ b/gui/main.cpp
@@ -124,7 +124,7 @@ void ScummVMToolsApp::OnAbout() {
 	wxHyperlinkCtrl *websitetext = new wxHyperlinkCtrl(dialog, wxID_ANY, wxT("http://www.scummvm.org"), wxT("http://www.scummvm.org"));
 	sizer->Add(websitetext, wxSizerFlags().Border(wxTOP, 5));
 
-	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2010"));
+	wxStaticText *copyrighttext = new wxStaticText(dialog, wxID_ANY, wxT("Copyright ScummVM Team 2009-2012"));
 	copyrighttext->SetFont(wxFont(8, wxSWISS, wxNORMAL, wxNORMAL, false, wxT("Arial")));
 	sizer->Add(copyrighttext, wxSizerFlags());
 






More information about the Scummvm-git-logs mailing list