From ae6efb09b7d11b8f64a5e7d7cc23de645f4c4515 Mon Sep 17 00:00:00 2001
From: Eugene Sandulenko
Date: Wed, 1 Jan 2014 12:44:08 +0200
Subject: JANITORIAL: Update copyright year

---
 gui/about.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gui/about.cpp')

diff --git a/gui/about.cpp b/gui/about.cpp
index 3bb1934e28..459a6b5490 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -56,7 +56,7 @@ enum {
 
 static const char *copyright_text[] = {
 "",
-"C0""Copyright (C) 2001-2013 The ScummVM project",
+"C0""Copyright (C) 2001-2014 The ScummVM Team",
 "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


From f5dfe6725a8f25bf53bf6dcce247f89bd5a26001 Mon Sep 17 00:00:00 2001
From: Johannes Schickel
Date: Tue, 18 Feb 2014 02:34:20 +0100
Subject: GUI: Make GPL headers consistent in themselves.

---
 gui/about.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gui/about.cpp')

diff --git a/gui/about.cpp b/gui/about.cpp
index 459a6b5490..fe726df750 100644
--- a/gui/about.cpp
+++ b/gui/about.cpp
@@ -17,6 +17,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
  */
 
 #include "engines/metaengine.h"
-- 
cgit v1.2.3