Skip to content

Commit

Permalink
Rebuild with 9ced0f9 (pull: Split SILOFL into SILOFL-1.0 and SILOFL-1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
wking committed May 22, 2018
1 parent 98b64b5 commit cd2d6f3
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 5 deletions.
17 changes: 17 additions & 0 deletions SILOFL-1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://wking.github.io/fsf-api/schema/license.jsonld",
"id": "SILOFL-1.0",
"identifiers": {
"spdx": [
"OFL-1.0"
]
},
"name": "SIL Open Font License 1.1",
"tags": [
"libre"
],
"uris": [
"https://www.gnu.org/licenses/license-list.html#SILOFL",
"http://directory.fsf.org/wiki/SIL_Open_Font_License_1.1"
]
}
2 changes: 1 addition & 1 deletion SILOFL.json → SILOFL-1.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": "https://wking.github.io/fsf-api/schema/license.jsonld",
"id": "SILOFL",
"id": "SILOFL-1.1",
"identifiers": {
"spdx": [
"OFL-1.1"
Expand Down
20 changes: 18 additions & 2 deletions licenses-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -1638,8 +1638,24 @@
"http://directory.fsf.org/wiki/License:SGIFreeBv2"
]
},
"SILOFL": {
"id": "SILOFL",
"SILOFL-1.0": {
"id": "SILOFL-1.0",
"identifiers": {
"spdx": [
"OFL-1.0"
]
},
"name": "SIL Open Font License 1.1",
"tags": [
"libre"
],
"uris": [
"https://www.gnu.org/licenses/license-list.html#SILOFL",
"http://directory.fsf.org/wiki/SIL_Open_Font_License_1.1"
]
},
"SILOFL-1.1": {
"id": "SILOFL-1.1",
"identifiers": {
"spdx": [
"OFL-1.1"
Expand Down
3 changes: 2 additions & 1 deletion licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@
"RPSL",
"Ruby",
"SGIFreeB",
"SILOFL",
"SILOFL-1.0",
"SILOFL-1.1",
"SISSL",
"SML",
"SPL",
Expand Down
17 changes: 17 additions & 0 deletions spdx/OFL-1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"@context": "https://wking.github.io/fsf-api/schema/license.jsonld",
"id": "SILOFL-1.0",
"identifiers": {
"spdx": [
"OFL-1.0"
]
},
"name": "SIL Open Font License 1.1",
"tags": [
"libre"
],
"uris": [
"https://www.gnu.org/licenses/license-list.html#SILOFL",
"http://directory.fsf.org/wiki/SIL_Open_Font_License_1.1"
]
}
2 changes: 1 addition & 1 deletion spdx/OFL-1.1.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@context": "https://wking.github.io/fsf-api/schema/license.jsonld",
"id": "SILOFL",
"id": "SILOFL-1.1",
"identifiers": {
"spdx": [
"OFL-1.1"
Expand Down

0 comments on commit cd2d6f3

Please sign in to comment.