From 73f0de50e1281d8e003680c39992e2a5e8caab0e Mon Sep 17 00:00:00 2001 From: Lukas Eipert <leipert@gitlab.com> Date: Wed, 10 Jul 2024 11:49:37 +0200 Subject: [PATCH] Permit MIT-0 License With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/158903 we are planning to introduce MIT-0 licensed dependency. (MIT without Attribution clause). According to the handbook the license is permitted because MIT-0 is a "Bronze" license on the Blue Oak Council list. > Team members wishing to use open source software should now refer to > the comprehensive Blue Oak Council license list, and proceed, as > follows: > - Pre-approved (Acceptable): Software associated with license types > rated Gold, Silver, and Bronze and all licenses on the Exceptions > list are pre-approved for use by the Legal & Corporate Affairs > team. > - Team members can proceed without seeking legal input. See also: - https://opensource.org/license/mit-0 - https://handbook.gitlab.com/handbook/legal/product/#using-open-source-software - https://blueoakcouncil.org/list#bronze --- config/dependency_decisions.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/config/dependency_decisions.yml b/config/dependency_decisions.yml index 0213c4612db4..297a34b2fb8a 100644 --- a/config/dependency_decisions.yml +++ b/config/dependency_decisions.yml @@ -243,7 +243,7 @@ :versions: [] :when: 2019-09-11 13:08:28.431132000 Z - - :permit - - "(MIT OR CC0-1.0)" + - '(MIT OR CC0-1.0)' - :who: :why: :versions: [] @@ -364,7 +364,7 @@ :versions: [] :when: 2022-10-18 16:24:56.611523399 Z - - :approve - - "@gitlab/fonts" + - '@gitlab/fonts' - :who: Lukas Eipert :why: https://gitlab.com/gitlab-com/legal-and-compliance/-/issues/1265 :versions: [] @@ -389,3 +389,9 @@ :why: Used by nio4r gem. MIT license. :versions: [] :when: 2024-01-08 09:05:34.528980000 Z +- - :permit + - MIT-0 + - :who: Lukas Eipert + :why: https://blueoakcouncil.org/list#bronze + :versions: [] + :when: 2024-07-10 09:44:40.477216000 Z -- GitLab