You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ha...@apache.org on 2021/01/27 15:06:52 UTC

[incubator-nuttx] branch master updated (b9d4bd0 -> c33040f)

This is an automated email from the ASF dual-hosted git repository.

hartmannathan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from b9d4bd0  arch: esp32: Fix compile errors with CONFIG_SMP=y
     add c33040f  License/authorship handling scripts

No new revisions were added by this update.

Summary of changes:
 tools/licensing/README.md                          |  57 ++++
 .../cxd56_uid.h => tools/licensing/apachize.py     |  40 +--
 tools/licensing/author_mappings.json               |  11 +
 tools/licensing/check.py                           | 287 +++++++++++++++++++++
 tools/licensing/log2json.sh                        |  77 ++++++
 5 files changed, 456 insertions(+), 16 deletions(-)
 create mode 100644 tools/licensing/README.md
 copy arch/arm/src/cxd56xx/cxd56_uid.h => tools/licensing/apachize.py (54%)
 mode change 100644 => 100755
 create mode 100644 tools/licensing/author_mappings.json
 create mode 100755 tools/licensing/check.py
 create mode 100755 tools/licensing/log2json.sh