diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:13:04 +0000 |
commit | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (patch) | |
tree | 16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/mv | |
parent | ecf45268515a5c2dec147e793d4870a2d411e91e (diff) | |
download | FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.zip FreeBSD-src-83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'bin/mv')
-rw-r--r-- | bin/mv/Makefile | 2 | ||||
-rw-r--r-- | bin/mv/mv.1 | 2 | ||||
-rw-r--r-- | bin/mv/mv.c | 2 | ||||
-rw-r--r-- | bin/mv/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 04f13d8..0ba523e 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/2/94 -# $FreeBSD$ +# $Id$ PROG= mv diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 9ecf309..af6e096 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mv.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt MV 1 diff --git a/bin/mv/mv.c b/bin/mv/mv.c index 2f6b430..7057ee9 100644 --- a/bin/mv/mv.c +++ b/bin/mv/mv.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h index 31947a8..4adf62b 100644 --- a/bin/mv/pathnames.h +++ b/bin/mv/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #define _PATH_RM "/bin/rm" |