diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-19 20:33:36 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-19 20:33:36 -0400 |
commit | 6ca3d93911463ff646b8eab452d4983342ec72ec (patch) | |
tree | 14f45398ed083434b927ac870a42f85b4b6ac131 /src | |
parent | 37fbad264b04cdecc015079ca24dc8f09eb77def (diff) |
libredbdiff: Oops, don't hardcode bash location, add copyright header
Diffstat (limited to 'src')
-rwxr-xr-x | src/abslibre-tools/libredbdiff | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/abslibre-tools/libredbdiff b/src/abslibre-tools/libredbdiff index 47e659f..d2d2505 100755 --- a/src/abslibre-tools/libredbdiff +++ b/src/abslibre-tools/libredbdiff @@ -1,7 +1,24 @@ -#!/bin/bash - +#!/usr/bin/env bash name="Libredbdiff" +# Copyright (C) 2014 Esteban Carnevale <alfplayer@mailoo.org> +# Copyright (C) 2014 Luke Shumaker <lukeshu@sbcglobal.net> +# +# License: GNU GPLv3+ +# +# 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/>. + baseconfpath="/etc/libredbdiff" basedbpath="/var/lib/libredbdiff" |