X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fcommon%2Ffirm.h;h=4db9c0ed2cacf4e7f52e98c2413e031efd0a7739;hb=f3b034366a1be7a8ee7f743d673b0343af79772c;hp=119153b31ed98ef15d340386361dc30a7fe02f19;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/common/firm.h b/ir/common/firm.h index 119153b31..4db9c0ed2 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -1,18 +1,28 @@ /* - * Project: libFIRM - * File name: ir/common/firm.h - * Purpose: Central firm header. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2003 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * + * This file is part of libFirm. + * + * 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. + * + * 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. */ /** - * @file firm.h - * + * @file + * @brief Central firm header. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier + * @version $Id$ + * @summary * Central FIRM header. * * FIRM is a full graph based intermediate representation in SSA Form @@ -46,8 +56,8 @@ * generic functionality to support implementations using firm. (Code generation, * further optimizations). */ -#ifndef _FIRM_H_ -#define _FIRM_H_ +#ifndef FIRM_COMMON_FIRM_H +#define FIRM_COMMON_FIRM_H #ifdef __cplusplus extern "C" { @@ -250,4 +260,4 @@ void firm_init_options(const char *arg_prefix, int argc, const char **argv); } #endif -#endif /* _FIRM_H_ */ +#endif