PERFORCE change 108415 for review
Todd Miller
millert at FreeBSD.org
Wed Oct 25 12:25:49 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=108415
Change 108415 by millert at millert_macbook on 2006/10/25 19:19:39
Add modification clause
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/mach_process.c#3 edit
.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/vm/vm_unix.c#4 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/kern/mach_process.c#3 (text+ko) ====
@@ -59,6 +59,12 @@
*
* from: @(#)sys_process.c 8.1 (Berkeley) 6/10/93
*/
+/*
+ * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
+ * support for mandatory and extensible security protections. This notice
+ * is included in support of clause 2.2 (b) of the Apple Public License,
+ * Version 2.0.
+ */
#include <machine/reg.h>
#include <machine/psl.h>
==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/vm/vm_unix.c#4 (text+ko) ====
@@ -25,11 +25,13 @@
* All rights reserved. The CMU software License Agreement specifies
* the terms and conditions for use and redistribution.
*/
-
/*
+ * NOTICE: This file was modified by SPARTA, Inc. in 2006 to introduce
+ * support for mandatory and extensible security protections. This notice
+ * is included in support of clause 2.2 (b) of the Apple Public License,
+ * Version 2.0.
*/
-
#include <meta_features.h>
#include <kern/task.h>
More information about the trustedbsd-cvs
mailing list