Add copyright header to Makefile and DISCLAIMER

Signed-off-by: Danct12 <danct12@disroot.org>
This commit is contained in:
Danct12 2020-05-19 10:19:09 +07:00
parent e376e0f3da
commit 3faca947e4
2 changed files with 6 additions and 1 deletions

View File

@ -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-

View File

@ -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.