THE SPDX WIKI IS NO LONGER ACTIVE. ALL CONTENT HAS BEEN MOVED TO https://github.com/spdx
Technical Team/Minutes/2019-05-21
From SPDX Wiki
< Technical Team | Minutes
May 21, 2019
Contents
Attendees
- Kate Stewart
- Thomas Steenbergen
- Mathew Crawford
- Nisha Kumar
Spec version 2.1.1
- Spec available at https://spdx.github.io/spdx-spec/
- End of 2 week approval period
- Finalized
- Branching
- Jack needs to sends the code not as an attachment
- Gary to ping Jack
- Need to publish the 2.1.1 to the website
- Thomas will publish HTML
TERN
- Review of sample document
- Discussion on how to handle non-listed licenses (e.g. BSD that’s used in Python)
- Suggest LicenseRef-BSD
- Discussion on mapping license references
- License matches for text may not be precise using many tools
- License matching guidelines are only implemented in the SPDX tools: https://github.com/spdx/tools/blob/master/src/org/spdx/compare/LicenseCompareHelper.java
- Different policies may impact which license terms refer to which licenses
- A URL approach was used for Maven POM files
- Nisha will look into enhancing tools-python to support the TERN use cases
- Quick fix for Tern to be SPDX compliant is to simply add "LicenseRef-" in front of each license and "AND" it e.g. "MIT BSD GPL2+" => "LicenseRef-MIT AND LicenseRef-BSD AND LicenseRef-GPL2+"
GSoC
- Coding phase starts next week