-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.
#!/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
# 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