From owner-svn-src-stable-10@FreeBSD.ORG Mon Nov 3 10:38:04 2014 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D50452F; Mon, 3 Nov 2014 10:38:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18A3BB9C; Mon, 3 Nov 2014 10:38:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA3Ac3eZ019079; Mon, 3 Nov 2014 10:38:03 GMT (envelope-from nyan@FreeBSD.org) Received: (from nyan@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA3Ac3ug019078; Mon, 3 Nov 2014 10:38:03 GMT (envelope-from nyan@FreeBSD.org) Message-Id: <201411031038.sA3Ac3ug019078@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nyan set sender to nyan@FreeBSD.org using -f From: Takahashi Yoshihiro Date: Mon, 3 Nov 2014 10:38:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r274029 - stable/10/sys/boot/pc98/cdboot X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2014 10:38:04 -0000 Author: nyan Date: Mon Nov 3 10:38:03 2014 New Revision: 274029 URL: https://svnweb.freebsd.org/changeset/base/274029 Log: MFC: r272252 Drop the 3rd clause from all 3 clause BSD licenses. Modified: stable/10/sys/boot/pc98/cdboot/cdboot.S Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/boot/pc98/cdboot/cdboot.S ============================================================================== --- stable/10/sys/boot/pc98/cdboot/cdboot.S Mon Nov 3 10:33:01 2014 (r274028) +++ stable/10/sys/boot/pc98/cdboot/cdboot.S Mon Nov 3 10:38:03 2014 (r274029) @@ -11,9 +11,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. Neither the name of the author nor the names of any co-contributors -# 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