From e4b8c97af93f7ec6dbbac5f95d0997374141a5b3 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Sun, 20 Oct 2019 20:47:30 +0200 Subject: [PATCH] add valid licenses to schema, pass validation --- fonts-schema.json | 11 ++++++++++- fonts.json | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/fonts-schema.json b/fonts-schema.json index f34ccf7..e88a7ad 100644 --- a/fonts-schema.json +++ b/fonts-schema.json @@ -24,7 +24,16 @@ "type":"string", "format":"uri" }, - "license": { "type":"string" }, + "license": { + "type":"string", + "enum": [ + "Apache", + "GNU GPL", + "MIT", + "public domain", + "SIL OFL" + ] + }, "ligatures": { "type":"boolean" }, "style": { "type":"string", diff --git a/fonts.json b/fonts.json index 9f444d9..f0be052 100644 --- a/fonts.json +++ b/fonts.json @@ -245,6 +245,7 @@ }, "daddytimemono": { "author": "Jason Stewart", + "license": "SIL OFL", "ligatures": false, "name": "DaddyTimeMono", "rendering": "vector", @@ -558,7 +559,7 @@ "luculent": { "author": "Andrew Kensler", "description": "Luculent is a narrow typeface with full bold, italic versions, each covering 643 characters. All glyphs are distinct and full of character. Additionally, the italics bring a wonderful twist to what is already an outstanding and unique font.", - "license": "SIl OFL", + "license": "SIL OFL", "ligatures": false, "name": "Luculent", "rendering": "vector",