aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-16 04:51:23 +0000
committerRoland McGrath <roland@gnu.org>2004-08-16 04:51:23 +0000
commit92c6ccd1b2ce7955ba086894a0e080c991b113c3 (patch)
tree531b77e3c7a8bd71890ceb65482a6e2baf72575f
parent7a4b34c9c2ceb6a17f522c2853aae86a67a29cb2 (diff)
downloadglibc-92c6ccd1b2ce7955ba086894a0e080c991b113c3.tar.xz
glibc-92c6ccd1b2ce7955ba086894a0e080c991b113c3.zip
* csu/elf-init.c: Update copyright terms including special exception
for these trivial files, which are statically linked into executables that use dynamic linking for the significant library code. * io/fstat.c: Likewise. * io/fstat64.c: Likewise. * io/lstat.c: Likewise. * io/lstat64.c: Likewise. * io/stat.c: Likewise. * io/stat64.c: Likewise. * stdlib/atexit.c: Likewise. * sysdeps/alpha/elf/initfini.c: Likewise. * sysdeps/alpha/elf/start.S: Likewise. * sysdeps/arm/elf/start.S: Likewise. * sysdeps/cris/elf/start.S: Likewise. * sysdeps/generic/initfini.c: Likewise. * sysdeps/generic/mknod.c: Likewise. * sysdeps/hppa/elf/initfini.c: Likewise. * sysdeps/hppa/elf/start.S: Likewise. * sysdeps/i386/elf/start.S: Likewise. * sysdeps/i386/i686/hp-timing.c: Likewise. * sysdeps/ia64/elf/initfini.c: Likewise. * sysdeps/ia64/elf/start.S: Likewise. * sysdeps/ia64/hp-timing.c: Likewise. * sysdeps/m68k/elf/start.S: Likewise. * sysdeps/mach/start.c: Likewise. * sysdeps/mips/elf/start.S: Likewise. * sysdeps/powerpc/powerpc32/elf/start.S: Likewise. * sysdeps/powerpc/powerpc64/elf/start.S: Likewise. * sysdeps/s390/s390-32/elf/start.S: Likewise. * sysdeps/s390/s390-32/initfini.c: Likewise. * sysdeps/s390/s390-64/elf/start.S: Likewise. * sysdeps/s390/s390-64/initfini.c: Likewise. * sysdeps/sh/elf/initfini.c: Likewise. * sysdeps/sh/elf/start.S: Likewise. * sysdeps/sparc/sparc32/elf/start.S: Likewise. * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise. * sysdeps/sparc/sparc64/elf/start.S: Likewise. * sysdeps/sparc/sparc64/hp-timing.c: Likewise. * sysdeps/standalone/i386/start.S: Likewise. * sysdeps/standalone/i960/start.S: Likewise. * sysdeps/standalone/m68k/m68020/start.S: Likewise. * sysdeps/unix/arm/start.c: Likewise. * sysdeps/unix/bsd/osf/alpha/start.S: Likewise. * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise. * sysdeps/unix/sparc/start.c: Likewise. * sysdeps/unix/start.c: Likewise. * sysdeps/unix/sysv/aix/start.s: Likewise. * sysdeps/unix/sysv/irix4/start.c: Likewise. * sysdeps/x86_64/elf/initfini.c: Likewise. * sysdeps/x86_64/elf/start.S: Likewise.
-rw-r--r--ChangeLog53
-rw-r--r--csu/elf-init.c17
-rw-r--r--io/fstat.c17
-rw-r--r--io/fstat64.c17
-rw-r--r--io/lstat.c17
-rw-r--r--io/lstat64.c17
-rw-r--r--io/stat.c17
-rw-r--r--io/stat64.c17
-rw-r--r--linuxthreads/ChangeLog6
-rw-r--r--nptl/ChangeLog6
-rw-r--r--stdlib/atexit.c17
-rw-r--r--sysdeps/alpha/elf/initfini.c17
-rw-r--r--sysdeps/alpha/elf/start.S17
-rw-r--r--sysdeps/arm/elf/start.S17
-rw-r--r--sysdeps/cris/elf/start.S17
-rw-r--r--sysdeps/generic/initfini.c10
-rw-r--r--sysdeps/generic/mknod.c17
-rw-r--r--sysdeps/hppa/elf/initfini.c17
-rw-r--r--sysdeps/hppa/elf/start.S17
-rw-r--r--sysdeps/i386/elf/start.S17
-rw-r--r--sysdeps/i386/i686/hp-timing.c17
-rw-r--r--sysdeps/ia64/elf/initfini.c17
-rw-r--r--sysdeps/ia64/elf/start.S17
-rw-r--r--sysdeps/ia64/hp-timing.c17
-rw-r--r--sysdeps/m68k/elf/start.S17
-rw-r--r--sysdeps/mach/start.c17
-rw-r--r--sysdeps/mips/elf/start.S17
-rw-r--r--sysdeps/powerpc/powerpc32/elf/start.S17
-rw-r--r--sysdeps/powerpc/powerpc64/elf/start.S17
-rw-r--r--sysdeps/s390/s390-32/elf/start.S17
-rw-r--r--sysdeps/s390/s390-32/initfini.c17
-rw-r--r--sysdeps/s390/s390-64/elf/start.S17
-rw-r--r--sysdeps/s390/s390-64/initfini.c17
-rw-r--r--sysdeps/sh/elf/initfini.c17
-rw-r--r--sysdeps/sh/elf/start.S17
-rw-r--r--sysdeps/sparc/sparc32/elf/start.S17
-rw-r--r--sysdeps/sparc/sparc32/sparcv9/hp-timing.c17
-rw-r--r--sysdeps/sparc/sparc64/elf/start.S17
-rw-r--r--sysdeps/sparc/sparc64/hp-timing.c17
-rw-r--r--sysdeps/standalone/i386/start.S17
-rw-r--r--sysdeps/standalone/i960/start.S17
-rw-r--r--sysdeps/standalone/m68k/m68020/start.S17
-rw-r--r--sysdeps/unix/arm/start.c17
-rw-r--r--sysdeps/unix/bsd/osf/alpha/start.S17
-rw-r--r--sysdeps/unix/bsd/ultrix4/mips/start.S17
-rw-r--r--sysdeps/unix/sparc/start.c17
-rw-r--r--sysdeps/unix/start.c17
-rw-r--r--sysdeps/unix/sysv/aix/start.s17
-rw-r--r--sysdeps/unix/sysv/irix4/start.c17
-rw-r--r--sysdeps/x86_64/elf/initfini.c10
-rw-r--r--sysdeps/x86_64/elf/start.S17
51 files changed, 865 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 688a1fa253..96617cda66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2004-08-15 Roland McGrath <roland@frob.com>
+
+ * csu/elf-init.c: Update copyright terms including special exception
+ for these trivial files, which are statically linked into executables
+ that use dynamic linking for the significant library code.
+ * io/fstat.c: Likewise.
+ * io/fstat64.c: Likewise.
+ * io/lstat.c: Likewise.
+ * io/lstat64.c: Likewise.
+ * io/stat.c: Likewise.
+ * io/stat64.c: Likewise.
+ * stdlib/atexit.c: Likewise.
+ * sysdeps/alpha/elf/initfini.c: Likewise.
+ * sysdeps/alpha/elf/start.S: Likewise.
+ * sysdeps/arm/elf/start.S: Likewise.
+ * sysdeps/cris/elf/start.S: Likewise.
+ * sysdeps/generic/initfini.c: Likewise.
+ * sysdeps/generic/mknod.c: Likewise.
+ * sysdeps/hppa/elf/initfini.c: Likewise.
+ * sysdeps/hppa/elf/start.S: Likewise.
+ * sysdeps/i386/elf/start.S: Likewise.
+ * sysdeps/i386/i686/hp-timing.c: Likewise.
+ * sysdeps/ia64/elf/initfini.c: Likewise.
+ * sysdeps/ia64/elf/start.S: Likewise.
+ * sysdeps/ia64/hp-timing.c: Likewise.
+ * sysdeps/m68k/elf/start.S: Likewise.
+ * sysdeps/mach/start.c: Likewise.
+ * sysdeps/mips/elf/start.S: Likewise.
+ * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
+ * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
+ * sysdeps/s390/s390-32/elf/start.S: Likewise.
+ * sysdeps/s390/s390-32/initfini.c: Likewise.
+ * sysdeps/s390/s390-64/elf/start.S: Likewise.
+ * sysdeps/s390/s390-64/initfini.c: Likewise.
+ * sysdeps/sh/elf/initfini.c: Likewise.
+ * sysdeps/sh/elf/start.S: Likewise.
+ * sysdeps/sparc/sparc32/elf/start.S: Likewise.
+ * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
+ * sysdeps/sparc/sparc64/elf/start.S: Likewise.
+ * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
+ * sysdeps/standalone/i386/start.S: Likewise.
+ * sysdeps/standalone/i960/start.S: Likewise.
+ * sysdeps/standalone/m68k/m68020/start.S: Likewise.
+ * sysdeps/unix/arm/start.c: Likewise.
+ * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
+ * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
+ * sysdeps/unix/sparc/start.c: Likewise.
+ * sysdeps/unix/start.c: Likewise.
+ * sysdeps/unix/sysv/aix/start.s: Likewise.
+ * sysdeps/unix/sysv/irix4/start.c: Likewise.
+ * sysdeps/x86_64/elf/initfini.c: Likewise.
+ * sysdeps/x86_64/elf/start.S: Likewise.
+
2004-08-15 Roland McGrath <roland@redhat.com>
[BZ #227]
diff --git a/csu/elf-init.c b/csu/elf-init.c
index f2af752c26..d4e0b3fb88 100644
--- a/csu/elf-init.c
+++ b/csu/elf-init.c
@@ -7,6 +7,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/fstat.c b/io/fstat.c
index ac9144029c..0f95c1a6e2 100644
--- a/io/fstat.c
+++ b/io/fstat.c
@@ -6,6 +6,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/fstat64.c b/io/fstat64.c
index 5db0ce3502..79bd967d8f 100644
--- a/io/fstat64.c
+++ b/io/fstat64.c
@@ -6,6 +6,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/lstat.c b/io/lstat.c
index 2df5f51d1a..c4d7abe2c2 100644
--- a/io/lstat.c
+++ b/io/lstat.c
@@ -6,6 +6,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/lstat64.c b/io/lstat64.c
index 80e7176c41..8a994e4867 100644
--- a/io/lstat64.c
+++ b/io/lstat64.c
@@ -6,6 +6,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/stat.c b/io/stat.c
index 3d7983eae3..6af604957e 100644
--- a/io/stat.c
+++ b/io/stat.c
@@ -6,6 +6,23 @@
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
+ In addition to the permissions in the GNU Lesser General Public
+ License, the Free Software Foundation gives you unlimited
+ permission to link the compiled version of this file with other
+ programs, and to distribute those programs without any restriction
+ coming from the use of this file. (The GNU Lesser General Public
+ License restrictions do apply in other respects; for example, they
+ cover modification of the file, and distribution when not linked
+ into another program.)
+
+ Note that people who make modified versions of this file are not
+ obligated to grant this special exception for their modified
+ versions; it is their choice whether to do so. The GNU Lesser
+ General Public License gives permission to release a modified
+ version without this exception; this exception also makes it
+ possible to release a modified version which carries forward this
+ exception.
+
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
diff --git a/io/stat64.c b/io/stat64.c
index 39865adbb7..cadf1e1f1d 100644
--- a/