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/PiS3BootScript.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/PiS3BootScript.h')
| -rw-r--r-- | src/include/ipxe/efi/Pi/PiS3BootScript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/Pi/PiS3BootScript.h b/src/include/ipxe/efi/Pi/PiS3BootScript.h index e4ce6880a..01cae154c 100644 --- a/src/include/ipxe/efi/Pi/PiS3BootScript.h +++ b/src/include/ipxe/efi/Pi/PiS3BootScript.h @@ -16,6 +16,8 @@ #ifndef _PI_S3_BOOT_SCRIPT_H_ #define _PI_S3_BOOT_SCRIPT_H_ +FILE_LICENCE ( BSD3 ); + //******************************************* // EFI Boot Script Opcode definitions //******************************************* |
