added .sh licenses

This commit is contained in:
2021-10-15 16:02:42 +02:00
parent fada085f0e
commit 479fa23acb
18 changed files with 37 additions and 1 deletions

2
updateAPIVersion.sh Executable file → Normal file
View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-3.0-or-other
# Copyright (C) 2021 Contributors to the SLS Detector Package
#require 2 arguments, API_NAME API_DIR (relative to package)
if [ $# -lt 2 ]; then
echo "Wrong usage of updateVersion.sh. Requires atleast 2 arguments [API_NAME, API_DIR]"