crypto
crypto copied to clipboard
License?
I can't use a module in our app without an appropriate license.
https://npmjs.org/package/crypto It says it's BSD.
I know this is an extremely old issue, but BSD
is actually an invalid SPDX license identifier.
If you could please modify the license within the package.json
to BSD-3-Clause
, that would be awesome! BSD
is tripping up a lot of automated license-verification software.
Can the license be updated for this module. Currently Git.legal service blocks build due to this module.
There is an open PR #10.
@Gozala can you please merge?