added license

This commit is contained in:
Carlos Galindo 2019-10-07 15:00:31 +02:00
parent 56794c50cd
commit d84edf57cf
Signed by: kauron
GPG key ID: 83E68706DEE119A3
4 changed files with 666 additions and 0 deletions

View file

@ -3,6 +3,21 @@
# Backup a directory, args come from the environment
# $1, if it exists, contains a list of declarations
# Copyright (C) 2019 Carlos Galindo
#
# 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 <https://www.gnu.org/licenses/>.
if [ -e "$1" ]; then
source $1
fi