Changes since v1: - fixed grep pipeline in commit message - removed u-boot jumptable exception as suggested by Sascha - added follow-up commit with updated checkpatch.pl as suggested by Sam - added empty exceptions/ and other/ directories Ahmad Fatoum (2): LICENSES: adopt Linux-like LICENSES directory structure scripts/checkpatch.pl: rebase on top of upstream v5.0-rc6 COPYING | 300 +- LICENSES/exceptions/.gitignore | 0 LICENSES/other/.gitignore | 0 LICENSES/preferred/BSD-3-Clause | 36 + LICENSES/preferred/GPL-2.0 | 299 ++ scripts/checkpatch.pl | 4682 ++++++++++++++++++++++++++---- scripts/cleanfile | 178 ++ scripts/cleanpatch | 260 ++ scripts/const_structs.checkpatch | 0 scripts/get_maintainer.pl | 11 + scripts/spdxcheck.py | 286 ++ scripts/spelling.txt | 1344 +++++++++ 12 files changed, 6509 insertions(+), 887 deletions(-) create mode 100644 LICENSES/exceptions/.gitignore create mode 100644 LICENSES/other/.gitignore create mode 100644 LICENSES/preferred/BSD-3-Clause create mode 100644 LICENSES/preferred/GPL-2.0 create mode 100755 scripts/cleanfile create mode 100755 scripts/cleanpatch create mode 100644 scripts/const_structs.checkpatch create mode 100755 scripts/get_maintainer.pl create mode 100755 scripts/spdxcheck.py create mode 100644 scripts/spelling.txt -- 2.20.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox