diff --git a/LICENSE b/LICENSE index c4bdf1b..8c11fc7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,4 @@ -(The MIT License) - -Copyright (c) 2012 - 2015 Tobias Koppers +Copyright JS Foundation and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index f68a957..aa81792 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha", "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish" }, - "license": "MIT", + "license": "JSF", "repository": { "type": "git", "url": "https://github.com/webpack/loader-utils.git" @@ -33,8 +33,6 @@ }, "main": "lib/index.js", "files": [ - "lib", - "README", - "LICENSE" + "lib" ] }