From owner-svn-src-head@FreeBSD.ORG Fri Nov 15 16:16:56 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59C87759; Fri, 15 Nov 2013 16:16:56 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E957241F; Fri, 15 Nov 2013 16:16:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAFGGu67079595; Fri, 15 Nov 2013 16:16:56 GMT (envelope-from jhb@svn.freebsd.org) Received: (from jhb@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAFGGtVK079593; Fri, 15 Nov 2013 16:16:55 GMT (envelope-from jhb@svn.freebsd.org) Message-Id: <201311151616.rAFGGtVK079593@svn.freebsd.org> From: John Baldwin Date: Fri, 15 Nov 2013 16:16:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258177 - head/sys/arm/econa 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.16 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: Fri, 15 Nov 2013 16:16:56 -0000 Author: jhb Date: Fri Nov 15 16:16:55 2013 New Revision: 258177 URL: http://svnweb.freebsd.org/changeset/base/258177 Log: Remove an incorrectly copied and pasted clause from these license statements. Approved by: Yohanes Nugroho MFC after: 1 week Modified: head/sys/arm/econa/uart_bus_ec.c head/sys/arm/econa/uart_cpu_ec.c Modified: head/sys/arm/econa/uart_bus_ec.c ============================================================================== --- head/sys/arm/econa/uart_bus_ec.c Fri Nov 15 16:05:55 2013 (r258176) +++ head/sys/arm/econa/uart_bus_ec.c Fri Nov 15 16:16:55 2013 (r258177) @@ -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 MARVELL nor the names of contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE Modified: head/sys/arm/econa/uart_cpu_ec.c ============================================================================== --- head/sys/arm/econa/uart_cpu_ec.c Fri Nov 15 16:05:55 2013 (r258176) +++ head/sys/arm/econa/uart_cpu_ec.c Fri Nov 15 16:16:55 2013 (r258177) @@ -12,9 +12,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 MARVELL nor the names of contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE