X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=symbol_table.h;h=3a9b617b9322d7d08815f0e760f0efea7bee6c17;hb=cd23ca9111aba24c03b67944d614e57027f5b803;hp=21c9169807541cbdaf7f48613de0a1af10d4a2e6;hpb=9e29e9c33f6511c4583e5b8ed83194d433e82c45;p=cparser diff --git a/symbol_table.h b/symbol_table.h index 21c9169..3a9b617 100644 --- a/symbol_table.h +++ b/symbol_table.h @@ -1,3 +1,22 @@ +/* + * This file is part of cparser. + * Copyright (C) 2007-2008 Matthias Braun + * + * 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. + */ #ifndef SYMBOL_TABLE_H #define SYMBOL_TABLE_H