X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firmode_t.h;h=609aec1602c144a4158a6f7296e614d2ae43220d;hb=b61de8a0ffaafe3b69b1fa99544495c68d4b729c;hp=9cbece8f5bcd780a305e26e6113b5676f4ec1300;hpb=f9c188d358d4fbfe3bca5161398d5e2384c3ad17;p=libfirm diff --git a/ir/ir/irmode_t.h b/ir/ir/irmode_t.h index 9cbece8f5..609aec160 100644 --- a/ir/ir/irmode_t.h +++ b/ir/ir/irmode_t.h @@ -1,21 +1,31 @@ /* - * Project: libFIRM - * File name: ir/ir/irmode_t.h - * Purpose: Data modes of operations -- private header. - * Author: Martin Trapp, Christian Schaefer - * Modified by: Goetz Lindenmaier, Mathias Heil, Michael Beck - * Created: - * CVS-ID: $Id$ - * Copyright: (c) 1998-2007 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 irmode_t.h + * @file + * @brief Data modes of operations -- private header. + * @author Martin Trapp, Christian Schaefer, Goetz Lindenmaier, Mathias Heil, + * Michael Beck + * @version $Id$ */ -#ifndef _IRMODE_T_H_ -#define _IRMODE_T_H_ +#ifndef FIRM_IR_IRMODE_T_H +#define FIRM_IR_IRMODE_T_H #include #include "irmode.h" @@ -242,4 +252,4 @@ void finish_mode(void); #define mode_is_float_vector(mode) _mode_is_float_vector(mode) #define mode_is_int_vector(mode) _mode_is_int_vector(mode) -#endif /* _IRMODE_T_H_ */ +#endif