summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authormartin <martin>2008-04-29 05:46:08 +0000
committermartin <martin>2008-04-29 05:46:08 +0000
commit15a93bcc7f8633674bf86f5ad48d6c7972d3958b (patch)
treedbc327c4324d3e373856fec0c230a2e1a1bf4ab1 /devel/libgetopt
parentc44489cbedb0165fac5f69e642cdd42690f99e28 (diff)
downloadpkgsrc-15a93bcc7f8633674bf86f5ad48d6c7972d3958b.tar.gz
Drop clauses 3 and 4 from TNF licenses
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/files/getopt.h9
-rw-r--r--devel/libgetopt/files/getopt_long.c9
2 files changed, 2 insertions, 16 deletions
diff --git a/devel/libgetopt/files/getopt.h b/devel/libgetopt/files/getopt.h
index 2c79b0fefb7..5d6bf7ff54c 100644
--- a/devel/libgetopt/files/getopt.h
+++ b/devel/libgetopt/files/getopt.h
@@ -1,4 +1,4 @@
-/* $NetBSD: getopt.h,v 1.5 2008/02/22 01:27:55 tnn Exp $ */
+/* $NetBSD: getopt.h,v 1.6 2008/04/29 05:46:09 martin Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -15,13 +15,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 NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
diff --git a/devel/libgetopt/files/getopt_long.c b/devel/libgetopt/files/getopt_long.c
index c082821aad8..2d2b4b7eae1 100644
--- a/devel/libgetopt/files/getopt_long.c
+++ b/devel/libgetopt/files/getopt_long.c
@@ -1,4 +1,4 @@
-/* $NetBSD: getopt_long.c,v 1.2 2005/03/10 21:15:09 tv Exp $ */
+/* $NetBSD: getopt_long.c,v 1.3 2008/04/29 05:46:09 martin Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -15,13 +15,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 NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED