From 8c9d82715e7edd76ba2cd3b92f760c2a5802cffb Mon Sep 17 00:00:00 2001
From: Arnaud Boutonné
Date: Fri, 22 Jan 2010 23:39:28 +0000
Subject: Update copyright string to show current year
svn-id: r47447
---
dists/macosx/Info.plist | 2 +-
dists/macosx/Info.plist.in | 2 +-
dists/scummvm.rc | 2 +-
dists/scummvm.rc.in | 2 +-
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 @@
CFBundleExecutable
scummvm
CFBundleGetInfoString
- 1.1.0svn, Copyright 2001-2008 The ScummVM team
+ 1.1.0svn, Copyright 2001-2010 The ScummVM team
CFBundleIconFile
scummvm.icns
CFBundleIdentifier
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 @@
CFBundleExecutable
scummvm
CFBundleGetInfoString
- @VERSION@, Copyright 2001-2008 The ScummVM team
+ @VERSION@, Copyright 2001-2010 The ScummVM team
CFBundleIconFile
scummvm.icns
CFBundleIdentifier
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.",
--
cgit v1.2.3