Re: [PATCH v4 1/5] kern: dl: Allow modules under CC0 license

2021-08-08 Thread Petr Vorel
Hi Patrick, Reviewed-by: Petr Vorel Kind regards, Petr ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

[PATCH v4 1/5] kern: dl: Allow modules under CC0 license

2021-08-08 Thread Patrick Steinhardt
We're about to import the reference implementation of Argon2, which is licensed under CC0. Given that this license is compatible with the GPL according to [1], having code under this license alongside with GPL'd code is perfectly fine. [1]: https://www.gnu.org/licenses/license-list.en.html#CC0 Si