diff options
author | Arnaud Boutonné | 2010-01-22 23:39:28 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-22 23:39:28 +0000 |
commit | 8c9d82715e7edd76ba2cd3b92f760c2a5802cffb (patch) | |
tree | 94e7fec3f933e48a3466ea21fc542082d91ffaaf | |
parent | 81e85b31862aac70d4998962afff5c0bd6e8ad6f (diff) | |
download | scummvm-rg350-8c9d82715e7edd76ba2cd3b92f760c2a5802cffb.tar.gz scummvm-rg350-8c9d82715e7edd76ba2cd3b92f760c2a5802cffb.tar.bz2 scummvm-rg350-8c9d82715e7edd76ba2cd3b92f760c2a5802cffb.zip |
Update copyright string to show current year
svn-id: r47447
-rw-r--r-- | dists/macosx/Info.plist | 2 | ||||
-rw-r--r-- | dists/macosx/Info.plist.in | 2 | ||||
-rw-r--r-- | dists/scummvm.rc | 2 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 2 | ||||
-rw-r--r-- | gui/about.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dists/macosx/Info.plist b/dists/macosx/Info.plist index 5600084eae..0491c8f697 100644 --- a/dists/macosx/Info.plist +++ b/dists/macosx/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>1.1.0svn, Copyright 2001-2008 The ScummVM team</string> + <string>1.1.0svn, Copyright 2001-2010 The ScummVM team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index b87e9501e5..96f6452471 100644 --- a/dists/macosx/Info.plist.in +++ b/dists/macosx/Info.plist.in @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>scummvm</string> <key>CFBundleGetInfoString</key> - <string>@VERSION@, Copyright 2001-2008 The ScummVM team</string> + <string>@VERSION@, Copyright 2001-2010 The ScummVM team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 45f2d7f61f..74825c787b 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -27,7 +27,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "1.1.0svn\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright © 2001-2009 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2010 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/dists/scummvm.rc.in b/dists/scummvm.rc.in index 86c7caa1ca..cc5465dda4 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -27,7 +27,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright © 2001-2009 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2010 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/gui/about.cpp b/gui/about.cpp index 0a9265cb13..e2b651ee05 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -58,7 +58,7 @@ enum { static const char *copyright_text[] = { "", -"C0""Copyright (C) 2001-2009 The ScummVM project", +"C0""Copyright (C) 2001-2010 The ScummVM project", "C0""http://www.scummvm.org", "", "C0""ScummVM is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this binary.", |