aboutsummaryrefslogtreecommitdiff
path: root/bin/rcp
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 14:13:04 +0000
commitb97fa2ef508bb1cc99621edb8b6d03845b55b8bd (patch)
tree16d873bf76fc7c6d690bc0683913691dcb63f950 /bin/rcp
parent64ebedf61255aa0e6870e1d553a473cf6cd218b9 (diff)
downloadsrc-b97fa2ef508bb1cc99621edb8b6d03845b55b8bd.tar.gz
src-b97fa2ef508bb1cc99621edb8b6d03845b55b8bd.zip
Revert $FreeBSD$ to $Id$
Notes
Notes: svn path=/head/; revision=22988
Diffstat (limited to 'bin/rcp')
-rw-r--r--bin/rcp/Makefile2
-rw-r--r--bin/rcp/extern.h2
-rw-r--r--bin/rcp/pathnames.h2
-rw-r--r--bin/rcp/rcp.12
-rw-r--r--bin/rcp/rcp.c2
-rw-r--r--bin/rcp/util.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile
index 33ceddbb1fdb..0d300b071d60 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 83fc034c049d..ef055c4c7f47 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 5e262a6f3ac7..39158f0d49ca 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 <paths.h>
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1
index ccc068b5a4d8..0258b836504e 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 8068533eacbe..72baa4469900 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 d045db18a53c..d9fedb5e1a8f 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