diff --git a/bin/cat/cat.c b/bin/cat/cat.c index e75e608a60c4..36e6a9847549 100644 --- a/bin/cat/cat.c +++ b/bin/cat/cat.c @@ -41,8 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -/* from: static char sccsid[] = "@(#)cat.c 5.15 (Berkeley) 5/23/91"; */ -static char rcsid[] = "$Id: cat.c,v 1.5 1993/07/11 07:47:40 cgd Exp $"; +/*static char sccsid[] = "from: @(#)cat.c 5.15 (Berkeley) 5/23/91";*/ +static char rcsid[] = "$Id: cat.c,v 1.6 1993/08/01 19:01:07 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 20cd3e24d32d..bb03cbb51ca8 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)chmod.c 5.19 (Berkeley) 3/12/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/chmod/chmod.c,v 1.4 1993/06/07 17:34:40 deraadt Exp $"; +/*static char sccsid[] = "from: @(#)chmod.c 5.19 (Berkeley) 3/12/91";*/ +static char rcsid[] = "$Id: chmod.c,v 1.5 1993/08/01 19:01:05 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/cp/cp.c b/bin/cp/cp.c index d44677a1a15e..deef9810f9cf 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -41,8 +41,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)cp.c 5.24 (Berkeley) 5/6/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/cp/cp.c,v 1.3 1993/03/23 00:23:42 cgd Exp $"; +/*static char sccsid[] = "from: @(#)cp.c 5.24 (Berkeley) 5/6/91";*/ +static char rcsid[] = "$Id: cp.c,v 1.4 1993/08/01 19:01:02 mycroft Exp $"; #endif /* not lint */ /* diff --git a/bin/cp/cp.h b/bin/cp/cp.h index 06f568398a93..256115a6758d 100644 --- a/bin/cp/cp.h +++ b/bin/cp/cp.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)cp.h 5.2 (Berkeley) 4/3/91 - * - * $Header: /cvsroot/src/bin/cp/Attic/cp.h,v 1.3 1993/03/23 00:23:45 cgd Exp $ + * from: @(#)cp.h 5.2 (Berkeley) 4/3/91 + * $Id: cp.h,v 1.4 1993/08/01 19:01:03 mycroft Exp $ */ typedef struct { diff --git a/bin/cp/path.c b/bin/cp/path.c index 178ba3b3de75..b99c1af009db 100644 --- a/bin/cp/path.c +++ b/bin/cp/path.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)path.c 5.1 (Berkeley) 4/3/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/cp/Attic/path.c,v 1.3 1993/03/23 00:23:47 cgd Exp $"; +/*static char sccsid[] = "from: @(#)path.c 5.1 (Berkeley) 4/3/91";*/ +static char rcsid[] = "$Id: path.c,v 1.4 1993/08/01 19:01:01 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/alloc.c b/bin/csh/alloc.c index e9b6d5e3854a..787bc7d58c5d 100644 --- a/bin/csh/alloc.c +++ b/bin/csh/alloc.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)alloc.c 5.8 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/alloc.c,v 1.3 1993/03/23 00:23:56 cgd Exp $"; +/*static char sccsid[] = "from: @(#)alloc.c 5.8 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: alloc.c,v 1.4 1993/08/01 19:00:53 mycroft Exp $"; #endif /* not lint */ /* diff --git a/bin/csh/char.c b/bin/csh/char.c index 907c6459705a..08827b2b5a3a 100644 --- a/bin/csh/char.c +++ b/bin/csh/char.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)char.c 5.6 (Berkeley) 6/7/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/char.c,v 1.3 1993/03/23 00:23:59 cgd Exp $"; +/*static char sccsid[] = "from: @(#)char.c 5.6 (Berkeley) 6/7/91";*/ +static char rcsid[] = "$Id: char.c,v 1.4 1993/08/01 19:00:52 mycroft Exp $"; #endif /* not lint */ #include "char.h" diff --git a/bin/csh/char.h b/bin/csh/char.h index af6f301d5f49..1a2ee2a48880 100644 --- a/bin/csh/char.h +++ b/bin/csh/char.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)char.h 5.6 (Berkeley) 6/4/91 - * - * $Header: /cvsroot/src/bin/csh/char.h,v 1.3 1993/03/23 00:24:02 cgd Exp $ + * from: @(#)char.h 5.6 (Berkeley) 6/4/91 + * $Id: char.h,v 1.4 1993/08/01 19:00:58 mycroft Exp $ */ #include diff --git a/bin/csh/const.c b/bin/csh/const.c index 6e4fcdd9c12c..665348c3fa99 100644 --- a/bin/csh/const.c +++ b/bin/csh/const.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)const.c 5.2 (Berkeley) 6/7/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/const.c,v 1.3 1993/03/23 00:24:04 cgd Exp $"; +/*static char sccsid[] = "from: @(#)const.c 5.2 (Berkeley) 6/7/91";*/ +static char rcsid[] = "$Id: const.c,v 1.4 1993/08/01 19:00:51 mycroft Exp $"; #endif /* not lint */ /* diff --git a/bin/csh/csh.c b/bin/csh/csh.c index f002a8d51406..2c48abbdb248 100644 --- a/bin/csh/csh.c +++ b/bin/csh/csh.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)csh.c 5.26 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/csh.c,v 1.3 1993/03/23 00:24:16 cgd Exp $"; +/*static char sccsid[] = "from: @(#)csh.c 5.26 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: csh.c,v 1.4 1993/08/01 19:00:50 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/csh.h b/bin/csh/csh.h index 424d9273d976..fa76b4d157cd 100644 --- a/bin/csh/csh.h +++ b/bin/csh/csh.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)csh.h 5.15 (Berkeley) 6/8/91 - * - * $Header: /cvsroot/src/bin/csh/csh.h,v 1.3 1993/03/23 00:24:19 cgd Exp $ + * from: @(#)csh.h 5.15 (Berkeley) 6/8/91 + * $Id: csh.h,v 1.4 1993/08/01 19:00:57 mycroft Exp $ */ /* diff --git a/bin/csh/dir.c b/bin/csh/dir.c index 5a0c1d1598e4..8c4a8e6ad6e0 100644 --- a/bin/csh/dir.c +++ b/bin/csh/dir.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dir.c 5.12 (Berkeley) 6/27/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dir.c,v 1.4 1993/03/23 00:24:22 cgd Exp $"; +/*static char sccsid[] = "from: @(#)dir.c 5.12 (Berkeley) 6/27/91";*/ +static char rcsid[] = "$Id: dir.c,v 1.5 1993/08/01 19:00:49 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/dir.h b/bin/csh/dir.h index 1ebd8317bbf8..e5626bd43372 100644 --- a/bin/csh/dir.h +++ b/bin/csh/dir.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)dir.h 5.4 (Berkeley) 6/4/91 - * - * $Header: /cvsroot/src/bin/csh/dir.h,v 1.3 1993/03/23 00:24:25 cgd Exp $ + * from: @(#)dir.h 5.4 (Berkeley) 6/4/91 + * $Id: dir.h,v 1.4 1993/08/01 19:00:56 mycroft Exp $ */ /* diff --git a/bin/csh/dol.c b/bin/csh/dol.c index 4e2abd357878..7fb0e407bdd5 100644 --- a/bin/csh/dol.c +++ b/bin/csh/dol.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)dol.c 5.13 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/dol.c,v 1.3 1993/03/23 00:24:28 cgd Exp $"; +/*static char sccsid[] = "from: @(#)dol.c 5.13 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: dol.c,v 1.4 1993/08/01 19:00:48 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/err.c b/bin/csh/err.c index dfc42bd8d4a9..36621e8cf830 100644 --- a/bin/csh/err.c +++ b/bin/csh/err.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)err.c 5.10 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/err.c,v 1.3 1993/03/23 00:24:31 cgd Exp $"; +/*static char sccsid[] = "from: @(#)err.c 5.10 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: err.c,v 1.4 1993/08/01 19:00:47 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/exec.c b/bin/csh/exec.c index c2952b1914cf..6814ba847246 100644 --- a/bin/csh/exec.c +++ b/bin/csh/exec.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)exec.c 5.17 (Berkeley) 6/17/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exec.c,v 1.3 1993/03/23 00:24:33 cgd Exp $"; +/*static char sccsid[] = "from: @(#)exec.c 5.17 (Berkeley) 6/17/91";*/ +static char rcsid[] = "$Id: exec.c,v 1.4 1993/08/01 19:00:46 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/exp.c b/bin/csh/exp.c index b213c0153c6c..e6b23ede1063 100644 --- a/bin/csh/exp.c +++ b/bin/csh/exp.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)exp.c 5.11 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/exp.c,v 1.3 1993/03/23 00:24:36 cgd Exp $"; +/*static char sccsid[] = "from: @(#)exp.c 5.11 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: exp.c,v 1.4 1993/08/01 19:00:46 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/extern.h b/bin/csh/extern.h index 599320940d40..606602841ed5 100644 --- a/bin/csh/extern.h +++ b/bin/csh/extern.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.4 (Berkeley) 6/8/91 - * - * $Header: /cvsroot/src/bin/csh/extern.h,v 1.3 1993/03/23 00:24:39 cgd Exp $ + * from: @(#)extern.h 5.4 (Berkeley) 6/8/91 + * $Id: extern.h,v 1.4 1993/08/01 19:00:55 mycroft Exp $ */ #include diff --git a/bin/csh/file.c b/bin/csh/file.c index 8cd8a3a6ad1a..ccbf9cb196b6 100644 --- a/bin/csh/file.c +++ b/bin/csh/file.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)file.c 5.17 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/file.c,v 1.3 1993/03/23 00:24:41 cgd Exp $"; +/*static char sccsid[] = "from: @(#)file.c 5.17 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: file.c,v 1.4 1993/08/01 19:00:45 mycroft Exp $"; #endif /* not lint */ #ifdef FILEC diff --git a/bin/csh/func.c b/bin/csh/func.c index 62c7c5ffd63b..0ad3ba40785e 100644 --- a/bin/csh/func.c +++ b/bin/csh/func.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)func.c 5.20 (Berkeley) 6/27/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/func.c,v 1.3 1993/03/23 00:24:45 cgd Exp $"; +/*static char sccsid[] = "from: @(#)func.c 5.20 (Berkeley) 6/27/91";*/ +static char rcsid[] = "$Id: func.c,v 1.4 1993/08/01 19:00:43 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/glob.c b/bin/csh/glob.c index 8df5b2187f50..84c134319d44 100644 --- a/bin/csh/glob.c +++ b/bin/csh/glob.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)glob.c 5.21 (Berkeley) 6/25/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/glob.c,v 1.3 1993/03/23 00:24:48 cgd Exp $"; +/*static char sccsid[] = "from: @(#)glob.c 5.21 (Berkeley) 6/25/91";*/ +static char rcsid[] = "$Id: glob.c,v 1.4 1993/08/01 19:00:42 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/hist.c b/bin/csh/hist.c index 82c37d4884a8..35095e9143c2 100644 --- a/bin/csh/hist.c +++ b/bin/csh/hist.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)hist.c 5.9 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/hist.c,v 1.3 1993/03/23 00:24:51 cgd Exp $"; +/*static char sccsid[] = "from: @(#)hist.c 5.9 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: hist.c,v 1.4 1993/08/01 19:00:40 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/init.c b/bin/csh/init.c index 5cef8292f557..cc93f408ea7b 100644 --- a/bin/csh/init.c +++ b/bin/csh/init.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)init.c 5.12 (Berkeley) 6/27/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/init.c,v 1.3 1993/03/23 00:24:54 cgd Exp $"; +/*static char sccsid[] = "from: @(#)init.c 5.12 (Berkeley) 6/27/91";*/ +static char rcsid[] = "$Id: init.c,v 1.4 1993/08/01 19:00:39 mycroft Exp $"; #endif /* not lint */ #if __STDC__ diff --git a/bin/csh/lex.c b/bin/csh/lex.c index 7fc010aae65e..63e79bb45cd3 100644 --- a/bin/csh/lex.c +++ b/bin/csh/lex.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)lex.c 5.16 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/lex.c,v 1.3 1993/03/23 00:24:58 cgd Exp $"; +/*static char sccsid[] = "from: @(#)lex.c 5.16 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: lex.c,v 1.4 1993/08/01 19:00:37 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/misc.c b/bin/csh/misc.c index 7f08ea779eb0..094bf019c6bb 100644 --- a/bin/csh/misc.c +++ b/bin/csh/misc.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.13 (Berkeley) 6/27/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/misc.c,v 1.3 1993/03/23 00:25:01 cgd Exp $"; +/*static char sccsid[] = "from: @(#)misc.c 5.13 (Berkeley) 6/27/91";*/ +static char rcsid[] = "$Id: misc.c,v 1.4 1993/08/01 19:00:36 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/parse.c b/bin/csh/parse.c index 472a5139cb66..34b363ca86b7 100644 --- a/bin/csh/parse.c +++ b/bin/csh/parse.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)parse.c 5.11 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/parse.c,v 1.3 1993/03/23 00:25:03 cgd Exp $"; +/*static char sccsid[] = "from: @(#)parse.c 5.11 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: parse.c,v 1.4 1993/08/01 19:00:35 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/pathnames.h b/bin/csh/pathnames.h index bb4b95599825..f0c8b532ca90 100644 --- a/bin/csh/pathnames.h +++ b/bin/csh/pathnames.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)pathnames.h 5.6 (Berkeley) 6/8/91 - * - * $Header: /cvsroot/src/bin/csh/pathnames.h,v 1.3 1993/03/23 00:25:06 cgd Exp $ + * from: @(#)pathnames.h 5.6 (Berkeley) 6/8/91 + * $Id: pathnames.h,v 1.4 1993/08/01 19:00:54 mycroft Exp $ */ #define _PATH_BIN "/bin" diff --git a/bin/csh/print.c b/bin/csh/print.c index 416b68e5b6a7..89a877992bb4 100644 --- a/bin/csh/print.c +++ b/bin/csh/print.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)print.c 5.11 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/print.c,v 1.3 1993/03/23 00:25:08 cgd Exp $"; +/*static char sccsid[] = "from: @(#)print.c 5.11 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: print.c,v 1.4 1993/08/01 19:00:34 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/printf.c b/bin/csh/printf.c index b1a4c4d037c0..b1b6fde9eebc 100644 --- a/bin/csh/printf.c +++ b/bin/csh/printf.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)printf.c 5.4 (Berkeley) 6/16/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/Attic/printf.c,v 1.3 1993/03/23 00:25:11 cgd Exp $"; +/*static char sccsid[] = "from: @(#)printf.c 5.4 (Berkeley) 6/16/91";*/ +static char rcsid[] = "$Id: printf.c,v 1.4 1993/08/01 19:00:32 mycroft Exp $"; #endif /* not lint */ /* diff --git a/bin/csh/proc.c b/bin/csh/proc.c index 98a6af19a62a..c5992ab3acb2 100644 --- a/bin/csh/proc.c +++ b/bin/csh/proc.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)proc.c 5.22 (Berkeley) 6/14/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/proc.c,v 1.3 1993/03/23 00:25:14 cgd Exp $"; +/*static char sccsid[] = "from: @(#)proc.c 5.22 (Berkeley) 6/14/91";*/ +static char rcsid[] = "$Id: proc.c,v 1.4 1993/08/01 19:00:33 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/proc.h b/bin/csh/proc.h index 40b096501687..666d36f9a70c 100644 --- a/bin/csh/proc.h +++ b/bin/csh/proc.h @@ -30,9 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)proc.h 5.6 (Berkeley) 6/25/91 - * - * $Header: /cvsroot/src/bin/csh/proc.h,v 1.3 1993/03/23 00:25:17 cgd Exp $ + * from: @(#)proc.h 5.6 (Berkeley) 6/25/91 + * $Id: proc.h,v 1.4 1993/08/01 19:00:54 mycroft Exp $ */ /* diff --git a/bin/csh/sem.c b/bin/csh/sem.c index e62608968624..efb344cbd10f 100644 --- a/bin/csh/sem.c +++ b/bin/csh/sem.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)sem.c 5.17 (Berkeley) 6/17/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/sem.c,v 1.3 1993/03/23 00:25:19 cgd Exp $"; +/*static char sccsid[] = "from: @(#)sem.c 5.17 (Berkeley) 6/17/91";*/ +static char rcsid[] = "$Id: sem.c,v 1.4 1993/08/01 19:00:31 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/set.c b/bin/csh/set.c index 0ff974b08871..34b47b1f9675 100644 --- a/bin/csh/set.c +++ b/bin/csh/set.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)set.c 5.12 (Berkeley) 6/14/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/set.c,v 1.3 1993/03/23 00:25:22 cgd Exp $"; +/*static char sccsid[] = "from: @(#)set.c 5.12 (Berkeley) 6/14/91";*/ +static char rcsid[] = "$Id: set.c,v 1.4 1993/08/01 19:00:30 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/csh/str.c b/bin/csh/str.c index 22e57ee1ec6c..e2c2a0be1961 100644 --- a/bin/csh/str.c +++ b/bin/csh/str.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)str.c 5.5 (Berkeley) 6/27/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/str.c,v 1.3 1993/03/23 00:25:25 cgd Exp $"; +/*static char sccsid[] = "from: @(#)str.c 5.5 (Berkeley) 6/27/91";*/ +static char rcsid[] = "$Id: str.c,v 1.4 1993/08/01 19:00:29 mycroft Exp $"; #endif /* not lint */ /* diff --git a/bin/csh/time.c b/bin/csh/time.c index eb5debb3c01f..27fcb3a0cce1 100644 --- a/bin/csh/time.c +++ b/bin/csh/time.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)time.c 5.14 (Berkeley) 6/8/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/csh/time.c,v 1.3 1993/03/23 00:25:28 cgd Exp $"; +/*static char sccsid[] = "from: @(#)time.c 5.14 (Berkeley) 6/8/91";*/ +static char rcsid[] = "$Id: time.c,v 1.4 1993/08/01 19:00:28 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/date/date.c b/bin/date/date.c index b88c9486dd16..445c3b233108 100644 --- a/bin/date/date.c +++ b/bin/date/date.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)date.c 5.5 (Berkeley) 3/18/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/date/date.c,v 1.4 1993/06/21 05:18:44 deraadt Exp $"; +/*static char sccsid[] = "from: @(#)date.c 5.5 (Berkeley) 3/18/91";*/ +static char rcsid[] = "$Id: date.c,v 1.5 1993/08/01 19:00:18 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/date/netdate.c b/bin/date/netdate.c index cdcfebccc1d1..895e656237b8 100644 --- a/bin/date/netdate.c +++ b/bin/date/netdate.c @@ -32,8 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)netdate.c 5.2 (Berkeley) 2/25/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/date/netdate.c,v 1.3 1993/03/23 00:25:33 cgd Exp $"; +/*static char sccsid[] = "from: @(#)netdate.c 5.2 (Berkeley) 2/25/91";*/ +static char rcsid[] = "$Id: netdate.c,v 1.4 1993/08/01 19:00:17 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/args.c b/bin/dd/args.c index 3d49a3ebe90c..230496a0b3f8 100644 --- a/bin/dd/args.c +++ b/bin/dd/args.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)args.c 5.5 (Berkeley) 7/29/91"; +/*static char sccsid[] = "from: @(#)args.c 5.5 (Berkeley) 7/29/91";*/ +static char rcsid[] = "$Id: args.c,v 1.2 1993/08/01 19:00:12 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 0c916eee9034..749501f083fb 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)conv.c 5.6 (Berkeley) 4/28/93"; +/*static char sccsid[] = "from: @(#)conv.c 5.6 (Berkeley) 4/28/93";*/ +static char rcsid[] = "$Id: conv.c,v 1.2 1993/08/01 19:00:11 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/conv_tab.c b/bin/dd/conv_tab.c index 5a3069fbd0c5..18a784900c49 100644 --- a/bin/dd/conv_tab.c +++ b/bin/dd/conv_tab.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)conv_tab.c 5.3 (Berkeley) 7/29/91"; +/*static char sccsid[] = "from: @(#)conv_tab.c 5.3 (Berkeley) 7/29/91";*/ +static char rcsid[] = "$Id: conv_tab.c,v 1.2 1993/08/01 19:00:09 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/dd.c b/bin/dd/dd.c index dada2320d682..2bcc50c26d4e 100644 --- a/bin/dd/dd.c +++ b/bin/dd/dd.c @@ -42,7 +42,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)dd.c 5.16 (Berkeley) 4/28/93"; +/*static char sccsid[] = "from: @(#)dd.c 5.16 (Berkeley) 4/28/93";*/ +static char rcsid[] = "$Id: dd.c,v 1.2 1993/08/01 19:00:08 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/dd.h b/bin/dd/dd.h index 42724fe03550..f8d348ca2eb3 100644 --- a/bin/dd/dd.h +++ b/bin/dd/dd.h @@ -34,7 +34,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)dd.h 5.4 (Berkeley) 6/2/92 + * from: @(#)dd.h 5.4 (Berkeley) 6/2/92 + * $Id: dd.h,v 1.2 1993/08/01 19:00:14 mycroft Exp $ */ /* Input/output stream state. */ diff --git a/bin/dd/extern.h b/bin/dd/extern.h index e79d39348c4e..0a2f74175585 100644 --- a/bin/dd/extern.h +++ b/bin/dd/extern.h @@ -34,7 +34,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)extern.h 5.4 (Berkeley) 11/13/91 + * from: @(#)extern.h 5.4 (Berkeley) 11/13/91 + * $Id: extern.h,v 1.2 1993/08/01 19:00:13 mycroft Exp $ */ #include diff --git a/bin/dd/misc.c b/bin/dd/misc.c index dce731955d0b..94a5b75ba921 100644 --- a/bin/dd/misc.c +++ b/bin/dd/misc.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)misc.c 5.7 (Berkeley) 4/28/93"; +/*static char sccsid[] = "from: @(#)misc.c 5.7 (Berkeley) 4/28/93";*/ +static char rcsid[] = "$Id: misc.c,v 1.2 1993/08/01 19:00:07 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/dd/position.c b/bin/dd/position.c index a7bd00146cd0..d5159fa39583 100644 --- a/bin/dd/position.c +++ b/bin/dd/position.c @@ -36,7 +36,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)position.c 5.3 (Berkeley) 8/5/91"; +/*static char sccsid[] = "from: @(#)position.c 5.3 (Berkeley) 8/5/91";*/ +static char rcsid[] = "$Id: position.c,v 1.2 1993/08/01 19:00:06 mycroft Exp $"; #endif /* not lint */ #include diff --git a/bin/df/df.c b/bin/df/df.c index 063aa4b4b195..6d9f5eab7a63 100644 --- a/bin/df/df.c +++ b/bin/df/df.c @@ -1 +1 @@ -revision 1.3 intentionally removed +revision 1.4 intentionally removed diff --git a/bin/echo/echo.c b/bin/echo/echo.c index d1b7199f018e..4cffe3c5a304 100644 --- a/bin/echo/echo.c +++ b/bin/echo/echo.c @@ -38,8 +38,8 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)echo.c 5.4 (Berkeley) 4/3/91"; -static char rcsid[] = "$Header: /cvsroot/src/bin/echo/echo.c,v 1.3 1993/03/23 00:25:44 cgd Exp $"; +/*static char sccsid[] = "from: @(#)echo.c 5.4 (Berkeley) 4/3/91";*/ +static char rcsid[] = "$Id: echo.c,v 1.4 1993/08/01 18:59:54 mycroft Exp $"; #endif /* not lint */ #include