Skip to content

Commit 955ab4d

Browse files
committed
Extract license to its own file
1 parent 2c3b997 commit 955ab4d

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

LICENSE

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

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -272,28 +272,5 @@ Use the GitHub issue tracker
272272
* Submit via fork and pull request (include tests)
273273
* If you're working on something major, shoot me a message beforehand
274274

275-
---
276-
277-
### License
278-
279-
(The MIT License)
280-
281-
Copyright © 2010-2012 John Crepezzi
282-
283-
Permission is hereby granted, free of charge, to any person obtaining a copy of
284-
this software and associated documentation files (the ‘Software’), to deal in
285-
the Software without restriction, including without limitation the rights to
286-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
287-
of the Software, and to permit persons to whom the Software is furnished to do
288-
so, subject to the following conditions:
289275

290-
The above copyright notice and this permission notice shall be included in all
291-
copies or substantial portions of the Software.
292276

293-
THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
294-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
295-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
296-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
297-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
298-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
299-
SOFTWARE.

ice_cube.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Gem::Specification.new do |s|
77
s.author = 'John Crepezzi'
88
s.email = '[email protected]'
99
s.homepage = 'http://seejohnrun.github.com/ice_cube/'
10+
s.license = 'MIT'
1011

1112
s.version = IceCube::VERSION
1213
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)