Skip to content

Commit dfecebc

Browse files
authored
Merge pull request #5400 from nikhita/licensing-move
Remove licensing subproject, move doc to vendor.md
2 parents f255064 + c0e8b13 commit dfecebc

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

contributors/devel/sig-architecture/vendor.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,14 @@ Additionally:
164164
- If this is all good, approve, but don't LGTM, unless you also do code review
165165
or unless it is trivial (e.g. moving from k/k/pkg/utils -> k/utils).
166166

167+
Licenses for dependencies are specified by the CNCF [Allowlist Policy].
167168
All new dependency licenses should be reviewed by @kubernetes/dep-approvers to ensure that they
168169
are compatible with the Kubernetes project license. It is also important to note
169170
and flag if a license has changed when updating a dependency, so that these can
170171
also be reviewed.
171172

172-
For reference, whitelisted licenses as per the CNCF Whitelist Policy are
173-
mentioned [here](https://git.k8s.io/sig-release/licensing/README.md#licenses-for-dependencies).
173+
In case of questions or concerns regarding the allowlist policy, please create
174+
an issue or send an email to the [SIG Architecture] mailing list.
175+
176+
[Allowlist Policy]: https://github.com/cncf/foundation/blob/master/allowed-third-party-license-policy.md
177+
[SIG Architecture]: https://groups.google.com/forum/#!forum/kubernetes-sig-architecture

sig-release/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ subprojects, and resolve cross-subproject technical issues and decisions.
5151
## Subprojects
5252

5353
The following [subprojects][subproject-definition] are owned by sig-release:
54-
### Licensing
55-
The Licensing subproject is responsible for analyzing/reporting/remediating licensing concerns within the Kubernetes project orgs.
56-
- **Owners:**
57-
- https://raw.githubusercontent.com/kubernetes/sig-release/master/licensing/OWNERS
5854
### Release Engineering
5955
The Release Engineering subproject is responsible for the [process/procedures](https://github.com/kubernetes/sig-release/tree/master/release-engineering) and [tools](https://github.com/kubernetes/release) used to create/maintain Kubernetes release artifacts.
6056
- **Owners:**

sigs.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,11 +1792,6 @@ sigs:
17921792
- name: sig-release-admins
17931793
description: Admins for SIG Release repositories
17941794
subprojects:
1795-
- name: Licensing
1796-
description: |
1797-
The Licensing subproject is responsible for analyzing/reporting/remediating licensing concerns within the Kubernetes project orgs.
1798-
owners:
1799-
- https://raw.githubusercontent.com/kubernetes/sig-release/master/licensing/OWNERS
18001795
- name: Release Engineering
18011796
description: |
18021797
The Release Engineering subproject is responsible for the [process/procedures](https://github.com/kubernetes/sig-release/tree/master/release-engineering) and [tools](https://github.com/kubernetes/release) used to create/maintain Kubernetes release artifacts.

0 commit comments

Comments
 (0)