Skip to content

Commit 0d85bb7

Browse files
author
s.vychegzhanin
committed
license change
1 parent 39ce9f6 commit 0d85bb7

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,11 @@ Return result of check, `true` or `false`.<br/>
236236
Questions, comments, bug reports, and pull requests are all welcome.
237237

238238
## Changelog
239-
239+
240+
### 0.4.0
241+
* License changed from BSD to MIT.
242+
* Some changes in internal api.
243+
240244
### 0.3.3
241245
* Fixed PSS encode/verify methods with max salt length.
242246

@@ -303,9 +307,12 @@ Questions, comments, bug reports, and pull requests are all welcome.
303307
## License
304308

305309
Copyright (c) 2014 rzcoder<br/>
306-
All Rights Reserved.
307310

308-
BSD
311+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
312+
313+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
314+
315+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
309316

310317
## Licensing for code used in rsa.js and jsbn.js
311318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rsa",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Node.js RSA library",
55
"main": "src/NodeRSA.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
"pss"
2525
],
2626
"author": "rzcoder",
27-
"license": "BSD",
27+
"license": "MIT",
2828
"bugs": {
2929
"url": "https://github.com/rzcoder/node-rsa/issues"
3030
},

0 commit comments

Comments
 (0)