diff options
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-x | git-remote-gcrypt | 21 |
1 files changed, 15 insertions, 6 deletions
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 <http://www.gnu.org/licenses/>. # -# See README +# See README.rst for usage instructions set -e # errexit set -u # nounset |