From 2aef90aaddafd53b0a1813e2413a9495600a0156 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Mon, 10 Nov 2014 20:31:28 +0100 Subject: [PATCH] bsp/defaul/network|showmacs: add license Signed-off-by: Tim Niemeyer --- bsp/default/root_file_system/etc/network.sh | 10 ++++++++++ bsp/default/root_file_system/etc/showmacs.sh | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/bsp/default/root_file_system/etc/network.sh b/bsp/default/root_file_system/etc/network.sh index bded7e5..939990f 100644 --- a/bsp/default/root_file_system/etc/network.sh +++ b/bsp/default/root_file_system/etc/network.sh @@ -1,3 +1,13 @@ +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + if ! uci get nodewatcher.@network[0].client_interfaces; then echo "Setting nodewatchers client interfaces to: $CLIENTIF" uci set nodewatcher.@network[0].client_interfaces="$CLIENTIF" diff --git a/bsp/default/root_file_system/etc/showmacs.sh b/bsp/default/root_file_system/etc/showmacs.sh index 36dc230..81a5c63 100755 --- a/bsp/default/root_file_system/etc/showmacs.sh +++ b/bsp/default/root_file_system/etc/showmacs.sh @@ -5,6 +5,16 @@ # Version 0.2 # # by Tim Niemeyer (reddog@mastersword.de) + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # DEV=$1