commit | d9270021e62bd0cc2419e319b410dc2c1e65940c | [log] [tgz] |
---|---|---|
author | Steve Winslow <swinslow@gmail.com> | Wed Oct 24 06:53:58 2018 -0400 |
committer | Steve Winslow <swinslow@gmail.com> | Wed Oct 24 06:53:58 2018 -0400 |
tree | bb3a1fdef1321e6886097a12d91755f8de793531 | |
parent | eeb3e4e128412d5adecb2dbb67e7fc34fed12896 [diff] |
Removed operator replacement step Signed-off-by: Steve Winslow <swinslow@gmail.com>
SPDX-License-Identifier: CC-BY-4.0
spdx-go is a collection of Go packages intended to make it easier for Go programs to work with SPDX® files.
This software is in an extremely pre-alpha state (hence the “v0/” directory).
spdx-go currently works with files conformant to version 2.1 of the SPDX specification, available at: https://spdx.org/specifications
spdx-go provides the following packages:
spdx-go doesn't currently do any of the following:
As a long-term goal, I am hoping to enable each of these. Code contributions are welcome!
At present, spdx-go does not require anything outside the Go standard library.
As indicated in LICENSE-code.txt
, spdx-go source code files are provided and may be used, at your option, under either:
As indicated in LICENSE-docs.txt
, spdx-go 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, hence the CC-BY-4.0 license ID at the top of the file.