[Scummvm-cvs-logs] SF.net SVN: scummvm:[47476] scummvm/trunk/tools

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Jan 23 16:00:11 CET 2010


Revision: 47476
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47476&view=rev
Author:   strangerke
Date:     2010-01-23 15:00:11 +0000 (Sat, 23 Jan 2010)

Log Message:
-----------
Tools - Use standard header

Modified Paths:
--------------
    scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
    scummvm/trunk/tools/create_kyradat/create_kyradat.h
    scummvm/trunk/tools/create_kyradat/extract.cpp
    scummvm/trunk/tools/create_kyradat/extract.h
    scummvm/trunk/tools/create_kyradat/games.cpp
    scummvm/trunk/tools/create_kyradat/md5.cpp
    scummvm/trunk/tools/create_kyradat/md5.h
    scummvm/trunk/tools/create_kyradat/pak.cpp
    scummvm/trunk/tools/create_kyradat/pak.h
    scummvm/trunk/tools/create_kyradat/search.cpp
    scummvm/trunk/tools/create_kyradat/search.h
    scummvm/trunk/tools/create_kyradat/tables.cpp
    scummvm/trunk/tools/create_kyradat/tables.h
    scummvm/trunk/tools/create_kyradat/util.cpp
    scummvm/trunk/tools/create_kyradat/util.h
    scummvm/trunk/tools/create_teenagent/create_teenagent.cpp
    scummvm/trunk/tools/create_teenagent/md5.cpp
    scummvm/trunk/tools/create_teenagent/md5.h
    scummvm/trunk/tools/create_teenagent/util.h
    scummvm/trunk/tools/skycpt/AsciiCptCompile.cpp
    scummvm/trunk/tools/skycpt/KmpSearch.cpp
    scummvm/trunk/tools/skycpt/KmpSearch.h
    scummvm/trunk/tools/skycpt/TextFile.cpp
    scummvm/trunk/tools/skycpt/TextFile.h
    scummvm/trunk/tools/skycpt/cptcompiler.cpp
    scummvm/trunk/tools/skycpt/cpthelp.cpp
    scummvm/trunk/tools/skycpt/cpthelp.h
    scummvm/trunk/tools/skycpt/idFinder.cpp

Modified: scummvm/trunk/tools/create_kyradat/create_kyradat.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/create_kyradat/create_kyradat.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/create_kyradat.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/create_kyradat.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/create_kyradat/extract.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/extract.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/extract.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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
@@ -20,7 +23,6 @@
  *
  */
 
-
 #include "extract.h"
 
 #include <algorithm>

Modified: scummvm/trunk/tools/create_kyradat/extract.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/extract.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/extract.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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

Modified: scummvm/trunk/tools/create_kyradat/games.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/games.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/games.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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

Modified: scummvm/trunk/tools/create_kyradat/md5.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/md5.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/md5.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2004-2006  The ScummVM Team
+/* 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/create_kyradat/md5.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/md5.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/md5.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2004-2006  The ScummVM Team
+/* 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/create_kyradat/pak.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/pak.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/pak.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * 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/create_kyradat/pak.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/pak.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/pak.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * 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/create_kyradat/search.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/search.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/search.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,3 +1,28 @@
+/* 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
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+
+ * 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.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include "search.h"
 #include "md5.h"
 

Modified: scummvm/trunk/tools/create_kyradat/search.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/search.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/search.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,3 +1,28 @@
+/* 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
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+
+ * 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.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #ifndef SEARCH_H
 #define SEARCH_H
 

Modified: scummvm/trunk/tools/create_kyradat/tables.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/tables.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/tables.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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

Modified: scummvm/trunk/tools/create_kyradat/tables.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/tables.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/tables.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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

Modified: scummvm/trunk/tools/create_kyradat/util.cpp
===================================================================
--- scummvm/trunk/tools/create_kyradat/util.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/util.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2003-2006  The ScummVM Team
+/* 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/create_kyradat/util.h
===================================================================
--- scummvm/trunk/tools/create_kyradat/util.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_kyradat/util.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2002-2006 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/create_teenagent/create_teenagent.cpp
===================================================================
--- scummvm/trunk/tools/create_teenagent/create_teenagent.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_teenagent/create_teenagent.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,3 +1,28 @@
+/* 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
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+
+ * 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.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>

Modified: scummvm/trunk/tools/create_teenagent/md5.cpp
===================================================================
--- scummvm/trunk/tools/create_teenagent/md5.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_teenagent/md5.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2004-2006  The ScummVM Team
+/* 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/create_teenagent/md5.h
===================================================================
--- scummvm/trunk/tools/create_teenagent/md5.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_teenagent/md5.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2004-2006  The ScummVM Team
+/* 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/create_teenagent/util.h
===================================================================
--- scummvm/trunk/tools/create_teenagent/util.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/create_teenagent/util.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* Scumm Tools
- * Copyright (C) 2002-2006 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/skycpt/AsciiCptCompile.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/AsciiCptCompile.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/AsciiCptCompile.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/KmpSearch.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/KmpSearch.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/KmpSearch.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/KmpSearch.h
===================================================================
--- scummvm/trunk/tools/skycpt/KmpSearch.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/KmpSearch.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/TextFile.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/TextFile.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/TextFile.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/TextFile.h
===================================================================
--- scummvm/trunk/tools/skycpt/TextFile.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/TextFile.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/cptcompiler.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/cptcompiler.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/cptcompiler.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/cpthelp.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/cpthelp.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/cpthelp.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/cpthelp.h
===================================================================
--- scummvm/trunk/tools/skycpt/cpthelp.h	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/cpthelp.h	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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/skycpt/idFinder.cpp
===================================================================
--- scummvm/trunk/tools/skycpt/idFinder.cpp	2010-01-23 14:39:03 UTC (rev 47475)
+++ scummvm/trunk/tools/skycpt/idFinder.cpp	2010-01-23 15:00:11 UTC (rev 47476)
@@ -1,6 +1,9 @@
-/* ScummVM Tools
- * 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


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