Date: Wed, 7 Apr 2010 18:26:13 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r206379 - head/sys/i386/i386 Message-ID: <201004071826.o37IQD0m075731@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Wed Apr 7 18:26:13 2010 New Revision: 206379 URL: http://svn.freebsd.org/changeset/base/206379 Log: Switch to our preferred 2-clause BSD license. Approved by: jfv Modified: head/sys/i386/i386/mpboot.s Modified: head/sys/i386/i386/mpboot.s ============================================================================== --- head/sys/i386/i386/mpboot.s Wed Apr 7 18:24:38 2010 (r206378) +++ head/sys/i386/i386/mpboot.s Wed Apr 7 18:26:13 2010 (r206379) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1995, Jack F. Vogel + * Copyright (c) 1995 Jack F. Vogel * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -10,11 +10,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jack F. Vogel - * 4. The name of the developer may be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004071826.o37IQD0m075731>