svn commit: r319136 - stable/11/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Mon May 29 13:25:56 UTC 2017


Author: kib
Date: Mon May 29 13:25:55 2017
New Revision: 319136
URL: https://svnweb.freebsd.org/changeset/base/319136

Log:
  MFC r318446:
  Update my copyright, note The FreeBSD Foundation involvement.

Modified:
  stable/11/libexec/rtld-elf/rtld.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/libexec/rtld-elf/rtld.c
==============================================================================
--- stable/11/libexec/rtld-elf/rtld.c	Mon May 29 13:24:27 2017	(r319135)
+++ stable/11/libexec/rtld-elf/rtld.c	Mon May 29 13:25:55 2017	(r319136)
@@ -1,10 +1,14 @@
 /*-
  * Copyright 1996, 1997, 1998, 1999, 2000 John D. Polstra.
  * Copyright 2003 Alexander Kabaev <kan at FreeBSD.ORG>.
- * Copyright 2009-2012 Konstantin Belousov <kib at FreeBSD.ORG>.
+ * Copyright 2009-2013 Konstantin Belousov <kib at FreeBSD.ORG>.
  * Copyright 2012 John Marino <draco at 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 at polstra.com>.
  */
 
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
 #include <sys/param.h>
 #include <sys/mount.h>
 #include <sys/mman.h>


More information about the svn-src-stable mailing list