From 2c72987fcf1d0e5424b36c44e9d5d578b5933a54 Mon Sep 17 00:00:00 2001 From: Marco Ramos Date: Fri, 1 Dec 2017 10:39:07 -0500 Subject: [PATCH] Update License to MIT --- README.md | 3 +++ package.json | 4 ++-- xpath.js | 8 +------- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cf99687..8280f72 100644 --- a/README.md +++ b/README.md @@ -128,3 +128,6 @@ console.log(author) J. K. Rowling [MDN]: https://developer.mozilla.org/en/docs/Web/API/Document/evaluate + +## License +MIT \ No newline at end of file diff --git a/package.json b/package.json index c4d1758..250abd1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "node": ">=0.6.0" }, "author": { - "name": "Cameron McCormac" + "name": "Cameron McCormack" }, "contributors": [ { @@ -34,5 +34,5 @@ "xpath", "xml" ], - "license": "CC-BY-SA-2.0" + "license": "MIT" } diff --git a/xpath.js b/xpath.js index e5a4712..1c5bcf9 100644 --- a/xpath.js +++ b/xpath.js @@ -5,13 +5,7 @@ * * Cameron McCormack * - * This work is licensed under the Creative Commons Attribution-ShareAlike - * License. To view a copy of this license, visit - * - * http://creativecommons.org/licenses/by-sa/2.0/ - * - * or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, - * California 94305, USA. + * This work is licensed under the MIT License. * * Revision 20: April 26, 2011 * Fixed a typo resulting in FIRST_ORDERED_NODE_TYPE results being wrong,