diff options
author | Max Horn | 2008-09-05 22:14:43 +0000 |
---|---|---|
committer | Max Horn | 2008-09-05 22:14:43 +0000 |
commit | 5bac6ed4110b0953e77f70fdc57c310112e9d824 (patch) | |
tree | f3c27b9182b0fd87722d9986da36a64f3b0beafc | |
parent | 2cb285c9a0c068c4f1ed77c351b5f553fd7df0be (diff) | |
download | scummvm-rg350-5bac6ed4110b0953e77f70fdc57c310112e9d824.tar.gz scummvm-rg350-5bac6ed4110b0953e77f70fdc57c310112e9d824.tar.bz2 scummvm-rg350-5bac6ed4110b0953e77f70fdc57c310112e9d824.zip |
Updated some copyright strings to 2001-2008
svn-id: r34371
-rw-r--r-- | dists/macosx/Info.plist.in | 4 | ||||
-rw-r--r-- | dists/scummvm.rc | 2 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 2 | ||||
-rw-r--r-- | gui/about.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/dists/macosx/Info.plist.in b/dists/macosx/Info.plist.in index 9074acc876..b87e9501e5 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-2007 The ScummVM team</string> + <string>@VERSION@, Copyright 2001-2008 The ScummVM team</string> <key>CFBundleIconFile</key> <string>scummvm.icns</string> <key>CFBundleIdentifier</key> @@ -27,6 +27,6 @@ <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHumanReadableCopyright</key> - <string>Copyright 2001-2007 The ScummVM team</string> + <string>Copyright 2001-2008 The ScummVM team</string> </dict> </plist> diff --git a/dists/scummvm.rc b/dists/scummvm.rc index 0fb2b87071..75accce341 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -27,7 +27,7 @@ BEGIN VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "0.13.0svn\0" VALUE "InternalName", "scummvm\0" - VALUE "LegalCopyright", "Copyright © 2001-2007 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2008 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 7ef88b0471..80672d54e7 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-2007 The ScummVM Team\0" + VALUE "LegalCopyright", "Copyright © 2001-2008 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 758f3ee6a7..99469b9ae4 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -57,7 +57,7 @@ enum { static const char *copyright_text[] = { "\\C""", -"\\C""Copyright (C) 2002-2007 The ScummVM project", +"\\C""Copyright (C) 2001-2008 The ScummVM project", "\\C""http://www.scummvm.org", "\\C""", "\\C""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.", |