diff options
author | kib <kib@FreeBSD.org> | 2016-09-28 09:36:03 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2016-09-28 09:36:03 +0000 |
commit | dd9bf1d1aa3f561c8dfdd64536c59ece13fd0981 (patch) | |
tree | 9a69abf065486ca2336d53af0981d14a0a3720fa /sys/kern/kern_procctl.c | |
parent | bf2e4ce3d68c4bf4cd1906a5d2b59e10da3b3f43 (diff) | |
download | FreeBSD-src-dd9bf1d1aa3f561c8dfdd64536c59ece13fd0981.zip FreeBSD-src-dd9bf1d1aa3f561c8dfdd64536c59ece13fd0981.tar.gz |
MFC r306260:
Add the foundation copyrights to procctl kernel sources.
Diffstat (limited to 'sys/kern/kern_procctl.c')
-rw-r--r-- | sys/kern/kern_procctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index d028e25..c3d290a 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -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. |