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 /dists/macosx | |
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
Diffstat (limited to 'dists/macosx')
-rw-r--r-- | dists/macosx/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 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> |