Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/pkg_install/lib Pull up revision 1.6 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/daf38c7c0727
branches:  netbsd-1-4
changeset: 470403:daf38c7c0727
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:51:28 2000 +0000

description:
Pull up revision 1.6 (requested by hubertf):
  Copyright adjustments to get proper attribution for ``external''
  use.

diffstat:

 usr.sbin/pkg_install/lib/pkgdb.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d8ef4f5e9960 -r daf38c7c0727 usr.sbin/pkg_install/lib/pkgdb.c
--- a/usr.sbin/pkg_install/lib/pkgdb.c  Tue Feb 22 22:51:10 2000 +0000
+++ b/usr.sbin/pkg_install/lib/pkgdb.c  Tue Feb 22 22:51:28 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: pkgdb.c,v 1.3.2.2 1999/12/20 23:46:46 he Exp $ */
+/*     $NetBSD: pkgdb.c,v 1.3.2.3 2000/02/22 22:51:28 he Exp $ */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.3.2.2 1999/12/20 23:46:46 he Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.3.2.3 2000/02/22 22:51:28 he Exp $");
 #endif
 
 /*
@@ -18,7 +18,8 @@
  *    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 Hubert Feyrer.
+ *      This product includes software developed by Hubert Feyrer for
+ *      the NetBSD Project.
  * 4. The name of the author may not be used to endorse or promote products
  *    derived from this software without specific prior written permission.
  *



Home | Main Index | Thread Index | Old Index