From: Matthias Kramm Date: Mon, 3 Aug 2009 17:44:40 +0000 (+0200) Subject: added missing GPL headers X-Git-Tag: version-0-9-1~324 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=1ce3a5e5e8958b1a0e76e099b067a863549ded4f added missing GPL headers --- diff --git a/lib/as3/common.c b/lib/as3/common.c index e50b2e6..2012405 100644 --- a/lib/as3/common.c +++ b/lib/as3/common.c @@ -1,3 +1,26 @@ +/* common.c + + Routines for handling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + 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 */ + #include #include #include diff --git a/lib/as3/common.h b/lib/as3/common.h index fe7bf18..35601cc 100644 --- a/lib/as3/common.h +++ b/lib/as3/common.h @@ -1,3 +1,26 @@ +/* common.h + + Routines for handling/compiling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + 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 */ + #ifndef __as3_common_h__ #define __as3_common_h__ diff --git a/lib/as3/compiler.h b/lib/as3/compiler.h index 0965dc0..c0092ec 100644 --- a/lib/as3/compiler.h +++ b/lib/as3/compiler.h @@ -1,3 +1,26 @@ +/* compiler.h + + Routines for handling/compiling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + 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 */ + #ifndef __as3_compiler_h__ #define __as3_compiler_h__ diff --git a/lib/as3/expr.c b/lib/as3/expr.c index 33afc0b..c5cd0ea 100644 --- a/lib/as3/expr.c +++ b/lib/as3/expr.c @@ -1,4 +1,4 @@ -/* ast.c +/* expr.c Extension module for the rfxswf library. Part of the swftools package. diff --git a/lib/as3/expr.h b/lib/as3/expr.h index d98ad5c..2125872 100644 --- a/lib/as3/expr.h +++ b/lib/as3/expr.h @@ -1,4 +1,4 @@ -/* ast.h +/* expr.h Extension module for the rfxswf library. Part of the swftools package. diff --git a/lib/as3/initcode.c b/lib/as3/initcode.c index b2874b3..eebfa13 100644 --- a/lib/as3/initcode.c +++ b/lib/as3/initcode.c @@ -1,3 +1,26 @@ +/* initcode.c + + Routines for handling/compiling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + 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 */ + #include #include "../q.h" #include "abc.h" diff --git a/lib/as3/initcode.h b/lib/as3/initcode.h index 9c8aec2..03029a6 100644 --- a/lib/as3/initcode.h +++ b/lib/as3/initcode.h @@ -1,3 +1,26 @@ +/* initcode.h + + Routines for handling/compiling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + 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 */ + #ifndef __initcode_h__ #define __initcode_h__ diff --git a/lib/as3/mklib.c b/lib/as3/mklib.c index 1204ed8..f32c1f7 100644 --- a/lib/as3/mklib.c +++ b/lib/as3/mklib.c @@ -1,8 +1,8 @@ -/* code.c +/* mklib.c File to generate builtin.c - Copyright (c) 2008 Matthias Kramm + Copyright (c) 2008,2009 Matthias Kramm 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