X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsafe-alloc.c;h=c37dd08ac76402267feadac4e6eb22cd4fc2c760;hb=870daa58035b4bb39549f15d20ad1422dd649d63;hp=6add557224c83577d05550d26290e100e01f548e;hpb=150e1adb79f63cd526c8ba32c19204d27be62c09;p=gnulib.git diff --git a/lib/safe-alloc.c b/lib/safe-alloc.c index 6add55722..c37dd08ac 100644 --- a/lib/safe-alloc.c +++ b/lib/safe-alloc.c @@ -1,18 +1,18 @@ /* safe-alloc.c: safer memory allocation - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2.1 of the License, or - (at your option) any later version. + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 3 of the License, or 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 - Lesser General Public License for more details. + 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 Lesser General Public License + You should have received a copy of the GNU General Public License along with this program. If not, see . */ /* Written by Daniel Berrange , 2008 */