svn commit: r258177 - head/sys/arm/econa

John Baldwin jhb at FreeBSD.org
Fri Nov 15 16:16:56 UTC 2013


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 at 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


More information about the svn-src-all mailing list