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/info Pull up revision 1.20 (reques...



details:   https://anonhg.NetBSD.org/src/rev/626d8a320db1
branches:  netbsd-1-4
changeset: 470401:626d8a320db1
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:50:49 2000 +0000

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

diffstat:

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

diffs (27 lines):

diff -r bf11c98a3400 -r 626d8a320db1 usr.sbin/pkg_install/info/show.c
--- a/usr.sbin/pkg_install/info/show.c  Tue Feb 22 22:50:26 2000 +0000
+++ b/usr.sbin/pkg_install/info/show.c  Tue Feb 22 22:50:49 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: show.c,v 1.12.2.3 1999/12/20 15:13:15 he Exp $ */
+/*     $NetBSD: show.c,v 1.12.2.4 2000/02/22 22:50:49 he Exp $ */
 
 #include <sys/cdefs.h>
 #ifndef lint
 #if 0
 static const char *rcsid = "from FreeBSD Id: show.c,v 1.11 1997/10/08 07:47:38 charnier Exp";
 #else
-__RCSID("$NetBSD: show.c,v 1.12.2.3 1999/12/20 15:13:15 he Exp $");
+__RCSID("$NetBSD: show.c,v 1.12.2.4 2000/02/22 22:50:49 he Exp $");
 #endif
 #endif
 
@@ -41,7 +41,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