X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm_common_t.h;h=b89af036021445c965d4fff0eb6b7b06023f9d12;hb=aaab09380443d3ff37ffac05209ed2446afd1158;hp=c06b84dd740f807a30adbcff80c0da5ba15d0986;hpb=9b23a130beb15ad7eac348a9e98108892a11f0a5;p=libfirm diff --git a/ir/common/firm_common_t.h b/ir/common/firm_common_t.h index c06b84dd7..b89af0360 100644 --- a/ir/common/firm_common_t.h +++ b/ir/common/firm_common_t.h @@ -1,25 +1,30 @@ /* - * Project: libFIRM - * File name: ir/common/firm_common.c - * Purpose: Internal preprocessor directives. - * Author: Goetz Lindenmaier - * Modified by: - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1999-2003 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - */ - -/** - * @file firm_common_t.h + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. * - * preprocessor flags + * This file may be distributed and/or modified under the terms of the + * GNU General Public License version 2 as published by the Free Software + * Foundation and appearing in the file LICENSE.GPL included in the + * packaging of this file. * - * @author Goetz Lindenmaier + * Licensees holding valid libFirm Professional Edition licenses may use + * this file in accordance with the libFirm Commercial License. + * Agreement provided with the Software. + * + * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE + * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE. */ -# ifndef _COMMON_T_H_ -# define _COMMON_T_H_ +/** + * @file + * @brief Internal preprocessor directives. + * @author Goetz Lindenmaier + * @version $Id$ + */ +#ifndef FIRM_COMMON_COMMON_T_H +#define FIRM_COMMON_COMMON_T_H #include "firm_common.h" @@ -48,4 +53,4 @@ * Sometimes it's useful to see the pointer values, though. */ #define NODEID_AS_LABEL 1 -# endif /*_COMMON_T_H_ */ +#endif