Remove $FreeBSD$: one-line .h pattern

Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
This commit is contained in:
Warner Losh 2023-08-16 11:54:23 -06:00
parent 2ff63af9b8
commit 42b388439b
455 changed files with 0 additions and 455 deletions

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/1/94
* $FreeBSD$
*/
typedef struct {

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)dd.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/
/* Input/output stream state. */

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/
void block(void);

View File

@ -25,7 +25,6 @@
* SUCH DAMAGE.
*
* @(#)ed.h,v 1.5 1994/02/01 00:34:39 alm Exp
* $FreeBSD$
*/
#include <sys/param.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* from: @(#)extern.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
#include <stdbool.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* from: @(#)ls.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
#define NO_PRINT 1

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)cache.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)cpio.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)ftree.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)pat_rep.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)pax.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)sel_subs.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)tables.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
/*

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)tar.h 8.2 (Berkeley) 4/18/94
* $FreeBSD$
*/
/*

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.3 (Berkeley) 4/2/94
* $FreeBSD$
*/
struct kinfo;

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)ps.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
#include <sys/queue.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)alias.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#define ALIASINUSE 1

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)arith.h 1.1 (Berkeley) 5/4/95
* $FreeBSD$
*/
#include "shell.h"

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)bltin.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/*

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)error.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/*

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)eval.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
extern char *commandname; /* currently executing command */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)exec.h 8.3 (Berkeley) 6/8/95
* $FreeBSD$
*/
/* values of cmdtype */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)expand.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
struct arglist {

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)input.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/* PEOF (the end of file marker) is defined in syntax.h */

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)jobs.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/* Mode argument to forkshell. Don't change FORK_FG or FORK_BG. */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)mail.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
void chkmail(int);

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)main.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
extern int rootpid; /* pid of main shell */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)memalloc.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#include <string.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)myhistedit.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#include <histedit.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)mystring.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#include <string.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* @(#)nodes.c.pat 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#include <sys/param.h>

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)options.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
struct shparam {

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)output.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#ifndef OUTPUT_INCL

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)parser.h 8.3 (Berkeley) 5/4/95
* $FreeBSD$
*/
/* control characters in argument strings */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)redir.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/* flags passed to redirect */

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)shell.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
#ifndef SHELL_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)show.h 1.1 (Berkeley) 5/4/95
* $FreeBSD$
*/
void showtree(union node *);

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)trap.h 8.3 (Berkeley) 6/5/95
* $FreeBSD$
*/
extern volatile sig_atomic_t pendingsig;

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)var.h 8.2 (Berkeley) 5/4/95
* $FreeBSD$
*/
/*

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
int c_cchars(const void *, const void *);

View File

@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)stty.h 8.1 (Berkeley) 5/31/93
* $FreeBSD$
*/
#include <sys/ioctl.h>

View File

@ -25,7 +25,6 @@
*/
/*
* $FreeBSD$
*/
#ifndef _THREAD_POOL_H_

View File

