aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/paste
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/paste
parentac00d4d59b18a76c6148ca5d7439bb446d38da5c (diff)
downloadsrc-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.tar.gz
src-bdcbfde31e8e9b343f113a1956384bdf30d1ed62.zip
Diffstat (limited to 'usr.bin/paste')
-rw-r--r--usr.bin/paste/Makefile1
-rw-r--r--usr.bin/paste/paste.12
-rw-r--r--usr.bin/paste/paste.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/paste/Makefile b/usr.bin/paste/Makefile
index aa237fb164f0..198c8e6c5653 100644
--- a/usr.bin/paste/Makefile
+++ b/usr.bin/paste/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= paste
diff --git a/usr.bin/paste/paste.1 b/usr.bin/paste/paste.1
index 1a17c04e922a..1339e8b14f52 100644
--- a/usr.bin/paste/paste.1
+++ b/usr.bin/paste/paste.1
@@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)paste.1 8.1 (Berkeley) 6/6/93
-.\"
.Dd November 6, 2022
.Dt PASTE 1
.Os
diff --git a/usr.bin/paste/paste.c b/usr.bin/paste/paste.c
index 98d480b3c355..59774ad35e94 100644
--- a/usr.bin/paste/paste.c
+++ b/usr.bin/paste/paste.c
@@ -39,9 +39,6 @@ static const char copyright[] =
#endif /* not lint */
#if 0
-#ifndef lint
-static char sccsid[] = "@(#)paste.c 8.1 (Berkeley) 6/6/93";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>