aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:07 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:21 +0000
commit17da660ad5b3b9cd90e164dd4dbb9beaa7203054 (patch)
tree4bd9b1107d0452dd0ae8677ead926f418f99260f /include
parentf8167e0404dab9ffeaca95853dd237ab7c587f82 (diff)
downloadsrc-17da660ad5b3b9cd90e164dd4dbb9beaa7203054.tar.gz
src-17da660ad5b3b9cd90e164dd4dbb9beaa7203054.zip
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b3e7694832e8)
Diffstat (limited to 'include')
-rw-r--r--include/ar.h2
-rw-r--r--include/arpa/ftp.h2
-rw-r--r--include/bitstring.h2
-rw-r--r--include/complex.h2
-rw-r--r--include/cpio.h2
-rw-r--r--include/dlfcn.h2
-rw-r--r--include/elf-hints.h2
-rw-r--r--include/elf.h2
-rw-r--r--include/fmtmsg.h2
-rw-r--r--include/fnmatch.h2
-rw-r--r--include/ftw.h2
-rw-r--r--include/gssapi/gssapi.h2
-rw-r--r--include/inttypes.h2
-rw-r--r--include/iso646.h2
-rw-r--r--include/kenv.h2
-rw-r--r--include/langinfo.h2
-rw-r--r--include/link.h2
-rw-r--r--include/malloc_np.h2
-rw-r--r--include/memory.h2
-rw-r--r--include/monetary.h2
-rw-r--r--include/mqueue.h2
-rw-r--r--include/nl_types.h2
-rw-r--r--include/nlist.h2
-rw-r--r--include/nss.h2
-rw-r--r--include/printf.h2
-rw-r--r--include/proc_service.h2
-rw-r--r--include/protocols/dumprestore.h2
-rw-r--r--include/protocols/routed.h2
-rw-r--r--include/protocols/rwhod.h2
-rw-r--r--include/protocols/talkd.h2
-rw-r--r--include/protocols/timed.h2
-rw-r--r--include/pthread.h2
-rw-r--r--include/pthread_np.h2
-rw-r--r--include/ranlib.h2
-rw-r--r--include/rpc/rpcsec_gss.h2
-rw-r--r--include/rpcsvc/nis_db.h2
-rw-r--r--include/rpcsvc/nislib.h2
-rw-r--r--include/rpcsvc/yp_prot.h2
-rw-r--r--include/rpcsvc/ypclnt.h2
-rw-r--r--include/semaphore.h2
-rw-r--r--include/spawn.h2
-rw-r--r--include/stab.h2
-rw-r--r--include/stdalign.h2
-rw-r--r--include/stdbool.h2
-rw-r--r--include/stddef.h2
-rw-r--r--include/stdnoreturn.h2
-rw-r--r--include/stringlist.h2
-rw-r--r--include/strings.h2
-rw-r--r--include/sysexits.h2
-rw-r--r--include/tar.h2
-rw-r--r--include/tgmath.h2
-rw-r--r--include/timers.h2
-rw-r--r--include/uchar.h2
-rw-r--r--include/ulimit.h2
-rw-r--r--include/utmpx.h2
-rw-r--r--include/uuid.h2
-rw-r--r--include/varargs.h2
-rw-r--r--include/wchar.h2
-rw-r--r--include/wordexp.h2
-rw-r--r--include/xlocale.h2
-rw-r--r--include/xlocale/_ctype.h2
-rw-r--r--include/xlocale/_inttypes.h2
-rw-r--r--include/xlocale/_langinfo.h2
-rw-r--r--include/xlocale/_locale.h2
-rw-r--r--include/xlocale/_monetary.h2
-rw-r--r--include/xlocale/_stdio.h2
-rw-r--r--include/xlocale/_stdlib.h2
-rw-r--r--include/xlocale/_string.h2
-rw-r--r--include/xlocale/_strings.h2
-rw-r--r--include/xlocale/_time.h2
-rw-r--r--include/xlocale/_uchar.h2
-rw-r--r--include/xlocale/_wchar.h2
72 files changed, 0 insertions, 144 deletions
diff --git a/include/ar.h b/include/ar.h
index 01a57a57d785..039b01985487 100644
--- a/include/ar.h
+++ b/include/ar.h
@@ -37,8 +37,6 @@
* SUCH DAMAGE.
*
* @(#)ar.h 8.2 (Berkeley) 1/21/94
- *
- * $FreeBSD$
*/
#ifndef _AR_H_
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h
index 5ba431529404..3c654b8ecb83 100644
--- a/include/arpa/ftp.h
+++ b/include/arpa/ftp.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)ftp.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _ARPA_FTP_H_
diff --git a/include/bitstring.h b/include/bitstring.h
index 47f9a2d66741..c5a09c59bbfc 100644
--- a/include/bitstring.h
+++ b/include/bitstring.h
@@ -24,8 +24,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 _BITSTRING_H_
diff --git a/include/complex.h b/include/complex.h
index 9bc151e0c075..4be054ca174a 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -24,8 +24,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 _COMPLEX_H
diff --git a/include/cpio.h b/include/cpio.h
index 64ddb1e0f71b..57e036882cdf 100644
--- a/include/cpio.h
+++ b/include/cpio.h
@@ -24,8 +24,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 _CPIO_H_
diff --git a/include/dlfcn.h b/include/dlfcn.h
index f219879b8fa5..89ec43b332e9 100644
--- a/include/dlfcn.h
+++ b/include/dlfcn.h
@@ -27,8 +27,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 _DLFCN_H_
diff --git a/include/elf-hints.h b/include/elf-hints.h
index e1ded3788a81..aac2ed9b9287 100644
--- a/include/elf-hints.h
+++ b/include/elf-hints.h
@@ -24,8 +24,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 _ELF_HINTS_H_
diff --git a/include/elf.h b/include/elf.h
index 158167972888..2b62bdd04631 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -24,8 +24,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/include/fmtmsg.h b/include/fmtmsg.h
index 18c7fda5e0d8..d619dc81ac5b 100644
--- a/include/fmtmsg.h
+++ b/include/fmtmsg.h
@@ -24,8 +24,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 _FMTMSG_H_
diff --git a/include/fnmatch.h b/include/fnmatch.h
index 34485381abf7..71af5c52549c 100644
--- a/include/fnmatch.h
+++ b/include/fnmatch.h
@@ -27,8 +27,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$
* @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
*/
diff --git a/include/ftw.h b/include/ftw.h
index 95f2ef285c1a..c5693d5ecdf1 100644
--- a/include/ftw.h
+++ b/include/ftw.h
@@ -20,8 +20,6 @@
* Sponsored in part by the Defense Advanced Research Projects
* Agency (DARPA) and Air Force Research Laboratory, Air Force
* Materiel Command, USAF, under agreement number F39502-99-1-0512.
- *
- * $FreeBSD$
*/
#ifndef _FTW_H
diff --git a/include/gssapi/gssapi.h b/include/gssapi/gssapi.h
index bd2722c9a582..52eda5715bff 100644
--- a/include/gssapi/gssapi.h
+++ b/include/gssapi/gssapi.h
@@ -24,8 +24,6 @@
* BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
* HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $FreeBSD$
*/
#ifndef _GSSAPI_GSSAPI_H_
diff --git a/include/inttypes.h b/include/inttypes.h
index 75a2e0f5ba9f..26d2065045cb 100644
--- a/include/inttypes.h
+++ b/include/inttypes.h
@@ -24,8 +24,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 _INTTYPES_H_
diff --git a/include/iso646.h b/include/iso646.h
index 0b51e427ee81..181a2bb7942d 100644
--- a/include/iso646.h
+++ b/include/iso646.h
@@ -24,8 +24,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 _ISO646_H_
diff --git a/include/kenv.h b/include/kenv.h
index bdd2540cbe6e..d32fa5c22bde 100644
--- a/include/kenv.h
+++ b/include/kenv.h
@@ -24,8 +24,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 _KENV_H_
diff --git a/include/langinfo.h b/include/langinfo.h
index 6dc3de5ccc55..b2af199406d3 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -24,8 +24,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 _LANGINFO_H_
diff --git a/include/link.h b/include/link.h
index 60f6bd69add7..80fb058c34ec 100644
--- a/include/link.h
+++ b/include/link.h
@@ -28,8 +28,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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$
*/
#include <sys/link_elf.h>
diff --git a/include/malloc_np.h b/include/malloc_np.h
index 4adcdc505e9c..35c74c4fa0ef 100644
--- a/include/malloc_np.h
+++ b/include/malloc_np.h
@@ -27,8 +27,6 @@
* WHETHER IN CONTRACT, STRICT 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 _MALLOC_NP_H_
diff --git a/include/memory.h b/include/memory.h
index dd0c63ac73b2..c6e89633e112 100644
--- a/include/memory.h
+++ b/include/memory.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)memory.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#include <string.h>
diff --git a/include/monetary.h b/include/monetary.h
index 36525f4489a3..b85d4a58458c 100644
--- a/include/monetary.h
+++ b/include/monetary.h
@@ -24,8 +24,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 _MONETARY_H_
diff --git a/include/mqueue.h b/include/mqueue.h
index b194ab073ab1..910be7481796 100644
--- a/include/mqueue.h
+++ b/include/mqueue.h
@@ -24,8 +24,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 _MQUEUE_H_
diff --git a/include/nl_types.h b/include/nl_types.h
index c07352e24096..6ba15132126d 100644
--- a/include/nl_types.h
+++ b/include/nl_types.h
@@ -29,8 +29,6 @@
* CONTRACT, STRICT 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 _NL_TYPES_H_
diff --git a/include/nlist.h b/include/nlist.h
index 5ea6f5ea555e..7243bbe633f7 100644
--- a/include/nlist.h
+++ b/include/nlist.h
@@ -34,8 +34,6 @@
* SUCH DAMAGE.
*
* @(#)nlist.h 8.2 (Berkeley) 1/21/94
- *
- * $FreeBSD$
*/
#ifndef _NLIST_H_
diff --git a/include/nss.h b/include/nss.h
index 9fd034561fa8..4736de97c5d7 100644
--- a/include/nss.h
+++ b/include/nss.h
@@ -31,8 +31,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
- *
* Compatibility header for the GNU C Library-style nsswitch interface.
*/
#ifndef _NSS_H_
diff --git a/include/printf.h b/include/printf.h
index 625ab354610c..ba8284dfbc48 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -24,8 +24,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 _PRINTF_H_
diff --git a/include/proc_service.h b/include/proc_service.h
index e5d75de13de6..dafcd4f68597 100644
--- a/include/proc_service.h
+++ b/include/proc_service.h
@@ -25,8 +25,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 _PROC_SERVICE_H_
diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h
index 6d22763e96de..ea0071525837 100644
--- a/include/protocols/dumprestore.h
+++ b/include/protocols/dumprestore.h
@@ -34,8 +34,6 @@
* SUCH DAMAGE.
*
* @(#)dumprestore.h 8.2 (Berkeley) 1/21/94
- *
- * $FreeBSD$
*/
#ifndef _PROTOCOLS_DUMPRESTORE_H_
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index dab9bba56617..3a7abe5faccf 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)routed.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
* $Revision: 2.26 $
*/
diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h
index f598ec7a7ac3..8439cf26aac9 100644
--- a/include/protocols/rwhod.h
+++ b/include/protocols/rwhod.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)rwhod.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _PROTOCOLS_RWHOD_H_
diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h
index dc79bef77b6e..46725f394f32 100644
--- a/include/protocols/talkd.h
+++ b/include/protocols/talkd.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)talkd.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _PROTOCOLS_TALKD_H_
diff --git a/include/protocols/timed.h b/include/protocols/timed.h
index de4243c576fe..a9dfede80382 100644
--- a/include/protocols/timed.h
+++ b/include/protocols/timed.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)timed.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _PROTOCOLS_TIMED_H_
diff --git a/include/pthread.h b/include/pthread.h
index 143401ddf68b..011dba6f1669 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -31,8 +31,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 _PTHREAD_H_
#define _PTHREAD_H_
diff --git a/include/pthread_np.h b/include/pthread_np.h
index f93a023f0fce..8f0180d4bd04 100644
--- a/include/pthread_np.h
+++ b/include/pthread_np.h
@@ -27,8 +27,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 _PTHREAD_NP_H_
#define _PTHREAD_NP_H_
diff --git a/include/ranlib.h b/include/ranlib.h
index cdba75f9f6f3..363c24f898c3 100644
--- a/include/ranlib.h
+++ b/include/ranlib.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)ranlib.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _RANLIB_H_
diff --git a/include/rpc/rpcsec_gss.h b/include/rpc/rpcsec_gss.h
index 6bd1fe6c697d..ec7e57ee0935 100644
--- a/include/rpc/rpcsec_gss.h
+++ b/include/rpc/rpcsec_gss.h
@@ -24,8 +24,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 _RPCSEC_GSS_H
diff --git a/include/rpcsvc/nis_db.h b/include/rpcsvc/nis_db.h
index 9dcc78376b1a..e45c604638aa 100644
--- a/include/rpcsvc/nis_db.h
+++ b/include/rpcsvc/nis_db.h
@@ -25,8 +25,6 @@
* Sun Microsystems, Inc.
* 2550 Garcia Avenue
* Mountain View, California 94043
- *
- * $FreeBSD$
*/
/*
diff --git a/include/rpcsvc/nislib.h b/include/rpcsvc/nislib.h
index 754affe9a430..c36db36c17ff 100644
--- a/include/rpcsvc/nislib.h
+++ b/include/rpcsvc/nislib.h
@@ -25,8 +25,6 @@
* Sun Microsystems, Inc.
* 2550 Garcia Avenue
* Mountain View, California 94043
- *
- * $FreeBSD$
*/
/*
diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h
index 889e7cceea8c..4c90fe079126 100644
--- a/include/rpcsvc/yp_prot.h
+++ b/include/rpcsvc/yp_prot.h
@@ -27,8 +27,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 _RPCSVC_YP_PROT_H_
diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h
index c0a0a46e1851..12cc9d000bfc 100644
--- a/include/rpcsvc/ypclnt.h
+++ b/include/rpcsvc/ypclnt.h
@@ -27,8 +27,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 _RPCSVC_YPCLNT_H_
diff --git a/include/semaphore.h b/include/semaphore.h
index 83b8949237a8..039ee3f3bc0d 100644
--- a/include/semaphore.h
+++ b/include/semaphore.h
@@ -25,8 +25,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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$
*/
/* semaphore.h: POSIX 1003.1b semaphores */
diff --git a/include/spawn.h b/include/spawn.h
index 6f7abc724641..9643fcda5c13 100644
--- a/include/spawn.h
+++ b/include/spawn.h
@@ -24,8 +24,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 _SPAWN_H_
diff --git a/include/stab.h b/include/stab.h
index 9abff130ff7d..720e4f1d5ade 100644
--- a/include/stab.h
+++ b/include/stab.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)stab.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _STAB_H_
diff --git a/include/stdalign.h b/include/stdalign.h
index c9b5cfc63c5d..00ae5677f449 100644
--- a/include/stdalign.h
+++ b/include/stdalign.h
@@ -24,8 +24,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 __alignas_is_defined
diff --git a/include/stdbool.h b/include/stdbool.h
index 62067966a1dc..a03835ca6962 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -24,8 +24,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 __bool_true_false_are_defined
diff --git a/include/stddef.h b/include/stddef.h
index a52e6d312f84..485e2c374317 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)stddef.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _STDDEF_H_
diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h
index 37bcb04e5b64..541c2835e186 100644
--- a/include/stdnoreturn.h
+++ b/include/stdnoreturn.h
@@ -24,8 +24,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$
*/
#ifdef __cplusplus
diff --git a/include/stringlist.h b/include/stringlist.h
index a5177e235a5d..c4eff6714f41 100644
--- a/include/stringlist.h
+++ b/include/stringlist.h
@@ -26,8 +26,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 _STRINGLIST_H
diff --git a/include/strings.h b/include/strings.h
index 337e02419437..fde007186e04 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -24,8 +24,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 _STRINGS_H_
diff --git a/include/sysexits.h b/include/sysexits.h
index 5e414f24ce8d..9eef5abebe93 100644
--- a/include/sysexits.h
+++ b/include/sysexits.h
@@ -29,8 +29,6 @@
* SUCH DAMAGE.
*
* @(#)sysexits.h 8.1 (Berkeley) 6/2/93
- *
- * $FreeBSD$
*/
#ifndef _SYSEXITS_H_
diff --git a/include/tar.h b/include/tar.h
index 3d54476520e6..1501bea8390e 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -32,8 +32,6 @@
* SUCH DAMAGE.
*
* @(#)tar.h 8.2 (Berkeley) 1/4/94
- *
- * $FreeBSD$
*/
#ifndef _TAR_H
diff --git a/include/tgmath.h b/include/tgmath.h
index 8ee3835fe123..b8adfc793b6c 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -27,8 +27,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 _TGMATH_H_
diff --git a/include/timers.h b/include/timers.h
index 20f95759e26b..69444d9f1540 100644
--- a/include/timers.h
+++ b/include/timers.h
@@ -31,8 +31,6 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
- *
* Description : Basic timers header.
*
* 1.00 94/06/13 proven
diff --git a/include/uchar.h b/include/uchar.h
index d518aedab451..951c6339abec 100644
--- a/include/uchar.h
+++ b/include/uchar.h
@@ -24,8 +24,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 _UCHAR_H_
diff --git a/include/ulimit.h b/include/ulimit.h
index 4c34c87836ac..ef08cad84bad 100644
--- a/include/ulimit.h
+++ b/include/ulimit.h
@@ -24,8 +24,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 _ULIMIT_H_
diff --git a/include/utmpx.h b/include/utmpx.h
index 2f8faaade523..fefebe069506 100644
--- a/include/utmpx.h
+++ b/include/utmpx.h
@@ -24,8 +24,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 _UTMPX_H_
diff --git a/include/uuid.h b/include/uuid.h
index 3c9deceab591..712a087c8e33 100644
--- a/include/uuid.h
+++ b/include/uuid.h
@@ -25,8 +25,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 _UUID_H_
diff --git a/include/varargs.h b/include/varargs.h
index 6aa002c73ff3..5de64c7b4cc3 100644
--- a/include/varargs.h
+++ b/include/varargs.h
@@ -24,8 +24,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 _VARARGS_H_
diff --git a/include/wchar.h b/include/wchar.h
index c0cf13c49a9e..2f23feec8792 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -24,8 +24,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/include/wordexp.h b/include/wordexp.h
index 48beda5e63a3..a0e80bc7ca71 100644
--- a/include/wordexp.h
+++ b/include/wordexp.h
@@ -24,8 +24,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 _WORDEXP_H_
diff --git a/include/xlocale.h b/include/xlocale.h
index 1e6b89394363..f39000d6b373 100644
--- a/include/xlocale.h
+++ b/include/xlocale.h
@@ -27,8 +27,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 _XLOCALE_H_
diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h
index 96e3fdd78c78..ce915c273211 100644
--- a/include/xlocale/_ctype.h
+++ b/include/xlocale/_ctype.h
@@ -26,8 +26,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/include/xlocale/_inttypes.h b/include/xlocale/_inttypes.h
index c4a116c78d55..0d904f1a242a 100644
--- a/include/xlocale/_inttypes.h
+++ b/include/xlocale/_inttypes.h
@@ -26,8 +26,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/include/xlocale/_langinfo.h b/include/xlocale/_langinfo.h
index 98fed8a406ba..cadc40322f36 100644
--- a/include/xlocale/_langinfo.h
+++ b/include/xlocale/_langinfo.h
@@ -26,8 +26,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 _XLOCALE_LANGINFO_H
diff --git a/include/xlocale/_locale.h b/include/xlocale/_locale.h
index 491605006a4e..34a06192950f 100644
--- a/include/xlocale/_locale.h
+++ b/include/xlocale/_locale.h
@@ -26,8 +26,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 _XLOCALE_LOCALE_H
diff --git a/include/xlocale/_monetary.h b/include/xlocale/_monetary.h
index ebe602a95283..1640da44b588 100644
--- a/include/xlocale/_monetary.h
+++ b/include/xlocale/_monetary.h
@@ -26,8 +26,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 _LOCALE_T_DEFINED
diff --git a/include/xlocale/_stdio.h b/include/xlocale/_stdio.h
index 9dce2d3665a1..6429c8fc56a7 100644
--- a/include/xlocale/_stdio.h
+++ b/include/xlocale/_stdio.h
@@ -26,8 +26,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$
*/
int asprintf_l(char **, locale_t, const char *, ...) __printflike(3, 4);
diff --git a/include/xlocale/_stdlib.h b/include/xlocale/_stdlib.h
index 3480ac7b96e5..eda455f7b551 100644
--- a/include/xlocale/_stdlib.h
+++ b/include/xlocale/_stdlib.h
@@ -26,8 +26,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/include/xlocale/_string.h b/include/xlocale/_string.h
index 2f509cd6064f..cf14f9c00602 100644
--- a/include/xlocale/_string.h
+++ b/include/xlocale/_string.h
@@ -23,8 +23,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 _LOCALE_T_DEFINED
diff --git a/include/xlocale/_strings.h b/include/xlocale/_strings.h
index 1ec05ac79f2d..4804c984058c 100644
--- a/include/xlocale/_strings.h
+++ b/include/xlocale/_strings.h
@@ -21,8 +21,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 _LOCALE_T_DEFINED
diff --git a/include/xlocale/_time.h b/include/xlocale/_time.h
index 019a3b051e5e..5f61b7cf6c9f 100644
--- a/include/xlocale/_time.h
+++ b/include/xlocale/_time.h
@@ -26,8 +26,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 _LOCALE_T_DEFINED
diff --git a/include/xlocale/_uchar.h b/include/xlocale/_uchar.h
index fb2429d13fe0..22fe1701cf0d 100644
--- a/include/xlocale/_uchar.h
+++ b/include/xlocale/_uchar.h
@@ -24,8 +24,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 _LOCALE_T_DEFINED
diff --git a/include/xlocale/_wchar.h b/include/xlocale/_wchar.h
index 4ee80e2c8d61..e19366e92b88 100644
--- a/include/xlocale/_wchar.h
+++ b/include/xlocale/_wchar.h
@@ -26,8 +26,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 _LOCALE_T_DEFINED