Skip to content

Commit 24c4ed1

Browse files
authoredOct 27, 2016
Merge pull request #72 from CDanU/master
specifies license type (BSD -> BSD 3-Clause)
2 parents 07ae2c6 + 81ca359 commit 24c4ed1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JSON Schema is a repository for the JSON Schema specification, reference schemas and a CommonJS implementation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another excellent JavaScript validator).
22

3-
Code is licensed under the AFL or BSD license as part of the Persevere
3+
Code is licensed under the AFL or BSD 3-Clause license as part of the Persevere
44
project which is administered under the Dojo foundation,
55
and all contributions require a Dojo CLA.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"licenses": [
1313
{
1414
"type": "AFLv2.1",
15-
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
15+
"url": "https://github.com/dojo/dojo/blob/master/LICENSE"
1616
},
1717
{
18-
"type": "BSD",
19-
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
18+
"type": "BSD 3-Clause",
19+
"url": "https://github.com/dojo/dojo/blob/master/LICENSE"
2020
}
2121
],
2222
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.