Module Name:    src
Committed By:   ragge
Date:           Mon May 22 17:23:49 UTC 2017

Modified Files:
        src/sys/dev/ic: sgec.c sgecvar.h

Log Message:
Update copyright notice for Ludd (remove clause 3 & 4).


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/ic/sgec.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/sgecvar.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/dev/ic/sgec.c
diff -u src/sys/dev/ic/sgec.c:1.45 src/sys/dev/ic/sgec.c:1.46
--- src/sys/dev/ic/sgec.c:1.45	Thu Dec 15 09:33:25 2016
+++ src/sys/dev/ic/sgec.c	Mon May 22 17:23:49 2017
@@ -1,4 +1,4 @@
-/*      $NetBSD: sgec.c,v 1.45 2016/12/15 09:33:25 ozaki-r Exp $ */
+/*      $NetBSD: sgec.c,v 1.46 2017/05/22 17:23:49 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
  *
@@ -10,12 +10,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 at Ludd, University of
- *      Lule}, Sweden and its contributors.
- * 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
@@ -45,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.45 2016/12/15 09:33:25 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sgec.c,v 1.46 2017/05/22 17:23:49 ragge Exp $");
 
 #include "opt_inet.h"
 

Index: src/sys/dev/ic/sgecvar.h
diff -u src/sys/dev/ic/sgecvar.h:1.8 src/sys/dev/ic/sgecvar.h:1.9
--- src/sys/dev/ic/sgecvar.h:1.8	Tue Mar 11 05:34:01 2008
+++ src/sys/dev/ic/sgecvar.h	Mon May 22 17:23:49 2017
@@ -1,4 +1,4 @@
-/*      $NetBSD: sgecvar.h,v 1.8 2008/03/11 05:34:01 matt Exp $ */
+/*      $NetBSD: sgecvar.h,v 1.9 2017/05/22 17:23:49 ragge Exp $ */
 /*
  * Copyright (c) 1999 Ludd, University of Lule}, Sweden. All rights reserved.
  *
@@ -10,12 +10,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 at Ludd, University of
- *      Lule}, Sweden and its contributors.
- * 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

Reply via email to