aboutsummaryrefslogtreecommitdiff
path: root/lib/libxo
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 /lib/libxo
parent031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff)
downloadsrc-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.tar.gz
src-d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf.zip
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'lib/libxo')
-rw-r--r--lib/libxo/Makefile1
-rw-r--r--lib/libxo/Makefile.depend1
-rw-r--r--lib/libxo/encoder/Makefile1
-rw-r--r--lib/libxo/encoder/csv/Makefile1
-rw-r--r--lib/libxo/libxo/Makefile1
-rw-r--r--lib/libxo/tests/Makefile1
-rw-r--r--lib/libxo/tests/Makefile.depend1
-rw-r--r--lib/libxo/tests/encoder/Makefile1
-rw-r--r--lib/libxo/tests/encoder/Makefile.depend1
-rwxr-xr-xlib/libxo/tests/functional_test.sh1
10 files changed, 0 insertions, 10 deletions
diff --git a/lib/libxo/Makefile b/lib/libxo/Makefile
index 96e91e3bf21a..051dce646286 100644
--- a/lib/libxo/Makefile
+++ b/lib/libxo/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/lib/libxo/Makefile.depend b/lib/libxo/Makefile.depend
index cb359e02d503..7584a270678f 100644
--- a/lib/libxo/Makefile.depend
+++ b/lib/libxo/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/lib/libxo/encoder/Makefile b/lib/libxo/encoder/Makefile
index 4707dd917c08..8b70fbed97b8 100644
--- a/lib/libxo/encoder/Makefile
+++ b/lib/libxo/encoder/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SHLIBDIR?= /lib
diff --git a/lib/libxo/encoder/csv/Makefile b/lib/libxo/encoder/csv/Makefile
index f4c3cb88aebd..b828e64c8143 100644
--- a/lib/libxo/encoder/csv/Makefile
+++ b/lib/libxo/encoder/csv/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <src.opts.mk>
diff --git a/lib/libxo/libxo/Makefile b/lib/libxo/libxo/Makefile
index 86a94e323d0e..f51ec506da45 100644
--- a/lib/libxo/libxo/Makefile
+++ b/lib/libxo/libxo/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SHLIBDIR?= /lib
diff --git a/lib/libxo/tests/Makefile b/lib/libxo/tests/Makefile
index 2d834ac502f1..74af945b7244 100644
--- a/lib/libxo/tests/Makefile
+++ b/lib/libxo/tests/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.include <bsd.own.mk>
diff --git a/lib/libxo/tests/Makefile.depend b/lib/libxo/tests/Makefile.depend
index 5770a091f2a6..1032566579a2 100644
--- a/lib/libxo/tests/Makefile.depend
+++ b/lib/libxo/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile
index a8839e45a9fa..81d6e0a051d6 100644
--- a/lib/libxo/tests/encoder/Makefile
+++ b/lib/libxo/tests/encoder/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE= tests
diff --git a/lib/libxo/tests/encoder/Makefile.depend b/lib/libxo/tests/encoder/Makefile.depend
index aa8b4b3e4f33..07e2f00360c2 100644
--- a/lib/libxo/tests/encoder/Makefile.depend
+++ b/lib/libxo/tests/encoder/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/lib/libxo/tests/functional_test.sh b/lib/libxo/tests/functional_test.sh
index 39c3715b33b6..cf1ea1af34f0 100755
--- a/lib/libxo/tests/functional_test.sh
+++ b/lib/libxo/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)