Merge commit 'micah/master'
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 1 Feb 2009 01:13:09 +0000 (20:13 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sun, 1 Feb 2009 01:13:09 +0000 (20:13 -0500)
1  2 
src/monkeysphere-authentication

index bd8e54050501a7c9a08e4fe0876025a67b29933b,d7ec40f0bb6610a57e3f3341b657bcf58b32abfb..56a8877d4293bf811fe7833c681ed8506ae2dcc8
@@@ -3,16 -3,15 +3,17 @@@
  # monkeysphere-authentication: Monkeysphere authentication admin tool
  #
  # 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>
+ # Micah Anderson <micah@riseup.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.
  
  ########################################################################
 +set -e
 +
  PGRM=$(basename $0)
  
  SYSSHAREDIR=${MONKEYSPHERE_SYSSHAREDIR:-"/usr/share/monkeysphere"}