commit | ba677afa8f67bb56cbc794f4d0e378e0da058e16 | [log] [tgz] |
---|---|---|
author | Xin Li <[email protected]> | Mon Apr 29 21:50:09 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Apr 29 21:50:09 2024 +0000 |
tree | 8046fa0506b1b46cbf4d87ef76ea6ce6c6c095b3 | |
parent | 3ab5bb529ed9351696c46316ba89a914edea3dfb [diff] | |
parent | e4d263148bb76e34069c62c5d98305d76c3f05dd [diff] |
[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: e4d263148b -s ours am skip reason: Merged-In I0f11f382016167d19b9ecd533f5c8e7736adb54e with SHA-1 b7fc9510bd is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/external/spdx-tools/+/27145183 Change-Id: I6aa4c097271531d4e42c0872d978116229616c2c 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