diff options
Diffstat (limited to 'src/subcommands/ma')
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/add-certifier | 9 | ||||
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/diagnostics | 9 | ||||
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/list-certifiers | 7 | ||||
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/remove-certifier | 9 | ||||
-rw-r--r--[-rwxr-xr-x] | src/subcommands/ma/update-users | 9 |
5 files changed, 24 insertions, 19 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 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 diff --git a/src/subcommands/ma/list-certifiers b/src/subcommands/ma/list-certifiers index e920888..83f7786 100755..100644 --- a/src/subcommands/ma/list-certifiers +++ b/src/subcommands/ma/list-certifiers @@ -1,4 +1,5 @@ -#!/usr/bin/env bash +# -*-shell-script-*- +# This should be sourced by bash (though we welcome changes to make it POSIX sh compliant) # Monkeysphere authentication list-certifiers subcommand # @@ -7,8 +8,8 @@ # 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. # list the host certifiers 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 diff --git a/src/subcommands/ma/update-users b/src/subcommands/ma/update-users index 0861364..0335e31 100755..100644 --- a/src/subcommands/ma/update-users +++ b/src/subcommands/ma/update-users @@ -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 update-users 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. update_users() { |