Module Name: src
Committed By: chuck
Date: Tue Feb 1 19:43:12 UTC 2011
Modified Files:
src/sys/netinet: if_atm.c if_atm.h
Log Message:
udpate license clauses on my code to match the new-style BSD licenses.
based on diff that rmind@ sent me.
no functional change with this commit.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/netinet/if_atm.c
cvs rdiff -u -r1.11 -r1.12 src/sys/netinet/if_atm.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/netinet/if_atm.c
diff -u src/sys/netinet/if_atm.c:1.31 src/sys/netinet/if_atm.c:1.32
--- src/sys/netinet/if_atm.c:1.31 Sat Apr 18 14:58:05 2009
+++ src/sys/netinet/if_atm.c Tue Feb 1 19:43:12 2011
@@ -1,7 +1,6 @@
-/* $NetBSD: if_atm.c,v 1.31 2009/04/18 14:58:05 tsutsui Exp $ */
+/* $NetBSD: if_atm.c,v 1.32 2011/02/01 19:43:12 chuck Exp $ */
/*
- *
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
*
@@ -13,12 +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. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Charles D. Cranor and
- * Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -37,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atm.c,v 1.31 2009/04/18 14:58:05 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atm.c,v 1.32 2011/02/01 19:43:12 chuck Exp $");
#include "opt_inet.h"
#include "opt_natm.h"
Index: src/sys/netinet/if_atm.h
diff -u src/sys/netinet/if_atm.h:1.11 src/sys/netinet/if_atm.h:1.12
--- src/sys/netinet/if_atm.h:1.11 Fri Oct 24 17:07:33 2008
+++ src/sys/netinet/if_atm.h Tue Feb 1 19:43:12 2011
@@ -1,7 +1,6 @@
-/* $NetBSD: if_atm.h,v 1.11 2008/10/24 17:07:33 dyoung Exp $ */
+/* $NetBSD: if_atm.h,v 1.12 2011/02/01 19:43:12 chuck Exp $ */
/*
- *
* Copyright (c) 1996 Charles D. Cranor and Washington University.
* All rights reserved.
*
@@ -13,12 +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. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by Charles D. Cranor and
- * Washington University.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES