Skip to content

Commit 19bd9ee

Browse files
authored
Merge pull request #66 from michael-ciniawsky/license
docs(LICENSE): relicense to JSF
2 parents 622de89 + 3a463f0 commit 19bd9ee

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

LICENSE

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
(The MIT License)
2-
3-
Copyright (c) 2012 - 2015 Tobias Koppers
1+
Copyright JS Foundation and other contributors
42

53
Permission is hereby granted, free of charge, to any person obtaining
64
a copy of this software and associated documentation files (the

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
1717
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
1818
},
19-
"license": "MIT",
19+
"license": "JSF",
2020
"repository": {
2121
"type": "git",
2222
"url": "https://github.com/webpack/loader-utils.git"
@@ -33,8 +33,6 @@
3333
},
3434
"main": "lib/index.js",
3535
"files": [
36-
"lib",
37-
"README",
38-
"LICENSE"
36+
"lib"
3937
]
4038
}

0 commit comments

Comments
 (0)