Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Remove 3rd and 4th clauses in christos' license. OK christos.
details: https://anonhg.NetBSD.org/src/rev/de034c63154d
branches: trunk
changeset: 748339:de034c63154d
user: snj <snj%NetBSD.org@localhost>
date: Wed Oct 21 01:07:44 2009 +0000
description:
Remove 3rd and 4th clauses in christos' license. OK christos.
diffstat:
distrib/utils/more/extern.h | 7 +------
games/adventure/extern.h | 7 +------
games/larn/extern.h | 7 +------
include/netgroup.h | 7 +------
lib/libc/gdtoa/_strtof.c | 9 ++-------
lib/libc/gdtoa/_strtold.c | 9 ++-------
lib/libc/gen/_sysconf.c | 9 ++-------
lib/libc/gen/getnetgrent.c | 9 ++-------
lib/libc/include/extern.h | 7 +------
lib/libc/locale/ctypeio.c | 9 ++-------
lib/libc/locale/ctypeio.h | 7 +------
lib/libc/stdio/_fileno.c | 9 ++-------
lib/libc/stdio/_fseeko.c | 9 ++-------
lib/libc/stdio/_ftello.c | 9 ++-------
lib/libc/stdio/fparseln.3 | 7 +------
lib/libc/stdio/fparseln.c | 9 ++-------
lib/libc/stdlib/local.h | 7 +------
lib/libc/string/_strlcat.c | 9 ++-------
lib/libc/string/_strlcpy.c | 9 ++-------
lib/libc/sys/_brk.c | 9 ++-------
lib/libc/sys/_fork.c | 9 ++-------
lib/libc/sys/_getcontext.c | 9 ++-------
lib/libc/sys/_pipe.c | 9 ++-------
lib/libc/sys/_sbrk.c | 9 ++-------
lib/libc/yp/local.h | 7 +------
libexec/rpc.rusersd/rusers_proc.h | 7 +------
libexec/rpc.sprayd/rpc.sprayd.8 | 7 +------
libexec/rpc.sprayd/sprayd.c | 9 ++-------
libexec/talkd/extern.h | 7 +------
sbin/disklabel/extern.h | 7 +------
sbin/disklabel/interact.c | 9 ++-------
sbin/fsck/fsck.8 | 7 +------
sbin/fsck/fsutil.h | 7 +------
sbin/fsck/pathnames.h | 7 +------
sbin/newfs/extern.h | 7 +------
sbin/newfs_ext2fs/extern.h | 7 +------
sbin/route/extern.h | 7 +------
share/man/man8/compat_svr4.8 | 8 +-------
usr.bin/mail/dotlock.c | 9 ++-------
usr.sbin/chrtbl/chrtbl.8 | 7 +------
usr.sbin/chrtbl/chrtbl.c | 7 +------
usr.sbin/chrtbl/ctypeio.c | 9 ++-------
usr.sbin/chrtbl/ctypeio.h | 7 +------
usr.sbin/makefs/ffs/newfs_extern.h | 7 +------
usr.sbin/netgroup_mkdb/netgroup_mkdb.8 | 7 +------
usr.sbin/netgroup_mkdb/netgroup_mkdb.c | 9 ++-------
usr.sbin/netgroup_mkdb/str.c | 9 ++-------
usr.sbin/netgroup_mkdb/str.h | 9 ++-------
usr.sbin/rdate/rdate.8 | 7 +------
usr.sbin/rdate/rdate.c | 9 ++-------
50 files changed, 74 insertions(+), 325 deletions(-)
diffs (truncated from 1267 to 300 lines):
diff -r d31aebe81138 -r de034c63154d distrib/utils/more/extern.h
--- a/distrib/utils/more/extern.h Wed Oct 21 00:35:35 2009 +0000
+++ b/distrib/utils/more/extern.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.3 2004/09/01 01:46:56 chs Exp $ */
+/* $NetBSD: extern.h,v 1.4 2009/10/21 01:07:44 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d games/adventure/extern.h
--- a/games/adventure/extern.h Wed Oct 21 00:35:35 2009 +0000
+++ b/games/adventure/extern.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.13 2009/08/25 06:58:04 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.14 2009/10/21 01:07:44 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d games/larn/extern.h
--- a/games/larn/extern.h Wed Oct 21 00:35:35 2009 +0000
+++ b/games/larn/extern.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.13 2009/08/12 08:04:05 dholland Exp $ */
+/* $NetBSD: extern.h,v 1.14 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d include/netgroup.h
--- a/include/netgroup.h Wed Oct 21 00:35:35 2009 +0000
+++ b/include/netgroup.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netgroup.h,v 1.9 2007/05/10 17:45:50 christos Exp $ */
+/* $NetBSD: netgroup.h,v 1.10 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -12,11 +12,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d lib/libc/gdtoa/_strtof.c
--- a/lib/libc/gdtoa/_strtof.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/gdtoa/_strtof.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: _strtof.c,v 1.1 2006/03/15 17:35:18 kleink Exp $ */
+/* $NetBSD: _strtof.c,v 1.2 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
@@ -31,7 +26,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: _strtof.c,v 1.1 2006/03/15 17:35:18 kleink Exp $");
+__RCSID("$NetBSD: _strtof.c,v 1.2 2009/10/21 01:07:45 snj Exp $");
#endif /* LIBC_SCCS and not lint */
#if defined(__indr_reference)
diff -r d31aebe81138 -r de034c63154d lib/libc/gdtoa/_strtold.c
--- a/lib/libc/gdtoa/_strtold.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/gdtoa/_strtold.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: _strtold.c,v 1.1 2006/03/15 17:35:18 kleink Exp $ */
+/* $NetBSD: _strtold.c,v 1.2 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
@@ -31,7 +26,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: _strtold.c,v 1.1 2006/03/15 17:35:18 kleink Exp $");
+__RCSID("$NetBSD: _strtold.c,v 1.2 2009/10/21 01:07:45 snj Exp $");
#endif /* LIBC_SCCS and not lint */
#if defined(__indr_reference)
diff -r d31aebe81138 -r de034c63154d lib/libc/gen/_sysconf.c
--- a/lib/libc/gen/_sysconf.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/gen/_sysconf.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: _sysconf.c,v 1.4 2005/09/13 01:44:09 christos Exp $ */
+/* $NetBSD: _sysconf.c,v 1.5 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
@@ -31,7 +26,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: _sysconf.c,v 1.4 2005/09/13 01:44:09 christos Exp $");
+__RCSID("$NetBSD: _sysconf.c,v 1.5 2009/10/21 01:07:45 snj Exp $");
#endif /* LIBC_SCCS and not lint */
#if defined(__indr_reference)
diff -r d31aebe81138 -r de034c63154d lib/libc/gen/getnetgrent.c
--- a/lib/libc/gen/getnetgrent.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/gen/getnetgrent.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getnetgrent.c,v 1.40 2008/04/05 08:01:54 rtr Exp $ */
+/* $NetBSD: getnetgrent.c,v 1.41 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1994 Christos Zoulas
@@ -12,11 +12,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 Christos Zoulas.
- * 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
@@ -33,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: getnetgrent.c,v 1.40 2008/04/05 08:01:54 rtr Exp $");
+__RCSID("$NetBSD: getnetgrent.c,v 1.41 2009/10/21 01:07:45 snj Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
diff -r d31aebe81138 -r de034c63154d lib/libc/include/extern.h
--- a/lib/libc/include/extern.h Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/include/extern.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.16 2008/10/31 16:12:18 christos Exp $ */
+/* $NetBSD: extern.h,v 1.17 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d lib/libc/locale/ctypeio.c
--- a/lib/libc/locale/ctypeio.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/locale/ctypeio.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctypeio.c,v 1.9 2009/01/11 02:46:28 christos Exp $ */
+/* $NetBSD: ctypeio.c,v 1.10 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
@@ -31,7 +26,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: ctypeio.c,v 1.9 2009/01/11 02:46:28 christos Exp $");
+__RCSID("$NetBSD: ctypeio.c,v 1.10 2009/10/21 01:07:45 snj Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
diff -r d31aebe81138 -r de034c63154d lib/libc/locale/ctypeio.h
--- a/lib/libc/locale/ctypeio.h Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/locale/ctypeio.h Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ctypeio.h,v 1.3 2009/01/11 02:46:28 christos Exp $ */
+/* $NetBSD: ctypeio.h,v 1.4 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
diff -r d31aebe81138 -r de034c63154d lib/libc/stdio/_fileno.c
--- a/lib/libc/stdio/_fileno.c Wed Oct 21 00:35:35 2009 +0000
+++ b/lib/libc/stdio/_fileno.c Wed Oct 21 01:07:44 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: _fileno.c,v 1.4 2005/09/13 01:44:10 christos Exp $ */
+/* $NetBSD: _fileno.c,v 1.5 2009/10/21 01:07:45 snj Exp $ */
/*
* Copyright (c) 1996 Christos Zoulas. All rights reserved.
@@ -11,11 +11,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 Christos Zoulas.
- * 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
@@ -31,7 +26,7 @@
#include <sys/cdefs.h>
Home |
Main Index |
Thread Index |
Old Index