diff options
author | Fangrui Song <maskray@google.com> | 2022-05-23 19:16:05 -0700 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2022-05-23 19:16:05 -0700 |
commit | 36c1dbaedd90f36397f28a96ae265e11b20fc616 (patch) | |
tree | 2bf82a628b48ceb9118bc45a93d97401abeefa0e /elf | |
parent | a01a13601c95f5d111d25557656d09fe661cfc89 (diff) | |
download | glibc-36c1dbaedd90f36397f28a96ae265e11b20fc616.tar.gz glibc-36c1dbaedd90f36397f28a96ae265e11b20fc616.tar.xz glibc-36c1dbaedd90f36397f28a96ae265e11b20fc616.zip |
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 <nicholas@guriev.su>.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-reloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index 4267c2efb6..756bf950f6 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 |