X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flpp%2Flpp_cplex.h;h=4cd5856b32aeaaad7227b0fa901dd9d91aed407f;hb=ab85c635582eadf20abe4fca71c1a0ed214b60c6;hp=9b569d4f6481c54be9b64830335c8020d64207b6;hpb=61c624c67d9ef82f06584a9f7cedb2268991bbac;p=libfirm diff --git a/ir/lpp/lpp_cplex.h b/ir/lpp/lpp_cplex.h index 9b569d4f6..4cd5856b3 100644 --- a/ir/lpp/lpp_cplex.h +++ b/ir/lpp/lpp_cplex.h @@ -1,12 +1,28 @@ -/** - * Author: Daniel Grund - * Date: 02.06.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. +/* + * 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. + * + * 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_CPLEX_H_ -#define _LPP_CPLEX_H_ +/** + * @file + * @author Daniel Grund + */ +#ifndef LPP_CPLEX_H +#define LPP_CPLEX_H #include "lpp.h" @@ -14,4 +30,4 @@ void lpp_solve_cplex(lpp_t *lpp); #endif -#endif /*_LPP_CPLEX_H_*/ +#endif