Skip to content

Commit

Permalink
Updated licenses in source files, fixes #62
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Sep 6, 2019
1 parent 6b8b8ca commit 55a6a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions lib/links.js
@@ -1,7 +1,6 @@
/**
* JSON Schema link handler
* Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com)
* Licensed under the MIT (MIT-LICENSE.txt) license.
* Licensed under AFL-2.1 OR BSD-3-Clause
*/
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down
4 changes: 1 addition & 3 deletions lib/validate.js
@@ -1,9 +1,7 @@
/**
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
* (http://www.json.com/json-schema-proposal/)
*
* Copyright (c) 2007 Kris Zyp SitePen (www.sitepen.com)
* Licensed under the MIT (MIT-LICENSE.txt) license.
* Licensed under AFL-2.1 OR BSD-3-Clause
To use the validator call the validate function with an instance object and an optional schema object.
If a schema is provided, it will be used to validate. If the instance object refers to a schema (self-validating),
that schema will be used to validate and the schema parameter is not necessary (if both exist,
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "json-schema",
"version": "0.2.3",
"version": "0.2.4",
"author": "Kris Zyp",
"description": "JSON Schema validation and specifications",
"maintainers":[
Expand Down

0 comments on commit 55a6a1b

Please sign in to comment.