Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/at91 Drop 3rd and 4th clauses. Approved by all...



details:   https://anonhg.NetBSD.org/src/rev/367a5e040a78
branches:  trunk
changeset: 748565:367a5e040a78
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Oct 27 03:42:31 2009 +0000

description:
Drop 3rd and 4th clauses.  Approved by all copyright holders
(Embedtronics Oy's owners, Jon Sevy, and joff).

diffstat:

 sys/arch/arm/at91/at91st.c    |  11 ++---------
 sys/arch/arm/at91/at91tctmr.c |  11 ++---------
 2 files changed, 4 insertions(+), 18 deletions(-)

diffs (64 lines):

diff -r cbe9058b9d8f -r 367a5e040a78 sys/arch/arm/at91/at91st.c
--- a/sys/arch/arm/at91/at91st.c        Tue Oct 27 03:05:27 2009 +0000
+++ b/sys/arch/arm/at91/at91st.c        Tue Oct 27 03:42:31 2009 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: at91st.c,v 1.2 2008/07/03 01:15:38 matt Exp $*/
+/*$NetBSD: at91st.c,v 1.3 2009/10/27 03:42:31 snj Exp $*/
 
 /*
  * AT91RM9200 clock functions
@@ -20,13 +20,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 NetBSD
- *Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -47,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: at91st.c,v 1.2 2008/07/03 01:15:38 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: at91st.c,v 1.3 2009/10/27 03:42:31 snj Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
diff -r cbe9058b9d8f -r 367a5e040a78 sys/arch/arm/at91/at91tctmr.c
--- a/sys/arch/arm/at91/at91tctmr.c     Tue Oct 27 03:05:27 2009 +0000
+++ b/sys/arch/arm/at91/at91tctmr.c     Tue Oct 27 03:42:31 2009 +0000
@@ -1,4 +1,4 @@
-/*$NetBSD: at91tctmr.c,v 1.2 2008/07/03 01:15:38 matt Exp $*/
+/*$NetBSD: at91tctmr.c,v 1.3 2009/10/27 03:42:31 snj Exp $*/
 
 /*
  * AT91 Timer Counter (TC) based clock functions
@@ -20,13 +20,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 NetBSD
- *Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
- *    contributors may be used to endorse or promote products derived
- *    from this software without specific prior written permission.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -47,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: at91tctmr.c,v 1.2 2008/07/03 01:15:38 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: at91tctmr.c,v 1.3 2009/10/27 03:42:31 snj Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index