[Scummvm-cvs-logs] CVS: scummex blocks.h,1.1.1.1,1.2 file.cpp,1.1.1.1,1.2 icons.h,1.1.1.1,1.2 image.cpp,1.1.1.1,1.2 image.h,1.1.1.1,1.2 mixer.cpp,1.1.1.1,1.2 mixer.h,1.1.1.1,1.2 resource.cpp,1.2,1.3 resource.h,1.1.1.1,1.2 scummex.cpp,1.2,1.3 scummex.h,1.1.1.1,1.2 sound.cpp,1.1.1.1,1.2 sound.h,1.1.1.1,1.2 stdafx.h,1.1.1.1,1.2 wxwindows.cpp,1.1.1.1,1.2 wxwindows.h,1.1.1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Thu Sep 18 12:38:18 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv10391

Modified Files:
	blocks.h file.cpp icons.h image.cpp image.h mixer.cpp mixer.h 
	resource.cpp resource.h scummex.cpp scummex.h sound.cpp 
	sound.h stdafx.h wxwindows.cpp wxwindows.h 
Log Message:
added legal boilerplatee (some files are borrowed from ScummVM, need to decide how we go about that...)

Index: blocks.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/blocks.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- blocks.h	18 Sep 2003 16:26:52 -0000	1.1.1.1
+++ blocks.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 enum {
 	RNAM,
 	MAXS,

Index: file.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/file.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- file.cpp	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ file.cpp	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include "file.h"
 
 File::File() {

Index: icons.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/icons.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- icons.h	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ icons.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
 	#include "scummex.xpm"
 #endif

Index: image.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/image.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- image.cpp	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ image.cpp	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include "file.h"
 #include "resource.h"
 #include "image.h"

Index: image.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/image.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- image.h	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ image.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef image_h
 #define image_h
 

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/mixer.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- mixer.cpp	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ mixer.cpp	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include "mixer.h"
 
 Mix_Chunk *sample = NULL;

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/mixer.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- mixer.h	18 Sep 2003 16:26:53 -0000	1.1.1.1
+++ mixer.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef mixer_h
 #define mixer_h
 

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/resource.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- resource.cpp	18 Sep 2003 18:14:00 -0000	1.2
+++ resource.cpp	18 Sep 2003 19:37:14 -0000	1.3
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include <stdio.h>
 #include "file.h"
 #include "resource.h"

Index: resource.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/resource.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- resource.h	18 Sep 2003 16:26:55 -0000	1.1.1.1
+++ resource.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef resource_h
 #define resource_h
 

Index: scummex.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/scummex.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scummex.cpp	18 Sep 2003 18:37:46 -0000	1.2
+++ scummex.cpp	18 Sep 2003 19:37:14 -0000	1.3
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include <stdio.h>
 #include "file.h"
 #include "scummex.h"

Index: scummex.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/scummex.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- scummex.h	18 Sep 2003 16:26:55 -0000	1.1.1.1
+++ scummex.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef scummex_h
 #define scummex_h
 

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/sound.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sound.cpp	18 Sep 2003 16:26:58 -0000	1.1.1.1
+++ sound.cpp	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include "sound.h"
 
 static const int16 imcTable[] = {

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/sound.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- sound.h	18 Sep 2003 16:26:58 -0000	1.1.1.1
+++ sound.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef sound_h
 #define sound_h
 

Index: stdafx.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/stdafx.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- stdafx.h	18 Sep 2003 16:26:58 -0000	1.1.1.1
+++ stdafx.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,6 +1,6 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2003 The ScummVM project
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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

Index: wxwindows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- wxwindows.cpp	18 Sep 2003 16:26:58 -0000	1.1.1.1
+++ wxwindows.cpp	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #include "wxwindows.h"
 #include "file.h"
 #include "scummex.h"

Index: wxwindows.h
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- wxwindows.h	18 Sep 2003 16:26:58 -0000	1.1.1.1
+++ wxwindows.h	18 Sep 2003 19:37:14 -0000	1.2
@@ -1,3 +1,25 @@
+/* ScummEX - Viewer for Scumm data files
+ * Copyright (C) 2003 Adrien Mercier
+ * Copyright (C) 2003 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
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
 #ifndef wxwindows_h
 #define wxwindows_h
 





More information about the Scummvm-git-logs mailing list