diff options
author | 2023-10-10 14:33:42 +0000 | |
---|---|---|
committer | 2023-10-10 14:33:42 +0000 | |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/ipxe/COPYING | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/ipxe/COPYING')
-rw-r--r-- | roms/ipxe/COPYING | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/ipxe/COPYING b/roms/ipxe/COPYING new file mode 100644 index 000000000..342330bb9 --- /dev/null +++ b/roms/ipxe/COPYING @@ -0,0 +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 |