forked from submariner-io/submariner
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This uses https://github.com/uw-labs/lichen, which is closer to our requirements for CNCF validation than https://github.com/mitchellh/golicense and performs validation using local information. The references for the Allowlist and the approved exceptions are described in the lichen configuration file. Fixes: submariner-io#801 Signed-off-by: Stephen Kitt <skitt@redhat.com>
- Loading branch information
Showing
4 changed files
with
43 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
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,26 @@ | ||
# Licenses other than Apache-2.0 are governed by | ||
# https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md#approved-licenses-for-allowlist | ||
# Note that Allowlist also requires that projects were created | ||
# on GitHub at least 12 months prior and have at least 10 stars | ||
# or 10 forks | ||
allow: | ||
- "Apache-2.0" | ||
- "BSD-2-Clause" | ||
- "BSD-2-Clause-FreeBSD" | ||
- "BSD-3-Clause" | ||
- "MIT" | ||
- "ISC" | ||
- "Python-2.0" | ||
- "PostgreSQL" | ||
- "X11" | ||
- "Zlib" | ||
|
||
override: | ||
- path: "github.com/rdegges/go-ipify" | ||
licenses: ["Unlicense"] | ||
|
||
# https://github.com/cncf/foundation/tree/master/license-exceptions | ||
exceptions: | ||
licenseNotPermitted: | ||
- path: "github.com/hashicorp/golang-lru" | ||
licenses: ["MPL-2.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
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