Date: Wed, 25 Oct 2006 19:20:04 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 108415 for review Message-ID: <200610251920.k9PJK4J8056608@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=108415 Change 108415 by millert@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610251920.k9PJK4J8056608>