From aaa874fa5b29b68d3951a8ed712df06c735c05e2 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 5 Jul 2016 04:51:46 +0000 Subject: add authorship to script header --- debian/changelog | 5 ++++- git-remote-gcrypt | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bb690d7..a24ee2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,7 @@ -git-remote-gcrypt (1.0.1-1) UNRELEASED; urgency=medium +git-remote-gcrypt (1.0.1-1) UNRELEASED; urgency=low + + Upstream: + * Add authorship details to script header. Debian packaging: * Update Homepage: to point to my website. diff --git a/git-remote-gcrypt b/git-remote-gcrypt index 61fed76..9d4efa6 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -1,7 +1,11 @@ #!/bin/sh -# + # git-remote-gcrypt # +# Copyright (c) 2013 engla +# Copyright (c) 2013, 2014 Joey Hess +# Copyright (c) 2016 Sean Whitton and contributors +# # 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 @@ -15,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# See README.rst for usage instructions +# See README.rst for usage instructions set -e # errexit set -f # noglob -- cgit v1.2.3