-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
area-prebuiltsReducing the number of prebuilt packages in the tarballReducing the number of prebuilt packages in the tarball
Description
source-build-reference-packages have a bunch of THIRD-PARTY-NOTICES.TXT
files. For example:
- https://github.com/dotnet/source-build-reference-packages/blob/main/src/targetPacks/ILsrc/microsoft.netcore.app/2.1.0/THIRD-PARTY-NOTICES.TXT
- https://github.com/dotnet/source-build-reference-packages/blob/main/src/textOnlyPackages/src/microsoft.netcore.platforms/2.1.0/THIRD-PARTY-NOTICES.TXT
Are these licenses applicable to the "code" in source-build-reference-packages? The reference packages contain only API references for .NET libraries, not implementations. The licenses are mostly for the underlying implementations that the .NET API uses (eg, libunwind, zlib, unicode data, brotli, ...). Those implementations aren't present in source-build-reference-packages, probably the license doesn't apply to this code?
Should we remove the third party notices files to make it clearer that the code in this repo is not licensed under those third party licenses?
mirespace
Metadata
Metadata
Assignees
Labels
area-prebuiltsReducing the number of prebuilt packages in the tarballReducing the number of prebuilt packages in the tarball
Type
Projects
Status
Backlog