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:
Igor Pečovnik
2023-03-09 18:30:40 +01:00
committed by GitHub
parent 9fe655cdeb
commit b7b8eb7b72
179 changed files with 1461 additions and 24 deletions

View File

@@ -1,3 +1,12 @@
#!/usr/bin/env bash
#
# 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/
# This is not run under logging section.
function kernel_prepare_bare_repo_decide_shallow_or_full() {
declare decision="not_yet_decided" decision_why="unknown"