From 53df20fa688c61772632dbd71118a2c46604eb53 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 16 Aug 2023 11:54:16 -0600 Subject: [PATCH] lib/printf: Remove $FreeBSD$: two-line .h pattern Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Signed-off-by: David Lamparter (cherry picked from FreeBSD commit b3e7694832e81d7a904a10f525f8797b753bf0d3) --- lib/printf/printfcommon.h | 2 -- lib/printf/printflocal.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/printf/printfcommon.h b/lib/printf/printfcommon.h index 623c9d2904..7285e7f5ac 100644 --- a/lib/printf/printfcommon.h +++ b/lib/printf/printfcommon.h @@ -35,8 +35,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/lib/printf/printflocal.h b/lib/printf/printflocal.h index bac80e801c..4b030912fe 100644 --- a/lib/printf/printflocal.h +++ b/lib/printf/printflocal.h @@ -30,8 +30,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$ */ #include "compiler.h"