[schema] update license #325

This commit is contained in:
Travis CI 2016-06-03 08:11:22 -07:00
parent 530b5ea2f3
commit 78b8610c0e
1 changed files with 1 additions and 1 deletions

2
.github/schema.json vendored
View File

@ -101,7 +101,7 @@
"title": "Project License",
"description": "The license that the project's source is under.",
"type": "string",
"enum": ["apache", "bsd", "gpl", "lgpl", "mit", "mozilla", "cddl", "eclipse", "public_domain", "other"],
"enum": ["mit", "mpl-2.0", "gpl-3.0", "lgpl-3.0", "unlicense", "bsd-2-clause", "isc", "lgpl-2.1", "gpl-2.0", "apache-2.0", "cc0-1.0", "artistic-2.0", "bsd-3-clause", "agpl-3.0", "epl-1.0", "other"],
"default": "other"
},
"source": {