From f4ef5f217e7efc76adb1218dca11a5345145fae2 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Sun, 23 Dec 2018 18:17:19 +0100 Subject: Improve TODO and add license info to config file --- config.default.sh | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'config.default.sh') diff --git a/config.default.sh b/config.default.sh index d17b4c1..276f912 100644 --- a/config.default.sh +++ b/config.default.sh @@ -1,9 +1,26 @@ #!/usr/bin/env bash # -# config.default.sh - some configuration options. +# Copyright 2018 Einhard Leichtfuß # -# Move this file to config.sh and modify to your liking. +# config.default.sh - default configuration options; +# copy this file to config.sh and modify to your liking. # +# This file is part of aur-fd-scripts +# +# aur-fd-scripts is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# aur-fd-scripts 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with aur-fd-scripts. If not, see . +# + # The maintainer to be listed in the PKGBUILD. maintainer="Your Name " -- cgit v1.2.3