Skip to content

Commit

Permalink
bootmanager: add SPDX identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPawn committed Jun 18, 2019
1 parent 0e17432 commit f6a1339
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootmanager/add_to_system_reboot.sh
@@ -1,4 +1,5 @@
#! /bin/bash
#! /bin/sh
# SPDX-License-Identifier: GPL-2.0-or-later
[ -z "$TARGET_BRANDING" ] && printf "TARGET_BRANDING value is not set.\a\n" 1>&2 && exit 1

TargetDir="${TARGET_DIR:+$TARGET_DIR/}"
Expand Down
1 change: 1 addition & 0 deletions bootmanager/bootmanager
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Boot Manager for AVM FRITZ!Box 7490
#
Expand Down
1 change: 1 addition & 0 deletions bootmanager/gui_bootmanager
@@ -1,5 +1,6 @@
#! /bin/sh
# vim: set tabstop=4 syntax=sh :
# SPDX-License-Identifier: GPL-2.0-or-later
#######################################################################################################
# #
# extension for the 'restart' page of AVM's FRITZ!OS GUI (reboot.lua) to provide a selection between #
Expand Down

0 comments on commit f6a1339

Please sign in to comment.