Skip to content

Commit da7feac

Browse files
committed
Changes license to MIT as per #6
1 parent 71d0fb7 commit da7feac

File tree

4 files changed

+24
-5
lines changed

4 files changed

+24
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
MANIFEST
2-
LICENSE
32
Makefile
43
Makefile.old
54
Build

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ my $cover = $ARGV[0] && $ARGV[0] eq "cover=1" ? 1 : 0;
7979

8080
my %config = (
8181
module_name => 'CSS::Sass',
82-
license => 'perl',
82+
license => 'MIT',
8383
dist_author => [q{David Caldwell <[email protected]>},
8484
q{Marcel Greter <[email protected]>}],
8585
dist_version_from => 'lib/CSS/Sass.pm',

LICENSE

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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,4 @@ Copyright And Licence
7171
Copyright © 2013 by David Caldwell
7272
Copyright © 2014 by Marcel Greter
7373

74-
This library is free software; you can redistribute it and/or modify
75-
it under the same terms as Perl itself, either Perl version 5.12.4 or,
76-
at your option, any later version of Perl 5 you may have available.
74+
This library is released under the MIT license.

0 commit comments

Comments
 (0)