[Scummvm-cvs-logs] CVS: tools convbdf.c,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Wed Nov 19 15:14:04 CET 2003


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv8570

Modified Files:
	convbdf.c 
Log Message:
legal header

Index: convbdf.c
===================================================================
RCS file: /cvsroot/scummvm/tools/convbdf.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- convbdf.c	19 Nov 2003 23:09:31 -0000	1.1
+++ convbdf.c	19 Nov 2003 23:12:49 -0000	1.2
@@ -12,6 +12,23 @@
  * tweak code generator so that the generated code fits into ScummVM code base.
  *
  * What fun it is converting font data...
+ *
+ * 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 <stdlib.h>





More information about the Scummvm-git-logs mailing list