diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
commit | 2a63c3be158216222d89a073dcbd6a72ee4aab5a (patch) | |
tree | f9a1fb9f5a3b62e0f12e65ad15bfb86a58dcd9f2 /sbin/ipf/common | |
parent | 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (diff) | |
download | src-2a63c3be158216222d89a073dcbd6a72ee4aab5a.tar.gz src-2a63c3be158216222d89a073dcbd6a72ee4aab5a.zip |
Diffstat (limited to 'sbin/ipf/common')
-rw-r--r-- | sbin/ipf/common/ipf.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/ipf_y.y | 1 | ||||
-rw-r--r-- | sbin/ipf/common/ipmon.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/ipt.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/kmem.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/lexer.c | 1 | ||||
-rw-r--r-- | sbin/ipf/common/lexer.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/opts.h | 1 | ||||
-rw-r--r-- | sbin/ipf/common/pcap-ipf.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/sbin/ipf/common/ipf.h b/sbin/ipf/common/ipf.h index db4ba91319ad..c672c53cb56d 100644 --- a/sbin/ipf/common/ipf.h +++ b/sbin/ipf/common/ipf.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/ipf_y.y b/sbin/ipf/common/ipf_y.y index ad4200023781..b3f7221672f3 100644 --- a/sbin/ipf/common/ipf_y.y +++ b/sbin/ipf/common/ipf_y.y @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/ipmon.h b/sbin/ipf/common/ipmon.h index 4807299c49d2..8caf20fdf725 100644 --- a/sbin/ipf/common/ipmon.h +++ b/sbin/ipf/common/ipmon.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/ipt.h b/sbin/ipf/common/ipt.h index 9a4d75a85ccb..3ecdabdb61c5 100644 --- a/sbin/ipf/common/ipt.h +++ b/sbin/ipf/common/ipt.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/kmem.h b/sbin/ipf/common/kmem.h index c4b65ed63ce9..2adff4363b0b 100644 --- a/sbin/ipf/common/kmem.h +++ b/sbin/ipf/common/kmem.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/lexer.c b/sbin/ipf/common/lexer.c index 12ec3c825dd4..5a898c72032d 100644 --- a/sbin/ipf/common/lexer.c +++ b/sbin/ipf/common/lexer.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/lexer.h b/sbin/ipf/common/lexer.h index cc200f1cad41..c5f9a0c4183e 100644 --- a/sbin/ipf/common/lexer.h +++ b/sbin/ipf/common/lexer.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/opts.h b/sbin/ipf/common/opts.h index 17844e89ecfc..1281458c145a 100644 --- a/sbin/ipf/common/opts.h +++ b/sbin/ipf/common/opts.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. diff --git a/sbin/ipf/common/pcap-ipf.h b/sbin/ipf/common/pcap-ipf.h index b856760eaa53..ba596e795efa 100644 --- a/sbin/ipf/common/pcap-ipf.h +++ b/sbin/ipf/common/pcap-ipf.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * Copyright (C) 2012 by Darren Reed. |