mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add / modify (c) in bash scripts (#4922)
* Add / modify (c) in bash scripts Signed-off-by: Igor <igor@armbian.com> * Add (c) to the source config files --------- Signed-off-by: Igor <igor@armbian.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
||||
#
|
||||
# This file is a part of the Armbian Build Framework
|
||||
# https://github.com/armbian/build/
|
||||
#
|
||||
BOOTSOURCE='https://source.codeaurora.org/external/imx/uboot-imx'
|
||||
BOOTDIR='u-boot-sabre'
|
||||
BOOTCONFIG="mx7dsabresd_defconfig"
|
||||
|
||||
Reference in New Issue
Block a user