diff options
Diffstat (limited to 'src/subcommands/mh/publish-key')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/mh/publish-key | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/subcommands/mh/publish-key b/src/subcommands/mh/publish-key index 7baefc4..b7ab01d 100755..100644 --- a/src/subcommands/mh/publish-key +++ b/src/subcommands/mh/publish-key @@ -1,13 +1,14 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere host publish-key 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 +# They are Copyright 2008-2009, and are all released under the GPL, version 3 # or later. # publish server key to keyserver |