summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2017-05-29 13:25:55 +0000
committerkib <kib@FreeBSD.org>2017-05-29 13:25:55 +0000
commit570551aa9657612b4f38a6d34e634c3b45d80967 (patch)
tree93331c03e2a2c1fdf36fc105446b822cab55b1e3 /libexec
parent5e0514d85f068874075e262c4b61282d98f1740f (diff)
downloadFreeBSD-src-570551aa9657612b4f38a6d34e634c3b45d80967.zip
FreeBSD-src-570551aa9657612b4f38a6d34e634c3b45d80967.tar.gz
MFC r318446:
Update my copyright, note The FreeBSD Foundation involvement.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 3b41acf..d2fd37ee 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -1,10 +1,14 @@
/*-
* Copyright 1996, 1997, 1998, 1999, 2000 John D. Polstra.
* Copyright 2003 Alexander Kabaev <kan@FreeBSD.ORG>.
- * Copyright 2009-2012 Konstantin Belousov <kib@FreeBSD.ORG>.
+ * Copyright 2009-2013 Konstantin Belousov <kib@FreeBSD.ORG>.
* Copyright 2012 John Marino <draco@marino.st>.
+ * Copyright 2014-2017 The FreeBSD Foundation
* All rights reserved.
*
+ * Portions of this software were developed by Konstantin Belousov
+ * under sponsorship from the FreeBSD Foundation.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -34,6 +36,9 @@
* John Polstra <jdp@polstra.com>.
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/mount.h>
#include <sys/mman.h>
OpenPOWER on IntegriCloud