From 73c85a01c81521d26bca52d335b8a6fa8b7250f1 Mon Sep 17 00:00:00 2001 From: Belleve Date: Thu, 16 May 2024 23:18:34 -1000 Subject: [PATCH] Normalize the speeling of "license" in the files to "license". (#2334) * Normalize the speeling of "license" in the files to "license". * simp * typo --- doc/custom-build.md | 4 ++-- params/parameters.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/custom-build.md b/doc/custom-build.md index 8e3d15394..6123b6548 100644 --- a/doc/custom-build.md +++ b/doc/custom-build.md @@ -3330,8 +3330,8 @@ The properties in the `namingOverride` section could be uase to override menu na - `description`: Name ID 10, description of the typeface. - `urlVendor`: Name ID 11, URL of font vendor. - `urlDesigner`: Name ID 12, URL of typeface designer. - - `licence`: Name ID 13, license description. - - `licenceURL`: Name ID 14, license Info URL. + - `license` (or alternatively `licence`): Name ID 13, license description. + - `licenseURL` (or alternatively `licenceURL`): Name ID 14, license Info URL. In addition, you can also use the `version` property to override font version. The version number should follow [SemVer](https://semver.org/), like being `1.0.0`. diff --git a/params/parameters.toml b/params/parameters.toml index e06f0199e..a0966278c 100644 --- a/params/parameters.toml +++ b/params/parameters.toml @@ -7,8 +7,8 @@ naming.copyright = 'Copyright 2015-{{currentYear}}, Renzhi Li (aka. Belleve Invi naming.manufacturer = 'Belleve Invis' naming.designer = 'Belleve Invis' naming.description = 'Spatial efficient monospace font family for programming. Built from code. http://be5invis.github.io/Iosevka' -naming.licence = '''This font software is licenced under the SIL Open Font Licence, Version 1.1. This licence is available with a FAQ at: http://scripts.sil.org/OFL. This font software is distributed on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font licence for the specific language, permissions and limitations governing your use of this font software.''' -naming.licenceURL = 'https://openfontlicense.org/' +naming.license = '''This font software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL. This font software is distributed on an 'AS IS' basis, without warranties or conditions of any kind, either express or implied. See the SIL Open Font license for the specific language, permissions and limitations governing your use of this font software.''' +naming.licenseURL = 'https://openfontlicense.org/' leading = 1250 # Default line height times 1000. descenderPad = 0 # Additional line height, added to descender.