From 4114bea88de7e4d8ce5fb93d1f322d2c75835c2f Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 24 Aug 2023 00:44:03 +0200 Subject: chore: clarify permissing licensing For permissive licenses like MIT and BSD, OR EPL doesn't make sense, because the copyright original permission notice must be retained at all times. For code simply copied with minimal modifications that are unrelated to Refinery, we can just use the plain MIT license or BSD-3-clause license. For code with complex modifications related to Refinery, we can instead use the MIT AND EPL-2.0 SPDX expression, which forces downstream users to retain the original MIT notices as required by the MIT license, but also extends Refinery's copyleft to our modifications. --- subprojects/frontend/types/grammar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/types/grammar.d.ts') diff --git a/subprojects/frontend/types/grammar.d.ts b/subprojects/frontend/types/grammar.d.ts index e7a7eebf..92f99ec3 100644 --- a/subprojects/frontend/types/grammar.d.ts +++ b/subprojects/frontend/types/grammar.d.ts @@ -2,7 +2,7 @@ * Copyright (C) 2018 by Marijn Haverbeke and others * Copyright (C) 2021-2023 The Refinery Authors * - * SPDX-License-Identifier: MIT OR EPL-2.0 + * SPDX-License-Identifier: MIT */ declare module '*.grammar' { -- cgit v1.2.3-54-g00ecf