svn commit: r306400 - in stable/11/sys: kern sys
Konstantin Belousov
kib at FreeBSD.org
Wed Sep 28 09:36:04 UTC 2016
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 at 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:
More information about the svn-src-all
mailing list