summaryrefslogtreecommitdiff
path: root/util/lint
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-08 19:28:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-09 21:21:32 +0000
commitea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch)
treeadfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/lint
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.xz
AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
Diffstat (limited to 'util/lint')
-rwxr-xr-xutil/lint/checkpatch_json.py4
-rwxr-xr-xutil/lint/kconfig_lint5
-rwxr-xr-xutil/lint/lint-000-license-headers3
-rwxr-xr-xutil/lint/lint-001-no-global-config-in-romstage2
-rwxr-xr-xutil/lint/lint-007-checkpatch2
-rwxr-xr-xutil/lint/lint-008-kconfig2
-rwxr-xr-xutil/lint/lint-014-qualified-types2
-rwxr-xr-xutil/lint/lint-extended-007-checkpatch2
-rwxr-xr-xutil/lint/lint-extended-015-final-newlines2
-rwxr-xr-xutil/lint/lint-extended-020-signed-off-by2
-rwxr-xr-xutil/lint/lint-stable-003-whitespace2
-rwxr-xr-xutil/lint/lint-stable-004-style-labels3
-rwxr-xr-xutil/lint/lint-stable-005-board-status2
-rwxr-xr-xutil/lint/lint-stable-006-board-name2
-rwxr-xr-xutil/lint/lint-stable-008-kconfig2
-rwxr-xr-xutil/lint/lint-stable-009-old-licenses3
-rwxr-xr-xutil/lint/lint-stable-010-asm-syntax2
-rwxr-xr-xutil/lint/lint-stable-012-executable-bit2
-rwxr-xr-xutil/lint/lint-stable-013-site-local2
-rwxr-xr-xutil/lint/lint-stable-016-non-ascii2
-rwxr-xr-xutil/lint/lint-stable-017-configs2
-rwxr-xr-xutil/lint/lint-stable-018-symlinks2
-rwxr-xr-xutil/lint/lint-stable-019-header-files2
-rwxr-xr-xutil/lint/lint-stable-021-coreboot-lowercase2
-rwxr-xr-xutil/lint/lint-stable-022-clang-format2
-rwxr-xr-xutil/lint/lint-stable-023-filenames2
26 files changed, 0 insertions, 60 deletions
diff --git a/util/lint/checkpatch_json.py b/util/lint/checkpatch_json.py
index c8dd36df44..827d2f5361 100755
--- a/util/lint/checkpatch_json.py
+++ b/util/lint/checkpatch_json.py
@@ -1,8 +1,4 @@
#!/usr/bin/env python2
-# Copyright (C) 2018 Intel Corporation.
-# written by Naresh G Solanki<naresh.solanki@intel.com> and
-# Maulik V Vaghela <maulik.v.vaghela@intel.com>
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint
index 16188bacc5..bdf9b8bb16 100755
--- a/util/lint/kconfig_lint
+++ b/util/lint/kconfig_lint
@@ -1,11 +1,6 @@
#!/usr/bin/env perl
-
-#
# This file is part of the coreboot project.
#
-# Copyright (C) 2015 Martin L Roth <gaumless@gmail.com>
-# Copyright (C) 2015-2016 Google, Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers
index c1110ec75d..080e6de99c 100755
--- a/util/lint/lint-000-license-headers
+++ b/util/lint/lint-000-license-headers
@@ -1,9 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2010 coresystems GmbH
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-001-no-global-config-in-romstage b/util/lint/lint-001-no-global-config-in-romstage
index e51e8ddf08..29c9db1067 100755
--- a/util/lint/lint-001-no-global-config-in-romstage
+++ b/util/lint/lint-001-no-global-config-in-romstage
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2010 coresystems GmbH
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
index a7b63e8d7c..77c3907b20 100755
--- a/util/lint/lint-007-checkpatch
+++ b/util/lint/lint-007-checkpatch
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2015 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-008-kconfig b/util/lint/lint-008-kconfig
index 8a0042d2da..79f7146957 100755
--- a/util/lint/lint-008-kconfig
+++ b/util/lint/lint-008-kconfig
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-014-qualified-types b/util/lint/lint-014-qualified-types
index d447c4bd6d..7c0409c808 100755
--- a/util/lint/lint-014-qualified-types
+++ b/util/lint/lint-014-qualified-types
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-extended-007-checkpatch b/util/lint/lint-extended-007-checkpatch
index c221d4a9f4..80c1af5d1d 100755
--- a/util/lint/lint-extended-007-checkpatch
+++ b/util/lint/lint-extended-007-checkpatch
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-extended-015-final-newlines b/util/lint/lint-extended-015-final-newlines
index ee573f516f..4e72995a46 100755
--- a/util/lint/lint-extended-015-final-newlines
+++ b/util/lint/lint-extended-015-final-newlines
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-extended-020-signed-off-by b/util/lint/lint-extended-020-signed-off-by
index 065b286d34..7700b3a52f 100755
--- a/util/lint/lint-extended-020-signed-off-by
+++ b/util/lint/lint-extended-020-signed-off-by
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License, or (at your option)
diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace
index b2011e7f65..7943fcc411 100755
--- a/util/lint/lint-stable-003-whitespace
+++ b/util/lint/lint-stable-003-whitespace
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2011 Patrick Georgi <patrick@georgi-clan.de>
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-004-style-labels b/util/lint/lint-stable-004-style-labels
index 698b22df78..c952b9102b 100755
--- a/util/lint/lint-stable-004-style-labels
+++ b/util/lint/lint-stable-004-style-labels
@@ -1,9 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2012 Patrick Georgi <patrick@georgi-clan.de>
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-005-board-status b/util/lint/lint-stable-005-board-status
index 952a9b5c6f..edaa0b76c2 100755
--- a/util/lint/lint-stable-005-board-status
+++ b/util/lint/lint-stable-005-board-status
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2014 Vladimir Serbinenko <phcoder@gmail.com>
-#
# 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
# the Free Software Foundation; version 2 of the License, or (at your option)
diff --git a/util/lint/lint-stable-006-board-name b/util/lint/lint-stable-006-board-name
index b2418a1472..1458c8b5a8 100755
--- a/util/lint/lint-stable-006-board-name
+++ b/util/lint/lint-stable-006-board-name
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2015 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License, or (at your option)
diff --git a/util/lint/lint-stable-008-kconfig b/util/lint/lint-stable-008-kconfig
index 25d04b6c7c..778a7a57a8 100755
--- a/util/lint/lint-stable-008-kconfig
+++ b/util/lint/lint-stable-008-kconfig
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-009-old-licenses b/util/lint/lint-stable-009-old-licenses
index 6e6dc1cb61..369d3936f1 100755
--- a/util/lint/lint-stable-009-old-licenses
+++ b/util/lint/lint-stable-009-old-licenses
@@ -1,9 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2010 coresystems GmbH
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-010-asm-syntax b/util/lint/lint-stable-010-asm-syntax
index a102a774bc..d532c5d28c 100755
--- a/util/lint/lint-stable-010-asm-syntax
+++ b/util/lint/lint-stable-010-asm-syntax
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-012-executable-bit b/util/lint/lint-stable-012-executable-bit
index e7ff3cb64b..5827a59b1f 100755
--- a/util/lint/lint-stable-012-executable-bit
+++ b/util/lint/lint-stable-012-executable-bit
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License, or (at your option)
diff --git a/util/lint/lint-stable-013-site-local b/util/lint/lint-stable-013-site-local
index d701ee07b3..af660ab9c4 100755
--- a/util/lint/lint-stable-013-site-local
+++ b/util/lint/lint-stable-013-site-local
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License, or (at your option)
diff --git a/util/lint/lint-stable-016-non-ascii b/util/lint/lint-stable-016-non-ascii
index fbb830d3be..a9967cab2c 100755
--- a/util/lint/lint-stable-016-non-ascii
+++ b/util/lint/lint-stable-016-non-ascii
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-017-configs b/util/lint/lint-stable-017-configs
index 6d7393db81..01d32b1280 100755
--- a/util/lint/lint-stable-017-configs
+++ b/util/lint/lint-stable-017-configs
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-018-symlinks b/util/lint/lint-stable-018-symlinks
index 6f58e7ddd0..eddcb0579c 100755
--- a/util/lint/lint-stable-018-symlinks
+++ b/util/lint/lint-stable-018-symlinks
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-019-header-files b/util/lint/lint-stable-019-header-files
index 11bc432679..6940227c07 100755
--- a/util/lint/lint-stable-019-header-files
+++ b/util/lint/lint-stable-019-header-files
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2016 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-021-coreboot-lowercase b/util/lint/lint-stable-021-coreboot-lowercase
index a71d2047f3..6c6a56b60a 100755
--- a/util/lint/lint-stable-021-coreboot-lowercase
+++ b/util/lint/lint-stable-021-coreboot-lowercase
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2017 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-022-clang-format b/util/lint/lint-stable-022-clang-format
index 48f51a8e77..fb9388b67a 100755
--- a/util/lint/lint-stable-022-clang-format
+++ b/util/lint/lint-stable-022-clang-format
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2018 Google Inc.
-#
# 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
# the Free Software Foundation; version 2 of the License.
diff --git a/util/lint/lint-stable-023-filenames b/util/lint/lint-stable-023-filenames
index aa7b0906b7..6332d2e9a2 100755
--- a/util/lint/lint-stable-023-filenames
+++ b/util/lint/lint-stable-023-filenames
@@ -1,8 +1,6 @@
#!/bin/sh
# This file is part of the coreboot project.
#
-# Copyright (C) 2018 Google LLC
-#
# 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
# the Free Software Foundation; version 2 of the License.