Date: Tue, 23 Nov 2010 13:25:27 +0000 (UTC) From: Marko Zec <zec@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r215743 - in stable/8/sys: libkern netgraph vm Message-ID: <201011231325.oANDPRfw031507@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bmilekic@FreeBSD.org>. * 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 <bmilekic@FreeBSD.org>. All rights reserved. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011231325.oANDPRfw031507>