Skip to content

Commit a6f7235

Browse files
author
evanvosberg
committed
Make license a separate file and update for year 2016.
1 parent ee286f9 commit a6f7235

File tree

3 files changed

+25
-26
lines changed

3 files changed

+25
-26
lines changed

LICENSE

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# License
2+
3+
[The MIT License (MIT)](http://opensource.org/licenses/MIT)
4+
5+
Copyright (c) 2009-2013 Jeff Mott
6+
Copyright (c) 2013-2016 Evan Vosberg
7+
8+
Permission is hereby granted, free of charge, to any person obtaining a copy
9+
of this software and associated documentation files (the "Software"), to deal
10+
in the Software without restriction, including without limitation the rights
11+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
copies of the Software, and to permit persons to whom the Software is
13+
furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in
16+
all copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24+
THE SOFTWARE.

README.md

-25
Original file line numberDiff line numberDiff line change
@@ -196,28 +196,3 @@ console.log(decryptedData);
196196
- ```crypto-js/pad-iso97971```
197197
- ```crypto-js/pad-zeropadding```
198198
- ```crypto-js/pad-nopadding```
199-
200-
## License
201-
202-
[The MIT License (MIT)](http://opensource.org/licenses/MIT)
203-
204-
Copyright (c) 2009-2013 Jeff Mott
205-
Copyright (c) 2013-2015 Evan Vosberg
206-
207-
Permission is hereby granted, free of charge, to any person obtaining a copy
208-
of this software and associated documentation files (the "Software"), to deal
209-
in the Software without restriction, including without limitation the rights
210-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
211-
copies of the Software, and to permit persons to whom the Software is
212-
furnished to do so, subject to the following conditions:
213-
214-
The above copyright notice and this permission notice shall be included in
215-
all copies or substantial portions of the Software.
216-
217-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
218-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
219-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
220-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
221-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
222-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
223-
THE SOFTWARE.

grunt/config/copy.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
src: [
1111
'README.md',
1212
'CONTRIBUTING.md',
13-
'license.md',
13+
'LICENSE',
1414
'docs/**/*'
1515
],
1616
dest: '<%= meta.build %>'

0 commit comments

Comments
 (0)