mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/2] LICENSES: adopt Linux-like LICENSES directory structure
@ 2019-02-19 14:16 Ahmad Fatoum
  2019-02-19 14:16 ` [PATCH v2 1/2] " Ahmad Fatoum
  2019-02-19 14:16 ` [PATCH v2 2/2] scripts/checkpatch.pl: rebase on top of upstream v5.0-rc6 Ahmad Fatoum
  0 siblings, 2 replies; 9+ messages in thread
From: Ahmad Fatoum @ 2019-02-19 14:16 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-05-15  8:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 14:16 [PATCH v2 0/2] LICENSES: adopt Linux-like LICENSES directory structure Ahmad Fatoum
2019-02-19 14:16 ` [PATCH v2 1/2] " Ahmad Fatoum
2019-02-22  7:10   ` Sascha Hauer
2019-02-19 14:16 ` [PATCH v2 2/2] scripts/checkpatch.pl: rebase on top of upstream v5.0-rc6 Ahmad Fatoum
2019-02-20  7:14   ` Antony Pavlov
2019-02-20  7:42     ` Sascha Hauer
2019-02-26  9:55     ` Ahmad Fatoum
2019-03-04  7:26       ` Antony Pavlov
2019-05-15  8:51         ` Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox