diff options
author | Matt Goins <mjgoins@openflows.com> | 2009-01-31 20:34:29 -0500 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2009-01-31 20:34:29 -0500 |
commit | 334f15b617fd89162336697e73c7f5645f0d1d3d (patch) | |
tree | 4b86daeebbd24f8659901361993712780dbd302d /src/subcommands/ma/remove-certifier | |
parent | 7fb3f70a48202153ecb7c43830ded000f8a0e615 (diff) | |
parent | 8001b4523c665ee7d9ded64cbdb7081b023b75c1 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/subcommands/ma/remove-certifier')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/remove-certifier | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/subcommands/ma/remove-certifier b/src/subcommands/ma/remove-certifier index 117bad4..59d3f0c 100755..100644 --- a/src/subcommands/ma/remove-certifier +++ b/src/subcommands/ma/remove-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 remove-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. # delete a certifiers key from the host keyring |