[Scummvm-cvs-logs] CVS: scummvm/gob anim.h,1.2,1.3 dataio.h,1.2,1.3 debug.h,1.2,1.3 draw.h,1.2,1.3 driver_vga.h,1.2,1.3 game.h,1.2,1.3 global.h,1.2,1.3 gob.h,1.1,1.2 goblin.cpp,1.3,1.4 goblin.h,1.1,1.2 init.cpp,1.2,1.3 init.h,1.1,1.2 inter.cpp,1.3,1.4 inter.h,1.1,1.2 map.cpp,1.1,1.2 map.h,1.1,1.2 mult.cpp,1.4,1.5 mult.h,1.1,1.2 pack.cpp,1.1,1.2 pack.h,1.1,1.2 palanim.cpp,1.2,1.3 palanim.h,1.1,1.2 parse.cpp,1.1,1.2 parse.h,1.1,1.2 resource.cpp,1.1,1.2 resource.h,1.1,1.2 scenery.cpp,1.3,1.4 scenery.h,1.1,1.2 sound.cpp,1.2,1.3 sound.h,1.2,1.3 timer.cpp,1.1,1.2 timer.h,1.1,1.2 util.cpp,1.5,1.6 util.h,1.2,1.3 video.cpp,1.2,1.3 video.h,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Tue Apr 5 11:09:12 CEST 2005


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

Modified Files:
	anim.h dataio.h debug.h draw.h driver_vga.h game.h global.h 
	gob.h goblin.cpp goblin.h init.cpp init.h inter.cpp inter.h 
	map.cpp map.h mult.cpp mult.h pack.cpp pack.h palanim.cpp 
	palanim.h parse.cpp parse.h resource.cpp resource.h 
	scenery.cpp scenery.h sound.cpp sound.h timer.cpp timer.h 
	util.cpp util.h video.cpp video.h 
Log Message:
Changed remaining file headers

