X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fceill.c;h=87ab14109a9940c8dceb57c91b9bb0deda53c9c6;hb=b314ca18dc36e59297f66b2508fd58535a1cd724;hp=4c65cd2dfd02b3db149ac52bf3c83a3539501c8e;hpb=d23df56e2060a3f468b8c6b069c0b87f6c15b774;p=gnulib.git diff --git a/lib/ceill.c b/lib/ceill.c index 4c65cd2df..87ab14109 100644 --- a/lib/ceill.c +++ b/lib/ceill.c @@ -1,19 +1,18 @@ /* Round towards positive infinity. Copyright (C) 2007 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + 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, or (at your option) - any later version. + the Free Software Foundation; either version 3 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* Written by Bruno Haible , 2007. */