From 6ca3d93911463ff646b8eab452d4983342ec72ec Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 19 Jun 2014 20:33:36 -0400 Subject: libredbdiff: Oops, don't hardcode bash location, add copyright header --- src/abslibre-tools/libredbdiff | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'src') 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 +# Copyright (C) 2014 Luke Shumaker +# +# 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 . + baseconfpath="/etc/libredbdiff" basedbpath="/var/lib/libredbdiff" -- cgit v1.2.2