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/rcp/Makefile | 2 +- bin/rcp/extern.h | 2 +- bin/rcp/pathnames.h | 2 +- bin/rcp/rcp.1 | 2 +- bin/rcp/rcp.c | 2 +- bin/rcp/util.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'bin/rcp') diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index 33ceddb..0d300b0 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 -# $FreeBSD$ +# $Id$ PROG= rcp SRCS= rcp.c util.c diff --git a/bin/rcp/extern.h b/bin/rcp/extern.h index 83fc034..ef055c4 100644 --- a/bin/rcp/extern.h +++ b/bin/rcp/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ typedef struct { diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 5e262a6..39158f0 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 - * $FreeBSD$ + * $Id$ */ #include diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index ccc068b..0258b83 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rcp.1 8.1 (Berkeley) 5/31/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd May 31, 1993 .Dt RCP 1 diff --git a/bin/rcp/rcp.c b/bin/rcp/rcp.c index 8068533..72baa44 100644 --- a/bin/rcp/rcp.c +++ b/bin/rcp/rcp.c @@ -30,7 +30,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/rcp/util.c b/bin/rcp/util.c index d045db1..d9fedb5 100644 --- a/bin/rcp/util.c +++ b/bin/rcp/util.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint -- cgit v1.1