diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-01-13 14:47:59 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2021-01-13 15:54:07 +0530 |
| commit | c0e8b136e5b4beddf1cf64e6598a1317cbd378b4 (patch) | |
| tree | 6fa36570d9dd3818d8c17a9735a181da7be3ae62 /contributors | |
| parent | f2550643ea5f956595716112924bbb5e4ef3e426 (diff) | |
Remove licensing subproject, move doc to vendor.md
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/devel/sig-architecture/vendor.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contributors/devel/sig-architecture/vendor.md b/contributors/devel/sig-architecture/vendor.md index fb023794..d6db675c 100644 --- a/contributors/devel/sig-architecture/vendor.md +++ b/contributors/devel/sig-architecture/vendor.md @@ -164,10 +164,14 @@ Additionally: - If this is all good, approve, but don't LGTM, unless you also do code review or unless it is trivial (e.g. moving from k/k/pkg/utils -> k/utils). +Licenses for dependencies are specified by the CNCF [Allowlist Policy]. All new dependency licenses should be reviewed by @kubernetes/dep-approvers to ensure that they are compatible with the Kubernetes project license. It is also important to note and flag if a license has changed when updating a dependency, so that these can also be reviewed. -For reference, whitelisted licenses as per the CNCF Whitelist Policy are -mentioned [here](https://git.k8s.io/sig-release/licensing/README.md#licenses-for-dependencies). +In case of questions or concerns regarding the allowlist policy, please create +an issue or send an email to the [SIG Architecture] mailing list. + +[Allowlist Policy]: https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md +[SIG Architecture]: https://groups.google.com/forum/#!forum/kubernetes-sig-architecture |
