Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/printenv Fix inconsistancy at start of copyright mes...



details:   https://anonhg.NetBSD.org/src/rev/63c29bf462b5
branches:  trunk
changeset: 476230:63c29bf462b5
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Sep 10 04:05:28 1999 +0000

description:
Fix inconsistancy at start of copyright message.

diffstat:

 usr.bin/printenv/printenv.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a7b3640ee136 -r 63c29bf462b5 usr.bin/printenv/printenv.c
--- a/usr.bin/printenv/printenv.c       Fri Sep 10 03:24:14 1999 +0000
+++ b/usr.bin/printenv/printenv.c       Fri Sep 10 04:05:28 1999 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: printenv.c,v 1.6 1997/10/19 12:44:26 lukem Exp $       */
+/*     $NetBSD: printenv.c,v 1.7 1999/09/10 04:05:28 simonb Exp $      */
 
 /*
  * Copyright (c) 1987, 1993
- *    Regents of the University of California.  All rights reserved.
+ *    The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -41,7 +41,7 @@
 
 #ifndef lint
 /*static char sccsid[] = "from: @(#)printenv.c 8.2 (Berkeley) 5/4/95";*/
-__RCSID("$NetBSD: printenv.c,v 1.6 1997/10/19 12:44:26 lukem Exp $");
+__RCSID("$NetBSD: printenv.c,v 1.7 1999/09/10 04:05:28 simonb Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>



Home | Main Index | Thread Index | Old Index