aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:18 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:23 +0000
commit8ad303d68cec3ee1133550de37e0009502621e50 (patch)
tree6e78406653c12d2aebd2b2ad6e826036ec07e01a /include
parent4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (diff)
downloadsrc-8ad303d68cec3ee1133550de37e0009502621e50.tar.gz
src-8ad303d68cec3ee1133550de37e0009502621e50.zip
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in main: (cherry picked from commit 2a63c3be1582)
Diffstat (limited to 'include')
-rw-r--r--include/getopt.h1
-rw-r--r--include/gssapi.h1
-rw-r--r--include/hesiod.h1
-rw-r--r--include/iconv.h1
-rw-r--r--include/ieeefp.h1
-rw-r--r--include/ifaddrs.h1
-rw-r--r--include/libgen.h1
-rw-r--r--include/netconfig.h1
-rw-r--r--include/nsswitch.h1
-rw-r--r--include/readpassphrase.h1
-rw-r--r--include/rpc/auth_des.h1
-rw-r--r--include/rpc/auth_kerb.h1
-rw-r--r--include/rpc/clnt_soc.h1
-rw-r--r--include/rpc/clnt_stat.h1
-rw-r--r--include/rpc/des.h1
-rw-r--r--include/rpc/nettype.h1
-rw-r--r--include/rpc/raw.h1
-rw-r--r--include/rpc/rpc_com.h1
-rw-r--r--include/rpc/rpcb_clnt.h1
-rw-r--r--include/rpc/rpcent.h1
-rw-r--r--include/rpc/svc_dg.h1
-rw-r--r--include/rpc/svc_soc.h1
-rw-r--r--include/rpcsvc/nis_object.x1
-rw-r--r--include/rpcsvc/nis_tags.h1
24 files changed, 0 insertions, 24 deletions
diff --git a/include/getopt.h b/include/getopt.h
index 4c0399db8545..caeef8ff5ed7 100644
--- a/include/getopt.h
+++ b/include/getopt.h
@@ -1,5 +1,4 @@
/* $NetBSD: getopt.h,v 1.4 2000/07/07 10:43:54 ad Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/include/gssapi.h b/include/gssapi.h
index 5557de8f7356..560edb730960 100644
--- a/include/gssapi.h
+++ b/include/gssapi.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
#ifdef __GNUC__
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
#endif
diff --git a/include/hesiod.h b/include/hesiod.h
index a06b69d32413..1fb96b4dc0e0 100644
--- a/include/hesiod.h
+++ b/include/hesiod.h
@@ -1,5 +1,4 @@
/* $NetBSD: hesiod.h,v 1.3 1999/01/24 23:53:18 lukem Exp $ */
-/* $FreeBSD$ */
/*-
diff --git a/include/iconv.h b/include/iconv.h
index 338ca1544d8a..05e7427a4bf0 100644
--- a/include/iconv.h
+++ b/include/iconv.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* $NetBSD: iconv.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */
/*-
diff --git a/include/ieeefp.h b/include/ieeefp.h
index 3f64555d5a14..0639150e40b9 100644
--- a/include/ieeefp.h
+++ b/include/ieeefp.h
@@ -1,5 +1,4 @@
/* $NetBSD: ieeefp.h,v 1.4 1998/01/09 08:03:43 perry Exp $ */
-/* $FreeBSD$ */
/*
* Written by J.T. Conklin, Apr 6, 1995
diff --git a/include/ifaddrs.h b/include/ifaddrs.h
index 5e1953639af6..08a4a695b89f 100644
--- a/include/ifaddrs.h
+++ b/include/ifaddrs.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-1-Clause
diff --git a/include/libgen.h b/include/libgen.h
index 615d1dd6202e..036362ebcb9a 100644
--- a/include/libgen.h
+++ b/include/libgen.h
@@ -1,5 +1,4 @@
/* $OpenBSD: libgen.h,v 1.4 1999/05/28 22:00:22 espie Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/netconfig.h b/include/netconfig.h
index c4aec6a3e791..6185d6890dfa 100644
--- a/include/netconfig.h
+++ b/include/netconfig.h
@@ -1,5 +1,4 @@
/* $NetBSD: netconfig.h,v 1.6 2008/04/28 20:22:54 martin Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/include/nsswitch.h b/include/nsswitch.h
index e44a9e4a44a3..b94ffdcab291 100644
--- a/include/nsswitch.h
+++ b/include/nsswitch.h
@@ -1,5 +1,4 @@
/* $NetBSD: nsswitch.h,v 1.6 1999/01/26 01:04:07 lukem Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-2-Clause
diff --git a/include/readpassphrase.h b/include/readpassphrase.h
index fd54642da21b..9dfef0bc9f25 100644
--- a/include/readpassphrase.h
+++ b/include/readpassphrase.h
@@ -1,5 +1,4 @@
/* $OpenBSD: readpassphrase.h,v 1.5 2003/06/17 21:56:23 millert Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: ISC
diff --git a/include/rpc/auth_des.h b/include/rpc/auth_des.h
index 3b860d8c7ac3..d395dbf49a46 100644
--- a/include/rpc/auth_des.h
+++ b/include/rpc/auth_des.h
@@ -1,5 +1,4 @@
/* @(#)auth_des.h 2.2 88/07/29 4.0 RPCSRC; from 1.3 88/02/08 SMI */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/include/rpc/auth_kerb.h b/include/rpc/auth_kerb.h
index 29b09d507006..726741f91ddb 100644
--- a/include/rpc/auth_kerb.h
+++ b/include/rpc/auth_kerb.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/include/rpc/clnt_soc.h b/include/rpc/clnt_soc.h
index c16609bb6aac..e20edc4cca0a 100644
--- a/include/rpc/clnt_soc.h
+++ b/include/rpc/clnt_soc.h
@@ -1,5 +1,4 @@
/* $NetBSD: clnt_soc.h,v 1.1 2000/06/02 22:57:55 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/clnt_stat.h b/include/rpc/clnt_stat.h
index 6148b4eb94a5..7b367132f2d4 100644
--- a/include/rpc/clnt_stat.h
+++ b/include/rpc/clnt_stat.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*
* Copyright (c) 1986 - 1991, 1994, 1996, 1997 by Sun Microsystems, Inc.
* All rights reserved.
diff --git a/include/rpc/des.h b/include/rpc/des.h
index 93698cce6cbc..4c3ca16e8e39 100644
--- a/include/rpc/des.h
+++ b/include/rpc/des.h
@@ -1,5 +1,4 @@
/* @(#)des.h 2.2 88/08/10 4.0 RPCSRC; from 2.7 88/02/08 SMI */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
*
diff --git a/include/rpc/nettype.h b/include/rpc/nettype.h
index 39c1f76970fb..42986de892db 100644
--- a/include/rpc/nettype.h
+++ b/include/rpc/nettype.h
@@ -1,5 +1,4 @@
/* $NetBSD: nettype.h,v 1.2 2000/07/06 03:17:19 christos Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/raw.h b/include/rpc/raw.h
index b56b9026d93f..9c4e8b05dd2c 100644
--- a/include/rpc/raw.h
+++ b/include/rpc/raw.h
@@ -1,5 +1,4 @@
/* $NetBSD: raw.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/rpc_com.h b/include/rpc/rpc_com.h
index dd331e2601f6..a98e3f73bac8 100644
--- a/include/rpc/rpc_com.h
+++ b/include/rpc/rpc_com.h
@@ -1,5 +1,4 @@
/* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/rpcb_clnt.h b/include/rpc/rpcb_clnt.h
index b642aacd6a57..4b1f58d273ff 100644
--- a/include/rpc/rpcb_clnt.h
+++ b/include/rpc/rpcb_clnt.h
@@ -1,5 +1,4 @@
/* $NetBSD: rpcb_clnt.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/rpcent.h b/include/rpc/rpcent.h
index 15c4ae4d00a6..b9f154d4ebfe 100644
--- a/include/rpc/rpcent.h
+++ b/include/rpc/rpcent.h
@@ -1,5 +1,4 @@
/* $NetBSD: rpcent.h,v 1.1 2000/06/02 22:57:56 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/svc_dg.h b/include/rpc/svc_dg.h
index d9f3012c4f06..51397113d372 100644
--- a/include/rpc/svc_dg.h
+++ b/include/rpc/svc_dg.h
@@ -1,5 +1,4 @@
/* $NetBSD: svc_dg.h,v 1.1 2000/06/02 23:11:16 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpc/svc_soc.h b/include/rpc/svc_soc.h
index 912e2ec2df1f..e82215b33d65 100644
--- a/include/rpc/svc_soc.h
+++ b/include/rpc/svc_soc.h
@@ -1,5 +1,4 @@
/* $NetBSD: svc_soc.h,v 1.1 2000/06/02 22:57:57 fvdl Exp $ */
-/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: BSD-3-Clause
diff --git a/include/rpcsvc/nis_object.x b/include/rpcsvc/nis_object.x
index f63cf938571a..1507828b60ff 100644
--- a/include/rpcsvc/nis_object.x
+++ b/include/rpcsvc/nis_object.x
@@ -36,7 +36,6 @@
* All Rights Reserved.
*/
-/* $FreeBSD$ */
/* From: %#pragma ident "@(#)nis_object.x 1.10 94/05/03 SMI" */
#if RPC_HDR
diff --git a/include/rpcsvc/nis_tags.h b/include/rpcsvc/nis_tags.h
index 55920a0297fd..0c30d9b33a82 100644
--- a/include/rpcsvc/nis_tags.h
+++ b/include/rpcsvc/nis_tags.h
@@ -45,7 +45,6 @@
#ifndef _RPCSVC_NIS_TAGS_H
#define _RPCSVC_NIS_TAGS_H
-/* $FreeBSD$ */
/* From: #pragma ident "@(#)nis_tags.h 1.10 94/05/03 SMI" */
/* from file: zns_tags.h 1.7 Copyright (c) 1990 Sun Microsystems */