From owner-svn-src-head@freebsd.org Wed Aug 5 17:05:38 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C849B4F43; Wed, 5 Aug 2015 17:05:38 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.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 260D7B28; Wed, 5 Aug 2015 17:05:38 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t75H5ckc024786; Wed, 5 Aug 2015 17:05:38 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t75H5aSD024777; Wed, 5 Aug 2015 17:05:36 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <201508051705.t75H5aSD024777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Wed, 5 Aug 2015 17:05:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r286327 - in head/sys: arm/include arm64/include mips/include powerpc/include sparc64/include x86/include X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2015 17:05:38 -0000 Author: emaste Date: Wed Aug 5 17:05:35 2015 New Revision: 286327 URL: https://svnweb.freebsd.org/changeset/base/286327 Log: Rationalize BSD license on sys/*/include/float.h Remove the advertising clause from the Regents of the University of California's license, per the letter dated July 22, 1999. Update clause numbering. Modified: head/sys/arm/include/float.h head/sys/arm64/include/float.h head/sys/mips/include/float.h head/sys/powerpc/include/float.h head/sys/sparc64/include/float.h head/sys/x86/include/float.h Modified: head/sys/arm/include/float.h ============================================================================== --- head/sys/arm/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/arm/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -10,11 +10,7 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/arm64/include/float.h ============================================================================== --- head/sys/arm64/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/arm64/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -10,10 +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 the University of - * California, Berkeley and its contributors. * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. Modified: head/sys/mips/include/float.h ============================================================================== --- head/sys/mips/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/mips/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -10,7 +10,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/powerpc/include/float.h ============================================================================== --- head/sys/powerpc/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/powerpc/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -10,7 +10,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/sparc64/include/float.h ============================================================================== --- head/sys/sparc64/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/sparc64/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -14,7 +14,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * Modified: head/sys/x86/include/float.h ============================================================================== --- head/sys/x86/include/float.h Wed Aug 5 16:58:04 2015 (r286326) +++ head/sys/x86/include/float.h Wed Aug 5 17:05:35 2015 (r286327) @@ -10,7 +10,7 @@ * 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. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. *