]> sourceware.org Git - glibc.git/commitdiff
ia64: fix license text to "Lesser" not "Library"
authorMike Frysinger <vapier@gentoo.org>
Tue, 17 Apr 2012 02:15:13 +0000 (22:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 26 Apr 2012 03:40:54 +0000 (23:40 -0400)
Looks like these two files got the wrong boiler plate text.
Convert them over to the right one.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog.ia64
sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h
sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c

index e212e10eec39f783899827733354eea539b96679..456360e59167bbca03a77c58a6f03904f5be11ab 100644 (file)
@@ -1,3 +1,9 @@
+2012-04-25  Mike Frysinger  <vapier@gentoo.org>
+
+       * 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  <vapier@gentoo.org>
 
        * sysdeps/ia64/_mcount.S: Replace FSF snail mail address with URL.
index 4b8a0350427fd492a687a063475dd77597ae23a0..2ae2ef2e49762c2ce4a79432875607bb38368a87 100644 (file)
@@ -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
+   <http://www.gnu.org/licenses/>.  */
 
 /* The kernel header pollutes the namespace with the NR_OPEN symbol
    and defines LINK_MAX although filesystems have different maxima.  A
index d0c77a62e636c4403ced985540f3611e128552e4..ad6890428bf41c404685d65582f588a2faf05818 100644 (file)
@@ -3,9 +3,9 @@
    Contributed by Jakub Jelinek <jakub@redhat.com>.
 
    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
+   <http://www.gnu.org/licenses/>.  */
 
 #include <dlfcn.h>
 #include <stdio.h>
This page took 0.07084 seconds and 5 git commands to generate.