svn commit: r187215 - head/sys/security/audit

Robert Watson rwatson at FreeBSD.org
Wed Jan 14 04:16:16 PST 2009


Author: rwatson
Date: Wed Jan 14 12:16:14 2009
New Revision: 187215
URL: http://svn.freebsd.org/changeset/base/187215

Log:
  Update copyright, P4 version number as audit_bsm_token.c reflects changes
  in bsm_token.c through #86 from OpenBSM.
  
  MFC after:	1 month
  Sponsored by:	Apple, Inc.
  Obtained from:	TrustedBSD Project

Modified:
  head/sys/security/audit/audit_bsm_token.c

Modified: head/sys/security/audit/audit_bsm_token.c
==============================================================================
--- head/sys/security/audit/audit_bsm_token.c	Wed Jan 14 10:44:16 2009	(r187214)
+++ head/sys/security/audit/audit_bsm_token.c	Wed Jan 14 12:16:14 2009	(r187215)
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2004-2008 Apple Inc.
+ * Copyright (c) 2004-2009 Apple Inc.
  * Copyright (c) 2005 SPARTA, Inc.
  * All rights reserved.
  *
@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#72
+ * P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#86
  */
 
 #include <sys/cdefs.h>


More information about the svn-src-all mailing list