From owner-p4-projects@FreeBSD.ORG Tue Jan 31 01:38:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E400116A423; Tue, 31 Jan 2006 01:38:49 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A23C16A420 for ; Tue, 31 Jan 2006 01:38:49 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32CDC43D46 for ; Tue, 31 Jan 2006 01:38:49 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0V1cniw084047 for ; Tue, 31 Jan 2006 01:38:49 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0V1cmEq084044 for perforce@freebsd.org; Tue, 31 Jan 2006 01:38:48 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Tue, 31 Jan 2006 01:38:48 GMT Message-Id: <200601310138.k0V1cmEq084044@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 90759 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 01:38:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=90759 Change 90759 by rwatson@rwatson_peppercorn on 2006/01/31 01:38:20 $P4$, canonicalize copyrights. Affected files ... .. //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#4 edit .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.8#3 edit .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#4 edit .. //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.h#3 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#4 (text+ko) ==== @@ -1,5 +1,6 @@ /* - * Copyright (c) 2005 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2005 Apple Computer, Inc. + * All rights reserved. * * @APPLE_BSD_LICENSE_HEADER_START@ * @@ -28,6 +29,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * @APPLE_BSD_LICENSE_HEADER_END@ + * + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/audit_warn.c#4 $ */ #include ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.8#3 (text+ko) ==== @@ -1,4 +1,5 @@ -.\" Copyright (c) 2004, Apple Computer, Inc. All rights reserved. +.\" Copyright (c) 2004 Apple Computer, Inc. +.\" All rights reserved. .\" .\" @APPLE_BSD_LICENSE_HEADER_START@ .\" @@ -28,6 +29,8 @@ .\" .\" @APPLE_BSD_LICENSE_HEADER_END@ .\" +.\" $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.8#3 $ +.\" .Dd Jan 24, 2004 .Dt AUDITD 8 .Os ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#4 (text+ko) ==== @@ -29,6 +29,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * @APPLE_BSD_LICENSE_HEADER_END@ + * + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.c#4 $ */ #include ==== //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.h#3 (text+ko) ==== @@ -1,5 +1,6 @@ /* - * Copyright (c) 2005 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2005 Apple Computer, Inc. + * All rights reserved. * * @APPLE_BSD_LICENSE_HEADER_START@ * @@ -28,6 +29,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * @APPLE_BSD_LICENSE_HEADER_END@ + * + * $P4: //depot/projects/trustedbsd/openbsm/bin/auditd/auditd.h#3 $ */ #ifndef _AUDITD_H_