summaryrefslogtreecommitdiff
path: root/src/subcommands/ma/add-certifier
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-01-31 18:57:38 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-01-31 18:57:38 -0500
commit8001b4523c665ee7d9ded64cbdb7081b023b75c1 (patch)
tree4b86daeebbd24f8659901361993712780dbd302d /src/subcommands/ma/add-certifier
parent93527967c043c99c708e209502292cf276877bf9 (diff)
remove executable bit, remove shebang line, update copyright on subcommands.
Diffstat (limited to 'src/subcommands/ma/add-certifier')
-rw-r--r--[-rwxr-xr-x]src/subcommands/ma/add-certifier9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/subcommands/ma/add-certifier b/src/subcommands/ma/add-certifier
index 451506d..9ad0515 100755..100644
--- a/src/subcommands/ma/add-certifier
+++ b/src/subcommands/ma/add-certifier
@@ -1,14 +1,15 @@
-#!/usr/bin/env bash
+# -*-shell-script-*-
+# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant)
# Monkeysphere authentication add-certifier subcommand
#
# The monkeysphere scripts are written by:
-# Jameson Rollins <jrollins@fifthhorseman.net>
+# Jameson Rollins <jrollins@finestructure.net>
# Jamie McClelland <jm@mayfirst.org>
# Daniel Kahn Gillmor <dkg@fifthhorseman.net>
#
-# They are Copyright 2008, and are all released under the GPL, version 3
-# or later.
+# They are Copyright 2008-2009, and are all released under the GPL,
+# version 3 or later.
# retrieve key from web of trust, import it into the host keyring, and
# ltsign the key in the host keyring so that it may certify other keys