aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/morse
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/morse
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
downloadsrc-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.tar.gz
src-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.zip
usr.bin: Remove ancient SCCS tags.
Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
Diffstat (limited to 'usr.bin/morse')
-rw-r--r--usr.bin/morse/Makefile1
-rw-r--r--usr.bin/morse/morse.62
-rw-r--r--usr.bin/morse/morse.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/morse/Makefile b/usr.bin/morse/Makefile
index 0b68896a3220..34a256683391 100644
--- a/usr.bin/morse/Makefile
+++ b/usr.bin/morse/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= morse
MAN= morse.6
diff --git a/usr.bin/morse/morse.6 b/usr.bin/morse/morse.6
index d188be1c58e1..96a756102c40 100644
--- a/usr.bin/morse/morse.6
+++ b/usr.bin/morse/morse.6
@@ -26,8 +26,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)bcd.6 8.1 (Berkeley) 5/31/93
-.\"
.Dd April 16, 2023
.Dt MORSE 6
.Os
diff --git a/usr.bin/morse/morse.c b/usr.bin/morse/morse.c
index 1e72b0b03931..8e9a616746ce 100644
--- a/usr.bin/morse/morse.c
+++ b/usr.bin/morse/morse.c
@@ -36,9 +36,6 @@ static const char copyright[] =
"@(#) Copyright (c) 1988, 1993\n\
The Regents of the University of California. All rights reserved.\n";
-#if 0
-static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93";
-#endif
#include <sys/time.h>
#include <sys/ioctl.h>