X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcommon%2Fopcode2c.pl;h=d79dc6d0bf07af6e5495cd0d0286cc3efeb5104d;hb=5419d1bd9d2faae98c78da740634b972e8f5aac1;hp=6d41948fc456e7086084ef921df601b5ab82063c;hpb=3c838204cd78bcf106fdd65476180659ab629fcb;p=emu8051.git diff --git a/src/common/opcode2c.pl b/src/common/opcode2c.pl index 6d41948..d79dc6d 100755 --- a/src/common/opcode2c.pl +++ b/src/common/opcode2c.pl @@ -23,15 +23,7 @@ sub write_header print $fd " * Copyright (C) 1999 Jonathan St-André\n"; print $fd " * Copyright (C) 1999 Hugo Villeneuve \n"; print $fd " *\n"; - print $fd " * This program is free software; you can redistribute it and/or modify\n"; - print $fd " * it under the terms of the GNU General Public License as published by\n"; - print $fd " * the Free Software Foundation; either version 2 of the License, or\n"; - print $fd " * (at your option) any later version.\n"; - print $fd " *\n"; - print $fd " * This program is distributed in the hope that it will be useful,\n"; - print $fd " * but WITHOUT ANY WARRANTY; without even the implied warranty of\n"; - print $fd " * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"; - print $fd " * GNU General Public License for more details.\n"; + print $fd " * This file is released under the GPLv2\n"; print $fd " */\n\n"; }