From e1470c8f967a4c40fcd0c2245c3a28c669efb803 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Sun, 30 Jun 2019 14:04:30 +0000 Subject: [PATCH] Fix my name in license header Reported by: trasz --- libexec/rtld-elf/rtld-libc/libc_private.h | 2 +- libexec/rtld-elf/rtld-libc/namespace.h | 2 +- libexec/rtld-elf/rtld-libc/rtld_libc.c | 2 +- libexec/rtld-elf/rtld-libc/rtld_libc.h | 2 +- libexec/rtld-elf/rtld-libc/un-namespace.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libexec/rtld-elf/rtld-libc/libc_private.h b/libexec/rtld-elf/rtld-libc/libc_private.h index ff23743d45d..aa30a774572 100644 --- a/libexec/rtld-elf/rtld-libc/libc_private.h +++ b/libexec/rtld-elf/rtld-libc/libc_private.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright 2019 Alex Richadson + * Copyright 2019 Alex Richardson * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory (Department of Computer Science and diff --git a/libexec/rtld-elf/rtld-libc/namespace.h b/libexec/rtld-elf/rtld-libc/namespace.h index 3251007c3ea..d5a9cfdea7f 100644 --- a/libexec/rtld-elf/rtld-libc/namespace.h +++ b/libexec/rtld-elf/rtld-libc/namespace.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright 2019 Alex Richadson + * Copyright 2019 Alex Richardson * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory (Department of Computer Science and diff --git a/libexec/rtld-elf/rtld-libc/rtld_libc.c b/libexec/rtld-elf/rtld-libc/rtld_libc.c index dd48102dff7..dfad9465f4e 100644 --- a/libexec/rtld-elf/rtld-libc/rtld_libc.c +++ b/libexec/rtld-elf/rtld-libc/rtld_libc.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright 2019 Alex Richadson + * Copyright 2019 Alex Richardson * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory (Department of Computer Science and diff --git a/libexec/rtld-elf/rtld-libc/rtld_libc.h b/libexec/rtld-elf/rtld-libc/rtld_libc.h index 233cbba4a38..75efd3cd156 100644 --- a/libexec/rtld-elf/rtld-libc/rtld_libc.h +++ b/libexec/rtld-elf/rtld-libc/rtld_libc.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright 2019 Alex Richadson + * Copyright 2019 Alex Richardson * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory (Department of Computer Science and diff --git a/libexec/rtld-elf/rtld-libc/un-namespace.h b/libexec/rtld-elf/rtld-libc/un-namespace.h index f7ca4d817e2..563411f4f83 100644 --- a/libexec/rtld-elf/rtld-libc/un-namespace.h +++ b/libexec/rtld-elf/rtld-libc/un-namespace.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause * - * Copyright 2019 Alex Richadson + * Copyright 2019 Alex Richardson * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory (Department of Computer Science and