diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-26 19:31:06 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-26 19:31:06 -0400 |
commit | 366641b7bc2e1b2e0bd12ec3b3483c9149cd64cb (patch) | |
tree | 2f4f1b1f1abbfd9d876095eb5cf458d08faf96c5 /src/lib/conf.sh | |
parent | 9db3b4d76209f0d1ca02b9f1dc9f66c102822652 (diff) |
Add copyright headers to src/lib/{blacklist,conf}.sh
Diffstat (limited to 'src/lib/conf.sh')
-rw-r--r-- | src/lib/conf.sh | 14 |
1 files changed, 14 insertions, 0 deletions
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 |