@ -38,7 +38,6 @@
*
* From @(#)ctype.h 8.4 (Berkeley) 1/21/94
* From FreeBSD: src/include/ctype.h,v 1.27 2004/06/23 07:11:39 tjr Exp
* $FreeBSD$
*/
#ifndef __CTYPE_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)a.out.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _AOUT_H_

View File

@ -54,7 +54,6 @@
/*%
* @(#)inet.h 8.1 (Berkeley) 6/2/93
* $Id: inet.h,v 1.3 2005/04/27 04:56:16 sra Exp $
* $FreeBSD$
*/
#ifndef _ARPA_INET_H_

View File

@ -48,7 +48,6 @@
/*
* $Id: nameser.h,v 1.16 2009/03/03 01:52:48 each Exp $
* $FreeBSD$
*/
#ifndef _ARPA_NAMESER_H_

View File

@ -32,7 +32,6 @@
/*%
* from nameser.h 8.1 (Berkeley) 6/2/93
* $Id: nameser_compat.h,v 1.8 2006/05/19 02:33:40 marka Exp $
* $FreeBSD$
*/
#ifndef _ARPA_NAMESER_COMPAT_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)telnet.h 8.2 (Berkeley) 12/15/93
* $FreeBSD$
*/
#ifndef _ARPA_TELNET_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)tftp.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _ARPA_TFTP_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* @(#)assert.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/
#include <sys/cdefs.h>

View File

@ -37,7 +37,6 @@
* SUCH DAMAGE.
*
* @(#)ctype.h 8.4 (Berkeley) 1/21/94
* $FreeBSD$
*/
#ifndef _CTYPE_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)db.h 8.7 (Berkeley) 6/16/94
* $FreeBSD$
*/
#ifndef _DB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)dirent.h 8.2 (Berkeley) 7/28/94
* $FreeBSD$
*/
#ifndef _DIRENT_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)err.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _ERR_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)fstab.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _FSTAB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)fts.h 8.3 (Berkeley) 8/14/94
* $FreeBSD$
*/
#ifndef _FTS_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)glob.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _GLOB_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* @(#)grp.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/
#ifndef _GRP_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)limits.h 8.2 (Berkeley) 1/4/94
* $FreeBSD$
*/
#ifndef _LIMITS_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)locale.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _LOCALE_H_

View File

@ -1,6 +1,5 @@
/*-
* This file is in the public domain.
* $FreeBSD$
*/
#include <stdlib.h>
#include <malloc_np.h>

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)mpool.h 8.4 (Berkeley) 11/2/95
* $FreeBSD$
*/
#ifndef _MPOOL_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)ndbm.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _NDBM_H_

View File

@ -53,7 +53,6 @@
/*
* @(#)netdb.h 8.1 (Berkeley) 6/2/93
* From: Id: netdb.h,v 8.9 1996/11/19 08:39:29 vixie Exp $
* $FreeBSD$
*/
#ifndef _NETDB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)paths.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _PATHS_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* @(#)pwd.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/
#ifndef _PWD_H_

View File

@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* @(#)regex.h 8.2 (Berkeley) 1/3/94
* $FreeBSD$
*/
#ifndef _REGEX_H_

View File

@ -19,7 +19,6 @@
/*
* $Id: res_update.h,v 1.3 2005/04/27 04:56:15 sra Exp $
* $FreeBSD$
*/
#ifndef __RES_UPDATE_H

View File

@ -49,7 +49,6 @@
/*%
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.30 2009/03/03 01:52:48 each Exp $
* $FreeBSD$
*/
#ifndef _RESOLV_H_

View File

@ -32,7 +32,6 @@
* from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
* from: @(#)auth.h 1.43 98/02/02 SMI
* $FreeBSD$
*/
/*

View File

@ -29,7 +29,6 @@
*
* from: @(#)auth_unix.h 1.8 88/02/08 SMI
* from: @(#)auth_unix.h 2.2 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)clnt.h 1.31 94/04/29 SMI
* from: @(#)clnt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -1,6 +1,5 @@
/*
* @(#)des_crypt.h 2.1 88/08/11 4.0 RPCSRC; from 1.4 88/02/08 (C) 1986 SMI
* $FreeBSD$
*
* des_crypt.h, des library routine interface
* Copyright (C) 1986, Sun Microsystems, Inc.

View File

@ -31,7 +31,6 @@
*
* from: @(#)pmap_clnt.h 1.11 88/02/08 SMI
* from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)pmap_prot.h 1.14 88/02/08 SMI
* from: @(#)pmap_prot.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)pmap_rmt.h 1.2 88/02/08 SMI
* from: @(#)pmap_rmt.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)rpc.h 1.9 88/02/08 SMI
* from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)rpc_msg.h 1.7 86/07/16 SMI
* from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)svc.h 1.35 88/12/17 SMI
* from: @(#)svc.h 1.27 94/04/25 SMI
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)svc_auth.h 1.6 86/07/16 SMI
* @(#)svc_auth.h 2.1 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -31,7 +31,6 @@
*
* from: @(#)xdr.h 1.19 87/04/22 SMI
* from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC
* $FreeBSD$
*/
/*

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)runetype.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _RUNETYPE_H_

View File

@ -3,7 +3,6 @@
* Public domain.
*
* $NetBSD: search.h,v 1.16 2005/02/03 04:39:32 perry Exp $
* $FreeBSD$
*/
#ifndef _SEARCH_H_

View File

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*
* @(#)setjmp.h 8.2 (Berkeley) 1/21/94
* $FreeBSD$
*/
#ifndef _SETJMP_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)signal.h 8.3 (Berkeley) 3/30/94
* $FreeBSD$
*/
#ifndef _SIGNAL_H_

View File

@ -32,7 +32,6 @@
* SUCH DAMAGE.
*
* @(#)stdio.h 8.5 (Berkeley) 4/29/95
* $FreeBSD$
*/
#ifndef _STDIO_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)stdlib.h 8.5 (Berkeley) 5/19/95
* $FreeBSD$
*/
#ifndef _STDLIB_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)string.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _STRING_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)termios.h 8.3 (Berkeley) 3/28/94
* $FreeBSD$
*/
#ifndef _TERMIOS_H_

View File

@ -37,7 +37,6 @@
*/
/*
* $FreeBSD$
*/
#ifndef _TIME_H_

View File

@ -37,7 +37,6 @@
*/
/*
* $FreeBSD$
*/
#ifndef _TIMECONV_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)ttyent.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _TTYENT_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)unistd.h 8.12 (Berkeley) 4/27/95
* $FreeBSD$
*/
#ifndef _UNISTD_H_

View File

@ -29,7 +29,6 @@
* SUCH DAMAGE.
*
* @(#)utime.h 8.1 (Berkeley) 6/2/93
* $FreeBSD$
*/
#ifndef _UTIME_H_

View File

@ -27,7 +27,6 @@
*
* citrus Id: wctype.h,v 1.4 2000/12/21 01:50:21 itojun Exp
* $NetBSD: wctype.h,v 1.3 2000/12/22 14:16:16 itojun Exp $
* $FreeBSD$
*/
#ifndef _WCTYPE_H_

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $
* $FreeBSD$
*/
#define L2CAP_SOCKET_CHECKED
#include <bluetooth.h>

View File

@ -30,7 +30,6 @@
* SUCH DAMAGE.
*
* $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $
* $FreeBSD$
*/
#ifndef _BLUETOOTH_H_

View File

@ -1,5 +1,4 @@
/*
* $FreeBSD$
*/
/*

Some files were not shown because too many files have changed in this diff Show More