config/functions: add copyright statement

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2018-10-19 15:57:04 +00:00
parent aa00529d3a
commit bb8b8322c3

View File

@ -1,3 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
### FUNCTION HELPERS ###
# die (message, code) abort with optional message and code
die() {