From 931300e4282f8e22d947ae352c8d32f13041fa3f Mon Sep 17 00:00:00 2001 From: willebra Date: Tue, 10 Mar 2026 19:28:05 +0200 Subject: [PATCH 1/3] Add Bahyph license I have deemed this license to be permissive. It is an early and informally written license that is classified in the ScanCode LicenseDB as permissive. While it lacks the words copy, modify and distribute, it says "made to the public in the hope that they will benefit others" and notes about benefits of spreading the content, amounting to an implied distribution and copying license. Further the requirements on modification include an implied right to modify. I have added the property:include-in-notice-file to the license even if the license just says: 'You cannot delete this copyright notice.' That statement is followed with: 'If you change this software, you must include comments explaining who, when and why.' The latter obligation might become completely hidden, if the notice is not distributed. The authors possibly intended for the notice to be distributed in documentation. And the notice obligation is very light. Since this file is about a dictionary, the chance that it is modified without access to source code, exists. On balance, the notice obligation is light, adding an extra obligation is not a compliance issue and the requirement of marking modifications could disappear without reproducing the notice, so I added it. --- license-classifications.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/license-classifications.yml b/license-classifications.yml index 1581473..5d511fa 100644 --- a/license-classifications.yml +++ b/license-classifications.yml @@ -576,6 +576,14 @@ categorizations: - "property:include-in-notice-file" - "include-in-notice-file" + # https://spdx.org/licenses/Bahyph.html + - id: "Bahyph" + categories: + - "permissive" + - "property:include-in-notice-file" + - "include-in-notice-file" + - "property:modification-related-obligations" + - id: "Beerware" categories: - "permissive" From 6ef5ec63ba57bfd93a851491397e549cd5cf09be Mon Sep 17 00:00:00 2001 From: willebra Date: Wed, 11 Mar 2026 20:40:54 +0200 Subject: [PATCH 2/3] Add Bitstream-Charter --- license-classifications.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/license-classifications.yml b/license-classifications.yml index 5d511fa..b115230 100644 --- a/license-classifications.yml +++ b/license-classifications.yml @@ -608,6 +608,13 @@ categorizations: - "property:distribute-source-code" - "property:patent-clause" + # https://spdx.org/licenses/Bitstream-Charter.html + - id: "Bitstream-Charter" + categories: + - "permissive" + - "property:include-in-notice-file" + - "include-in-notice-file" + - id: "Bitstream-Vera" categories: - "free-restricted" From 52dd3bdeb9370df58488de9af1734c15247eb09e Mon Sep 17 00:00:00 2001 From: willebra Date: Wed, 11 Mar 2026 20:58:21 +0200 Subject: [PATCH 3/3] Add LicenseRef-scancode-zsh --- license-classifications.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/license-classifications.yml b/license-classifications.yml index b115230..b6eadd3 100644 --- a/license-classifications.yml +++ b/license-classifications.yml @@ -3733,6 +3733,13 @@ categorizations: - "property:include-in-notice-file" - "include-in-notice-file" + # https://scancode-licensedb.aboutcode.org/zsh.html + - id: "LicenseRef-scancode-zsh" + categories: + - "permissive" + - "property:include-in-notice-file" + - "include-in-notice-file" + - id: "LicenseRef-sflow-license" categories: - "proprietary-free"