[Scummvm-cvs-logs] SF.net SVN: scummvm:[47489] scummvm/trunk
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Sat Jan 23 23:50:26 CET 2010
Revision: 47489
http://scummvm.svn.sourceforge.net/scummvm/?rev=47489&view=rev
Author: strangerke
Date: 2010-01-23 22:50:24 +0000 (Sat, 23 Jan 2010)
Log Message:
-----------
Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph)
Modified Paths:
--------------
scummvm/trunk/backends/platform/n64/framfs_save_manager.cpp
scummvm/trunk/backends/platform/n64/framfs_save_manager.h
scummvm/trunk/backends/platform/n64/nintendo64.cpp
scummvm/trunk/backends/platform/n64/osys_n64.h
scummvm/trunk/backends/platform/n64/osys_n64_base.cpp
scummvm/trunk/backends/platform/n64/osys_n64_events.cpp
scummvm/trunk/backends/platform/n64/osys_n64_utilities.cpp
scummvm/trunk/backends/platform/n64/pakfs_save_manager.cpp
scummvm/trunk/backends/platform/n64/pakfs_save_manager.h
scummvm/trunk/engines/lure/fights.cpp
scummvm/trunk/engines/lure/fights.h
scummvm/trunk/engines/lure/room.cpp
scummvm/trunk/engines/lure/sound.cpp
scummvm/trunk/engines/lure/sound.h
scummvm/trunk/engines/scumm/gfxARM.s
scummvm/trunk/engines/scumm/proc3ARM.s
scummvm/trunk/graphics/scaler/Normal2xARM.s
scummvm/trunk/graphics/scaler/scale2xARM.s
scummvm/trunk/sound/mods/soundfx.h
scummvm/trunk/tools/construct-pred-dict.pl
scummvm/trunk/tools/extract-words-tok.pl
Property Changed:
----------------
scummvm/trunk/graphics/scaler/Normal2xARM.s
scummvm/trunk/graphics/scaler/scale2xARM.s
Modified: scummvm/trunk/backends/platform/n64/framfs_save_manager.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/framfs_save_manager.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/framfs_save_manager.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#include <n64utils.h>
Modified: scummvm/trunk/backends/platform/n64/framfs_save_manager.h
===================================================================
--- scummvm/trunk/backends/platform/n64/framfs_save_manager.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/framfs_save_manager.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#ifndef __FRAMFS_SAVE_MANAGER__
Modified: scummvm/trunk/backends/platform/n64/nintendo64.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/nintendo64.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/nintendo64.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
*
*/
Modified: scummvm/trunk/backends/platform/n64/osys_n64.h
===================================================================
--- scummvm/trunk/backends/platform/n64/osys_n64.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/osys_n64.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
*
*/
Modified: scummvm/trunk/backends/platform/n64/osys_n64_base.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/osys_n64_base.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/osys_n64_base.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#include <romfs.h>
Modified: scummvm/trunk/backends/platform/n64/osys_n64_events.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/osys_n64_events.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/osys_n64_events.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
*
*/
Modified: scummvm/trunk/backends/platform/n64/osys_n64_utilities.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/osys_n64_utilities.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/osys_n64_utilities.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
*
*/
Modified: scummvm/trunk/backends/platform/n64/pakfs_save_manager.cpp
===================================================================
--- scummvm/trunk/backends/platform/n64/pakfs_save_manager.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/pakfs_save_manager.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#include <n64utils.h>
Modified: scummvm/trunk/backends/platform/n64/pakfs_save_manager.h
===================================================================
--- scummvm/trunk/backends/platform/n64/pakfs_save_manager.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/backends/platform/n64/pakfs_save_manager.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
+ * $URL$
+ * $Id$
+ *
*/
#ifndef __PAKFS_SAVE_MANAGER__
Modified: scummvm/trunk/engines/lure/fights.cpp
===================================================================
--- scummvm/trunk/engines/lure/fights.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/lure/fights.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,5 +1,9 @@
-/* ScummVM - Scumm Interpreter
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/engines/lure/fights.h
===================================================================
--- scummvm/trunk/engines/lure/fights.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/lure/fights.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,5 +1,9 @@
-/* ScummVM - Scumm Interpreter
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/engines/lure/room.cpp
===================================================================
--- scummvm/trunk/engines/lure/room.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/lure/room.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,5 +1,9 @@
-/* ScummVM - Scumm Interpreter
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/engines/lure/sound.cpp
===================================================================
--- scummvm/trunk/engines/lure/sound.cpp 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/lure/sound.cpp 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,5 +1,9 @@
-/* ScummVM - Scumm Interpreter
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/engines/lure/sound.h
===================================================================
--- scummvm/trunk/engines/lure/sound.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/lure/sound.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,5 +1,9 @@
-/* ScummVM - Scumm Interpreter
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/engines/scumm/gfxARM.s
===================================================================
--- scummvm/trunk/engines/scumm/gfxARM.s 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/scumm/gfxARM.s 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,9 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2007 The ScummVM project
+@ ScummVM - Graphic Adventure Engine
@
+@ 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 source distribution.
+@
@ This program is free software@ you can redistribute it and/or
@ modify it under the terms of the GNU General Public License
@ as published by the Free Software Foundation@ either version 2
Modified: scummvm/trunk/engines/scumm/proc3ARM.s
===================================================================
--- scummvm/trunk/engines/scumm/proc3ARM.s 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/engines/scumm/proc3ARM.s 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,9 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2007 The ScummVM project
+@ ScummVM - Graphic Adventure Engine
@
+@ 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 source distribution.
+@
@ This program is free software@ you can redistribute it and/or
@ modify it under the terms of the GNU General Public License
@ as published by the Free Software Foundation@ either version 2
Modified: scummvm/trunk/graphics/scaler/Normal2xARM.s
===================================================================
--- scummvm/trunk/graphics/scaler/Normal2xARM.s 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/graphics/scaler/Normal2xARM.s 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,9 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2009 The ScummVM project
+@ ScummVM - Graphic Adventure Engine
@
+@ 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 source distribution.
+@
@ This program is free software@ you can redistribute it and/or
@ modify it under the terms of the GNU General Public License
@ as published by the Free Software Foundation@ either version 2
Property changes on: scummvm/trunk/graphics/scaler/Normal2xARM.s
___________________________________________________________________
Added: svn:keywords
+ Date Rev Author URL Id
Modified: scummvm/trunk/graphics/scaler/scale2xARM.s
===================================================================
--- scummvm/trunk/graphics/scaler/scale2xARM.s 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/graphics/scaler/scale2xARM.s 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,9 @@
-@ ScummVM Scumm Interpreter
-@ Copyright (C) 2009 The ScummVM project
+@ ScummVM - Graphic Adventure Engine
@
+@ 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 source distribution.
+@
@ This program is free software@ you can redistribute it and/or
@ modify it under the terms of the GNU General Public License
@ as published by the Free Software Foundation@ either version 2
Property changes on: scummvm/trunk/graphics/scaler/scale2xARM.s
___________________________________________________________________
Added: svn:keywords
+ Date Rev Author URL Id
Modified: scummvm/trunk/sound/mods/soundfx.h
===================================================================
--- scummvm/trunk/sound/mods/soundfx.h 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/sound/mods/soundfx.h 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,7 +1,9 @@
-
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2007 The ScummVM project
+/* ScummVM - Graphic Adventure Engine
*
+ * 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 source distribution.
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
Modified: scummvm/trunk/tools/construct-pred-dict.pl
===================================================================
--- scummvm/trunk/tools/construct-pred-dict.pl 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/tools/construct-pred-dict.pl 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,6 @@
#!perl
#
-# ScummVM - Scumm Interpreter
+# ScummVM - Graphic Adventure Engine
#
# ScummVM is the legal property of its developers, whose names
# are too numerous to list here. Please refer to the COPYRIGHT
Modified: scummvm/trunk/tools/extract-words-tok.pl
===================================================================
--- scummvm/trunk/tools/extract-words-tok.pl 2010-01-23 22:29:05 UTC (rev 47488)
+++ scummvm/trunk/tools/extract-words-tok.pl 2010-01-23 22:50:24 UTC (rev 47489)
@@ -1,6 +1,6 @@
#!perl
#
-# ScummVM - Scumm Interpreter
+# ScummVM - Graphic Adventure Engine
#
# ScummVM is the legal property of its developers, whose names
# are too numerous to list here. Please refer to the COPYRIGHT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list