From 8001b4523c665ee7d9ded64cbdb7081b023b75c1 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sat, 31 Jan 2009 18:57:38 -0500 Subject: remove executable bit, remove shebang line, update copyright on subcommands. --- src/subcommands/mh/revoke-hostname | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) mode change 100755 => 100644 src/subcommands/mh/revoke-hostname (limited to 'src/subcommands/mh/revoke-hostname') diff --git a/src/subcommands/mh/revoke-hostname b/src/subcommands/mh/revoke-hostname old mode 100755 new mode 100644 index 01f6ee0..b519cf6 --- a/src/subcommands/mh/revoke-hostname +++ b/src/subcommands/mh/revoke-hostname @@ -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-hostname subcommand # # The monkeysphere scripts are written by: -# Jameson Rollins +# Jameson Rollins # Jamie McClelland # Daniel Kahn Gillmor # -# 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 hostname user ID from host key -- cgit v1.2.3