Skip to content

Commit 637b8ba

Browse files
committed
changed license to Apache-2.0
1 parent 0eaf390 commit 637b8ba

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

LICENSE

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
ISC License
1+
Copyright 2016 Adobe Systems Inc
22

3-
Copyright (c) 2016, Yuriy Nemtsov
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
46

5-
Permission to use, copy, modify, and/or distribute this software for any
6-
purpose with or without fee is hereby granted, provided that the above
7-
copyright notice and this permission notice appear in all copies.
7+
http://www.apache.org/licenses/LICENSE-2.0
88

9-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ loadScript('https://example.com/script.js')
2727

2828
## License
2929

30-
[ISC](/LICENSE)
30+
[Apache-2.0](/LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"loader"
1414
],
1515
"author": "nemtsov@gmail.com",
16-
"license": "ISC",
16+
"license": "Apache-2.0",
1717
"repository": {
1818
"type": "git",
1919
"url": "git://github.com/behance/tiny-script-loader.git"

0 commit comments

Comments
 (0)