diff options
author | Micah Anderson <micah@riseup.net> | 2009-01-31 18:58:26 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-01-31 18:58:26 -0500 |
commit | 6923ef580f068ff535af273714e59235260ab7b6 (patch) | |
tree | b57cb7cf80a357b0c3c198d3366492ff087e6d2c /src/subcommands/mh/revoke-key | |
parent | 7bf7ac9986b93cc910f5a1002d88da8b1f9e885a (diff) | |
parent | 8001b4523c665ee7d9ded64cbdb7081b023b75c1 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/subcommands/mh/revoke-key')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/mh/revoke-key | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/subcommands/mh/revoke-key b/src/subcommands/mh/revoke-key index 3810a0b..cccdc22 100755..100644 --- a/src/subcommands/mh/revoke-key +++ b/src/subcommands/mh/revoke-key @@ -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 host revoke-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 -# or later. +# They are Copyright 2008-2009, and are all released under the GPL, +# version 3 or later. # revoke host key |