mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
sys: Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
This commit is contained in:
parent
42b388439b
commit
71625ec9ad
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/_align.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/_inttypes.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/_limits.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/_stdint.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/_types.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/acpica_machdep.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/apm_bios.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/bus.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/cputypes.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/dump.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/elf.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/endian.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/fdt.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/float.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/iommu.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/metadata.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/fpu.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/ofw_machdep.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/pci_cfgreg.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/procctl.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/psl.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/ptrace.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/pvclock.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/reg.h>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/*-
|
||||
* Copyright 1998 Massachusetts Institute of Technology
|
||||
*
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/setjmp.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/sigframe.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/signal.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/specialreg.h>
|
||||
|
@ -1,7 +1,6 @@
|
||||
/*
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _MACHINE_STACK_H_
|
||||
#define _MACHINE_STACK_H_
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/stdarg.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/sysarch.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/trap.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/ucontext.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/vdso.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <x86/xen/xen-os.h>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include "linux32_assym.h" /* system definitions */
|
||||
#include <machine/asmacros.h> /* miscellaneous asm macros */
|
||||
|
@ -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.
|
||||
|
@ -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_
|
||||
|
@ -1,4 +1,3 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
@ -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_
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,2 +1 @@
|
||||
/* $FreeBSD$ */
|
||||
#include <machine/frame.h>
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _MACHINE_SMP_H_
|
||||
#define _MACHINE_SMP_H_
|
||||
|
@ -34,7 +34,6 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _ARM_SYSARCH_H_
|
||||
#define _ARM_SYSARCH_H_
|
||||
|
@ -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_
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _MACHINE_BUS_DMA_H_
|
||||
#define _MACHINE_BUS_DMA_H_
|
||||
|
@ -1 +0,0 @@
|
||||
/* $FreeBSD$ */
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifdef __arm__
|
||||
#include <arm/exec.h>
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <machine/ieeefp.h>
|
||||
|
@ -1,7 +1,6 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _MACHINE_IOMMU_H_
|
||||
#define _MACHINE_IOMMU_H_
|
||||
|
@ -1,4 +1,3 @@
|
||||
/*-
|
||||
* This file is in the public domain.
|
||||
*/
|
||||
/* $FreeBSD$ */
|
||||
|
@ -1 +0,0 @@
|
||||
/* $FreeBSD$ */
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef _MACHINE_PTRACE_H_
|
||||
#define _MACHINE_PTRACE_H_
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifdef __arm__
|
||||
#include <arm/reloc.h>
|
||||
|
@ -1,2 +1 @@
|
||||
/* $FreeBSD$ */
|
||||
#include <machine/frame.h>
|
||||
|
@ -1 +0,0 @@
|
||||
/* $FreeBSD$ */
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
FreeBSD Quirk Guidelines
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
CTL - CAM Target Layer Description
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */
|
||||
|
||||
/*-
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/*-
|
||||
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/*-
|
||||
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/* XXX Hacks.... */
|
||||
|
||||
dtrace_cacheid_t dtrace_predcache_id;
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(_start)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
OUTPUT_ARCH(aarch64)
|
||||
ENTRY(_start)
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd")
|
||||
OUTPUT_ARCH(i386)
|
||||
ENTRY(btext)
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
|
||||
"elf32-powerpc-freebsd")
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf64-powerpc-freebsd", "elf64-powerpc-freebsd",
|
||||
"elf64-powerpc-freebsd")
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf64-powerpcle-freebsd", "elf64-powerpcle-freebsd",
|
||||
"elf64-powerpcle-freebsd")
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
|
||||
OUTPUT_FORMAT("elf32-powerpc-freebsd", "elf32-powerpc-freebsd",
|
||||
"elf32-powerpc-freebsd")
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
|
@ -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$ */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2b.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2b.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2b.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2b.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2b.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2s.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2s.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2s.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2s.c"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain. */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2s.c"
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#pragma once
|
||||
|
||||
#include <sys/endian.h>
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2_kfreebsd.h"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2_kfreebsd.h"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2_kfreebsd.h"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2_kfreebsd.h"
|
||||
|
@ -1,3 +1,2 @@
|
||||
/* This file is in the public domain */
|
||||
/* $FreeBSD$ */
|
||||
#include "blake2_kfreebsd.h"
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/*
|
||||
* Public domain.
|
||||
*/
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/* $KAME: des.h,v 1.8 2001/09/10 04:03:57 itojun Exp $ */
|
||||
|
||||
/* lib/des/des.h */
|
||||
|
@ -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 */
|
||||
|
@ -1,4 +1,3 @@
|
||||
/* $FreeBSD$ */
|
||||
/* $KAME: podd.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */
|
||||
|
||||
/* crypto/des/podd.h */
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user