X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=pbqp_edge.c;h=31b902850a8372b3163152e7a19d7906b355d82a;hb=5b64da5ba16ded414f572766bb2d50673cb63d2a;hp=2a165edf32db6cb1415a52e9a60054143fc8cec2;hpb=5f205ba41ab7ed78e487fe7d065c60a4359029b7;p=libfirm diff --git a/pbqp_edge.c b/pbqp_edge.c index 2a165edf3..31b902850 100644 --- a/pbqp_edge.c +++ b/pbqp_edge.c @@ -1,3 +1,31 @@ +/* + * 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. + */ + +/** + * @file + * @brief PBQP edges. + * @date 02.10.2008 + * @author Sebastian Buchwald + * @version $Id$ + */ +#include "config.h" + #include "adt/array.h" #include "assert.h"