Skip to content

Commit 8d4a2d3

Browse files
author
evanvosberg
committed
Merge branch 'release/3.1.2-5'
2 parents 7ddded8 + e684026 commit 8d4a2d3

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,28 @@ require("crypto-js", function (CryptoJS) {
4949
## API
5050

5151
See: https://code.google.com/p/crypto-js
52+
53+
## License
54+
55+
[The MIT License (MIT)](http://opensource.org/licenses/MIT)
56+
57+
Copyright (c) 2009-2013 Jeff Mott
58+
Copyright (c) 2013-2014 Evan Vosberg
59+
60+
Permission is hereby granted, free of charge, to any person obtaining a copy
61+
of this software and associated documentation files (the "Software"), to deal
62+
in the Software without restriction, including without limitation the rights
63+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
64+
copies of the Software, and to permit persons to whom the Software is
65+
furnished to do so, subject to the following conditions:
66+
67+
The above copyright notice and this permission notice shall be included in
68+
all copies or substantial portions of the Software.
69+
70+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
71+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
72+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
73+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
74+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
75+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
76+
THE SOFTWARE.

build/crypto-js.tar.gz

17 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "crypto-js",
33
"title": "crypto-js",
44
"description": "Modularized port of googlecode project crypto-js.",
5-
"version": "3.1.2-4",
5+
"version": "3.1.2-5",
66
"homepage": "http://github.com/evanvosberg/crypto-js",
77
"author": {
88
"name": "Evan Vosberg",
@@ -16,8 +16,8 @@
1616
"url": "http://github.com/evanvosberg/crypto-js/issues"
1717
},
1818
"licenses": [{
19-
"type": "New BSD",
20-
"url": "http://opensource.org/licenses/BSD-3-Clause"
19+
"type": "MIT",
20+
"url": "http://opensource.org/licenses/MIT"
2121
}],
2222
"dependencies": {
2323

0 commit comments

Comments
 (0)