X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fexternal%2Fread.h;h=a3bcb80b1b1b69bb874a6262545bddde4b11a6a7;hb=edb11cbddcf9e4fef1bde33d576003af8a6a3323;hp=8481fd3d3f33d30834f00a7ffbb2b4f5f5bc9fd7;hpb=644f05d7f5183bf73537783beb81b7122185a8be;p=libfirm diff --git a/ir/external/read.h b/ir/external/read.h index 8481fd3d3..a3bcb80b1 100644 --- a/ir/external/read.h +++ b/ir/external/read.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_H_ -#define _READ_H_ +/** + * @file + * @brief Read descriptions of external effects + * @author Florian, Boris Boesler + * @date 11.10.2004 + * @version $Id$ + */ +#ifndef FIRM_EXTERNAL_READ_H +#define FIRM_EXTERNAL_READ_H /* The public interface @@ -26,8 +39,7 @@ int create_abstraction(const char *filename); void free_abstraction(void); - -#endif /* defined _READ_H_ */ +#endif /* $Log$