diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2018-08-07 10:12:28 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2018-08-08 16:24:34 +0200 |
| commit | f2d748e13be6ca119271af8487adda5856d43da4 (patch) | |
| tree | 38b14a7fccc7995e69c189d09d2449d1c9abaa21 | |
| parent | f2e3e3712485ace7a964505a517ed92fdbcc4517 (diff) | |
| download | buildroot-f2d748e13be6ca119271af8487adda5856d43da4.tar.gz buildroot-f2d748e13be6ca119271af8487adda5856d43da4.zip | |
boot-wrapper-aarch64: use SPDX identifier for 3 clause BSD
Use the correct SPDX identifier for the 3 clause BSD license, like we do
elsewhere.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk index 601cfab314..cd6e1b7b77 100644 --- a/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk +++ b/boot/boot-wrapper-aarch64/boot-wrapper-aarch64.mk @@ -6,7 +6,7 @@ BOOT_WRAPPER_AARCH64_VERSION = 4266507a84f8c06452109d38e0350d4759740694 BOOT_WRAPPER_AARCH64_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git -BOOT_WRAPPER_AARCH64_LICENSE = BSD3c +BOOT_WRAPPER_AARCH64_LICENSE = BSD-3-Clause BOOT_WRAPPER_AARCH64_LICENSE_FILES = LICENSE.txt BOOT_WRAPPER_AARCH64_DEPENDENCIES = linux BOOT_WRAPPER_AARCH64_INSTALL_IMAGES = YES |

