You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List of all libraries, licenses and copyrights in a software Bill of materials as a SPDX file
Our legal departement requires us to provide a detailed list of every library and every license and copyright that is involved in creating or running our software.
A software bill of materials can be provided. My understanding of SPDX is that SPDX is an XML specification that provides all the details needed for legal.
It would be great if .NET Core SDK and ASP.NET Core runtime would provide such a SPDX file and make it part of the source code repository.
Additional Note
If each source code file would contain a header section with copyright, author(-s) and a SPDK-License-Identifier this would help tools to extract the relevant information from the code.
I also have interest in this - I normally use the https://reuse.software tool's reuse spdx command, but that doesn't include assemblies I'm pulling in via NuGet (because the files extracted from nuget packages are gitignored, and the reuse tool doesn't understand nuget metadata). Even just a way to extract dependencies' declared licenses would be useful - there are those "deps" files in the output dir but they don't mention anything about license.
List of all libraries, licenses and copyrights in a software Bill of materials as a SPDX file
Our legal departement requires us to provide a detailed list of every library and every license and copyright that is involved in creating or running our software.
A software bill of materials can be provided. My understanding of SPDX is that SPDX is an XML specification that provides all the details needed for legal.
It would be great if .NET Core SDK and ASP.NET Core runtime would provide such a SPDX file and make it part of the source code repository.
Additional Note
If each source code file would contain a header section with copyright, author(-s) and a SPDK-License-Identifier this would help tools to extract the relevant information from the code.
Example taken from using spdx license list shortidentifiers (pdf page 6)
The text was updated successfully, but these errors were encountered: