diff options
| author | Peter Jones <pjones@redhat.com> | 2020-12-11 15:54:55 -0500 |
|---|---|---|
| committer | Javier Martinez Canillas <javier@dowhile0.org> | 2021-02-16 09:12:48 +0100 |
| commit | aedb8470bd673385139ac3189ecd9edf4794af16 (patch) | |
| tree | a566c4f2f9343b59688fe10b36133040f8b1b2ef /include/asm.h | |
| parent | bc894771f5428bdfdf80dd16a5852835a88e4e8c (diff) | |
| download | efi-boot-shim-aedb8470bd673385139ac3189ecd9edf4794af16.tar.gz efi-boot-shim-aedb8470bd673385139ac3189ecd9edf4794af16.zip | |
Fix up a bunch of our license statements and add SPDX most places
The license statements in our source files were getting to be a giant
mess, and mostly they all just say the same thing. I've switched most
of it to SPDX labels, but left copyright statements in place (where they
were not obviously incorrect copy-paste jobs that I did...).
If there's some change here you don't think is valid, let me know and
we can fix it up together.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/asm.h')
| -rw-r--r-- | include/asm.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/asm.h b/include/asm.h index 5e8f9ed9..8458d5d2 100644 --- a/include/asm.h +++ b/include/asm.h @@ -1,7 +1,4 @@ -/* - * asm.h - * Copyright 2018 Peter Jones <pjones@redhat.com> - */ +// SPDX-License-Identifier: BSD-2-Clause-Patent #ifndef SHIM_ASM_H_ #define SHIM_ASM_H_ |
