X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=adt%2Farray.h;h=ffa5e44099e14f816e52718e932e719177c9548e;hb=e53f30472457acff3fcac2c70385307c70e41873;hp=9e2e59707ba78c6b25a28f5ca7dfa13488879ecf;hpb=0ff514a05b8f9be095c391dbd99012954f27ccfd;p=cparser diff --git a/adt/array.h b/adt/array.h index 9e2e597..ffa5e44 100644 --- a/adt/array.h +++ b/adt/array.h @@ -1,3 +1,23 @@ +/* + * This file is part of cparser. + * Copyright (C) 2007-2008 Matthias Braun + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + * 02111-1307, USA. + */ + /* * Project: libFIRM * File name: ir/adt/array.h