diff options
Diffstat (limited to 'src/subcommands/ma/diagnostics')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/diagnostics | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/subcommands/ma/diagnostics b/src/subcommands/ma/diagnostics index 66aa6b4..73e93a0 100755..100644 --- a/src/subcommands/ma/diagnostics +++ b/src/subcommands/ma/diagnostics @@ -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 diagnostics 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. # check on the status and validity of the key and public certificates |