-
Notifications
You must be signed in to change notification settings - Fork 646
Repo doesn't seem to comply with GDFL #1424
Description
The Mandelbrot example makes use of code which is under the GNU Free Documentation License (GDFL). But the repo doesn't seem to comply with that license, specifically the Verbatim Copying section of the license that requires the license be reproduced.
This was originally discovered as part of the onboarding of this repo's code into the .NET SDK which would require all repo content to make use of free and open source licenses which the GDFL is not. For context, see dotnet/source-build-externals#244 and https://gitlab.com/fedora/legal/fedora-license-data/-/issues/432. Ideally, this file would be removed from the repo to comply with free and open source licenses. If not, it should at least comply with the license requirements.