commit | 3ab5bb529ed9351696c46316ba89a914edea3dfb | [log] [tgz] |
---|---|---|
author | Wei Li <[email protected]> | Tue Feb 06 21:03:22 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Feb 06 21:03:22 2024 +0000 |
tree | 8046fa0506b1b46cbf4d87ef76ea6ce6c6c095b3 | |
parent | c21fdfc7de6b8c853e3dbcf27e9aabb945b22859 [diff] | |
parent | b7fc9510bdfffdeac56470c6025fa9671e640496 [diff] |
Remove more unused go modules and Android.bp files. am: 80fcf6cc55 am: b7fc9510bd Original change: https://android-review.googlesource.com/c/platform/external/spdx-tools/+/2952005 Change-Id: If9aec7c74417dd47a5ba9f594868e4631f682697 Signed-off-by: Automerger Merge Worker <[email protected]>
tools-golang is a collection of Go packages intended to make it easier for Go programs to work with SPDX® files.
2022-01-11: v0.4.0: added support for SPDX v2.3 and YAML, as well as other improvements and bugfixes. See RELEASE-NOTES.md for full details.
tools-golang currently works with files conformant to versions 2.1 and 2.2 of the SPDX specification, available at: https://spdx.dev/specifications
tools-golang provides the following packages:
Examples for how to use these packages can be found in the examples/
directory.
tools-golang doesn't currently do any of the following:
We are working towards adding functionality for all of these. Code contributions are welcome!
SPDX tools-golang documentation is available on the pkg.go.dev website at https://pkg.go.dev/github.com/spdx/tools-golang.
Thank you to all of the contributors to spdx/tools-golang. A full list can be found in the GitHub repo and in the release notes.
In particular, thank you to the following for major contributions:
JSON parsing and saving support was added by @specter25 as part of his Google Summer of Code 2021 project.
RDF parsing support was added by @RishabhBhatnagar as part of his Google Summer of Code 2020 project.
As indicated in LICENSE-code
, tools-golang source code files are provided and may be used, at your option, under either:
As indicated in LICENSE-docs
, tools-golang documentation files are provided and may be used under the Creative Commons Attribution 4.0 International license (CC-BY-4.0).
This README.md
file is documentation:
SPDX-License-Identifier: CC-BY-4.0
For security policy and reporting security issues, please refer to SECURITY.md