X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flpp%2Fsp_matrix.h;h=7b2a2b84f280607e837abad15691f62f8d4ca08a;hb=6ccff2965d94c272f71df2a1655336af47bb7753;hp=20ed293c5411295cbb2336ea23ff634186708635;hpb=4cc881755b5280cd5a3649ecb8d7c8fe197a7fc9;p=libfirm diff --git a/ir/lpp/sp_matrix.h b/ir/lpp/sp_matrix.h index 20ed293c5..7b2a2b84f 100644 --- a/ir/lpp/sp_matrix.h +++ b/ir/lpp/sp_matrix.h @@ -1,15 +1,29 @@ -/** - * Author: Daniel Grund - * Date: 07.04.2005 - * Copyright: (c) Universitaet Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. - * CVS-Id: $Id: sp_matrix.h 16112 2007-10-07 15:50:49Z mallon $ +/* + * 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. * - * Sparse matrix storage with linked lists for rows and cols. + * 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 _SP_MATRIX_H -#define _SP_MATRIX_H +/** + * @file + * @brief Sparse matrix storage with linked lists for rows and cols. + * @author Daniel Grund + */ +#ifndef LPP_SP_MATRIX_H +#define LPP_SP_MATRIX_H #include