X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=lr1_gen.c;h=71da644094b0b706d60b58930a7a40fc4b5072dd;hp=ff9658b677522bfb3478c3ec0fbc58cfe342f84b;hb=HEAD;hpb=bedde43d47f11c6b5a2b3401c90d986a0ccef0a9 diff --git a/lr1_gen.c b/lr1_gen.c index ff9658b..71da644 100644 --- a/lr1_gen.c +++ b/lr1_gen.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2005 Thadeu Lima de Souza Cascardo + * + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + + + #include #include #include