diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-05-12 16:30:34 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-05-13 18:05:09 +0200 |
commit | 2a006c05e8fd41dd96ec621c33c56ed708cedf00 (patch) | |
tree | 4a191088db523082869909362a9c74011f69fb1a /metadata | |
parent | app-editors/qemacs: Update to EAPI 8 (diff) | |
download | gentoo-2a006c05e8fd41dd96ec621c33c56ed708cedf00.tar.gz gentoo-2a006c05e8fd41dd96ec621c33c56ed708cedf00.tar.bz2 gentoo-2a006c05e8fd41dd96ec621c33c56ed708cedf00.zip |
licenses: Rename OFL to OFL-1.0
Apparently the OFL license label for the SIL Open Font License
version 1.0 causes confusion. 25 of the 29 packages in the Gentoo
repository that are currently labelled OFL are really licensed as
OFL version 1.1 rather than OFL version 1.0.
Bug: https://bugs.gentoo.org/931823
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/license-mapping.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/license-mapping.conf b/metadata/license-mapping.conf index 5731036ae03b..3eb4d3206487 100644 --- a/metadata/license-mapping.conf +++ b/metadata/license-mapping.conf @@ -167,8 +167,8 @@ MPL-1.0 = MPL-1.0 MPL-1.1 = MPL-1.1 MPL-2.0 = MPL-2.0 NPL-1.1 = NPL-1.1 -OFL-1.0 = OFL -OFL-1.0-RFN = OFL +OFL-1.0 = OFL-1.0 +OFL-1.0-RFN = OFL-1.0 OFL-1.1 = OFL-1.1 OFL-1.1-RFN = OFL-1.1 OLDAP-2.7 = OPENLDAP |