diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/blacklist.sh | 14 | ||||
-rw-r--r-- | src/lib/conf.sh | 14 |
2 files changed, 28 insertions, 0 deletions
diff --git a/src/lib/blacklist.sh b/src/lib/blacklist.sh index 79b79ce..e02bbfa 100644 --- a/src/lib/blacklist.sh +++ b/src/lib/blacklist.sh @@ -1,4 +1,18 @@ #!/bin/bash +# Copyright (c) 2013 by Luke Shumaker <lukeshu@sbcglobal.net> +# +# 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 <http://www.gnu.org/licenses/>. # make sure XDG_CACHE_HOME is set . /usr/share/libretools/conf.sh diff --git a/src/lib/conf.sh b/src/lib/conf.sh index f4f2549..ca25f70 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -1,4 +1,18 @@ #!/bin/bash +# Copyright (c) 2012-2013 by Luke Shumaker <lukeshu@sbcglobal.net> +# +# 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 <http://www.gnu.org/licenses/>. INCLUDE_CONF_SH=conf.sh |