From 7b7c3f0b2ecc6fc225aae428b658b1b2c49ba8a6 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Mon, 12 Jul 2021 20:20:50 +0530 Subject: [PATCH] added license to iwd.py --- naxalnet/iwd.py | 16 ++++++++++++++++ naxalnet/naxalnet.py | 9 ++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/naxalnet/iwd.py b/naxalnet/iwd.py index ebf93cc..c0ccf8f 100644 --- a/naxalnet/iwd.py +++ b/naxalnet/iwd.py @@ -1,5 +1,21 @@ #!/usr/bin/env python3 +# Copyright (C) 2021 The naxalnet Authors + +# 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. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + + """Manage wifi adapter via iwd D-Bus api""" from dasbus.connection import SystemMessageBus diff --git a/naxalnet/naxalnet.py b/naxalnet/naxalnet.py index a8d8277..379b630 100755 --- a/naxalnet/naxalnet.py +++ b/naxalnet/naxalnet.py @@ -1,10 +1,5 @@ #!/usr/bin/env python3 -""" -Setup a working BATMAN Advanced network -with systemd-networkd and iwd -""" - # Copyright (C) 2021 The naxalnet Authors # This program is free software: you can redistribute it and/or modify @@ -20,6 +15,10 @@ with systemd-networkd and iwd # You should have received a copy of the GNU General Public License # along with this program. If not, see . +""" +Setup a working BATMAN Advanced network +with systemd-networkd and iwd +""" import sys from pathlib import Path