tern-tools / tern

Tern is a software composition analysis tool and Python library that generates a Software Bill of Materials for container images and Dockerfiles. The SBOM that Tern generates will give you a layer-by-layer view of what's inside your container in a variety of formats including human-readable, JSON, HTML, SPDX and more.
BSD 2-Clause "Simplified" License
960 stars 188 forks source link

Fix license file formatting to be machine readable #1167

Closed rnjudge closed 2 years ago

rnjudge commented 2 years ago

It was brought to our attention[1] that the Tern license file was not using a standard BSD-2 license text and notice which was making it difficult for compliance tooling to parse. This commit updates the license file to use the standard text for the BSD 2-Clause license[2]

[1] https://github.com/nexB/scancode-toolkit/issues/2905#issuecomment-1124659947 [2] https://spdx.org/licenses/BSD-2-Clause

Signed-off-by: Rose Judge rjudge@vmware.com