From 629508e4f69bc6e31dc30ce4fde24c71be9b4427 Mon Sep 17 00:00:00 2001 From: tege Date: Tue, 18 Sep 2007 20:30:41 +0200 Subject: Update license to version 3. --- scanf/Makefile.am | 6 ++---- scanf/Makefile.in | 6 ++---- scanf/doscan.c | 6 ++---- scanf/fscanf.c | 6 ++---- scanf/fscanffuns.c | 6 ++---- scanf/scanf.c | 6 ++---- scanf/sscanf.c | 6 ++---- scanf/sscanffuns.c | 6 ++---- scanf/vfscanf.c | 6 ++---- scanf/vscanf.c | 6 ++---- scanf/vsscanf.c | 6 ++---- 11 files changed, 22 insertions(+), 44 deletions(-) (limited to 'scanf') diff --git a/scanf/Makefile.am b/scanf/Makefile.am index 166201474..5359b5e5e 100644 --- a/scanf/Makefile.am +++ b/scanf/Makefile.am @@ -6,7 +6,7 @@ # # The GNU MP 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 +# the Free Software Foundation; either version 3 of the License, or (at your # option) any later version. # # The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ # License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with the GNU MP Library; see the file COPYING.LIB. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301, USA. +# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir) diff --git a/scanf/Makefile.in b/scanf/Makefile.in index d8ada0099..ca0722bbe 100644 --- a/scanf/Makefile.in +++ b/scanf/Makefile.in @@ -20,7 +20,7 @@ # # The GNU MP 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 +# the Free Software Foundation; either version 3 of the License, or (at your # option) any later version. # # The GNU MP Library is distributed in the hope that it will be useful, but @@ -29,9 +29,7 @@ # License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with the GNU MP Library; see the file COPYING.LIB. If not, write to -# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -# MA 02110-1301, USA. +# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. SOURCES = $(libscanf_la_SOURCES) diff --git a/scanf/doscan.c b/scanf/doscan.c index 643ed27a6..eac787082 100644 --- a/scanf/doscan.c +++ b/scanf/doscan.c @@ -10,7 +10,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -19,9 +19,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #define _GNU_SOURCE /* for DECIMAL_POINT in langinfo.h */ diff --git a/scanf/fscanf.c b/scanf/fscanf.c index 39c152b7b..596571eeb 100644 --- a/scanf/fscanf.c +++ b/scanf/fscanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" diff --git a/scanf/fscanffuns.c b/scanf/fscanffuns.c index 007238cc1..a71a9ee11 100644 --- a/scanf/fscanffuns.c +++ b/scanf/fscanffuns.c @@ -10,7 +10,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -19,9 +19,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include #include "gmp.h" diff --git a/scanf/scanf.c b/scanf/scanf.c index fb9c9b770..b4840d1f5 100644 --- a/scanf/scanf.c +++ b/scanf/scanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" diff --git a/scanf/sscanf.c b/scanf/sscanf.c index 5366b5a92..3eb10ee38 100644 --- a/scanf/sscanf.c +++ b/scanf/sscanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" diff --git a/scanf/sscanffuns.c b/scanf/sscanffuns.c index e5e6f3f8d..64c502025 100644 --- a/scanf/sscanffuns.c +++ b/scanf/sscanffuns.c @@ -10,7 +10,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -19,9 +19,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include #include "gmp.h" diff --git a/scanf/vfscanf.c b/scanf/vfscanf.c index 634ae95cd..2f8684cdd 100644 --- a/scanf/vfscanf.c +++ b/scanf/vfscanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" diff --git a/scanf/vscanf.c b/scanf/vscanf.c index 5a95c3627..a411a7c5d 100644 --- a/scanf/vscanf.c +++ b/scanf/vscanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" diff --git a/scanf/vsscanf.c b/scanf/vsscanf.c index 41c97df82..160e62dce 100644 --- a/scanf/vsscanf.c +++ b/scanf/vsscanf.c @@ -6,7 +6,7 @@ This file is part of the GNU MP Library. The GNU MP 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 +the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU MP Library is distributed in the hope that it will be useful, but @@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with the GNU MP Library; see the file COPYING.LIB. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, -MA 02110-1301, USA. */ +along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */ #include "config.h" -- cgit v1.2.1