X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana%2Firmemory.c;h=aede05ba46a3bd565333dc70ef6ff9b02276ab25;hb=9b716841c3b0865b86af8d3890b3914060c37ed0;hp=0009a87527071f3255e75497bb28cd6fd92c076b;hpb=c903769faf9f426ddfe9ea56175cce5437681051;p=libfirm diff --git a/ir/ana/irmemory.c b/ir/ana/irmemory.c index 0009a8752..aede05ba4 100644 --- a/ir/ana/irmemory.c +++ b/ir/ana/irmemory.c @@ -1,13 +1,28 @@ /* - * Project: libFIRM - * File name: ir/ana/irmemory.c - * Purpose: Memory disambiguator - * Author: Michael Beck - * Modified by: - * Created: 27.12.2006 - * CVS-ID: $Id$ - * Copyright: (c) 2006-2007 Universität Karlsruhe - * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. + * Copyrigth (C) 1995-2007 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. + */ + +/** + * @file + * @brief Memory disambiguator + * @author Michael Beck + * @date 27.12.2006 + * @version $Id$ */ #ifdef HAVE_CONFIG_H #include "config.h"