summaryrefslogtreecommitdiff
path: root/utils/readelf.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-05 19:52:39 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-05 19:52:39 +0000
commit9b22ad36604cb198503054e483a22418a55891a9 (patch)
tree7b5bdd412590987deabd8e97a6efb242e4849761 /utils/readelf.c
parentf088c1cd44866d97994059293c5c7beab8732622 (diff)
replace my @debian.org addr with @uclibc.org. Fixup license on
readelf and ldd to again state that they are GPLv2
Diffstat (limited to 'utils/readelf.c')
-rw-r--r--utils/readelf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/readelf.c b/utils/readelf.c
index d55fa8869..d562b1138 100644
--- a/utils/readelf.c
+++ b/utils/readelf.c
@@ -2,7 +2,7 @@
/*
* A small little readelf implementation for uClibc
*
- * Copyright (C) 2000-2006 Erik Andersen <andersee@debian.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
* Several functions in this file (specifically, elf_find_section_type(),
* elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from
@@ -10,7 +10,7 @@
* <jreiser@BitWagon.com>, which is copyright 2000 BitWagon Software LLC
* (GPL2).
*
- * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ * Licensed under GPLv2 or later
*/