From 0b459b4b87c2955d0c7d00c09262ca39304c2698 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 3 Mar 2013 09:02:43 +0100 Subject: Add license header and the text of the GNU GPL --- git-remote-gcrypt | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'git-remote-gcrypt') diff --git a/git-remote-gcrypt b/git-remote-gcrypt index c31416e..9bd7bc2 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -1,12 +1,21 @@ #!/bin/sh - -# git-remote-gcrypt # -# git-remote-gcrypt is licensed under the terms of the GNU GPL version 3 -# (or at your option, version 2, or any version later than GPLv3). -# See http://www.gnu.org/licenses/ for more information. +# git-remote-gcrypt +# +# 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) version 2 or 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 . # -# See README +# See README.rst for usage instructions set -e # errexit set -u # nounset -- cgit v1.2.3