aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-07-05 04:51:46 +0000
committerSean Whitton <spwhitton@spwhitton.name>2016-07-05 04:51:46 +0000
commitaaa874fa5b29b68d3951a8ed712df06c735c05e2 (patch)
tree834a1c88b7903a2d17f0b96cffb711d36cc941e4
parent54326be4ba6182fad971ea4216719ac4fd017843 (diff)
downloadgit-remote-gcrypt-aaa874fa5b29b68d3951a8ed712df06c735c05e2.tar.gz
add authorship to script header
-rw-r--r--debian/changelog5
-rwxr-xr-xgit-remote-gcrypt8
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 <id@joeyh.name>
+# Copyright (c) 2016 Sean Whitton <spwhitton@spwhitton.name> 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 <http://www.gnu.org/licenses/>.
#
-# See README.rst for usage instructions
+# See README.rst for usage instructions
set -e # errexit
set -f # noglob