diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/ldso/arm/dl-startup.h | 2 | ||||
-rw-r--r-- | ldso/ldso/arm/dl-sysdep.h | 2 | ||||
-rw-r--r-- | ldso/ldso/dl-elf.c | 2 | ||||
-rw-r--r-- | ldso/ldso/dl-hash.c | 2 | ||||
-rw-r--r-- | ldso/ldso/dl-startup.c | 2 | ||||
-rw-r--r-- | ldso/ldso/i386/dl-startup.h | 2 | ||||
-rw-r--r-- | ldso/ldso/i386/dl-sysdep.h | 2 | ||||
-rw-r--r-- | ldso/ldso/ldso.c | 2 | ||||
-rw-r--r-- | ldso/libdl/libdl.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h index 97e6fc75b..d99e69880 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -1,7 +1,7 @@ /* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> */ diff --git a/ldso/ldso/arm/dl-sysdep.h b/ldso/ldso/arm/dl-sysdep.h index 6863e35a2..1c5c91ab0 100644 --- a/ldso/ldso/arm/dl-sysdep.h +++ b/ldso/ldso/arm/dl-sysdep.h @@ -2,7 +2,7 @@ /* * Various assmbly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> */ /* Define this if the system uses RELOCA. */ diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c index d0144077d..e1cc005a0 100644 --- a/ldso/ldso/dl-elf.c +++ b/ldso/ldso/dl-elf.c @@ -3,7 +3,7 @@ * This file contains the helper routines to load an ELF shared * library into memory and add the symbol table info to the chain. * - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald, * David Engel, Hongjiu Lu and Mitch D'Souza * diff --git a/ldso/ldso/dl-hash.c b/ldso/ldso/dl-hash.c index 4719315ee..c10a5e837 100644 --- a/ldso/ldso/dl-hash.c +++ b/ldso/ldso/dl-hash.c @@ -4,7 +4,7 @@ * after resolving ELF shared library symbols * * Copyright (C) 2004 by Joakim Tjernlund <joakim.tjernlund@lumentis.se> - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald, * David Engel, Hongjiu Lu and Mitch D'Souza * diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index 91c41e730..eb4b9fd79 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -3,7 +3,7 @@ * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols * - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald, * David Engel, Hongjiu Lu and Mitch D'Souza * diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h index 8f5a6c0e7..222da9fe6 100644 --- a/ldso/ldso/i386/dl-startup.h +++ b/ldso/ldso/i386/dl-startup.h @@ -1,7 +1,7 @@ /* vi: set sw=4 ts=4: */ /* * Architecture specific code used by dl-startup.c - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> */ /* For x86 we do not need any special setup so go right to _dl_boot() */ diff --git a/ldso/ldso/i386/dl-sysdep.h b/ldso/ldso/i386/dl-sysdep.h index e8124d669..a534110e7 100644 --- a/ldso/ldso/i386/dl-sysdep.h +++ b/ldso/ldso/i386/dl-sysdep.h @@ -2,7 +2,7 @@ /* * Various assmbly language/system dependent hacks that are required * so that we can minimize the amount of platform specific code. - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> */ /* Define this if the system uses RELOCA. */ diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index 5303a6ec3..82cd0d3dd 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -3,7 +3,7 @@ * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols * - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald, * David Engel, Hongjiu Lu and Mitch D'Souza * diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c index 271b3550f..261d90464 100644 --- a/ldso/libdl/libdl.c +++ b/ldso/libdl/libdl.c @@ -3,7 +3,7 @@ * Program to load an ELF binary on a linux system, and run it * after resolving ELF shared library symbols * - * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org> + * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org> * Copyright (c) 1994-2000 Eric Youngdale, Peter MacDonald, * David Engel, Hongjiu Lu and Mitch D'Souza * |