Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2016 09:36:03 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r306400 - in stable/11/sys: kern sys
Message-ID:  <201609280936.u8S9a3GV077044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Wed Sep 28 09:36:03 2016
New Revision: 306400
URL: https://svnweb.freebsd.org/changeset/base/306400

Log:
  MFC r306260:
  Add the foundation copyrights to procctl kernel sources.

Modified:
  stable/11/sys/kern/kern_procctl.c
  stable/11/sys/sys/procctl.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/kern/kern_procctl.c
==============================================================================
--- stable/11/sys/kern/kern_procctl.c	Wed Sep 28 09:33:46 2016	(r306399)
+++ stable/11/sys/kern/kern_procctl.c	Wed Sep 28 09:36:03 2016	(r306400)
@@ -1,6 +1,6 @@
 /*-
  * Copyright (c) 2014 John Baldwin
- * Copyright (c) 2014 The FreeBSD Foundation
+ * Copyright (c) 2014, 2016 The FreeBSD Foundation
  *
  * Portions of this software were developed by Konstantin Belousov
  * under sponsorship from the FreeBSD Foundation.

Modified: stable/11/sys/sys/procctl.h
==============================================================================
--- stable/11/sys/sys/procctl.h	Wed Sep 28 09:33:46 2016	(r306399)
+++ stable/11/sys/sys/procctl.h	Wed Sep 28 09:36:03 2016	(r306400)
@@ -1,8 +1,12 @@
 /*-
  * Copyright (c) 2013 Hudson River Trading LLC
+ * Copyright (c) 2014, 2016 The FreeBSD Foundation
  * Written by: John H. Baldwin <jhb@FreeBSD.org>
  * 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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609280936.u8S9a3GV077044>