From 07f71293510b1ba610046413daf925cbd59730a3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Feb 2016 19:43:08 +0000 Subject: [PATCH] License header --- src/freedombone-rmuser | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/freedombone-rmuser b/src/freedombone-rmuser index 5864b1e4..7a024762 100755 --- a/src/freedombone-rmuser +++ b/src/freedombone-rmuser @@ -1,4 +1,33 @@ #!/bin/bash +# +# .---. . . +# | | | +# |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-. +# | | (.-' (.-' ( | ( )| | | | )( )| | (.-' +# ' ' --' --' -' - -' ' ' -' -' -' ' - --' +# +# Freedom in the Cloud +# + +# Removes a user from the system + +# License +# ======= +# +# Copyright (C) 2015-2016 Bob Mottram +# +# 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 . PROJECT_NAME='freedombone'