summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-05-26 19:31:06 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-05-26 19:31:06 -0400
commit366641b7bc2e1b2e0bd12ec3b3483c9149cd64cb (patch)
tree2f4f1b1f1abbfd9d876095eb5cf458d08faf96c5
parent9db3b4d76209f0d1ca02b9f1dc9f66c102822652 (diff)
Add copyright headers to src/lib/{blacklist,conf}.sh
-rw-r--r--src/lib/blacklist.sh14
-rw-r--r--src/lib/conf.sh14
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