From 366641b7bc2e1b2e0bd12ec3b3483c9149cd64cb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 May 2013 19:31:06 -0400 Subject: Add copyright headers to src/lib/{blacklist,conf}.sh --- src/lib/blacklist.sh | 14 ++++++++++++++ src/lib/conf.sh | 14 ++++++++++++++ 2 files changed, 28 insertions(+) (limited to 'src/lib') 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 +# +# 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 . # 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 +# +# 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 . INCLUDE_CONF_SH=conf.sh -- cgit v1.2.2