Index: anim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/anim.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- anim.h	5 Apr 2005 15:53:16 -0000	1.2
+++ anim.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef __ANIM_H
-#define __ANIM_H
+#ifndef GOB_ANIM_H
+#define GOB_ANIM_H
 
 namespace Gob {
 

Index: dataio.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/dataio.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dataio.h	5 Apr 2005 15:53:16 -0000	1.2
+++ dataio.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef __DATAIO_H
-#define __DATAIO_H
+#ifndef GOB_DATAIO_H
+#define GOB_DATAIO_H
 
 #include "common/file.h"
 #include <sys/stat.h>

Index: debug.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/debug.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- debug.h	5 Apr 2005 15:53:16 -0000	1.2
+++ debug.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef __MY_DEBUG_H
-#define __MY_DEBUG_H
+#ifndef GOB_DEBUG_H
+#define GOB_DEBUG_H
 
 #define LOG_NAME	"log.txt"
 

Index: draw.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/draw.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- draw.h	5 Apr 2005 15:53:16 -0000	1.2
+++ draw.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef __DRAW_H
-#define __DRAW_H
+#ifndef GOB_DRAW_H
+#define GOB_DRAW_H
 
 #include "gob/video.h"
 

Index: driver_vga.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/driver_vga.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- driver_vga.h	5 Apr 2005 15:53:16 -0000	1.2
+++ driver_vga.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef DRIVER_VGA
-#define DRIVER_VGA
+#ifndef GOB_DRIVER_VGA_H
+#define GOB_DRIVER_VGA_H
 
 #include "gob/video.h"
 

Index: game.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/game.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- game.h	5 Apr 2005 15:53:16 -0000	1.2
+++ game.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef __GAME_H
-#define __GAME_H
+#ifndef GOB_GAME_H
+#define GOB_GAME_H
 
 #include "gob/sound.h"
 

Index: global.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/global.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- global.h	5 Apr 2005 15:53:16 -0000	1.2
+++ global.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -19,8 +19,8 @@
  * $Header$
  *
  */
-#ifndef _GLOBAL_H
-#define _GLOBAL_H
+#ifndef GOB_GLOBAL_H
+#define GOB_GLOBAL_H
 
 #include "gob/dataio.h"
 #include "gob/video.h"

Index: gob.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/gob.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gob.h	5 Apr 2005 15:07:39 -0000	1.1
+++ gob.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -19,8 +19,8 @@
  *
  */
 
-#ifndef __Gob_H
-#define __Gob_H
+#ifndef GOB_GOB_H
+#define GOB_GOB_H
 
 #include "common/stdafx.h"
 #include "common/system.h"

Index: goblin.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/goblin.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- goblin.cpp	5 Apr 2005 17:50:32 -0000	1.3
+++ goblin.cpp	5 Apr 2005 18:08:01 -0000	1.4
@@ -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/goblin.h"
 #include "gob/debug.h"

Index: goblin.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/goblin.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- goblin.h	5 Apr 2005 15:07:39 -0000	1.1
+++ goblin.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __GOBLIN_H
-#define __GOBLIN_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$
+ *
+ */
+#ifndef GOB_GOBLIN_H
+#define GOB_GOBLIN_H
 
 #include "gob/util.h"
 #include "gob/sound.h"

Index: init.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/init.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- init.cpp	5 Apr 2005 17:50:33 -0000	1.2
+++ init.cpp	5 Apr 2005 18:08:01 -0000	1.3
@@ -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/dataio.h"
 #include "gob/resource.h"

Index: init.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/init.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- init.h	5 Apr 2005 15:07:39 -0000	1.1
+++ init.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __INIT_H
-#define __INIT_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$
+ *
+ */
+#ifndef GOB_INIT_H
+#define GOB_INIT_H
 
 namespace Gob {
 

Index: inter.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/inter.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- inter.cpp	5 Apr 2005 17:41:37 -0000	1.3
+++ inter.cpp	5 Apr 2005 18:08:01 -0000	1.4
@@ -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/inter.h"

Index: inter.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/inter.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- inter.h	5 Apr 2005 15:07:39 -0000	1.1
+++ inter.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __INTERPRET_H
-#define __INTERPRET_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$
+ *
+ */
+#ifndef GOB_INTERPRET_H
+#define GOB_INTERPRET_H
 
 namespace Gob {
 

Index: map.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/map.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- map.cpp	5 Apr 2005 15:07:39 -0000	1.1
+++ map.cpp	5 Apr 2005 18:08:01 -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/map.h"
 #include "gob/video.h"

Index: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/map.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- map.h	5 Apr 2005 15:07:39 -0000	1.1
+++ map.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __MAP_H
-#define __MAP_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$
+ *
+ */
+#ifndef GOB_MAP_H
+#define GOB_MAP_H
 
 namespace Gob {
 

Index: mult.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/mult.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mult.cpp	5 Apr 2005 17:50:33 -0000	1.4
+++ mult.cpp	5 Apr 2005 18:08:01 -0000	1.5
@@ -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: mult.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/mult.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mult.h	5 Apr 2005 15:07:39 -0000	1.1
+++ mult.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __MULT_H
-#define __MULT_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$
+ *
+ */
+#ifndef GOB_MULT_H
+#define GOB_MULT_H
 
 #include "gob/sound.h"
 

Index: pack.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/pack.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pack.cpp	5 Apr 2005 15:07:39 -0000	1.1
+++ pack.cpp	5 Apr 2005 18:08:01 -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/pack.h"
 #include "gob/debug.h"

Index: pack.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/pack.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pack.h	5 Apr 2005 15:07:39 -0000	1.1
+++ pack.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __UNPACKER_H
-#define __UNPACKER_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$
+ *
+ */
+#ifndef GOB_UNPACKER_H
+#define GOB_UNPACKER_H
 
 namespace Gob {
 

Index: palanim.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/palanim.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- palanim.cpp	5 Apr 2005 17:50:33 -0000	1.2
+++ palanim.cpp	5 Apr 2005 18:08:01 -0000	1.3
@@ -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/util.h"

Index: palanim.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/palanim.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- palanim.h	5 Apr 2005 15:07:39 -0000	1.1
+++ palanim.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __PALANIM_H
-#define __PALANIM_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$
+ *
+ */
+#ifndef GOB_PALANIM_H
+#define GOB_PALANIM_H
 
 namespace Gob {
 

Index: parse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/parse.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- parse.cpp	5 Apr 2005 15:07:39 -0000	1.1
+++ parse.cpp	5 Apr 2005 18:08:01 -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/parse.h"

Index: parse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/parse.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- parse.h	5 Apr 2005 15:07:39 -0000	1.1
+++ parse.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __PARSE_H
-#define __PARSE_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$
+ *
+ */
+#ifndef GOB_PARSE_H
+#define GOB_PARSE_H
 
 namespace Gob {
 

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/resource.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resource.cpp	5 Apr 2005 15:07:39 -0000	1.1
+++ resource.cpp	5 Apr 2005 18:08:01 -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/video.h"

Index: resource.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/resource.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- resource.h	5 Apr 2005 15:07:39 -0000	1.1
+++ resource.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __RESOURCE_H
-#define __RESOURCE_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$
+ *
+ */
+#ifndef GOB_RESOURCE_H
+#define GOB_RESOURCE_H
 
 namespace Gob {
 

Index: scenery.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/scenery.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- scenery.cpp	5 Apr 2005 17:50:33 -0000	1.3
+++ scenery.cpp	5 Apr 2005 18:08:01 -0000	1.4
@@ -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/scenery.h"
 #include "gob/debug.h"

Index: scenery.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/scenery.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scenery.h	5 Apr 2005 15:07:39 -0000	1.1
+++ scenery.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __SCENERY_H
-#define __SCENERY_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$
+ *
+ */
+#ifndef GOB_SCENERY_H
+#define GOB_SCENERY_H
 
 namespace Gob {
 

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sound.cpp	5 Apr 2005 17:41:37 -0000	1.2
+++ sound.cpp	5 Apr 2005 18:08:01 -0000	1.3
@@ -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/debug.h"

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sound.h	5 Apr 2005 17:41:37 -0000	1.2
+++ sound.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __SOUND_H
-#define __SOUND_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$
+ *
+ */
+#ifndef GOB_SOUND_H
+#define GOB_SOUND_H
 
 namespace Gob {
 

Index: timer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/timer.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- timer.cpp	5 Apr 2005 15:07:39 -0000	1.1
+++ timer.cpp	5 Apr 2005 18:08:01 -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/debug.h"

Index: timer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/timer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- timer.h	5 Apr 2005 15:07:40 -0000	1.1
+++ timer.h	5 Apr 2005 18:08:01 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __TIMER_H_
-#define __TIMER_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$
+ *
+ */
+#ifndef GOB_TIMER_H
+#define GOB_TIMER_H
 
 namespace Gob {
 

Index: util.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/util.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- util.cpp	5 Apr 2005 17:50:33 -0000	1.5
+++ util.cpp	5 Apr 2005 18:08:01 -0000	1.6
@@ -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/timer.h"

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/util.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- util.h	5 Apr 2005 17:41:37 -0000	1.2
+++ util.h	5 Apr 2005 18:08:01 -0000	1.3
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __UTIL_H
-#define __UTIL_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$
+ *
+ */
+#ifndef GOB_UTIL_H
+#define GOB_UTIL_H
 
 #include "gob/video.h"
 

Index: video.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/video.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- video.cpp	5 Apr 2005 17:50:33 -0000	1.2
+++ video.cpp	5 Apr 2005 18:08:02 -0000	1.3
@@ -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/video.h"

Index: video.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/video.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- video.h	5 Apr 2005 15:07:40 -0000	1.1
+++ video.h	5 Apr 2005 18:08:02 -0000	1.2
@@ -1,12 +1,26 @@
-/*
-** Gobliiins 1
-** Original game by CoktelVision
-**
-** Reverse engineered by Ivan Dubrov <WFrag at yandex.ru>
-**
-*/
-#ifndef __VIDEO_H
-#define __VIDEO_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$
+ *
+ */
+#ifndef GOB_VIDEO_H
+#define GOB_VIDEO_H
 
 namespace Gob {
 





More information about the Scummvm-git-logs mailing list