aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xo
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/xo
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'usr.bin/xo')
-rw-r--r--usr.bin/xo/Makefile1
-rw-r--r--usr.bin/xo/Makefile.depend1
-rw-r--r--usr.bin/xo/tests/Makefile1
-rw-r--r--usr.bin/xo/tests/Makefile.depend1
-rwxr-xr-xusr.bin/xo/tests/functional_test.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/xo/Makefile b/usr.bin/xo/Makefile
index 2a98c10c7114..d0756d68f20e 100644
--- a/usr.bin/xo/Makefile
+++ b/usr.bin/xo/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/usr.bin/xo/Makefile.depend b/usr.bin/xo/Makefile.depend
index 45a29f192e40..b915f0b12d3b 100644
--- a/usr.bin/xo/Makefile.depend
+++ b/usr.bin/xo/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/xo/tests/Makefile b/usr.bin/xo/tests/Makefile
index 182e83438144..4cceb7ada02c 100644
--- a/usr.bin/xo/tests/Makefile
+++ b/usr.bin/xo/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/usr.bin/xo/tests/Makefile.depend b/usr.bin/xo/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/usr.bin/xo/tests/Makefile.depend
+++ b/usr.bin/xo/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/usr.bin/xo/tests/functional_test.sh b/usr.bin/xo/tests/functional_test.sh
index c57c88211d1e..74143f40bd2c 100755
--- a/usr.bin/xo/tests/functional_test.sh
+++ b/usr.bin/xo/tests/functional_test.sh
@@ -24,7 +24,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
SRCDIR=$(atf_get_srcdir)