summaryrefslogtreecommitdiff
path: root/ldso/ldso/mips/resolve.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-30 16:40:26 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-30 16:40:26 +0000
commitb26ab3f5bf69b2c00a34e240bca681904144e33d (patch)
tree9fd300ed049ac6d7d3a1da31d6dd6aa569837869 /ldso/ldso/mips/resolve.S
parent5425e343101b9afb4904f3b0026de4cebadb99c7 (diff)
The original glibc sysdeps/mips/dl-machine.h source from Kazumoto Kojima was
under the LGPL. I noticed Steven J. Hill has accidentally changed the license to be GPL. Per email with him, change it back to LGPL. Erik Andersen wrote: >I just noticed that uClibc/ldso/ldso/mips/resolve.S is >listed as licensed under the GPL, rather than the LGPL >like the rest of uClibc. Accident? > Yes. Feel free to change it.
Diffstat (limited to 'ldso/ldso/mips/resolve.S')
-rw-r--r--ldso/ldso/mips/resolve.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/ldso/ldso/mips/resolve.S b/ldso/ldso/mips/resolve.S
index f1d7cff76..f45b9fd53 100644
--- a/ldso/ldso/mips/resolve.S
+++ b/ldso/ldso/mips/resolve.S
@@ -3,9 +3,9 @@
* indicated in register t8 and jumps to the resolved address. Shamelessly
* ripped from 'sysdeps/mips/dl-machine.h' in glibc-2.2.5.
*
- * This file is subject to the terms and conditions of the GNU General Public
- * License. See the file "COPYING.LIB" in the main directory of this archive
- * for more details.
+ * This file is subject to the terms and conditions of the GNU Lesser General
+ * Public License. See the file "COPYING.LIB" in the main directory of this
+ * archive for more details.
*
* Copyright (C) 1996-2001 Kazumoto Kojima <kkojima@info.kanagawa-u.ac.jp>
* Copyright (C) 2002 Steven J. Hill <sjhill@realitydiluted.com>