treewide: surrender personal copyright to Team LibreELEC

This commit is contained in:
Lukas Rusak
2022-08-02 20:09:47 -07:00
committed by Christian Hewitt
parent 11d52588b5
commit 72c54fa9d0
16 changed files with 6 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Lukas Rusak (lrusak@libreelec.tv)
# Copyright (C) 2016 Team LibreELEC (https://libreelec.tv)
if [ -z "$PROJECT" -a -z "$ARCH" ]; then
echo "Usage: PROJECT=<project> ARCH=<arch> $0"