You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @jsep-plugin/assignment I've a package, which has a valid license (MIT) in it's package.json, but a missing license file. Therefore, license-checker-rseidelsohn is using the package's README file as described in the documentation.
As I'm using the --plainVertical output, the package's README file is now included in the output. So I've thought it's a good idea to use the --clarificationsFile-option:
{
"@jsep-plugin/assignment@1.2.1": {
"licenses": "BLA",
"licenseText": "Copyright (c) 2013 Stephen Oney, https://ericsmekens.github.io/jsep/\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
}
}
Unfortunately, this licenseText isn't used for the --plainVertical output. Oddly, even the licenses isn't overwritten, but only suffixed with an asterisk:
I've tried to set the licenseFile via the clarificationsFile, but I failed: neither with absolute paths nor with relative paths I wasn't able to set licenseFile to a path outside of node_modules/@jsep-plugin/assignment.
The text was updated successfully, but these errors were encountered:
With @jsep-plugin/assignment I've a package, which has a valid license (MIT) in it's
package.json
, but a missing license file. Therefore, license-checker-rseidelsohn is using the package's README file as described in the documentation.As I'm using the
--plainVertical
output, the package's README file is now included in the output. So I've thought it's a good idea to use the--clarificationsFile
-option:Unfortunately, this
licenseText
isn't used for the--plainVertical
output. Oddly, even thelicenses
isn't overwritten, but only suffixed with an asterisk:I've tried to set the
licenseFile
via theclarificationsFile
, but I failed: neither with absolute paths nor with relative paths I wasn't able to setlicenseFile
to a path outside ofnode_modules/@jsep-plugin/assignment
.The text was updated successfully, but these errors were encountered: