From 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:13:04 +0000 Subject: Revert $FreeBSD$ to $Id$ --- bin/mv/Makefile | 2 +- bin/mv/mv.1 | 2 +- bin/mv/mv.c | 2 +- bin/mv/pathnames.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/mv') 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" -- cgit v1.1