aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:55:03 +0000
commitd0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch)
tree37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/units
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
Diffstat (limited to 'usr.bin/units')
-rw-r--r--usr.bin/units/Makefile1
-rw-r--r--usr.bin/units/Makefile.depend1
-rw-r--r--usr.bin/units/README1
-rw-r--r--usr.bin/units/definitions.units1
-rw-r--r--usr.bin/units/tests/Makefile1
-rw-r--r--usr.bin/units/tests/Makefile.depend1
-rw-r--r--usr.bin/units/tests/basics_test.sh1
7 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/units/Makefile b/usr.bin/units/Makefile
index 7bc1ac89c296..9d717d121240 100644
--- a/usr.bin/units/Makefile
+++ b/usr.bin/units/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/units/Makefile.depend b/usr.bin/units/Makefile.depend
index a0bd59f6de76..694d078d7fad 100644
--- a/usr.bin/units/Makefile.depend
+++ b/usr.bin/units/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/units/README b/usr.bin/units/README
index 974cbe9fee3f..7422b73c913f 100644
--- a/usr.bin/units/README
+++ b/usr.bin/units/README
@@ -1,4 +1,3 @@
-# $FreeBSD$
This is a program which I wrote as a clone of the UNIX 'units'
command. I threw it together in a couple days, but it seems to work,
diff --git a/usr.bin/units/definitions.units b/usr.bin/units/definitions.units
index 65120a239b57..99d2f050e891 100644
--- a/usr.bin/units/definitions.units
+++ b/usr.bin/units/definitions.units
@@ -1,4 +1,3 @@
-# $FreeBSD$
# primitive units
diff --git a/usr.bin/units/tests/Makefile b/usr.bin/units/tests/Makefile
index 5b135f7dbf1f..3237b967d3f5 100644
--- a/usr.bin/units/tests/Makefile
+++ b/usr.bin/units/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <bsd.own.mk>
diff --git a/usr.bin/units/tests/Makefile.depend b/usr.bin/units/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/units/tests/Makefile.depend
+++ b/usr.bin/units/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/units/tests/basics_test.sh b/usr.bin/units/tests/basics_test.sh
index adc28e031fa9..20d6cb97c83b 100644
--- a/usr.bin/units/tests/basics_test.sh
+++ b/usr.bin/units/tests/basics_test.sh
@@ -1,5 +1,4 @@
#!/bin/sh
-# $FreeBSD$
base=`basename $0`