X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fexternal%2Fread_t.h;h=e58c8db636fb09b81620d5ddbaec23425f1a3cd5;hb=c4d387cb4389654e978ea808027ea2be724c513c;hp=dc6bfd8851365f483d750012b3314981d6429c93;hpb=e0873c24604d7d1bb3067953ffe280e662873013;p=libfirm diff --git a/ir/external/read_t.h b/ir/external/read_t.h index dc6bfd885..e58c8db63 100644 --- a/ir/external/read_t.h +++ b/ir/external/read_t.h @@ -1,18 +1,31 @@ -/* -*- c -*- */ /* - * Project: libFIRM - * File name: ir/external/read.h - * Purpose: Read descriptions of external effects - * Author: Florian - * Modified by: Boris Boesler - * Created: 11.10.2004 - * CVS-ID: $Id$ - * Copyright: (c) 1999-2004 Universität Karlsruhe - * Licence: This file is protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyright (C) 1995-2008 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. */ -#ifndef _READ_T_H_ -#define _READ_T_H_ +/** + * @file + * @brief Read descriptions of external effects, private header + * @author Florian, Boris Boesler + * @date 11.10.2004 + * @version $Id$ + */ +#ifndef FIRM_EXTERNAL_READ_T_H +#define FIRM_EXTERNAL_READ_T_H #include "firm_types.h" @@ -158,8 +171,7 @@ typedef struct mod_str struct mod_str *next; /* unused - only one module possible */ } module_t; - -#endif /* defined _READ_T_H_ */ +#endif /* $Log$