X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fceill.c;h=54a4b50c59c5284d832e66ab0ec4187e58338aaa;hb=135351c549050196b5c1322b3ab1e956565ab3d8;hp=4c65cd2dfd02b3db149ac52bf3c83a3539501c8e;hpb=d23df56e2060a3f468b8c6b069c0b87f6c15b774;p=gnulib.git diff --git a/lib/ceill.c b/lib/ceill.c index 4c65cd2df..54a4b50c5 100644 --- a/lib/ceill.c +++ b/lib/ceill.c @@ -1,19 +1,18 @@ /* Round towards positive infinity. - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007, 2009-2011 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. */