X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=format_check.c;h=870b5d3fb0cbf5da6b7543a47a0438b077fc50fb;hb=4b6ec1290f0058f2566eb9504aa3b862ce3cb7e0;hp=4fad47a48df09adc1471d5dd458f142d7df84d5e;hpb=877060fa4a4bb34e2b21c184bf5a7aca28f8abae;p=cparser diff --git a/format_check.c b/format_check.c index 4fad47a..870b5d3 100644 --- a/format_check.c +++ b/format_check.c @@ -1,8 +1,28 @@ +/* + * 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. + */ #include +#include "format_check.h" +#include "symbol_t.h" #include "ast_t.h" #include "diagnostic.h" -#include "format_check.h" #include "types.h" #include "type_t.h" #include "warning.h"