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/Pi/PiBootMode.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/Pi/PiBootMode.h')
| -rw-r--r-- | src/include/ipxe/efi/Pi/PiBootMode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/Pi/PiBootMode.h b/src/include/ipxe/efi/Pi/PiBootMode.h index 504a67f9a..30fd44377 100644 --- a/src/include/ipxe/efi/Pi/PiBootMode.h +++ b/src/include/ipxe/efi/Pi/PiBootMode.h @@ -18,6 +18,8 @@ #ifndef __PI_BOOT_MODE_H__ #define __PI_BOOT_MODE_H__ +FILE_LICENCE ( BSD3 ); + /// /// EFI boot mode /// |
