Module Name:    src
Committed By:   blymn
Date:           Fri Nov  2 04:17:39 UTC 2018

Modified Files:
        src/lib/libcurses: resize.c

Log Message:
Remove obsolete clauses from copyright block.  Original copyright was
mine so should be ok to do.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/resize.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcurses/resize.c
diff -u src/lib/libcurses/resize.c:1.29 src/lib/libcurses/resize.c:1.30
--- src/lib/libcurses/resize.c:1.29	Wed Oct  3 13:22:29 2018
+++ src/lib/libcurses/resize.c	Fri Nov  2 04:17:39 2018
@@ -1,4 +1,4 @@
-/*	$NetBSD: resize.c,v 1.29 2018/10/03 13:22:29 roy Exp $	*/
+/*	$NetBSD: resize.c,v 1.30 2018/11/02 04:17:39 blymn Exp $	*/
 
 /*
  * Copyright (c) 2001
@@ -14,13 +14,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 University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University 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 REGENTS AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -40,7 +33,7 @@
 #if 0
 static char sccsid[] = "@(#)resize.c   blymn 2001/08/26";
 #else
-__RCSID("$NetBSD: resize.c,v 1.29 2018/10/03 13:22:29 roy Exp $");
+__RCSID("$NetBSD: resize.c,v 1.30 2018/11/02 04:17:39 blymn Exp $");
 #endif
 #endif				/* not lint */
 

Reply via email to