Comment by executesorder66
7 years ago
Hi,
Please can you post the link to the github repo? I'm can't seem to find it.
Also, which license is it published under? How are people allowed to publish a fork without publishing the code?
7 years ago
Hi,
Please can you post the link to the github repo? I'm can't seem to find it.
Also, which license is it published under? How are people allowed to publish a fork without publishing the code?
> Please can you post the link to the github repo? I'm can't seem to find it.
https://github.com/tianocore/edk2
Although https://www.tianocore.org/ is probably a better link to get started.
> Also, which license is it published under?
BSD + a patent grant, https://github.com/tianocore/edk2/blob/master/License.txt
> How are people allowed to publish a fork without publishing the code?
That's a feature of BSD style licenses. Copyleft-style licenses such as GPL avoid this problem.
This is not a problem. BSD is a superior license model.