aboutsummaryrefslogtreecommitdiff
path: root/sys/security/mac
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:11 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:11 +0000
commit95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (patch)
tree0a5dc23810cd888bebf4213a8b87d1854fb14cfd /sys/security/mac
parentd54a7d337331d991e039e4f42f6b4dc64aedce08 (diff)
downloadsrc-95ee2897e98f5d444f26ed2334cc7c439f9c16c6.tar.gz
src-95ee2897e98f5d444f26ed2334cc7c439f9c16c6.zip
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Diffstat (limited to 'sys/security/mac')
-rw-r--r--sys/security/mac/mac_framework.h2
-rw-r--r--sys/security/mac/mac_internal.h2
-rw-r--r--sys/security/mac/mac_policy.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index 6ffd8e27bcb7..644028bde478 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.h
@@ -37,8 +37,6 @@
* LIABILITY, OR TORT (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$
*/
/*
diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h
index c5437f78b029..d1ee1af09c0b 100644
--- a/sys/security/mac/mac_internal.h
+++ b/sys/security/mac/mac_internal.h
@@ -44,8 +44,6 @@
* LIABILITY, OR TORT (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$
*/
#ifndef _SECURITY_MAC_MAC_INTERNAL_H_
diff --git a/sys/security/mac/mac_policy.h b/sys/security/mac/mac_policy.h
index 1a6b19b79f85..cf101bc4414e 100644
--- a/sys/security/mac/mac_policy.h
+++ b/sys/security/mac/mac_policy.h
@@ -38,8 +38,6 @@
* LIABILITY, OR TORT (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$
*/
/*
* Kernel interface for MAC policy modules.