From owner-svn-src-stable-8@FreeBSD.ORG Tue Nov 23 13:25:27 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA3081065730; Tue, 23 Nov 2010 13:25:27 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9CE678FC1B; Tue, 23 Nov 2010 13:25:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oANDPRY3031514; Tue, 23 Nov 2010 13:25:27 GMT (envelope-from zec@svn.freebsd.org) Received: (from zec@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oANDPRfw031507; Tue, 23 Nov 2010 13:25:27 GMT (envelope-from zec@svn.freebsd.org) Message-Id: <201011231325.oANDPRfw031507@svn.freebsd.org> From: Marko Zec Date: Tue, 23 Nov 2010 13:25:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215743 - in stable/8/sys: libkern netgraph vm X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2010 13:25:27 -0000 Author: zec Date: Tue Nov 23 13:25:27 2010 New Revision: 215743 URL: http://svn.freebsd.org/changeset/base/215743 Log: MFC 206360: Start copyright notice with /*- Modified: stable/8/sys/libkern/iconv_xlat.c stable/8/sys/libkern/strcasecmp.c stable/8/sys/netgraph/ng_pipe.c stable/8/sys/netgraph/ng_pipe.h stable/8/sys/vm/memguard.c stable/8/sys/vm/memguard.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/libkern/iconv_xlat.c ============================================================================== --- stable/8/sys/libkern/iconv_xlat.c Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/libkern/iconv_xlat.c Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * Modified: stable/8/sys/libkern/strcasecmp.c ============================================================================== --- stable/8/sys/libkern/strcasecmp.c Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/libkern/strcasecmp.c Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * Modified: stable/8/sys/netgraph/ng_pipe.c ============================================================================== --- stable/8/sys/netgraph/ng_pipe.c Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/netgraph/ng_pipe.c Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004-2008 University of Zagreb * Copyright (c) 2007-2008 FreeBSD Foundation * Modified: stable/8/sys/netgraph/ng_pipe.h ============================================================================== --- stable/8/sys/netgraph/ng_pipe.h Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/netgraph/ng_pipe.h Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2004-2008 University of Zagreb * Copyright (c) 2007-2008 FreeBSD Foundation * Modified: stable/8/sys/vm/memguard.c ============================================================================== --- stable/8/sys/vm/memguard.c Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/vm/memguard.c Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2005, Bosko Milekic . * Copyright (c) 2010 Isilon Systems, Inc. (http://www.isilon.com/) * All rights reserved. Modified: stable/8/sys/vm/memguard.h ============================================================================== --- stable/8/sys/vm/memguard.h Tue Nov 23 12:51:08 2010 (r215742) +++ stable/8/sys/vm/memguard.h Tue Nov 23 13:25:27 2010 (r215743) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2005, * Bosko Milekic . All rights reserved. *