2010-11-19 11:16:43 +01:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
util/: Replace GPLv2 boiler plate with SPDX header
Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)
perl -i -p0e 's|This[\s*]*program[\s*]*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.*[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)
perl -i -p0e 's|\/\*[\s*]*.*This[\s*#]*program[\s*#]*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.*[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)
Change-Id: I1008a63b804f355a916221ac994701d7584f60ff
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41177
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-05-08 20:48:04 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2016-01-12 18:25:49 +01:00
|
|
|
# DESCR: Check that files in have valid license headers
|
|
|
|
# $1 is an optional command line parameter containing directories to check
|
|
|
|
|
|
|
|
# regex list of files and directories to exclude from the search
|
|
|
|
HEADER_EXCLUDED="\
|
2020-05-10 16:34:10 +02:00
|
|
|
^src/commonlib/bsd/lz4.c.inc\$|\
|
|
|
|
^src/cpu/x86/16bit/entry16.inc\$|\
|
|
|
|
^src/device/oprom/x86emu/|\
|
|
|
|
^src/device/oprom/include/x86emu/|\
|
|
|
|
^src/device/oprom/yabel/|\
|
2020-05-18 21:36:58 +02:00
|
|
|
^src/drivers/net/ne2k.c\$|\
|
2020-05-10 16:34:10 +02:00
|
|
|
^src/drivers/xgi/common/initdef.h\$|\
|
|
|
|
^src/drivers/xgi/common/vstruct.h\$|\
|
2018-05-27 03:47:07 +02:00
|
|
|
^src/lib/gnat/|\
|
2020-05-10 16:34:10 +02:00
|
|
|
^src/lib/lzmadecode.[ch]\$|\
|
|
|
|
^src/lib/stack.c\$|\
|
2016-01-12 18:25:49 +01:00
|
|
|
^src/vendorcode/|\
|
2018-05-27 03:47:07 +02:00
|
|
|
^util/amdtools/example_input/|\
|
|
|
|
^util/cbfstool/lzma/|\
|
2020-05-10 16:34:10 +02:00
|
|
|
^util/cbfstool/lz4/|\
|
2016-01-12 18:25:49 +01:00
|
|
|
^util/kconfig/|\
|
|
|
|
Kconfig|\
|
|
|
|
\<COPYING\>|\
|
|
|
|
\<LICENSE\>|\
|
|
|
|
\<README\>|\
|
|
|
|
Changelog|\
|
2020-09-08 20:25:44 +02:00
|
|
|
AUTHORS|\
|
2016-01-12 18:25:49 +01:00
|
|
|
TODO|\
|
|
|
|
EXAMPLE|\
|
2018-05-27 03:47:07 +02:00
|
|
|
NEWS|\
|
|
|
|
ChangeLog|\
|
|
|
|
Dockerfile|\
|
|
|
|
\.in$|\
|
|
|
|
\.[18]$|\
|
|
|
|
\.md$|\
|
|
|
|
\.wiki$|\
|
|
|
|
\.xxdump$|\
|
|
|
|
\.spec$|\
|
2016-01-12 18:25:49 +01:00
|
|
|
\.txt$|\
|
|
|
|
\.jpg$|\
|
|
|
|
\.cksum$|\
|
|
|
|
\.bin$|\
|
2018-05-04 17:19:07 +02:00
|
|
|
\.vbt$|\
|
2016-01-12 18:25:49 +01:00
|
|
|
\.hex$|\
|
|
|
|
\.patch$|\
|
|
|
|
_shipped$|\
|
|
|
|
/microcode-[^/]*.h$|\
|
|
|
|
/sdram-.*\.inc$|\
|
2016-04-11 21:35:59 +02:00
|
|
|
Makefile\.inc|\
|
|
|
|
\.fmd|\
|
2016-10-27 19:43:37 +02:00
|
|
|
\.cb|\
|
2016-04-11 21:35:59 +02:00
|
|
|
\.cfg$|\
|
|
|
|
\.spd|\
|
|
|
|
config|\
|
|
|
|
cmos\.layout|\
|
|
|
|
cmos\.default\
|
2016-01-12 18:25:49 +01:00
|
|
|
"
|
|
|
|
|
|
|
|
#space separated list of directories to test
|
|
|
|
if [ "$1" = "" ]; then
|
|
|
|
HEADER_DIRS="src util"
|
|
|
|
else
|
|
|
|
HEADER_DIRS="$1"
|
|
|
|
fi
|
2010-11-19 11:16:43 +01:00
|
|
|
|
|
|
|
LC_ALL=C export LC_ALL
|
2016-01-12 18:25:49 +01:00
|
|
|
|
|
|
|
#get initial list from git, removing HEADER_EXCLUDED files.
|
|
|
|
#make a copy to check for the old style header later.
|
|
|
|
headerlist=$(git ls-files $HEADER_DIRS | egrep -v "($HEADER_EXCLUDED)")
|
|
|
|
|
|
|
|
#update headerlist by removing files that match the license string
|
|
|
|
check_for_license() {
|
2016-04-11 21:35:59 +02:00
|
|
|
if [ -n "$headerlist" ] && [ -z "$2" ]; then
|
2016-01-21 21:20:39 +01:00
|
|
|
headerlist="$(grep -iL "$1" $headerlist 2>/dev/null)"
|
2016-04-11 21:35:59 +02:00
|
|
|
elif [ -n "$headerlist" ]; then
|
|
|
|
p1list="$(grep -il "$1" $headerlist 2>/dev/null)"
|
|
|
|
p2list="$(grep -il "$2" $headerlist 2>/dev/null)"
|
2016-01-21 21:20:39 +01:00
|
|
|
|
|
|
|
# Make list of files that were in both previous lists
|
2016-04-11 21:35:59 +02:00
|
|
|
pbothlist="$(echo $p1list $p2list | tr ' ' "\n" | \
|
2016-01-21 21:20:39 +01:00
|
|
|
sort | uniq -d)"
|
|
|
|
|
|
|
|
# Remove all files that were in both of the previous lists
|
|
|
|
# Note that this is unstable if we ever get any filenames
|
|
|
|
# with spaces.
|
|
|
|
headerlist="$(echo $headerlist $pbothlist | tr ' ' "\n" | \
|
|
|
|
sort | uniq -u)"
|
|
|
|
fi
|
2016-01-12 18:25:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#search the files for license headers
|
2019-09-24 02:14:34 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: Apache-2.0'
|
2020-05-10 19:56:54 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: BSD-2-Clause'
|
2019-09-24 02:14:34 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: BSD-3-Clause'
|
|
|
|
check_for_license 'SPDX-License-Identifier: GPL-2.0-only'
|
|
|
|
check_for_license 'SPDX-License-Identifier: GPL-2.0-or-later'
|
2020-03-27 21:12:47 +01:00
|
|
|
check_for_license 'SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note'
|
2019-09-24 02:14:34 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: GPL-3.0-only'
|
|
|
|
check_for_license 'SPDX-License-Identifier: GPL-3.0-or-later'
|
2020-05-10 21:19:04 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: HPND'
|
|
|
|
check_for_license 'SPDX-License-Identifier: HPND-sell-variant'
|
2019-09-24 02:14:34 +02:00
|
|
|
check_for_license 'SPDX-License-Identifier: ISC'
|
|
|
|
check_for_license 'SPDX-License-Identifier: MIT'
|
|
|
|
check_for_license 'SPDX-License-Identifier: X11'
|
|
|
|
|
2020-03-04 14:58:49 +01:00
|
|
|
# This is 4 clause ("with advertising") but the University of Berkeley
|
|
|
|
# declared that 4th clause void, see
|
|
|
|
# ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
|
|
|
|
# With this, BSD-4-Clause-UC becomes GPLv2 compatible, and so SPDX doesn't
|
|
|
|
# differentiate between this license with or without advertising.
|
|
|
|
check_for_license 'SPDX-License-Identifier: BSD-4-Clause-UC'
|
|
|
|
|
2016-01-12 18:25:49 +01:00
|
|
|
for file in $headerlist; do
|
2017-02-10 01:44:24 +01:00
|
|
|
# Verify the file exists, and has content that requires a header
|
|
|
|
# This assumes that a file that has 4 lines or fewer is not notable
|
|
|
|
# enough to require a license.
|
|
|
|
if [ -f "$file" ] && [ "$(wc -l < "$file")" -gt 4 ]; then
|
2020-05-18 21:25:18 +02:00
|
|
|
echo "$file has no recognized SPDX identifier."
|
2016-01-12 18:25:49 +01:00
|
|
|
fi
|
|
|
|
done
|