util/scripts/no-fsf-addresses.sh: Strip last paragraph
commitee0028da3bfa648a0ae474b1d05da1562da81c8d
authorPatrick Georgi <pgeorgi@chromium.org>
Tue, 13 Oct 2015 20:11:13 +0000 (13 22:11 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Sat, 31 Oct 2015 20:38:15 +0000 (31 21:38 +0100)
tree4e732b9cd2180fbf50d46cd4ad36426a9c21ae87
parenta73b93157f2a5ed42bebf9a5948a4e2cedcb4250
util/scripts/no-fsf-addresses.sh: Strip last paragraph

checkpatch.pl that we inherited from Linux checks for its absence, so it
may be easiest to follow their style of not caring for the FSF's address
anymore.

TEST=visual check that `git diff` and `git diff |grep "^[+-]" | \
grep -v "^--- " |grep -v "^+++ " |sort | uniq -c  |sort -n` look
reasonable (matching number of removed and added comment terminators */,
etc.).
Also, `git grep -A3 "You should have received a copy"` only
returns license texts, imported files, patches and help strings in
applications as remaining copies of that paragraph

Change-Id: I7c43860b6fd7ec526983c24b608994539128cfb9
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/11887
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
util/scripts/no-fsf-addresses.sh