X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fatoll.c;h=3ab59e68769c8fea1b3875cc52111a6e75bf6217;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=89ef25bedcd72f499a55c50339530575cc305403;hpb=2fbd31539f6349ef22c716a574a1a2547a4688b3;p=gnulib.git diff --git a/lib/atoll.c b/lib/atoll.c index 89ef25bed..3ab59e687 100644 --- a/lib/atoll.c +++ b/lib/atoll.c @@ -1,20 +1,18 @@ -/* Copyright (C) 1991, 1997, 1998, 2008 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997-1998, 2008-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library 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. + 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 3 of the License, or + (at your option) any later version. - The GNU C Library is distributed in the hope that it will be useful, + 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 along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #if !_LIBC # include