-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from github/elr/prep-2.3.0
Prep for release 2.3.0
- Loading branch information
Showing
8 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected]/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected]/spdxexp) | ||
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected]/spdxexp.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected]/spdxexp) | ||
[![Go Reference](https://pkg.go.dev/badge/github.com/github/go-spdx/[email protected]/spdxlicenses.svg)](https://pkg.go.dev/github.com/github/go-spdx/[email protected]/spdxlicenses) | ||
|
||
# go-spdx | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/github/go-spdx/v2 | ||
|
||
go 1.18 | ||
go 1.22 | ||
|
||
require github.com/stretchr/testify v1.8.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
Spdxlicenses package provides functions to get licenses, deprecated licenses, and exceptions. These are auto-generated and should not be modified directly. | ||
Licenses are generated from the [SPDX official machine readable license list]. | ||
In addition, this package includes a function to return license ranges for sequential licenses and ranges including modifiers (i.e. -only, -or-later). | ||
[SPDX official machine readable license list]: https://github.com/spdx/license-list-data | ||
*/ | ||
package spdxlicenses |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.