Description
Most permissive OSS licenses require "ATTRIBUTION", or "NOTICE", or "ACKNOWLEDGEMENTS", or similar, when (parts of) the software are re-packaged/re-distributed.
Most of our dependencies are through NuGet, so we don't re-package/re-distribute these.
We do include the sentry-cli in our Sentry NuGet package,
which does directly ship (parts of) 3rd party software, and these do need to be mentioned.
Since Sentry does ship ./tools/sentry-cli-* executables,
we need to include this new file as well.
See also
Description
Most permissive OSS licenses require "ATTRIBUTION", or "NOTICE", or "ACKNOWLEDGEMENTS", or similar, when (parts of) the software are re-packaged/re-distributed.
Most of our dependencies are through NuGet, so we don't re-package/re-distribute these.
We do include the sentry-cli in our
SentryNuGet package,which does directly ship (parts of) 3rd party software, and these do need to be mentioned.
Since Sentry does ship
./tools/sentry-cli-*executables,we need to include this new file as well.
See also