diff options
| author | Michael Brown | 2010-05-30 00:06:06 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-05-30 00:49:47 +0200 |
| commit | 03b1020acc76047294d7b38abab3207426147dd8 (patch) | |
| tree | 1c34ba0f1e47cb72cfa77c40ebe7e2a46125140a /src/include/ipxe/efi/Protocol/DevicePath.h | |
| parent | [efi] Synchronise EFI header files (diff) | |
| download | ipxe-03b1020acc76047294d7b38abab3207426147dd8.tar.gz ipxe-03b1020acc76047294d7b38abab3207426147dd8.tar.xz ipxe-03b1020acc76047294d7b38abab3207426147dd8.zip | |
[legal] Add FILE_LICENCE declarations to EFI header files
Autodetect the BSD licence statement in EFI header files, and add a
suitable FILE_LICENCE macro to the version imported into the iPXE
tree.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Protocol/DevicePath.h')
| -rw-r--r-- | src/include/ipxe/efi/Protocol/DevicePath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/Protocol/DevicePath.h b/src/include/ipxe/efi/Protocol/DevicePath.h index f8556b8de..5c6787080 100644 --- a/src/include/ipxe/efi/Protocol/DevicePath.h +++ b/src/include/ipxe/efi/Protocol/DevicePath.h @@ -19,6 +19,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #ifndef __EFI_DEVICE_PATH_PROTOCOL_H__ #define __EFI_DEVICE_PATH_PROTOCOL_H__ +FILE_LICENCE ( BSD3 ); + #include <ipxe/efi/Guid/PcAnsi.h> /// |
