Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[legal] Update GPLv2 licence text
Update the GPLv2 licence text to the current version (with the current address of the Free Software Foundation, and without the Y2k compatibility issue). Rename the GPLv2 licence text to COPYING.GPLv2 (to hopefully make it clearer that the licence does not apply to all files within the source tree) and rename COPYRIGHTS to COPYING. Signed-off-by: Michael Brown <mcb30@ipxe.org>
- Loading branch information
Showing
with
348 additions
and 348 deletions.
- +9 −336 COPYING
- +339 −0 COPYING.GPLv2
- +0 −12 COPYRIGHTS
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,339 +1,12 @@ | ||
In general iPXE files are licensed under the GPL. For historical | ||
reasons, individual files may contain their own licence declarations. | ||
Most builds of iPXE do not contain all iPXE code (in particular, most | ||
builds will include only one driver), and so the overall licence can | ||
vary depending on what target you are building. | ||
|
||
The resultant applicable licence(s) for any particular build can be | ||
determined by using "make bin/xxxxxxx.yyy.licence"; for example: | ||
|
||
make bin/rtl8139.rom.licence | ||
|
||
to determine the resultant licence(s) for the build bin/rtl8139.rom |
Oops, something went wrong.