X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flpp%2Flpp_t.h;h=5e5e6435f92a66c445111492762ed8862feb6d48;hb=d72b7e3a579f396c1820c57179c2c82a596b8811;hp=974f323546c7dba55f4cb0c2226af56b65d6747c;hpb=780ca0cd82979273de26bd01971bc5547e7aa609;p=libfirm diff --git a/ir/lpp/lpp_t.h b/ir/lpp/lpp_t.h index 974f32354..5e5e6435f 100644 --- a/ir/lpp/lpp_t.h +++ b/ir/lpp/lpp_t.h @@ -1,15 +1,28 @@ - -/** - * @file lpp_t.h - * @date 30.07.2005 - * @author Sebastian Hack +/* + * Copyright (C) 2005-2011 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. * - * Copyright (C) 2005 Universitaet Karlsruhe - * Released under the GPL + * 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 _LPP_T_H -#define _LPP_T_H +/** + * @file + * @author Sebastian Hack + */ +#ifndef LPP_LPP_T_H +#define LPP_LPP_T_H #include "lpp.h" #include "lpp_comm.h" @@ -50,5 +63,4 @@ void lpp_deserialize_values(lpp_comm_t *comm, lpp_t *lpp, lpp_value_kind_t kind) void lpp_serialize_stats(lpp_comm_t *comm, const lpp_t *lpp); void lpp_deserialize_stats(lpp_comm_t *comm, lpp_t *lpp); - -#endif /* _LPP_T_H */ +#endif