From 36c1dbaedd90f36397f28a96ae265e11b20fc616 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 23 May 2022 19:16:05 -0700 Subject: [PATCH] elf/dl-reloc.c: Copyright The GNU Toolchain Authors by following 3.5. Update copyright information on https://sourceware.org/glibc/wiki/Contribution%20checklist . The change is advised by Carlos O'Donell. Note: commit a8b11bd1f8dc68795b377138b5d94638ef75a50d missed Signed-off-by tag from Nicholas Guriev . --- elf/dl-reloc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index 4267c2efb61..756bf950f6f 100644 --- a/elf/dl-reloc.c +++ b/elf/dl-reloc.c @@ -1,5 +1,6 @@ /* Relocate a shared object and resolve its references to other loaded objects. Copyright (C) 1995-2022 Free Software Foundation, Inc. + Copyright The GNU Toolchain Authors. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or -- 2.47.2