It would be really useful to have the copyright information in the NuGet package for SBOM scanning tools to pick up. Copyright is in the [Nuspec](https://learn.microsoft.com/en-us/nuget/reference/nuspec) standard. Should be sufficient to add `<Copyright>Copyright (c) 2015 Vladimir Khorikov</Copyright>` or similar to Common.Build.props. See [Package metadata best practices](https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices#package-metadata).