Skip to content

Commit 22f2a41

Browse files
committed
Add alternative license.
1 parent 018fee8 commit 22f2a41

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Diff for: LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
22
Version 2, December 2004
33

4-
Copyright (C) 2004 Sam Hocevar <[email protected]>
4+
Copyright (C) 2015 André Cruz <[email protected]>
55

66
Everyone is permitted to copy and distribute verbatim or modified
77
copies of this license document, and changing it is allowed as long
@@ -10,4 +10,4 @@
1010
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
1111
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1212

13-
0. You just DO WHAT THE FUCK YOU WANT TO.
13+
0. You just DO WHAT THE FUCK YOU WANT TO.

Diff for: LICENSE2

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright (c) 2015 André Cruz <[email protected]>
2+
3+
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:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
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.

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,13 @@ If `raw` is true, the result as a binary string will be returned instead.
174174
Note that this function is `static`.
175175

176176

177+
## License
178+
179+
The project is double licensed, being [WTF2](./LICENSE) the master license and [WTF2](./LICENSE2) the alternative license.
180+
The reason to have two licenses is that some entities refuse to use the master license (WTF2) due to
181+
bad language. If that's also your case, you can choose the alternative license.
182+
183+
177184
## Credits
178185

179186
[Joseph Myers](http://www.myersdaily.org/joseph/javascript/md5-text.html)

0 commit comments

Comments
 (0)