Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install adjust copyright



details:   https://anonhg.NetBSD.org/src/rev/1a5d13824c7c
branches:  trunk
changeset: 482781:1a5d13824c7c
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Tue Feb 22 01:24:26 2000 +0000

description:
adjust copyright

diffstat:

 usr.sbin/pkg_install/admin/main.c      |  7 ++++---
 usr.sbin/pkg_install/admin/pkg_admin.1 |  5 +++--
 usr.sbin/pkg_install/info/show.c       |  7 ++++---
 usr.sbin/pkg_install/lib/ftpio.c       |  7 ++++---
 usr.sbin/pkg_install/lib/pkgdb.c       |  7 ++++---
 5 files changed, 19 insertions(+), 14 deletions(-)

diffs (118 lines):

diff -r 4d332d999b70 -r 1a5d13824c7c usr.sbin/pkg_install/admin/main.c
--- a/usr.sbin/pkg_install/admin/main.c Tue Feb 22 01:18:28 2000 +0000
+++ b/usr.sbin/pkg_install/admin/main.c Tue Feb 22 01:24:26 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: main.c,v 1.10 1999/11/29 20:09:54 hubertf Exp $        */
+/*     $NetBSD: main.c,v 1.11 2000/02/22 01:24:26 hubertf Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.10 1999/11/29 20:09:54 hubertf Exp $");
+__RCSID("$NetBSD: main.c,v 1.11 2000/02/22 01:24:26 hubertf 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.
  *
diff -r 4d332d999b70 -r 1a5d13824c7c usr.sbin/pkg_install/admin/pkg_admin.1
--- a/usr.sbin/pkg_install/admin/pkg_admin.1    Tue Feb 22 01:18:28 2000 +0000
+++ b/usr.sbin/pkg_install/admin/pkg_admin.1    Tue Feb 22 01:24:26 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_admin.1,v 1.6 1999/04/10 13:05:18 simonb Exp $
+.\"    $NetBSD: pkg_admin.1,v 1.7 2000/02/22 01:24:26 hubertf Exp $
 .\"
 .\" Copyright (c) 1999 Hubert Feyrer.  All rights reserved.
 .\"
@@ -12,7 +12,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.
 .\"
diff -r 4d332d999b70 -r 1a5d13824c7c usr.sbin/pkg_install/info/show.c
--- a/usr.sbin/pkg_install/info/show.c  Tue Feb 22 01:18:28 2000 +0000
+++ b/usr.sbin/pkg_install/info/show.c  Tue Feb 22 01:24:26 2000 +0000
@@ -1,11 +1,11 @@
-/*     $NetBSD: show.c,v 1.19 1999/12/01 14:51:52 hubertf Exp $        */
+/*     $NetBSD: show.c,v 1.20 2000/02/22 01:24:32 hubertf 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.19 1999/12/01 14:51:52 hubertf Exp $");
+__RCSID("$NetBSD: show.c,v 1.20 2000/02/22 01:24:32 hubertf 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.
  *
diff -r 4d332d999b70 -r 1a5d13824c7c usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c  Tue Feb 22 01:18:28 2000 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c  Tue Feb 22 01:24:26 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: ftpio.c,v 1.16 2000/02/04 03:45:48 hubertf Exp $       */
+/*     $NetBSD: ftpio.c,v 1.17 2000/02/22 01:24:32 hubertf Exp $       */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ftpio.c,v 1.16 2000/02/04 03:45:48 hubertf Exp $");
+__RCSID("$NetBSD: ftpio.c,v 1.17 2000/02/22 01:24:32 hubertf 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.
  *
diff -r 4d332d999b70 -r 1a5d13824c7c usr.sbin/pkg_install/lib/pkgdb.c
--- a/usr.sbin/pkg_install/lib/pkgdb.c  Tue Feb 22 01:18:28 2000 +0000
+++ b/usr.sbin/pkg_install/lib/pkgdb.c  Tue Feb 22 01:24:26 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: pkgdb.c,v 1.5 1999/12/20 18:23:03 hubertf Exp $        */
+/*     $NetBSD: pkgdb.c,v 1.6 2000/02/22 01:24:33 hubertf Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: pkgdb.c,v 1.5 1999/12/20 18:23:03 hubertf Exp $");
+__RCSID("$NetBSD: pkgdb.c,v 1.6 2000/02/22 01:24:33 hubertf 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