Module Name:    othersrc
Committed By:   lukem
Date:           Tue Jan 29 07:44:36 UTC 2019

Modified Files:
        othersrc/libexec/tnftpd/libnetbsd: strlcpy.c

Log Message:
strlcpy.c: fix copyright

Fix copyright per NetBSD src/lib/libc/string/Attic/strlcpy.c rev 1.14
by removing duplicate copy of Todd Miller's copyright statement.

Confirmed against OpenBSD src/lib/libc/string/strlcpy.c rev 1.7
per the OpenBSD RCSID in the comment.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/strlcpy.c

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

Modified files:

Index: othersrc/libexec/tnftpd/libnetbsd/strlcpy.c
diff -u othersrc/libexec/tnftpd/libnetbsd/strlcpy.c:1.3 othersrc/libexec/tnftpd/libnetbsd/strlcpy.c:1.4
--- othersrc/libexec/tnftpd/libnetbsd/strlcpy.c:1.3	Sun Sep 21 16:35:25 2008
+++ othersrc/libexec/tnftpd/libnetbsd/strlcpy.c	Tue Jan 29 07:44:36 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: strlcpy.c,v 1.3 2008/09/21 16:35:25 lukem Exp $ */
+/* $NetBSD: strlcpy.c,v 1.4 2019/01/29 07:44:36 lukem Exp $ */
 /*	from NetBSD: strlcpy.c,v 1.14 2003/10/27 00:12:42 lukem Exp 	*/
 /*	from OpenBSD: strlcpy.c,v 1.7 2003/04/12 21:56:39 millert Exp 	*/
 
@@ -18,33 +18,6 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/*
- * Copyright (c) 1998 Todd C. Miller <[email protected]>
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 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. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
- * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
- * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
- * THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
- * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
 #include "tnftpd.h"
 
 /*

Reply via email to