Module Name: src
Committed By: chuck
Date: Tue Feb 1 19:46:28 UTC 2011
Modified Files:
src/sys/net: if_atm.h if_atmsubr.c
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.18 -r1.19 src/sys/net/if_atm.h
cvs rdiff -u -r1.48 -r1.49 src/sys/net/if_atmsubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/net/if_atm.h
diff -u src/sys/net/if_atm.h:1.18 src/sys/net/if_atm.h:1.19
--- src/sys/net/if_atm.h:1.18 Wed Feb 20 17:05:52 2008
+++ src/sys/net/if_atm.h Tue Feb 1 19:46:28 2011
@@ -1,7 +1,6 @@
-/* $NetBSD: if_atm.h,v 1.18 2008/02/20 17:05:52 matt Exp $ */
+/* $NetBSD: if_atm.h,v 1.19 2011/02/01 19:46:28 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
Index: src/sys/net/if_atmsubr.c
diff -u src/sys/net/if_atmsubr.c:1.48 src/sys/net/if_atmsubr.c:1.49
--- src/sys/net/if_atmsubr.c:1.48 Mon Apr 5 07:22:22 2010
+++ src/sys/net/if_atmsubr.c Tue Feb 1 19:46:28 2011
@@ -1,7 +1,6 @@
-/* $NetBSD: if_atmsubr.c,v 1.48 2010/04/05 07:22:22 joerg Exp $ */
+/* $NetBSD: if_atmsubr.c,v 1.49 2011/02/01 19:46:28 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_atmsubr.c,v 1.48 2010/04/05 07:22:22 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atmsubr.c,v 1.49 2011/02/01 19:46:28 chuck Exp $");
#include "opt_inet.h"
#include "opt_gateway.h"