Heeey everyone, I made a library porting a useful ...
# general
g
Heeey everyone, I made a library porting a useful piece of the Node SDK internals to be more generalized and work with ESM. Some portions of it were a direct copy from Pulumi source since those portions were already generic. Can someone from the Pulumi team or someone more versed in OSS licenses check if what I'm doing is ok and attributed correctly? I'm not a lawyer nor a native English speaker so reading about what should be attributed to Pulumi vs to me was a bit daunting. https://inox-tools.vercel.app/inline-mod#licensing-notice
d
Also not a lawyer, however your package.json should cite both licenses instead of just MIT.
"license": "(MIT AND Apache-2.0)"
g
Oh, right. Didn't knew I could do that. Thanks
Fixed