https://bugzilla.redhat.com/show_bug.cgi?id=2142178



--- Comment #13 from Omair Majid <[email protected]> ---
> Any reason you're not just using "%autopatch -p1" here?

Thanks for catching this. We didn't use this in .NET 6 because we had to
`pushd`/`popd` into the correct directory first before applying patches. But
that's no longer needed.

> Note that "CC0" is banned for code in Fedora nowadays, so if there's still 
> CC0 code, you'll need an exception from FE-Legal. 

It looks like only these code files have a mention of creative commons:

https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.CoreLib/src/System/Random.Xoshiro128StarStarImpl.cs
https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.CoreLib/src/System/Random.Xoshiro256StarStarImpl.cs

https://github.com/dotnet/fsharp/tree/main/tests/benchmarks/CompiledCodeBenchmarks/TaskPerf/TaskPerf/TaskBuilder.fs
https://github.com/dotnet/fsharp/tree/main/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/Tasks.fs
https://github.com/dotnet/fsharp/tree/main/tests/FSharp.Core.UnitTests/FSharp.Core/Microsoft.FSharp.Control/TasksDynamic.fs

https://github.com/dotnet/runtime/tree/main/src/mono/mono/utils/dlmalloc.c
https://github.com/dotnet/runtime/tree/main/src/mono/mono/utils/dlmalloc.h

The first two have a MIT license header in addition to CC0. Is any action
needed on those? Can I even "ignore" that they are under CC0 because of the MIT
license header?

The next 3 don't have an MIT or Apache header. But they are tests (that aren't
run during the build). I suppose I can just delete these files?

The final 2 are dlmalloc. This seems to be an older version of dlmalloc that
uses the language that makes it CC-PDDC, which sounds acceptable to Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=2120577#c1 ?


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2142178
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to