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/admin Pull up revision 1.11 (reque...



details:   https://anonhg.NetBSD.org/src/rev/91e412bf8a5a
branches:  netbsd-1-4
changeset: 470399:91e412bf8a5a
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 22 22:50:03 2000 +0000

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

diffstat:

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

diffs (24 lines):

diff -r f5157ce5e75e -r 91e412bf8a5a usr.sbin/pkg_install/admin/main.c
--- a/usr.sbin/pkg_install/admin/main.c Tue Feb 22 22:43:15 2000 +0000
+++ b/usr.sbin/pkg_install/admin/main.c Tue Feb 22 22:50:03 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: main.c,v 1.3.2.3 1999/09/13 22:47:00 he Exp $  */
+/*     $NetBSD: main.c,v 1.3.2.4 2000/02/22 22:50:03 he Exp $  */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.3.2.3 1999/09/13 22:47:00 he Exp $");
+__RCSID("$NetBSD: main.c,v 1.3.2.4 2000/02/22 22:50:03 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