X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fgrammar.git;a=blobdiff_plain;f=dfa.h;h=597886e2111aaa2c2d65e596b81c3ed1db61b955;hp=0bb38c281a4aa36e6288a948d5ed16804bab926b;hb=HEAD;hpb=25f6db6a70f3d138da9effa3e8c945e57cd83572 diff --git a/dfa.h b/dfa.h index 0bb38c2..597886e 100644 --- a/dfa.h +++ b/dfa.h @@ -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. + */ + + + #ifndef DFA_H #define DFA_H