X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fregistry.c;h=eb9731317f28fa2226dff71c4852f0b70ff4ba23;hb=11515db43fbe7f5d4b740203bc5716cf3a80ab95;hp=5a688bd75671999ae9e7ef5b98c9514737e28649;hpb=207d9e7c1d108915492ec59cfc3376b30e016b78;p=swftools.git diff --git a/lib/as3/registry.c b/lib/as3/registry.c index 5a688bd..eb97313 100644 --- a/lib/as3/registry.c +++ b/lib/as3/registry.c @@ -1,3 +1,26 @@ +/* registry.c + + Routines for compiling Flash2 AVM2 ABC Actionscript + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008 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 "pool.h" #include "registry.h"