I'm having troubles finding out what license files we need to include. Glancing at the diffs in #19001 (moved), it looks like we include at least webrtc and chromium's depot_tools. Is there an authoritative list of packages that snowflake includes, so we can figure out what license files we need?
I'm having troubles finding out what license files we need to include. Glancing at the diffs in #19001 (moved), it looks like we include at least webrtc and chromium's depot_tools. Is there an authoritative list of packages that snowflake includes, so we can figure out what license files we need?
depot_tools isn't needed because that it's only a build tool and not distributed. This ticket is really only about the libwebrtc licenses, but as for other software used by the Snowflake client, I think it's just go-webrtc and its libwebrtc dependency, and https://github.com/dchest/uniuri which is public domain.
The LICENSE file in the WebRTC source code is needed, at least. But it doesn't mention the many other third-party licenses that exist in the source code. There's also https://webrtc.org/license/, but likewise it only has the WebRTC license. The Debian copyright file for chromium is a huge list of evidently mechanically identified licenses. I don't know how best to handle it. But at least, we need the WebRTC LICENSE file.
Trac: Description: There are a ton of licenses for all the chromium files; maybe we can copy from the Debian copyright file.
to
There are a ton of licenses for all the chromium files; maybe we can copy from the Debian copyright file.