X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftruncl.c;h=aa0d40549c318999b2ca05143cd8cdf652da50f9;hb=645581732c2d8066282b32d686edd67e18c52ee2;hp=a3117af7403e6225c4159b143837215249719724;hpb=07ee175667124bb43729b90936eaf2ebe523f368;p=pspp diff --git a/lib/truncl.c b/lib/truncl.c index a3117af740..aa0d40549c 100644 --- a/lib/truncl.c +++ b/lib/truncl.c @@ -1,19 +1,18 @@ /* Round towards zero. - 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. */