diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-01-14 12:16:14 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-01-14 12:16:14 +0000 |
commit | d6a889ecb31a0300f3ca334a2aa80c3ff2f9e82b (patch) | |
tree | b122b80eb0cf467f3cb608d467a065fe95c5bf3c /sys/security | |
parent | decd722669c40502553396eefd1098657c2eac59 (diff) | |
download | FreeBSD-src-d6a889ecb31a0300f3ca334a2aa80c3ff2f9e82b.zip FreeBSD-src-d6a889ecb31a0300f3ca334a2aa80c3ff2f9e82b.tar.gz |
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
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/audit/audit_bsm_token.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/security/audit/audit_bsm_token.c b/sys/security/audit/audit_bsm_token.c index f4a84e7..a30fa53 100644 --- a/sys/security/audit/audit_bsm_token.c +++ b/sys/security/audit/audit_bsm_token.c @@ -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> |