From 031beb4e239bfce798af17f5fe8dba8bcaf13d99 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:58 -0600 Subject: sys: Remove $FreeBSD$: one-line sh pattern Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ --- sys/dev/mmc/mmc_pwrseq_if.m | 1 - sys/dev/mmc/mmcbr_if.m | 1 - sys/dev/mmc/mmcbus_if.m | 1 - 3 files changed, 3 deletions(-) (limited to 'sys/dev/mmc') diff --git a/sys/dev/mmc/mmc_pwrseq_if.m b/sys/dev/mmc/mmc_pwrseq_if.m index 60a8779d46da..f8c0a0e1c66f 100644 --- a/sys/dev/mmc/mmc_pwrseq_if.m +++ b/sys/dev/mmc/mmc_pwrseq_if.m @@ -24,7 +24,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # INTERFACE mmc_pwrseq; diff --git a/sys/dev/mmc/mmcbr_if.m b/sys/dev/mmc/mmcbr_if.m index 72f712d75948..a93984606c84 100644 --- a/sys/dev/mmc/mmcbr_if.m +++ b/sys/dev/mmc/mmcbr_if.m @@ -49,7 +49,6 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ # #include diff --git a/sys/dev/mmc/mmcbus_if.m b/sys/dev/mmc/mmcbus_if.m index d3e6d7276ea8..99b3fb91dbfe 100644 --- a/sys/dev/mmc/mmcbus_if.m +++ b/sys/dev/mmc/mmcbus_if.m @@ -49,7 +49,6 @@ # or the SD Card Association to disclose or distribute any technical # information, know-how or other confidential information to any third party. # -# $FreeBSD$ # #include -- cgit v1.2.3