sentry-dotnet
sentry-dotnet copied to clipboard
Pack acknowledgements for third-party libraries of Sentry CLI
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
- getsentry/sentry-cli#2823
- getsentry/sentry-cli#2821