X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=bnf.h;h=8ce8d77a6d50f2cf7e9c192b03736b8036f93a82;hp=fb97f861a7133f95520d9d9cecff00325d7531d5;hb=1c9564234c5dac0c4742b47c41dc3ff8fdd02d77;hpb=1e85e209ae43ef4f84c80c8a0fa92993fdb5c8f1 diff --git a/bnf.h b/bnf.h index fb97f86..8ce8d77 100644 --- a/bnf.h +++ b/bnf.h @@ -1,8 +1,28 @@ +/* + * 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. + */ + + + #ifndef BNF_H #define BNF_H #include -Grammar* grammar_load (char* filename); +grammar_t* grammar_load (char* filename); -#endif BNF_H +#endif