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

Remove /^/[*/]\s*\$FreeBSD\$.*\n/
This commit is contained in:
Warner Losh 2023-08-16 11:54:24 -06:00
parent 42b388439b
commit 71625ec9ad
1236 changed files with 0 additions and 1236 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*-
* Copyright 1998 Massachusetts Institute of Technology
*

View file

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

View file

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

View file

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

View file

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

View file

@ -1,7 +1,6 @@
/*
* This file is in the public domain.
*/
/* $FreeBSD$ */
#ifndef _MACHINE_STACK_H_
#define _MACHINE_STACK_H_

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#include "linux32_assym.h" /* system definitions */
#include <machine/asmacros.h> /* miscellaneous asm macros */

View file

@ -1,5 +1,4 @@
/* $NetBSD: ieeefp.h,v 1.1 2001/01/10 19:02:06 bjh21 Exp $ */
/* $FreeBSD$ */
/*-
* Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995
* Public domain.

View file

@ -1,5 +1,4 @@
/* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */
/* $FreeBSD$ */
#ifndef _MACHDEP_BOOT_MACHDEP_H_
#define _MACHDEP_BOOT_MACHDEP_H_

View file

@ -1,4 +1,3 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */

View file

@ -1,5 +1,4 @@
/* $NetBSD: ptrace.h,v 1.2 2001/02/23 21:23:52 reinoud Exp $ */
/* $FreeBSD$ */
#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_

View file

@ -1,5 +1,4 @@
/* $NetBSD: reg.h,v 1.2 2001/02/23 21:23:52 reinoud Exp $ */
/* $FreeBSD$ */
#ifndef MACHINE_REG_H
#define MACHINE_REG_H

View file

@ -1,5 +1,4 @@
/* $NetBSD: setjmp.h,v 1.5 2013/01/11 13:56:32 matt Exp $ */
/* $FreeBSD$ */
/*
* machine/setjmp.h: machine dependent setjmp-related information.

View file

@ -1,2 +1 @@
/* $FreeBSD$ */
#include <machine/frame.h>

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#ifndef _MACHINE_SMP_H_
#define _MACHINE_SMP_H_

View file

@ -34,7 +34,6 @@
* SUCH DAMAGE.
*/
/* $FreeBSD$ */
#ifndef _ARM_SYSARCH_H_
#define _ARM_SYSARCH_H_

View file

@ -1,5 +1,4 @@
/* $NetBSD: trap.h,v 1.1 2001/02/23 03:48:19 ichiro Exp $ */
/* $FreeBSD$ */
#ifndef _MACHINE_TRAP_H_
#define _MACHINE_TRAP_H_

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#ifndef _MACHINE_BUS_DMA_H_
#define _MACHINE_BUS_DMA_H_

View file

@ -1 +0,0 @@
/* $FreeBSD$ */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#ifdef __arm__
#include <arm/exec.h>

View file

@ -1,3 +1,2 @@
/* $FreeBSD$ */
#include <machine/ieeefp.h>

View file

@ -1,7 +1,6 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#ifndef _MACHINE_IOMMU_H_
#define _MACHINE_IOMMU_H_

View file

@ -1,4 +1,3 @@
/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */

View file

@ -1 +0,0 @@
/* $FreeBSD$ */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#ifndef _MACHINE_PTRACE_H_
#define _MACHINE_PTRACE_H_

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#ifdef __arm__
#include <arm/reloc.h>

View file

@ -1,2 +1 @@
/* $FreeBSD$ */
#include <machine/frame.h>

View file

@ -1 +0,0 @@
/* $FreeBSD$ */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
FreeBSD Quirk Guidelines

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
CTL - CAM Target Layer Description

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
/*-

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
*

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*-
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
*

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* XXX Hacks.... */
dtrace_cacheid_t dtrace_predcache_id;

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*-
* Copyright (c) 2007 Luigi Rizzo - Universita` di Pisa. All rights reserved.
* Copyright (c) 2007 Hans Petter Selasky. All rights reserved.

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*-
* Copyright (c) 2007 Luigi Rizzo - Universita` di Pisa. All rights reserved.
* Copyright (c) 2007 Hans Petter Selasky. All rights reserved.

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf64-x86-64-freebsd", "elf64-x86-64-freebsd", "elf64-x86-64-freebsd")
OUTPUT_ARCH(i386:x86-64)
ENTRY(btext)

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_ARCH(arm)
ENTRY(_start)

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_ARCH(aarch64)
ENTRY(_start)

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
OUTPUT_ARCH(i386)
ENTRY(btext)

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
"elf32-powerpc-freebsd")

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf64-powerpc-freebsd", "elf64-powerpc-freebsd",
"elf64-powerpc-freebsd")

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf64-powerpcle-freebsd", "elf64-powerpcle-freebsd",
"elf64-powerpcle-freebsd")

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
"elf32-powerpc-freebsd")

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
OUTPUT_ARCH(riscv)
ENTRY(_start)

View file

@ -2,4 +2,3 @@
* This is here as arm_neon.h includes <stdint.h>. It can be empty as
* we already include the needed headers.
*/
/* $FreeBSD$ */

View file

@ -1,5 +1,4 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#pragma once

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2b.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2b.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2b.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2b.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2b.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2s.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2s.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2s.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2s.c"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain. */
/* $FreeBSD$ */
#include "blake2s.c"

View file

@ -1,5 +1,4 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#pragma once
#include <sys/endian.h>

View file

@ -1,3 +1,2 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#include "blake2_kfreebsd.h"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#include "blake2_kfreebsd.h"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#include "blake2_kfreebsd.h"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#include "blake2_kfreebsd.h"

View file

@ -1,3 +1,2 @@
/* This file is in the public domain */
/* $FreeBSD$ */
#include "blake2_kfreebsd.h"

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/*
* Public domain.
*/

View file

@ -1,5 +1,4 @@
/* $NetBSD: des_enc.S,v 1.1 2001/09/09 11:01:02 tls Exp $ */
/* $FreeBSD$ */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: des.h,v 1.8 2001/09/10 04:03:57 itojun Exp $ */
/* lib/des/des.h */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: des_locl.h,v 1.7 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/des_locl.h */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: podd.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/podd.h */

View file

@ -1,4 +1,3 @@
/* $FreeBSD$ */
/* $KAME: sk.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */
/* crypto/des/sk.h */

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