Skip to content

Commit d13d599

Browse files
committed
Some RCS ID cleanup: delete $Log$ and replace other RCS keywords with $Id$.
1 parent 39ddfeb commit d13d599

28 files changed

+39
-82
lines changed

col.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/col.c,v $
3-
* $Author: danw $
2+
* $Id: col.c,v 1.10 1999-01-22 23:08:50 ghudson Exp $
43
*
54
* This program is part of a package including delete, undelete,
65
* lsdel, expunge and purge. The software suite is meant as a
@@ -11,7 +10,7 @@
1110
*/
1211

1312
#if (!defined(lint) && !defined(SABER))
14-
static char rcsid_col_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/col.c,v 1.9 1997-12-31 22:35:57 danw Exp $";
13+
static char rcsid_col_c[] = "$Id: col.c,v 1.10 1999-01-22 23:08:50 ghudson Exp $";
1514
#endif
1615

1716
/*

col.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/col.h,v $
3-
* $Author: jik $
2+
* $Id: col.h,v 1.4 1999-01-22 23:08:51 ghudson Exp $
43
*
54
* This header file is part of a package including delete, undelete,
65
* lsdel, expunge and purge. The software suite is meant as a

delete.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete.c,v $
3-
* $Author: ghudson $
2+
* $Id: delete.c,v 1.33 1999-01-22 23:08:52 ghudson Exp $
43
*
54
* This program is a replacement for rm. Instead of actually deleting
65
* files, it marks them for deletion by prefixing them with a ".#"
@@ -11,7 +10,7 @@
1110
*/
1211

1312
#if (!defined(lint) && !defined(SABER))
14-
static char rcsid_delete_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete.c,v 1.32 1998-11-16 16:42:05 ghudson Exp $";
13+
static char rcsid_delete_c[] = "$Id: delete.c,v 1.33 1999-01-22 23:08:52 ghudson Exp $";
1514
#endif
1615

1716
#include <sys/types.h>

delete.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete.h,v $
3-
* $Author: jik $
4-
* $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete.h,v 1.5 1991-02-28 18:42:22 jik Exp $
2+
* $Id: delete.h,v 1.6 1999-01-22 23:08:53 ghudson Exp $
53
*
64
* This file is part of a package including delete, undelete,
75
* lsdel, expunge and purge. The software suite is meant as a

delete_errs.et

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
# For copying and distribution information, see the file
44
# "mit-copying.h".
55
#
6-
# $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete_errs.et,v $
7-
# $Author: jik $
8-
# $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/delete_errs.et,v 1.4 1991-02-28 18:42:24 jik Exp $
6+
# $Id: delete_errs.et,v 1.5 1999-01-22 23:08:54 ghudson Exp $
97
#
108

119
et del

directories.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/directories.c,v $
3-
* $Author: ghudson $
2+
* $Id: directories.c,v 1.28 1999-01-22 23:08:54 ghudson Exp $
43
*
54
* This program is part of a package including delete, undelete,
65
* lsdel, expunge and purge. The software suite is meant as a
@@ -11,7 +10,7 @@
1110
*/
1211

1312
#if !defined(lint) && !defined(SABER)
14-
static char rcsid_directories_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/directories.c,v 1.27 1998-11-16 16:42:12 ghudson Exp $";
13+
static char rcsid_directories_c[] = "$Id: directories.c,v 1.28 1999-01-22 23:08:54 ghudson Exp $";
1514
#endif
1615

1716
#include <stdio.h>

directories.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/directories.h,v $
3-
* $Author: ghudson $
4-
* $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/directories.h,v 1.15 1998-11-16 16:42:16 ghudson Exp $
2+
* $Id: directories.h,v 1.16 1999-01-22 23:08:57 ghudson Exp $
53
*
64
* This file is part of a package including delete, undelete,
75
* lsdel, expunge and purge. The software suite is meant as a

errors.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/errors.c,v $
3-
* $Author: jik $
2+
* $Id: errors.c,v 1.5 1999-01-22 23:08:58 ghudson Exp $
43
*
54
* This program is part of a package including delete, undelete,
65
* lsdel, expunge and purge. The software suite is meant as a
@@ -11,7 +10,7 @@
1110
*/
1211

1312
#if (!defined(lint) && !defined(SABER))
14-
static char rcsid_errors_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/errors.c,v 1.4 1991-02-28 18:42:40 jik Exp $";
13+
static char rcsid_errors_c[] = "$Id: errors.c,v 1.5 1999-01-22 23:08:58 ghudson Exp $";
1514
#endif
1615

1716
#include <com_err.h>

errors.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/errors.h,v $
3-
* $Author: jik $
4-
* $Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/errors.h,v 1.3 1991-02-28 18:42:52 jik Exp $
2+
* $Id: errors.h,v 1.4 1999-01-22 23:08:58 ghudson Exp $
53
*
64
* This file is part of a package including delete, undelete,
75
* lsdel, expunge and purge. The software suite is meant as a

expunge.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* $Source: /afs/dev.mit.edu/source/repository/athena/bin/delete/expunge.c,v $
3-
* $Author: ghudson $
2+
* $Id: expunge.c,v 1.25 1999-01-22 23:08:59 ghudson Exp $
43
*
54
* This program is part of a package including delete, undelete,
65
* lsdel, expunge and purge. The software suite is meant as a
@@ -11,7 +10,7 @@
1110
*/
1211

1312
#if (!defined(lint) && !defined(SABER))
14-
static char rcsid_expunge_c[] = "$Header: /afs/dev.mit.edu/source/repository/athena/bin/delete/expunge.c,v 1.24 1998-11-16 16:42:21 ghudson Exp $";
13+
static char rcsid_expunge_c[] = "$Id: expunge.c,v 1.25 1999-01-22 23:08:59 ghudson Exp $";
1514
#endif
1615

1716
#include <stdio.h>

0 commit comments

Comments
 (0)