From ede5cc25661cf431f1bb531fe6ebda5c8eb277d0 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- pw/Makefile | 2 +- pw/README | 2 +- pw/bitmap.c | 2 +- pw/bitmap.h | 2 +- pw/cpdir.c | 2 +- pw/edgroup.c | 2 +- pw/fileupd.c | 2 +- pw/grupd.c | 2 +- pw/psdate.c | 2 +- pw/psdate.h | 2 +- pw/pw.8 | 2 +- pw/pw.c | 2 +- pw/pw.conf.5 | 2 +- pw/pw.h | 2 +- pw/pw_conf.c | 2 +- pw/pw_group.c | 2 +- pw/pw_log.c | 2 +- pw/pw_nis.c | 2 +- pw/pw_user.c | 2 +- pw/pwupd.c | 2 +- pw/pwupd.h | 2 +- pw/rm_r.c | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) (limited to 'pw') diff --git a/pw/Makefile b/pw/Makefile index c752a61..f5c74a6 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1996/12/17 14:15:33 davidn Exp $ +# $FreeBSD$ PROG= pw SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \ diff --git a/pw/README b/pw/README index 46d0461..0180f7a 100644 --- a/pw/README +++ b/pw/README @@ -18,5 +18,5 @@ other bsd4.4 variants. Author and maintainer: David L. Nugent, -$Id: README,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ +$FreeBSD$ diff --git a/pw/bitmap.c b/pw/bitmap.c index 9d26464..493c543 100644 --- a/pw/bitmap.c +++ b/pw/bitmap.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bitmap.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/bitmap.h b/pw/bitmap.h index 712affd..93a9790 100644 --- a/pw/bitmap.h +++ b/pw/bitmap.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bitmap.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #ifndef _BITMAP_H_ diff --git a/pw/cpdir.c b/pw/cpdir.c index 5f1773c..f8e2c32 100644 --- a/pw/cpdir.c +++ b/pw/cpdir.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpdir.c,v 1.1.1.2 1996/12/09 23:55:15 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/edgroup.c b/pw/edgroup.c index c7b379c..62c2efe 100644 --- a/pw/edgroup.c +++ b/pw/edgroup.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: edgroup.c,v 1.1.1.2 1996/12/10 23:58:54 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/fileupd.c b/pw/fileupd.c index e49e407..9dd63c9 100644 --- a/pw/fileupd.c +++ b/pw/fileupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: fileupd.c,v 1.1.1.2 1996/12/10 23:58:55 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/grupd.c b/pw/grupd.c index 725cf09..583e4bb 100644 --- a/pw/grupd.c +++ b/pw/grupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: grupd.c,v 1.1.1.2 1996/12/10 23:58:56 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/psdate.c b/pw/psdate.c index 9a131fe..d77f1e3 100644 --- a/pw/psdate.c +++ b/pw/psdate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: psdate.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/psdate.h b/pw/psdate.h index b607087..14defb0 100644 --- a/pw/psdate.h +++ b/pw/psdate.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: psdate.h,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #ifndef _PSDATE_H_ diff --git a/pw/pw.8 b/pw/pw.8 index 7b8ebad..1a1f25f 100644 --- a/pw/pw.8 +++ b/pw/pw.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.8,v 1.5 1996/12/19 15:22:41 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW 8 diff --git a/pw/pw.c b/pw/pw.c index e9d55cc..b7336e1 100644 --- a/pw/pw.c +++ b/pw/pw.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.c,v 1.1.1.3 1996/12/10 23:58:58 joerg Exp $ + * $FreeBSD$ */ #include "pw.h" diff --git a/pw/pw.conf.5 b/pw/pw.conf.5 index 4ef6b18..d8324a3 100644 --- a/pw/pw.conf.5 +++ b/pw/pw.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: pw.conf.5,v 1.2 1997/01/05 04:05:22 davidn Exp $ +.\" $FreeBSD$ .\" .Dd December 9, 1996 .Dt PW.CONF 5 diff --git a/pw/pw.h b/pw/pw.h index 37c4807..55edc21 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw.h,v 1.3 1996/12/21 15:35:42 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_conf.c b/pw/pw_conf.c index bf93c2a..79da46a 100644 --- a/pw/pw_conf.c +++ b/pw/pw_conf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_conf.c,v 1.2 1996/12/21 15:35:42 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_group.c b/pw/pw_group.c index a8b3c41..0e698cd 100644 --- a/pw/pw_group.c +++ b/pw/pw_group.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_group.c,v 1.2 1996/12/19 15:22:44 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_log.c b/pw/pw_log.c index 753ca8e..7f11ea9 100644 --- a/pw/pw_log.c +++ b/pw/pw_log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_log.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pw_nis.c b/pw/pw_nis.c index 781cfdd..f88ce66 100644 --- a/pw/pw_nis.c +++ b/pw/pw_nis.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #include diff --git a/pw/pw_user.c b/pw/pw_user.c index 9f95fee..effad9a 100644 --- a/pw/pw_user.c +++ b/pw/pw_user.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pw_user.c,v 1.11 1997/01/03 04:42:18 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pwupd.c b/pw/pwupd.c index 29ee0bb..a2c2431 100644 --- a/pw/pwupd.c +++ b/pw/pwupd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.c,v 1.2 1996/12/21 15:35:44 davidn Exp $ + * $FreeBSD$ */ #include diff --git a/pw/pwupd.h b/pw/pwupd.h index 457a91b..652f259 100644 --- a/pw/pwupd.h +++ b/pw/pwupd.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pwupd.h,v 1.1.1.2 1996/12/10 23:59:03 joerg Exp $ + * $FreeBSD$ */ #ifndef _PWUPD_H_ diff --git a/pw/rm_r.c b/pw/rm_r.c index 49cd553..b1dd1a2 100644 --- a/pw/rm_r.c +++ b/pw/rm_r.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: rm_r.c,v 1.1.1.1 1996/12/09 14:05:35 joerg Exp $ + * $FreeBSD$ */ #include -- cgit v1.2.3-56-ge451