summaryrefslogtreecommitdiffstats
path: root/util/lint
diff options
context:
space:
mode:
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/check-style1
-rwxr-xr-xutil/lint/kconfig_lint1
-rwxr-xr-xutil/lint/lint1
-rwxr-xr-xutil/lint/lint-000-license-headers1
-rwxr-xr-xutil/lint/lint-001-no-global-config-in-romstage1
-rwxr-xr-xutil/lint/lint-007-checkpatch1
-rwxr-xr-xutil/lint/lint-008-kconfig1
-rwxr-xr-xutil/lint/lint-014-qualified-types1
-rwxr-xr-xutil/lint/lint-extended-007-checkpatch1
-rwxr-xr-xutil/lint/lint-extended-015-final-newlines1
-rwxr-xr-xutil/lint/lint-extended-020-signed-off-by1
-rwxr-xr-xutil/lint/lint-stable-000-license-headers1
-rwxr-xr-xutil/lint/lint-stable-003-whitespace1
-rwxr-xr-xutil/lint/lint-stable-004-style-labels1
-rwxr-xr-xutil/lint/lint-stable-005-board-status1
-rwxr-xr-xutil/lint/lint-stable-006-board-name1
-rwxr-xr-xutil/lint/lint-stable-008-kconfig1
-rwxr-xr-xutil/lint/lint-stable-009-old-licenses1
-rwxr-xr-xutil/lint/lint-stable-010-asm-syntax1
-rwxr-xr-xutil/lint/lint-stable-012-executable-bit1
-rwxr-xr-xutil/lint/lint-stable-013-site-local1
-rwxr-xr-xutil/lint/lint-stable-016-non-ascii1
-rwxr-xr-xutil/lint/lint-stable-017-configs1
-rwxr-xr-xutil/lint/lint-stable-018-symlinks1
-rwxr-xr-xutil/lint/lint-stable-019-header-files1
-rwxr-xr-xutil/lint/lint-stable-021-coreboot-lowercase1
-rwxr-xr-xutil/lint/lint-stable-022-clang-format1
-rwxr-xr-xutil/lint/lint-stable-023-filenames1
28 files changed, 0 insertions, 28 deletions
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