From 6b5bc77c9b22c398262ff3f4dae3e14904c57366 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 16:41:01 +0200 Subject: treewide: Remove "this file is part of" lines Stefan thinks they don't add value. Command used: sed -i -e '/file is part of /d' $(git grep "file is part of " |egrep ":( */\*.*\*/\$|#|;#|-- | *\* )" | cut -d: -f1 |grep -v crossgcc |grep -v gcov | grep -v /elf.h |grep -v nvramtool) The exceptions are for: - crossgcc (patch file) - gcov (imported from gcc) - elf.h (imported from GNU's libc) - nvramtool (more complicated header) The removed lines are: - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") -# This file is part of a set of unofficial pre-commit hooks available -/* This file is part of coreboot */ -# This file is part of msrtool. -/* This file is part of msrtool. */ - * This file is part of ncurses, designed to be appended after curses.h.in -/* This file is part of pgtblgen. */ - * This file is part of the coreboot project. - /* This file is part of the coreboot project. */ -# This file is part of the coreboot project. -# This file is part of the coreboot project. -## This file is part of the coreboot project. --- This file is part of the coreboot project. -/* This file is part of the coreboot project */ -/* This file is part of the coreboot project. */ -;## This file is part of the coreboot project. -# This file is part of the coreboot project. It originated in the - * This file is part of the coreinfo project. -## This file is part of the coreinfo project. - * This file is part of the depthcharge project. -/* This file is part of the depthcharge project. */ -/* This file is part of the ectool project. */ - * This file is part of the GNU C Library. - * This file is part of the libpayload project. -## This file is part of the libpayload project. -/* This file is part of the Linux kernel. */ -## This file is part of the superiotool project. -/* This file is part of the superiotool project */ -/* This file is part of uio_usbdebug */ Change-Id: I82d872b3b337388c93d5f5bf704e9ee9e53ab3a9 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41194 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- util/amdfwtool/amdfwtool.c | 1 - util/autoport/main.go | 2 -- util/board_status/board_status.sh | 1 - util/board_status/getrevision.sh | 1 - util/cavium/devicetree_convert.py | 1 - util/cbfstool/coff.h | 1 - util/cbfstool/console/console.h | 1 - util/cbfstool/fv.h | 1 - util/cbfstool/linux.h | 1 - util/cbfstool/linux_trampoline.h | 1 - util/cbmem/Makefile | 1 - util/cbmem/cbmem.c | 1 - util/chromeos/crosfirmware.sh | 1 - util/chromeos/extract_blobs.sh | 1 - util/chromeos/gen_test_hwid.sh | 1 - util/crossgcc/Makefile.inc | 2 -- util/docker/Makefile | 1 - util/docker/coreboot.org-status/run.sh | 1 - util/ectool/ec.c | 1 - util/ectool/ec.h | 1 - util/ectool/ectool.c | 1 - util/fuzz-tests/jpeg-test.c | 1 - util/genbuild_h/genbuild_h.sh | 1 - util/gitconfig/gitconfig.sh | 1 - util/gitconfig/pre-commit | 1 - util/gitconfig/test/commit-message-hook.sh | 1 - util/gitconfig/test/helpers.sh | 1 - util/gitconfig/test/timeout.sh | 1 - util/intelmetool/me.c | 1 - util/intelmetool/me.h | 1 - util/intelmetool/me_status.c | 1 - util/intelvbttool/Makefile | 1 - util/kbc1126/kbc1126_ec_dump.c | 1 - util/kbc1126/kbc1126_ec_insert.c | 1 - util/kconfig/toada.c | 1 - util/lint/check-style | 1 - util/lint/kconfig_lint | 1 - util/lint/lint | 1 - util/lint/lint-000-license-headers | 1 - util/lint/lint-001-no-global-config-in-romstage | 1 - util/lint/lint-007-checkpatch | 1 - util/lint/lint-008-kconfig | 1 - util/lint/lint-014-qualified-types | 1 - util/lint/lint-extended-007-checkpatch | 1 - util/lint/lint-extended-015-final-newlines | 1 - util/lint/lint-extended-020-signed-off-by | 1 - util/lint/lint-stable-000-license-headers | 1 - util/lint/lint-stable-003-whitespace | 1 - util/lint/lint-stable-004-style-labels | 1 - util/lint/lint-stable-005-board-status | 1 - util/lint/lint-stable-006-board-name | 1 - util/lint/lint-stable-008-kconfig | 1 - util/lint/lint-stable-009-old-licenses | 1 - util/lint/lint-stable-010-asm-syntax | 1 - util/lint/lint-stable-012-executable-bit | 1 - util/lint/lint-stable-013-site-local | 1 - util/lint/lint-stable-016-non-ascii | 1 - util/lint/lint-stable-017-configs | 1 - util/lint/lint-stable-018-symlinks | 1 - util/lint/lint-stable-019-header-files | 1 - util/lint/lint-stable-021-coreboot-lowercase | 1 - util/lint/lint-stable-022-clang-format | 1 - util/lint/lint-stable-023-filenames | 1 - util/mainboard/google/hatch/template/Makefile.inc | 1 - util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl | 1 - util/mainboard/google/hatch/template/include/variant/ec.h | 1 - util/mainboard/google/hatch/template/include/variant/gpio.h | 1 - util/mainboard/google/volteer/template/Makefile.inc | 1 - util/mainboard/google/volteer/template/include/variant/ec.h | 1 - util/mainboard/google/volteer/template/include/variant/gpio.h | 1 - util/mainboard/google/zork/template/Makefile.inc | 1 - util/mma/mma_automated_test.sh | 1 - util/mma/mma_get_result.sh | 1 - util/mma/mma_setup_test.sh | 1 - util/msrtool/Makefile.in | 1 - util/msrtool/configure | 1 - util/msrtool/cs5536.c | 1 - util/msrtool/darwin.c | 1 - util/msrtool/freebsd.c | 1 - util/msrtool/geodegx2.c | 1 - util/msrtool/geodelx.c | 1 - util/msrtool/intel_atom.c | 1 - util/msrtool/intel_core1.c | 1 - util/msrtool/intel_core2_early.c | 1 - util/msrtool/intel_core2_later.c | 1 - util/msrtool/intel_nehalem.c | 1 - util/msrtool/intel_pentium3.c | 1 - util/msrtool/intel_pentium3_early.c | 1 - util/msrtool/intel_pentium4_early.c | 1 - util/msrtool/intel_pentium4_later.c | 1 - util/msrtool/intel_pentium_d.c | 1 - util/msrtool/k8.c | 1 - util/msrtool/linux.c | 1 - util/msrtool/msrtool.c | 1 - util/msrtool/msrtool.h | 1 - util/msrtool/msrutils.c | 1 - util/msrtool/sys.c | 1 - util/msrtool/via_c7.c | 1 - util/mtkheader/gen-bl-img.py | 1 - util/pgtblgen/pgtblgen.c | 1 - util/pmh7tool/pmh7tool.c | 1 - util/pmh7tool/pmh7tool.h | 1 - util/qualcomm/scripts/cmm/debug_cb_405.cmm | 1 - util/qualcomm/scripts/cmm/debug_cb_845.cmm | 1 - util/qualcomm/scripts/cmm/debug_cb_common.cmm | 1 - util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm | 1 - util/qualcomm/scripts/cmm/debug_chroot_common.cmm | 1 - util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm | 1 - util/release/genrelnotes | 1 - util/release/gerrit_stats.pl | 1 - util/riscv/sifive-gpt.py | 1 - util/scripts/decode_spd.sh | 1 - util/scripts/ucode_h_to_bin.sh | 1 - util/scripts/update_submodules | 1 - util/superiotool/Makefile | 1 - util/superiotool/ali.c | 1 - util/superiotool/amd.c | 1 - util/superiotool/aspeed.c | 1 - util/superiotool/exar.c | 1 - util/superiotool/fintek.c | 1 - util/superiotool/infineon.c | 1 - util/superiotool/ite.c | 1 - util/superiotool/nsc.c | 1 - util/superiotool/nuvoton.c | 1 - util/superiotool/pci.c | 1 - util/superiotool/serverengines.c | 1 - util/superiotool/smsc.c | 1 - util/superiotool/superiotool.c | 1 - util/superiotool/superiotool.h | 1 - util/superiotool/via.c | 1 - util/superiotool/winbond.c | 1 - util/supermicro/smcbiosinfo/smcbiosinfo.c | 1 - util/testing/Makefile.inc | 1 - util/uio_usbdebug/console/printk.c | 1 - util/uio_usbdebug/uio_usbdebug_intel.c | 1 - util/vgabios/Makefile | 1 - util/vgabios/include/arch/byteorder.h | 1 - util/vgabios/include/config.h | 1 - util/vgabios/include/console/console.h | 1 - util/vgabios/include/stdtypes.h | 1 - util/vgabios/include/swab.h | 1 - util/vgabios/pci-userspace.c | 1 - util/vgabios/pci-userspace.h | 1 - util/vgabios/testbios.c | 1 - util/vgabios/testbios.h | 1 - util/x86/x86_page_tables.go | 1 - util/xcompile/xcompile | 1 - 147 files changed, 149 deletions(-) (limited to 'util') diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index e34485281598..42c63f1cf129 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ /* diff --git a/util/autoport/main.go b/util/autoport/main.go index d0201de2c16e..b2334e2b625e 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -214,7 +214,6 @@ func Create(ctx Context, name string) *os.File { func Add_gpl(f *os.File) { fmt.Fprintln(f, "/* SPDX-License-Identifier: GPL-2.0-only */") - fmt.Fprintln(f, "/* This file is part of the coreboot project. */") fmt.Fprintln(f) } @@ -886,7 +885,6 @@ DefinitionBlock( defer gma.Close() gma.WriteString(`-- SPDX-License-Identifier: GPL-2.0-or-later --- This file is part of the coreboot project. with HW.GFX.GMA; with HW.GFX.GMA.Display_Probing; diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh index 6a5f3c1ba72b..2e93fe22fe1e 100755 --- a/util/board_status/board_status.sh +++ b/util/board_status/board_status.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# This file is part of the coreboot project. # EXIT_SUCCESS=0 diff --git a/util/board_status/getrevision.sh b/util/board_status/getrevision.sh index d3c99b0346cb..5b2612eb0d13 100755 --- a/util/board_status/getrevision.sh +++ b/util/board_status/getrevision.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# This file is part of the coreboot project. It originated in the # flashrom project but has been heavily modified since then. # # This program is free software; you can redistribute it and/or modify diff --git a/util/cavium/devicetree_convert.py b/util/cavium/devicetree_convert.py index 549ae7493ec3..71d0120f7d1a 100755 --- a/util/cavium/devicetree_convert.py +++ b/util/cavium/devicetree_convert.py @@ -24,7 +24,6 @@ args = parser.parse_args() outfile = None if args.out is not None: outfile = open(args.out, 'w') - outfile.write("// This file is part of the coreboot project.\n") outfile.write("// This file is automatically generated.\n") outfile.write("// DO NOT EDIT BY HAND.\n\n") outfile.write("#include \n\n") diff --git a/util/cbfstool/coff.h b/util/cbfstool/coff.h index 1035e84ece87..316bfd30a419 100644 --- a/util/cbfstool/coff.h +++ b/util/cbfstool/coff.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #define DOS_MAGIC 0x5a4d diff --git a/util/cbfstool/console/console.h b/util/cbfstool/console/console.h index e2cf277a209a..0595bea5ccda 100644 --- a/util/cbfstool/console/console.h +++ b/util/cbfstool/console/console.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _CBFSTOOL_CONSOLE_H_ diff --git a/util/cbfstool/fv.h b/util/cbfstool/fv.h index bf4284e5c758..21bd89f56350 100644 --- a/util/cbfstool/fv.h +++ b/util/cbfstool/fv.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #define FV_SIGNATURE 0x4856465f diff --git a/util/cbfstool/linux.h b/util/cbfstool/linux.h index fcf77a5e557a..dc4575ca95b1 100644 --- a/util/cbfstool/linux.h +++ b/util/cbfstool/linux.h @@ -1,4 +1,3 @@ -/* This file is part of coreboot */ /* SPDX-License-Identifier: GPL-2.0-only */ /* diff --git a/util/cbfstool/linux_trampoline.h b/util/cbfstool/linux_trampoline.h index af77d7cccd1b..9851b52aa85a 100644 --- a/util/cbfstool/linux_trampoline.h +++ b/util/cbfstool/linux_trampoline.h @@ -1,4 +1,3 @@ -/* This file is part of coreboot */ /* SPDX-License-Identifier: GPL-2.0-only */ /* diff --git a/util/cbmem/Makefile b/util/cbmem/Makefile index f0f474ef657e..e67efaedae3e 100644 --- a/util/cbmem/Makefile +++ b/util/cbmem/Makefile @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c index f49358560d48..34e79d368d0b 100644 --- a/util/cbmem/cbmem.c +++ b/util/cbmem/cbmem.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/chromeos/crosfirmware.sh b/util/chromeos/crosfirmware.sh index 40cef3a383b0..25c88fa346d5 100755 --- a/util/chromeos/crosfirmware.sh +++ b/util/chromeos/crosfirmware.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/chromeos/extract_blobs.sh b/util/chromeos/extract_blobs.sh index 9aa7baa94437..39f2a3b4e998 100755 --- a/util/chromeos/extract_blobs.sh +++ b/util/chromeos/extract_blobs.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/chromeos/gen_test_hwid.sh b/util/chromeos/gen_test_hwid.sh index 21aed18f1ae7..f77564a971a3 100755 --- a/util/chromeos/gen_test_hwid.sh +++ b/util/chromeos/gen_test_hwid.sh @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index a078e002be33..0735b7d6245b 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -1,5 +1,3 @@ -## This file is part of the coreboot project. -## ## SPDX-License-Identifier: GPL-2.0-only TOOLCHAIN_ARCHES := i386 x64 arm aarch64 riscv ppc64 nds32le diff --git a/util/docker/Makefile b/util/docker/Makefile index 6d320e1c46ac..eaa26e176071 100644 --- a/util/docker/Makefile +++ b/util/docker/Makefile @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/docker/coreboot.org-status/run.sh b/util/docker/coreboot.org-status/run.sh index 46cebbcefdb7..ba5ec9192938 100755 --- a/util/docker/coreboot.org-status/run.sh +++ b/util/docker/coreboot.org-status/run.sh @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/ectool/ec.c b/util/ectool/ec.c index e008ac44d071..f30d12f97637 100644 --- a/util/ectool/ec.c +++ b/util/ectool/ec.c @@ -1,4 +1,3 @@ -/* This file is part of the ectool project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/ectool/ec.h b/util/ectool/ec.h index 004bd7d9bc96..651c35b73746 100644 --- a/util/ectool/ec.h +++ b/util/ectool/ec.h @@ -1,4 +1,3 @@ -/* This file is part of the ectool project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _EC_H diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index a2c3eef465e5..0b238c4bb73b 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -1,4 +1,3 @@ -/* This file is part of the ectool project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/fuzz-tests/jpeg-test.c b/util/fuzz-tests/jpeg-test.c index cdd93e9d9089..69e6c8d79a46 100644 --- a/util/fuzz-tests/jpeg-test.c +++ b/util/fuzz-tests/jpeg-test.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/genbuild_h/genbuild_h.sh b/util/genbuild_h/genbuild_h.sh index bdd962c10814..3df3730ef2b2 100755 --- a/util/genbuild_h/genbuild_h.sh +++ b/util/genbuild_h/genbuild_h.sh @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/gitconfig/gitconfig.sh b/util/gitconfig/gitconfig.sh index f86b2b41c529..148d43778891 100755 --- a/util/gitconfig/gitconfig.sh +++ b/util/gitconfig/gitconfig.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/gitconfig/pre-commit b/util/gitconfig/pre-commit index 3b04b5960767..7b7ab4846cf0 100755 --- a/util/gitconfig/pre-commit +++ b/util/gitconfig/pre-commit @@ -1,5 +1,4 @@ #!/bin/sh -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/gitconfig/test/commit-message-hook.sh b/util/gitconfig/test/commit-message-hook.sh index 764274644127..a99570f19845 100755 --- a/util/gitconfig/test/commit-message-hook.sh +++ b/util/gitconfig/test/commit-message-hook.sh @@ -1,5 +1,4 @@ #!/bin/bash -## This file is part of the coreboot project. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/util/gitconfig/test/helpers.sh b/util/gitconfig/test/helpers.sh index 31e39130b66d..2e8b4070f92f 100644 --- a/util/gitconfig/test/helpers.sh +++ b/util/gitconfig/test/helpers.sh @@ -1,5 +1,4 @@ #!/bin/bash -## This file is part of the coreboot project. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/util/gitconfig/test/timeout.sh b/util/gitconfig/test/timeout.sh index f404a656f892..989afcc2b497 100755 --- a/util/gitconfig/test/timeout.sh +++ b/util/gitconfig/test/timeout.sh @@ -1,5 +1,4 @@ #!/bin/bash -## This file is part of the coreboot project. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c index b7e2307729d7..694d7334646a 100644 --- a/util/intelmetool/me.c +++ b/util/intelmetool/me.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h index 57b5475de936..3d579beea9d4 100644 --- a/util/intelmetool/me.h +++ b/util/intelmetool/me.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef ME_H diff --git a/util/intelmetool/me_status.c b/util/intelmetool/me_status.c index 097039447145..d186f96511a6 100644 --- a/util/intelmetool/me_status.c +++ b/util/intelmetool/me_status.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/intelvbttool/Makefile b/util/intelvbttool/Makefile index 853ac3376bef..86081e0f394f 100644 --- a/util/intelvbttool/Makefile +++ b/util/intelvbttool/Makefile @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/kbc1126/kbc1126_ec_dump.c b/util/kbc1126/kbc1126_ec_dump.c index f1aaf2104004..eb665d3e6fd5 100644 --- a/util/kbc1126/kbc1126_ec_dump.c +++ b/util/kbc1126/kbc1126_ec_dump.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/kbc1126/kbc1126_ec_insert.c b/util/kbc1126/kbc1126_ec_insert.c index 92a2505d3e11..d8ee0ca46b25 100644 --- a/util/kbc1126/kbc1126_ec_insert.c +++ b/util/kbc1126/kbc1126_ec_insert.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/kconfig/toada.c b/util/kconfig/toada.c index 1717fd040fb7..677aaca815b8 100644 --- a/util/kconfig/toada.c +++ b/util/kconfig/toada.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include diff --git a/util/lint/check-style b/util/lint/check-style index 5d21b8b2e3e9..06b950bcea25 100755 --- a/util/lint/check-style +++ b/util/lint/check-style @@ -5,7 +5,6 @@ # - create a patch of the proposed style changes # # modifications for clang-format by rene.milk@wwu.de -# This file is part of a set of unofficial pre-commit hooks available # at github. # Link: https://github.com/githubbrowser/Pre-commit-hooks # Contact: David Martin, david.martin.mailbox@googlemail.com diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint index cd4c9a2f3b73..8ee6416a3106 100755 --- a/util/lint/kconfig_lint +++ b/util/lint/kconfig_lint @@ -1,5 +1,4 @@ #!/usr/bin/env perl -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint b/util/lint/lint index 1420b41a1c13..a8c08d537042 100755 --- a/util/lint/lint +++ b/util/lint/lint @@ -1,6 +1,5 @@ #!/bin/sh # -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 3757f37fe6f3..a1ee3e711712 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-001-no-global-config-in-romstage b/util/lint/lint-001-no-global-config-in-romstage index 79293ebfff56..1ed55e0ca7ab 100755 --- a/util/lint/lint-001-no-global-config-in-romstage +++ b/util/lint/lint-001-no-global-config-in-romstage @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index a56c62b94b6c..f78454198f46 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-008-kconfig b/util/lint/lint-008-kconfig index 948031a34c22..1adb68fafa7d 100755 --- a/util/lint/lint-008-kconfig +++ b/util/lint/lint-008-kconfig @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-014-qualified-types b/util/lint/lint-014-qualified-types index 4a56dd6debc4..8da23b6d1fb4 100755 --- a/util/lint/lint-014-qualified-types +++ b/util/lint/lint-014-qualified-types @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-extended-007-checkpatch b/util/lint/lint-extended-007-checkpatch index aa16caf2d609..20ef6c48e135 100755 --- a/util/lint/lint-extended-007-checkpatch +++ b/util/lint/lint-extended-007-checkpatch @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-extended-015-final-newlines b/util/lint/lint-extended-015-final-newlines index 67aa27ee9252..74f1f03ecc46 100755 --- a/util/lint/lint-extended-015-final-newlines +++ b/util/lint/lint-extended-015-final-newlines @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-extended-020-signed-off-by b/util/lint/lint-extended-020-signed-off-by index 7700b3a52fe2..f60a5c3eb32a 100755 --- a/util/lint/lint-extended-020-signed-off-by +++ b/util/lint/lint-extended-020-signed-off-by @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/lint/lint-stable-000-license-headers b/util/lint/lint-stable-000-license-headers index befdf3cd6890..7b14b454771e 100755 --- a/util/lint/lint-stable-000-license-headers +++ b/util/lint/lint-stable-000-license-headers @@ -1,6 +1,5 @@ #!/bin/sh # SPDX-License-Identifier: GPL-2.0-only -# This file is part of the coreboot project. # # DESCR: Check that files have license headers diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace index 1710083a6b1a..a6e915de588e 100755 --- a/util/lint/lint-stable-003-whitespace +++ b/util/lint/lint-stable-003-whitespace @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-004-style-labels b/util/lint/lint-stable-004-style-labels index 21aa69d8730b..36d2581974e6 100755 --- a/util/lint/lint-stable-004-style-labels +++ b/util/lint/lint-stable-004-style-labels @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-005-board-status b/util/lint/lint-stable-005-board-status index edaa0b76c2bd..d364d71dedfb 100755 --- a/util/lint/lint-stable-005-board-status +++ b/util/lint/lint-stable-005-board-status @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/lint/lint-stable-006-board-name b/util/lint/lint-stable-006-board-name index 1458c8b5a89d..3fb0adc40387 100755 --- a/util/lint/lint-stable-006-board-name +++ b/util/lint/lint-stable-006-board-name @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/lint/lint-stable-008-kconfig b/util/lint/lint-stable-008-kconfig index 34dec465c84c..79e2a86c0cb0 100755 --- a/util/lint/lint-stable-008-kconfig +++ b/util/lint/lint-stable-008-kconfig @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-009-old-licenses b/util/lint/lint-stable-009-old-licenses index 1835a35e14a9..4d0cb4f4d35f 100755 --- a/util/lint/lint-stable-009-old-licenses +++ b/util/lint/lint-stable-009-old-licenses @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-010-asm-syntax b/util/lint/lint-stable-010-asm-syntax index 5f02ff567ec1..344068fcb353 100755 --- a/util/lint/lint-stable-010-asm-syntax +++ b/util/lint/lint-stable-010-asm-syntax @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-012-executable-bit b/util/lint/lint-stable-012-executable-bit index 5827a59b1f13..46896f42c811 100755 --- a/util/lint/lint-stable-012-executable-bit +++ b/util/lint/lint-stable-012-executable-bit @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/lint/lint-stable-013-site-local b/util/lint/lint-stable-013-site-local index af660ab9c48f..2c63aa602f4c 100755 --- a/util/lint/lint-stable-013-site-local +++ b/util/lint/lint-stable-013-site-local @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/lint/lint-stable-016-non-ascii b/util/lint/lint-stable-016-non-ascii index 5bbafbbab278..4c97c37ba026 100755 --- a/util/lint/lint-stable-016-non-ascii +++ b/util/lint/lint-stable-016-non-ascii @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-017-configs b/util/lint/lint-stable-017-configs index 1221672f6f4a..4f298508cea2 100755 --- a/util/lint/lint-stable-017-configs +++ b/util/lint/lint-stable-017-configs @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-018-symlinks b/util/lint/lint-stable-018-symlinks index c9aa356f5cc0..8739a8b0190c 100755 --- a/util/lint/lint-stable-018-symlinks +++ b/util/lint/lint-stable-018-symlinks @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-019-header-files b/util/lint/lint-stable-019-header-files index 8114931b2967..11cb6b750c91 100755 --- a/util/lint/lint-stable-019-header-files +++ b/util/lint/lint-stable-019-header-files @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-021-coreboot-lowercase b/util/lint/lint-stable-021-coreboot-lowercase index f9444cec9061..45bc8199fdca 100755 --- a/util/lint/lint-stable-021-coreboot-lowercase +++ b/util/lint/lint-stable-021-coreboot-lowercase @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-022-clang-format b/util/lint/lint-stable-022-clang-format index 439af55a87b7..031fdb1f394c 100755 --- a/util/lint/lint-stable-022-clang-format +++ b/util/lint/lint-stable-022-clang-format @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/lint/lint-stable-023-filenames b/util/lint/lint-stable-023-filenames index b864ab986643..a70f98895780 100755 --- a/util/lint/lint-stable-023-filenames +++ b/util/lint/lint-stable-023-filenames @@ -1,5 +1,4 @@ #!/bin/sh -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/mainboard/google/hatch/template/Makefile.inc b/util/mainboard/google/hatch/template/Makefile.inc index c4442094e43a..61b23ede99ee 100644 --- a/util/mainboard/google/hatch/template/Makefile.inc +++ b/util/mainboard/google/hatch/template/Makefile.inc @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl b/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl index 9b17d4572e1a..fd3b5cfb4e57 100644 --- a/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl +++ b/util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/mainboard/google/hatch/template/include/variant/ec.h b/util/mainboard/google/hatch/template/include/variant/ec.h index b9fb4f19ccd8..ce6fbfe1a41a 100644 --- a/util/mainboard/google/hatch/template/include/variant/ec.h +++ b/util/mainboard/google/hatch/template/include/variant/ec.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef VARIANT_EC_H diff --git a/util/mainboard/google/hatch/template/include/variant/gpio.h b/util/mainboard/google/hatch/template/include/variant/gpio.h index f37579e9117b..d08b33bca23d 100644 --- a/util/mainboard/google/hatch/template/include/variant/gpio.h +++ b/util/mainboard/google/hatch/template/include/variant/gpio.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef VARIANT_GPIO_H diff --git a/util/mainboard/google/volteer/template/Makefile.inc b/util/mainboard/google/volteer/template/Makefile.inc index c4442094e43a..61b23ede99ee 100644 --- a/util/mainboard/google/volteer/template/Makefile.inc +++ b/util/mainboard/google/volteer/template/Makefile.inc @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/mainboard/google/volteer/template/include/variant/ec.h b/util/mainboard/google/volteer/template/include/variant/ec.h index 55314d3b7d4c..7a2a6ff8b774 100644 --- a/util/mainboard/google/volteer/template/include/variant/ec.h +++ b/util/mainboard/google/volteer/template/include/variant/ec.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __VARIANT_EC_H__ diff --git a/util/mainboard/google/volteer/template/include/variant/gpio.h b/util/mainboard/google/volteer/template/include/variant/gpio.h index 122f7a434a34..5839395456f0 100644 --- a/util/mainboard/google/volteer/template/include/variant/gpio.h +++ b/util/mainboard/google/volteer/template/include/variant/gpio.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/util/mainboard/google/zork/template/Makefile.inc b/util/mainboard/google/zork/template/Makefile.inc index c4442094e43a..61b23ede99ee 100644 --- a/util/mainboard/google/zork/template/Makefile.inc +++ b/util/mainboard/google/zork/template/Makefile.inc @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/mma/mma_automated_test.sh b/util/mma/mma_automated_test.sh index 81ec812e057a..b2c9fd918a63 100755 --- a/util/mma/mma_automated_test.sh +++ b/util/mma/mma_automated_test.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/util/mma/mma_get_result.sh b/util/mma/mma_get_result.sh index 48f5360ed365..499d91cb742d 100755 --- a/util/mma/mma_get_result.sh +++ b/util/mma/mma_get_result.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/mma/mma_setup_test.sh b/util/mma/mma_setup_test.sh index 9680d2e8c629..a13b3f343131 100755 --- a/util/mma/mma_setup_test.sh +++ b/util/mma/mma_setup_test.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in index 45b4ba280a3b..7c5966c532e0 100644 --- a/util/msrtool/Makefile.in +++ b/util/msrtool/Makefile.in @@ -1,6 +1,5 @@ # Makefile for msrtool # -# This file is part of msrtool. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/configure b/util/msrtool/configure index 5f55056c9d82..cf78ad14102a 100755 --- a/util/msrtool/configure +++ b/util/msrtool/configure @@ -1,6 +1,5 @@ #!/bin/sh # -# This file is part of msrtool. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as diff --git a/util/msrtool/cs5536.c b/util/msrtool/cs5536.c index ce28c4d65523..5a5b0cc2a98b 100644 --- a/util/msrtool/cs5536.c +++ b/util/msrtool/cs5536.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/darwin.c b/util/msrtool/darwin.c index a362086ffda5..051ef3bb133b 100644 --- a/util/msrtool/darwin.c +++ b/util/msrtool/darwin.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/freebsd.c b/util/msrtool/freebsd.c index 1ea4eef1ba1e..f1afc9a01ed2 100644 --- a/util/msrtool/freebsd.c +++ b/util/msrtool/freebsd.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/geodegx2.c b/util/msrtool/geodegx2.c index 6f6b982430be..911c7556b1b6 100644 --- a/util/msrtool/geodegx2.c +++ b/util/msrtool/geodegx2.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/geodelx.c b/util/msrtool/geodelx.c index aa6f8a7efdc2..42cce4cf1b89 100644 --- a/util/msrtool/geodelx.c +++ b/util/msrtool/geodelx.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_atom.c b/util/msrtool/intel_atom.c index 3e58d949aa5c..e220eb0be02d 100644 --- a/util/msrtool/intel_atom.c +++ b/util/msrtool/intel_atom.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_core1.c b/util/msrtool/intel_core1.c index 7f8717ee5eb9..144c4ac8d052 100644 --- a/util/msrtool/intel_core1.c +++ b/util/msrtool/intel_core1.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_core2_early.c b/util/msrtool/intel_core2_early.c index 4d265311ba36..083ea167c9f3 100644 --- a/util/msrtool/intel_core2_early.c +++ b/util/msrtool/intel_core2_early.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_core2_later.c b/util/msrtool/intel_core2_later.c index ef7cfc5dbfa7..f15e86af2f8a 100644 --- a/util/msrtool/intel_core2_later.c +++ b/util/msrtool/intel_core2_later.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_nehalem.c b/util/msrtool/intel_nehalem.c index 21d8f310e34c..b7bd55814555 100644 --- a/util/msrtool/intel_nehalem.c +++ b/util/msrtool/intel_nehalem.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_pentium3.c b/util/msrtool/intel_pentium3.c index d51d46c742f0..508fd45b1435 100644 --- a/util/msrtool/intel_pentium3.c +++ b/util/msrtool/intel_pentium3.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_pentium3_early.c b/util/msrtool/intel_pentium3_early.c index 50cfa24ab721..9142754a9f3f 100644 --- a/util/msrtool/intel_pentium3_early.c +++ b/util/msrtool/intel_pentium3_early.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_pentium4_early.c b/util/msrtool/intel_pentium4_early.c index ac5a1b0bcb8c..48ce9768697f 100644 --- a/util/msrtool/intel_pentium4_early.c +++ b/util/msrtool/intel_pentium4_early.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_pentium4_later.c b/util/msrtool/intel_pentium4_later.c index 0795ed2a9eb9..de793e9b8a01 100644 --- a/util/msrtool/intel_pentium4_later.c +++ b/util/msrtool/intel_pentium4_later.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/intel_pentium_d.c b/util/msrtool/intel_pentium_d.c index f58e5d66fd72..127b1e1d0460 100644 --- a/util/msrtool/intel_pentium_d.c +++ b/util/msrtool/intel_pentium_d.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/k8.c b/util/msrtool/k8.c index 405945d96389..dd716004dd2b 100644 --- a/util/msrtool/k8.c +++ b/util/msrtool/k8.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/msrtool/linux.c b/util/msrtool/linux.c index 428f14030ce0..b2b7bdd21866 100644 --- a/util/msrtool/linux.c +++ b/util/msrtool/linux.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/msrtool.c b/util/msrtool/msrtool.c index b4d721a28f81..98e1169592af 100644 --- a/util/msrtool/msrtool.c +++ b/util/msrtool/msrtool.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/msrtool.h b/util/msrtool/msrtool.h index d1f2eb9a8271..f5e6738c5c37 100644 --- a/util/msrtool/msrtool.h +++ b/util/msrtool/msrtool.h @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef MSRTOOL_H diff --git a/util/msrtool/msrutils.c b/util/msrtool/msrutils.c index 58330ff98f70..5298063aba07 100644 --- a/util/msrtool/msrutils.c +++ b/util/msrtool/msrutils.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/sys.c b/util/msrtool/sys.c index f32246ed3492..7188705e0671 100644 --- a/util/msrtool/sys.c +++ b/util/msrtool/sys.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/msrtool/via_c7.c b/util/msrtool/via_c7.c index 779144ee15df..ae8f831eda40 100644 --- a/util/msrtool/via_c7.c +++ b/util/msrtool/via_c7.c @@ -1,4 +1,3 @@ -/* This file is part of msrtool. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include "msrtool.h" diff --git a/util/mtkheader/gen-bl-img.py b/util/mtkheader/gen-bl-img.py index 473d2a403d89..282dfbfa9fe6 100755 --- a/util/mtkheader/gen-bl-img.py +++ b/util/mtkheader/gen-bl-img.py @@ -1,5 +1,4 @@ #!/usr/bin/env python2 -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c index 780c91c30fad..27114edab1d5 100644 --- a/util/pgtblgen/pgtblgen.c +++ b/util/pgtblgen/pgtblgen.c @@ -1,4 +1,3 @@ -/* This file is part of pgtblgen. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/pmh7tool/pmh7tool.c b/util/pmh7tool/pmh7tool.c index dc9df2d274cf..346edae14d3b 100644 --- a/util/pmh7tool/pmh7tool.c +++ b/util/pmh7tool/pmh7tool.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/pmh7tool/pmh7tool.h b/util/pmh7tool/pmh7tool.h index 54fdaaf75e81..8f5e179d217a 100644 --- a/util/pmh7tool/pmh7tool.h +++ b/util/pmh7tool/pmh7tool.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef PMH7TOOL_H diff --git a/util/qualcomm/scripts/cmm/debug_cb_405.cmm b/util/qualcomm/scripts/cmm/debug_cb_405.cmm index bc677e9e62fc..202209218df2 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_405.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_405.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/qualcomm/scripts/cmm/debug_cb_845.cmm b/util/qualcomm/scripts/cmm/debug_cb_845.cmm index f99ff26216f4..034a14bace15 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_845.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_845.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/qualcomm/scripts/cmm/debug_cb_common.cmm b/util/qualcomm/scripts/cmm/debug_cb_common.cmm index f81d92b7ff29..c43621d30c74 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_common.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_common.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm index fd12041e4c35..5dc73c49b99f 100644 --- a/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm +++ b/util/qualcomm/scripts/cmm/debug_cb_trogdor.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm index 93c2418a814b..75d79cc7741e 100644 --- a/util/qualcomm/scripts/cmm/debug_chroot_common.cmm +++ b/util/qualcomm/scripts/cmm/debug_chroot_common.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm index e84e54d35db4..1f1332019c0d 100644 --- a/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm +++ b/util/qualcomm/scripts/cmm/debug_chroot_trogdor.cmm @@ -1,6 +1,5 @@ ;============================================================================ ;## -;## This file is part of the coreboot project. ;## ;## This program is free software; you can redistribute it and/or modify ;## it under the terms of the GNU General Public License version 2 and diff --git a/util/release/genrelnotes b/util/release/genrelnotes index 26cf280b791d..5803f8cfedf7 100755 --- a/util/release/genrelnotes +++ b/util/release/genrelnotes @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/release/gerrit_stats.pl b/util/release/gerrit_stats.pl index e21877ff2328..650042630724 100755 --- a/util/release/gerrit_stats.pl +++ b/util/release/gerrit_stats.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/riscv/sifive-gpt.py b/util/riscv/sifive-gpt.py index e3d7ceb42b08..de56f79db75a 100755 --- a/util/riscv/sifive-gpt.py +++ b/util/riscv/sifive-gpt.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/scripts/decode_spd.sh b/util/scripts/decode_spd.sh index 8ce28af18e97..e515154ee7c9 100755 --- a/util/scripts/decode_spd.sh +++ b/util/scripts/decode_spd.sh @@ -1,6 +1,5 @@ #!/bin/bash # -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/scripts/ucode_h_to_bin.sh b/util/scripts/ucode_h_to_bin.sh index e20acfefa4f5..163acdf0ad8c 100755 --- a/util/scripts/ucode_h_to_bin.sh +++ b/util/scripts/ucode_h_to_bin.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff --git a/util/scripts/update_submodules b/util/scripts/update_submodules index 993f58ef0b5d..854a943cb563 100755 --- a/util/scripts/update_submodules +++ b/util/scripts/update_submodules @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index dab79a907cea..55583acc7a7c 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -1,4 +1,3 @@ -## This file is part of the superiotool project. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/util/superiotool/ali.c b/util/superiotool/ali.c index 04420626364a..3e2e818be9fc 100644 --- a/util/superiotool/ali.c +++ b/util/superiotool/ali.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/amd.c b/util/superiotool/amd.c index 1831b1fa2c57..1656f0b3145d 100644 --- a/util/superiotool/amd.c +++ b/util/superiotool/amd.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/aspeed.c b/util/superiotool/aspeed.c index 4e9d684c9d32..9fb0a88457f7 100644 --- a/util/superiotool/aspeed.c +++ b/util/superiotool/aspeed.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/exar.c b/util/superiotool/exar.c index 430d6ba32ae7..af87273206c0 100644 --- a/util/superiotool/exar.c +++ b/util/superiotool/exar.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/fintek.c b/util/superiotool/fintek.c index 1402d480a0e5..2dcb131b040a 100644 --- a/util/superiotool/fintek.c +++ b/util/superiotool/fintek.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/infineon.c b/util/superiotool/infineon.c index b11db76e2dc3..dcd1a009a5ed 100644 --- a/util/superiotool/infineon.c +++ b/util/superiotool/infineon.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/ite.c b/util/superiotool/ite.c index 00eceed9f86c..458250a0e6e4 100644 --- a/util/superiotool/ite.c +++ b/util/superiotool/ite.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index 9159876b51c2..d9c8955dc557 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/nuvoton.c b/util/superiotool/nuvoton.c index e6dc9f793b87..d2b72f263444 100644 --- a/util/superiotool/nuvoton.c +++ b/util/superiotool/nuvoton.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/pci.c b/util/superiotool/pci.c index 0ca2887801b8..ee8b97d46c2b 100644 --- a/util/superiotool/pci.c +++ b/util/superiotool/pci.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/serverengines.c b/util/superiotool/serverengines.c index f2ac9c579481..b59328fec7f6 100644 --- a/util/superiotool/serverengines.c +++ b/util/superiotool/serverengines.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/smsc.c b/util/superiotool/smsc.c index 3a5147f66415..4175d3ee0546 100644 --- a/util/superiotool/smsc.c +++ b/util/superiotool/smsc.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/superiotool.c b/util/superiotool/superiotool.c index e93e9261c667..ed18c13e629f 100644 --- a/util/superiotool/superiotool.c +++ b/util/superiotool/superiotool.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/superiotool.h b/util/superiotool/superiotool.h index 74e9aa86e2f9..a621ae5274ab 100644 --- a/util/superiotool/superiotool.h +++ b/util/superiotool/superiotool.h @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef SUPERIOTOOL_H diff --git a/util/superiotool/via.c b/util/superiotool/via.c index 8853462ca403..95ff6dde387d 100644 --- a/util/superiotool/via.c +++ b/util/superiotool/via.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index fe5bbadb63bc..598955f8fe34 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -1,4 +1,3 @@ -/* This file is part of the superiotool project */ /* SPDX-License-Identifier: GPL-2.0-or-later */ #include "superiotool.h" diff --git a/util/supermicro/smcbiosinfo/smcbiosinfo.c b/util/supermicro/smcbiosinfo/smcbiosinfo.c index d7a6a301df8c..6a27ba7a773b 100644 --- a/util/supermicro/smcbiosinfo/smcbiosinfo.c +++ b/util/supermicro/smcbiosinfo/smcbiosinfo.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 80e7fa902d65..7c820f59ea54 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/uio_usbdebug/console/printk.c b/util/uio_usbdebug/console/printk.c index 4d0e652d1fdf..3ad9b9ebaf2c 100644 --- a/util/uio_usbdebug/console/printk.c +++ b/util/uio_usbdebug/console/printk.c @@ -1,4 +1,3 @@ -/* This file is part of uio_usbdebug */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/uio_usbdebug/uio_usbdebug_intel.c b/util/uio_usbdebug/uio_usbdebug_intel.c index 2497f6cb9e7d..b6c131c7fc7a 100644 --- a/util/uio_usbdebug/uio_usbdebug_intel.c +++ b/util/uio_usbdebug/uio_usbdebug_intel.c @@ -1,4 +1,3 @@ -/* This file is part of uio_usbdebug */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile index dec3c9b43880..1baf5ba3874b 100644 --- a/util/vgabios/Makefile +++ b/util/vgabios/Makefile @@ -1,4 +1,3 @@ -## This file is part of the coreboot project. ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/util/vgabios/include/arch/byteorder.h b/util/vgabios/include/arch/byteorder.h index 754ff754a98e..349e28b244df 100644 --- a/util/vgabios/include/arch/byteorder.h +++ b/util/vgabios/include/arch/byteorder.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _BYTEORDER_H diff --git a/util/vgabios/include/config.h b/util/vgabios/include/config.h index 1b336a1bac09..60a5af9685b2 100644 --- a/util/vgabios/include/config.h +++ b/util/vgabios/include/config.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project */ /* SPDX-License-Identifier: GPL-2.0-only */ #define CONFIG_PCI_OPTION_ROM_RUN_YABEL 1 diff --git a/util/vgabios/include/console/console.h b/util/vgabios/include/console/console.h index 49a201fab8df..0aa55955902a 100644 --- a/util/vgabios/include/console/console.h +++ b/util/vgabios/include/console/console.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _CONSOLE_CONSOLE_H diff --git a/util/vgabios/include/stdtypes.h b/util/vgabios/include/stdtypes.h index 022a1b685405..95bd72df992b 100644 --- a/util/vgabios/include/stdtypes.h +++ b/util/vgabios/include/stdtypes.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _STDTYPES_H diff --git a/util/vgabios/include/swab.h b/util/vgabios/include/swab.h index a93e92633684..bffabbf015e6 100644 --- a/util/vgabios/include/swab.h +++ b/util/vgabios/include/swab.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef _SWAB_H diff --git a/util/vgabios/pci-userspace.c b/util/vgabios/pci-userspace.c index 3091590b44c2..5d8a7fedf0b2 100644 --- a/util/vgabios/pci-userspace.c +++ b/util/vgabios/pci-userspace.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/vgabios/pci-userspace.h b/util/vgabios/pci-userspace.h index aeeb344a5044..879a91d6e669 100644 --- a/util/vgabios/pci-userspace.h +++ b/util/vgabios/pci-userspace.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __PCI_USERSPACE_H__ diff --git a/util/vgabios/testbios.c b/util/vgabios/testbios.c index 7080c50bf6c0..d66c857bbff5 100644 --- a/util/vgabios/testbios.c +++ b/util/vgabios/testbios.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include diff --git a/util/vgabios/testbios.h b/util/vgabios/testbios.h index c97298c95930..487b2b10273e 100644 --- a/util/vgabios/testbios.h +++ b/util/vgabios/testbios.h @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #ifndef __TESTBIOS_H__ diff --git a/util/x86/x86_page_tables.go b/util/x86/x86_page_tables.go index 25b7eb7303a2..8fd24eb28161 100644 --- a/util/x86/x86_page_tables.go +++ b/util/x86/x86_page_tables.go @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ package main diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 53a72de9fd39..6629546ef18e 100755 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# This file is part of the coreboot project. # # SPDX-License-Identifier: GPL-2.0-only -- cgit v1.2.3