aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tcopy
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-23 17:21:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:30 +0000
commitbdcbfde31e8e9b343f113a1956384bdf30d1ed62 (patch)
tree4894badc82dc87ba6818a48c68f2d67af814fcf5 /usr.bin/tcopy
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
Diffstat (limited to 'usr.bin/tcopy')
-rw-r--r--usr.bin/tcopy/Makefile1
-rw-r--r--usr.bin/tcopy/tcopy.12
-rw-r--r--usr.bin/tcopy/tcopy.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/tcopy/Makefile b/usr.bin/tcopy/Makefile
index 5a42f6db77bd..c253a44cc1be 100644
--- a/usr.bin/tcopy/Makefile
+++ b/usr.bin/tcopy/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= tcopy
diff --git a/usr.bin/tcopy/tcopy.1 b/usr.bin/tcopy/tcopy.1
index 5e0dba0632b7..da6a5231a843 100644
--- a/usr.bin/tcopy/tcopy.1
+++ b/usr.bin/tcopy/tcopy.1
@@ -25,8 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)tcopy.1 8.2 (Berkeley) 4/17/94
-.\"
.Dd December 20, 2006
.Dt TCOPY 1
.Os
diff --git a/usr.bin/tcopy/tcopy.c b/usr.bin/tcopy/tcopy.c
index 556d8d3e032a..bbbf2abeb18c 100644
--- a/usr.bin/tcopy/tcopy.c
+++ b/usr.bin/tcopy/tcopy.c
@@ -36,9 +36,6 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif
-#ifndef lint
-static const char sccsid[] = "@(#)tcopy.c 8.2 (Berkeley) 4/17/94";
-#endif
#include <sys/types.h>
#include <sys/stat.h>