Date: Fri, 15 Nov 2013 16:16:55 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258177 - head/sys/arm/econa Message-ID: <201311151616.rAFGGtVK079593@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yohanes@gmail.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151616.rAFGGtVK079593>