From 928501fb7bc7b1464a9cbdd7335b69c16ea8bd3b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 16 Apr 2012 22:15:13 -0400 Subject: [PATCH] ia64: fix license text to "Lesser" not "Library" Looks like these two files got the wrong boiler plate text. Convert them over to the right one. Signed-off-by: Mike Frysinger --- ChangeLog.ia64 | 6 ++++++ sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h | 15 +++++++-------- sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c | 11 +++++------ 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/ChangeLog.ia64 b/ChangeLog.ia64 index e212e10..456360e 100644 --- a/ChangeLog.ia64 +++ b/ChangeLog.ia64 @@ -1,3 +1,9 @@ +2012-04-25 Mike Frysinger + + * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Replace + boiler license text with standard GNU Lesser General Public. + * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Likewise. + 2012-04-22 Mike Frysinger * sysdeps/ia64/_mcount.S: Replace FSF snail mail address with URL. diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h b/sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h index 4b8a035..2ae2ef2 100644 --- a/sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h +++ b/sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h @@ -3,19 +3,18 @@ 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 Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + 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. The GNU C Library 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 - Library General Public License for more details. + Lesser General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. 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 Lesser General Public + License along with the GNU C Library; if not, see + . */ /* The kernel header pollutes the namespace with the NR_OPEN symbol and defines LINK_MAX although filesystems have different maxima. A diff --git a/sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c b/sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c index d0c77a6..ad68904 100644 --- a/sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c +++ b/sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c @@ -3,9 +3,9 @@ Contributed by Jakub Jelinek . 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. + 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. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,9 +13,8 @@ Lesser 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; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + License along with the GNU C Library; if not, see + . */ #include #include -- 2.7.4