[Scummvm-cvs-logs] CVS: scummvm/gob anim.cpp,1.1,1.2 anim.h,1.1,1.2 dataio.cpp,1.1,1.2 dataio.h,1.1,1.2 debug.cpp,1.1,1.2 debug.h,1.1,1.2 draw.cpp,1.1,1.2 draw.h,1.1,1.2 driver_vga.cpp,1.1,1.2 driver_vga.h,1.1,1.2 game.cpp,1.1,1.2 game.h,1.1,1.2 global.cpp,1.1,1.2 global.h,1.1,1.2

Eugene Sandulenko sev at users.sourceforge.net
Tue Apr 5 08:53:48 CEST 2005


Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7155

Modified Files:
	anim.cpp anim.h dataio.cpp dataio.h debug.cpp debug.h draw.cpp 
	draw.h driver_vga.cpp driver_vga.h game.cpp game.h global.cpp 
	global.h 
Log Message:
Updated part of headers.


Index: anim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/anim.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anim.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ anim.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/video.h"
 #include "gob/anim.h"

Index: anim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/anim.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- anim.h	5 Apr 2005 15:07:38 -0000	1.1
+++ anim.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef __ANIM_H
 #define __ANIM_H
 

Index: dataio.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/dataio.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dataio.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ dataio.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/global.h"
 #include "gob/dataio.h"

Index: dataio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/dataio.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- dataio.h	5 Apr 2005 15:07:38 -0000	1.1
+++ dataio.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef __DATAIO_H
 #define __DATAIO_H
 

Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/debug.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debug.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ debug.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,11 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/debug.h"
 #include "gob/scenery.h"

Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/debug.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- debug.h	5 Apr 2005 15:07:38 -0000	1.1
+++ debug.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef __MY_DEBUG_H
 #define __MY_DEBUG_H
 

Index: draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- draw.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ draw.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/draw.h"
 #include "gob/global.h"

Index: draw.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- draw.h	5 Apr 2005 15:07:38 -0000	1.1
+++ draw.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef __DRAW_H
 #define __DRAW_H
 

Index: driver_vga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/driver_vga.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- driver_vga.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ driver_vga.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,4 +1,25 @@
-#include "driver_vga.h"
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+#include "gob/driver_vga.h"
 
 #define STUB_FUNC	printf("STUB: %s\n", __PRETTY_FUNCTION__)
 

Index: driver_vga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/driver_vga.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- driver_vga.h	5 Apr 2005 15:07:38 -0000	1.1
+++ driver_vga.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,7 +1,28 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef DRIVER_VGA
 #define DRIVER_VGA
 
-#include "video.h"
+#include "gob/video.h"
 
 namespace Gob {
 

Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/game.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- game.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ game.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/global.h"
 #include "gob/game.h"

Index: game.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/game.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- game.h	5 Apr 2005 15:07:38 -0000	1.1
+++ game.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef __GAME_H
 #define __GAME_H
 

Index: global.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/global.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- global.cpp	5 Apr 2005 15:07:38 -0000	1.1
+++ global.cpp	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #include "gob/gob.h"
 #include "gob/global.h"
 

Index: global.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/global.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- global.h	5 Apr 2005 15:07:39 -0000	1.1
+++ global.h	5 Apr 2005 15:53:16 -0000	1.2
@@ -1,10 +1,24 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2004 Ivan Dubrov
+ * Copyright (C) 2004-2005 The ScummVM project
+ *
+ * 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
+ * aint32 with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
 #ifndef _GLOBAL_H
 #define _GLOBAL_H
 





More information about the Scummvm-git-logs mailing list