Remove $FreeBSD$: one-line .c comment pattern

Remove /^/[*/]\s*\$FreeBSD\$.*\n/
This commit is contained in:
Warner Losh
2023-08-16 11:54:29 -06:00
parent 71625ec9ad
commit 2a63c3be15
886 changed files with 0 additions and 886 deletions
-1
View File
@@ -1,4 +1,3 @@
/* $FreeBSD$
*/
#ifndef BPTYPES_H
-1
View File
@@ -1,5 +1,4 @@
/* dovend.h */
/* $FreeBSD$ */
extern int dovend_rfc1497(struct host *hp, u_char *buf, int len);
extern int insert_ip(byte, struct in_addr_list *, byte **, int *);
-1
View File
@@ -1,4 +1,3 @@
/* getether.h */
/* $FreeBSD$ */
extern int getether(char *ifname, char *eaptr);
-1
View File
@@ -1,4 +1,3 @@
/* getif.h */
/* $FreeBSD$ */
extern struct ifreq *getif(int, struct in_addr *);
-1
View File
@@ -1,5 +1,4 @@
/* lookup.h */
/* $FreeBSD$ */
#include "bptypes.h" /* for int32, u_int32 */
-1
View File
@@ -1,5 +1,4 @@
/* readfile.h */
/* $FreeBSD$ */
#include "bptypes.h"
#include "hash.h"
-1
View File
@@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*
* report() - calls syslog
-1
View File
@@ -1,5 +1,4 @@
/* report.h */
/* $FreeBSD$ */
extern void report_init(int nolog);
extern void report(int, const char *, ...) __printflike(2, 3);
@@ -1,5 +1,4 @@
/* bootptest.h */
/* $FreeBSD$ */
/*
* Hacks for sharing print-bootp.c between tcpdump and bootptest.
*/