From a73b93157f2a5ed42bebf9a5948a4e2cedcb4250 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 31 Oct 2015 11:55:10 +0100 Subject: tree: drop last paragraph of GPL copyright header It encourages users from writing to the FSF without giving an address. Linux also prefers to drop that and their checkpatch.pl (that we imported) looks out for that. This is the result of util/scripts/no-fsf-addresses.sh with no further editing. Change-Id: Ie96faea295fe001911d77dbc51e9a6789558fbd6 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/11888 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Reviewed-by: Ronald G. Minnich --- util/lint/kconfig_lint | 3 --- util/lint/lint | 4 ---- util/lint/lint-000-license-headers | 4 ---- util/lint/lint-001-no-global-config-in-romstage | 4 ---- util/lint/lint-stable-003-whitespace | 4 ---- util/lint/lint-stable-004-style-labels | 4 ---- util/lint/lint-stable-005-board-status | 4 ---- 7 files changed, 27 deletions(-) (limited to 'util/lint') diff --git a/util/lint/kconfig_lint b/util/lint/kconfig_lint index 2b871572c1..36facb76dc 100755 --- a/util/lint/kconfig_lint +++ b/util/lint/kconfig_lint @@ -15,9 +15,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program. -# package kconfig_lint; diff --git a/util/lint/lint b/util/lint/lint index e65ffaaefa..8732103ebb 100755 --- a/util/lint/lint +++ b/util/lint/lint @@ -11,10 +11,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# #set -x # uncomment for debug usage () { diff --git a/util/lint/lint-000-license-headers b/util/lint/lint-000-license-headers index 12cbe6c3bc..3c75ddff4f 100755 --- a/util/lint/lint-000-license-headers +++ b/util/lint/lint-000-license-headers @@ -12,10 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# # # DESCR: Check that all files in src/ and util/ have valid license headers diff --git a/util/lint/lint-001-no-global-config-in-romstage b/util/lint/lint-001-no-global-config-in-romstage index 562b1f7fb4..e51e8ddf08 100755 --- a/util/lint/lint-001-no-global-config-in-romstage +++ b/util/lint/lint-001-no-global-config-in-romstage @@ -12,10 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# # DESCR: Check that no symbol #defined in any romstage.c is used elsewhere DEFINES=`grep "#define" src/mainboard/*/*/romstage.c |sed 's,.*#define[\t ]\([^\t ]*\)[\t ].*,\1,' | grep -v "(" | sort -u` diff --git a/util/lint/lint-stable-003-whitespace b/util/lint/lint-stable-003-whitespace index 75eb9f2130..3dbd4730f5 100755 --- a/util/lint/lint-stable-003-whitespace +++ b/util/lint/lint-stable-003-whitespace @@ -12,10 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# # DESCR: Check for superfluous whitespace in the tree LC_ALL=C export LC_ALL diff --git a/util/lint/lint-stable-004-style-labels b/util/lint/lint-stable-004-style-labels index 1f7953e739..f024ca1bd3 100755 --- a/util/lint/lint-stable-004-style-labels +++ b/util/lint/lint-stable-004-style-labels @@ -12,10 +12,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# # DESCR: Check that C labels begin at start-of-line LC_ALL=C export LC_ALL diff --git a/util/lint/lint-stable-005-board-status b/util/lint/lint-stable-005-board-status index a00fe0c681..61813eaa10 100755 --- a/util/lint/lint-stable-005-board-status +++ b/util/lint/lint-stable-005-board-status @@ -13,10 +13,6 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. -# # DESCR: Check that every board has a meaningful board_info.txt LC_ALL=C export LC_ALL -- cgit v1.2.3