pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Drop advertising clause fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfd614652dc6
branches: trunk
changeset: 460306:bfd614652dc6
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Aug 27 12:25:40 2003 +0000
description:
Drop advertising clause from UCB licensed code, following changes done in
NetBSD's source files.
diffstat:
pkgtools/libnbcompat/files/__fts13.c | 10 +++-------
pkgtools/libnbcompat/files/getenv.c | 8 ++------
pkgtools/libnbcompat/files/getid.c | 8 ++------
pkgtools/libnbcompat/files/glob.c | 10 +++-------
pkgtools/libnbcompat/files/misc.c | 10 +++-------
pkgtools/libnbcompat/files/mkstemp.c | 10 +++-------
pkgtools/libnbcompat/files/pwcache.c | 10 +++-------
pkgtools/libnbcompat/files/setenv.c | 8 ++------
pkgtools/libnbcompat/files/setmode.c | 10 +++-------
pkgtools/libnbcompat/files/spec.c | 10 +++-------
pkgtools/libnbcompat/files/stat_flags.c | 10 +++-------
pkgtools/libnbcompat/files/strdup.c | 10 +++-------
pkgtools/libnbcompat/files/strmode.c | 10 +++-------
pkgtools/libnbcompat/files/strsep.c | 10 +++-------
pkgtools/libnbcompat/files/strtoll.c | 10 +++-------
pkgtools/libnbcompat/files/unvis.c | 10 +++-------
16 files changed, 45 insertions(+), 109 deletions(-)
diffs (truncated from 440 to 300 lines):
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/__fts13.c
--- a/pkgtools/libnbcompat/files/__fts13.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/__fts13.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: __fts13.c,v 1.1.1.1 2003/03/31 05:02:22 grant Exp $ */
+/* $NetBSD: __fts13.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -12,11 +12,7 @@
* 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
+ * 3. 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.
*
@@ -43,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#else
-__RCSID("$NetBSD: __fts13.c,v 1.1.1.1 2003/03/31 05:02:22 grant Exp $");
+__RCSID("$NetBSD: __fts13.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/getenv.c
--- a/pkgtools/libnbcompat/files/getenv.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/getenv.c Wed Aug 27 12:25:40 2003 +0000
@@ -10,11 +10,7 @@
* 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
+ * 3. 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.
*
@@ -33,7 +29,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/
-static char *rcsid = "$Id: getenv.c,v 1.1.1.1 2003/03/31 05:02:46 grant Exp $";
+static char *rcsid = "$Id: getenv.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/getid.c
--- a/pkgtools/libnbcompat/files/getid.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/getid.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getid.c,v 1.1.1.1 2003/03/31 05:02:46 grant Exp $ */
+/* $NetBSD: getid.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/* from: NetBSD: getpwent.c,v 1.48 2000/10/03 03:22:26 enami Exp */
/* from: NetBSD: getgrent.c,v 1.41 2002/01/12 23:51:30 lukem Exp */
@@ -14,11 +14,7 @@
* 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
+ * 3. 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.
*
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/glob.c
--- a/pkgtools/libnbcompat/files/glob.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/glob.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,5 +1,5 @@
-/* $Id: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */
-/* $NetBSD: glob.c,v 1.1.1.1 2003/03/31 05:02:48 grant Exp $ */
+/* $Id: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
+/* $NetBSD: glob.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -16,11 +16,7 @@
* 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
+ * 3. 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.
*
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/misc.c
--- a/pkgtools/libnbcompat/files/misc.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/misc.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: misc.c,v 1.1.1.1 2003/03/31 05:02:55 grant Exp $ */
+/* $NetBSD: misc.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -12,11 +12,7 @@
* 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
+ * 3. 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.
*
@@ -42,7 +38,7 @@
#endif
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: misc.c,v 1.1.1.1 2003/03/31 05:02:55 grant Exp $");
+__RCSID("$NetBSD: misc.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/mkstemp.c
--- a/pkgtools/libnbcompat/files/mkstemp.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/mkstemp.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,5 +1,5 @@
-/* $Id: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */
-/* $NetBSD: mkstemp.c,v 1.1.1.1 2003/03/31 05:02:56 grant Exp $ */
+/* $Id: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
+/* $NetBSD: mkstemp.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -13,11 +13,7 @@
* 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
+ * 3. 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.
*
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/pwcache.c
--- a/pkgtools/libnbcompat/files/pwcache.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/pwcache.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pwcache.c,v 1.1.1.1 2003/03/31 05:02:58 grant Exp $ */
+/* $NetBSD: pwcache.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
@@ -16,11 +16,7 @@
* 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
+ * 3. 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.
*
@@ -80,7 +76,7 @@
#if 0
static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pwcache.c,v 1.1.1.1 2003/03/31 05:02:58 grant Exp $");
+__RCSID("$NetBSD: pwcache.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/setenv.c
--- a/pkgtools/libnbcompat/files/setenv.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/setenv.c Wed Aug 27 12:25:40 2003 +0000
@@ -10,11 +10,7 @@
* 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
+ * 3. 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.
*
@@ -33,7 +29,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)setenv.c 5.6 (Berkeley) 6/4/91";*/
-static char *rcsid = "$Id: setenv.c,v 1.3 2003/07/13 02:36:18 grant Exp $";
+static char *rcsid = "$Id: setenv.c,v 1.4 2003/08/27 12:25:40 jmmv Exp $";
#endif /* LIBC_SCCS and not lint */
#ifdef HAVE_CONFIG_H
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/setmode.c
--- a/pkgtools/libnbcompat/files/setmode.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/setmode.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: setmode.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $ */
+/* $NetBSD: setmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -15,11 +15,7 @@
* 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
+ * 3. 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.
*
@@ -48,7 +44,7 @@
#if 0
static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94";
#else
-__RCSID("$NetBSD: setmode.c,v 1.1.1.1 2003/03/31 05:03:00 grant Exp $");
+__RCSID("$NetBSD: setmode.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/spec.c
--- a/pkgtools/libnbcompat/files/spec.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/spec.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: spec.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */
+/* $NetBSD: spec.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -12,11 +12,7 @@
* 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
+ * 3. 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.
*
@@ -79,7 +75,7 @@
#if 0
static char sccsid[] = "@(#)spec.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: spec.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $");
+__RCSID("$NetBSD: spec.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $");
#endif
#endif /* not lint */
diff -r 8aa99fa1e531 -r bfd614652dc6 pkgtools/libnbcompat/files/stat_flags.c
--- a/pkgtools/libnbcompat/files/stat_flags.c Wed Aug 27 11:29:56 2003 +0000
+++ b/pkgtools/libnbcompat/files/stat_flags.c Wed Aug 27 12:25:40 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stat_flags.c,v 1.1.1.1 2003/03/31 05:03:04 grant Exp $ */
+/* $NetBSD: stat_flags.c,v 1.2 2003/08/27 12:25:40 jmmv Exp $ */
/*-
* Copyright (c) 1993
@@ -12,11 +12,7 @@
* 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
+ * 3. 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.
*
@@ -45,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)stat_flags.c 8.2 (Berkeley) 7/28/94";
Home |
Main Index |
Thread Index |
Old Index