diff --git a/Makefile b/Makefile index 44201f9..6c11637 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +## Copyright 2020 - Dreemurrs Embedded Labs / DanctNIX +## Copyright 2020 - Martijn Braam + +## SPDX-License-Identifier: GPL-2.0-only + CROSS_FLAGS = ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- CROSS_FLAGS_BOOT = CROSS_COMPILE=aarch64-linux-gnu- diff --git a/README.md b/README.md index 528dae0..4cbff6b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ Pineloader is a multi-bootloader written in bash and uses kexec system call. -Currently the script is quite messy, so this has to be clean up, and we'll also have to make it easier to use. +Licensed under GPLv2, we do not take responsible for any damaged devices, use with care.