Skip to content

Commit 55a6a1b

Browse files
committedSep 6, 2019
Updated licenses in source files, fixes #62
1 parent 6b8b8ca commit 55a6a1b

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed
 

‎lib/links.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* JSON Schema link handler
3-
* Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com)
4-
* Licensed under the MIT (MIT-LICENSE.txt) license.
3+
* Licensed under AFL-2.1 OR BSD-3-Clause
54
*/
65
(function (root, factory) {
76
if (typeof define === 'function' && define.amd) {

‎lib/validate.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
/**
22
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
33
* (http://www.json.com/json-schema-proposal/)
4-
*
5-
* Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com)
6-
* Licensed under the MIT (MIT-LICENSE.txt) license.
4+
* Licensed under AFL-2.1 OR BSD-3-Clause
75
To use the validator call the validate function with an instance object and an optional schema object.
86
If a schema is provided, it will be used to validate. If the instance object refers to a schema (self-validating),
97
that schema will be used to validate and the schema parameter is not necessary (if both exist,

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"author": "Kris Zyp",
55
"description": "JSON Schema validation and specifications",
66
"maintainers":[

0 commit comments

Comments
 (0)
Please sign in to comment.