diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-19 15:53:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-19 15:53:08 +0000 |
commit | 5a65349824bb70bb75d8e05a9f879b55af32309f (patch) | |
tree | f195a7bb93861f8afea6755fb5c0ad2cc8e09fdf /ldso/util/readelf.c | |
parent | 6a56a9139b3cfd5242652a0135b2341ace43130e (diff) |
Update my email address. I am no longer andersen@lineo.com
Diffstat (limited to 'ldso/util/readelf.c')
-rw-r--r-- | ldso/util/readelf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ldso/util/readelf.c b/ldso/util/readelf.c index 0006f5f9e..4467fc684 100644 --- a/ldso/util/readelf.c +++ b/ldso/util/readelf.c @@ -2,13 +2,14 @@ /* * A small little readelf implementation for uClibc * - * Copyright (C) 2001 by Lineo, inc. - * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> + * Copyright (C) 2000 by Lineo, inc. + * Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org> + * Written by Erik Andersen <andersee@debian.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 * elfvector (http://www.BitWagon.com/elfvector.html) by John F. Reiser - * <jreiser@BitWagon.com>, and which is copyright 2000 BitWagon Software LLC + * <jreiser@BitWagon.com>, which is copyright 2000 BitWagon Software LLC * (GPL2). * * This program is free software; you can redistribute it and/or modify |