]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/interp.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / elf / interp.c
index a2492bffbad58bf9542f731ec291446a19d7b68b..dd704f224496b04bb049fdbbda1bebb509983924 100644 (file)
@@ -1,5 +1,5 @@
 /* interp - add information about dynamic loader to shared library objects.
-   Copyright (C) 1996-2014 Free Software Foundation, Inc.
+   Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,9 +14,9 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
-#include <elf/runtime-linker.h>
+#include <runtime-linker.h>
 
 const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
   = RUNTIME_LINKER;