X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=pbqp_node.c;h=b324e49b359d99d53e624f0963e74d445034a827;hb=6c2d6c360d082f09aca2c2b332c047789a75b81f;hp=e55930540db74304f34928bd47a1167078a15a88;hpb=b34c70d71aa20562c2d9ebab12866452a3d656bf;p=libfirm diff --git a/pbqp_node.c b/pbqp_node.c index e55930540..b324e49b3 100644 --- a/pbqp_node.c +++ b/pbqp_node.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 nodes. + * @date 02.10.2008 + * @author Sebastian Buchwald + * @version $Id$ + */ +#include "config.h" + #include "adt/array.h" #include "assert.h"