diff options
-rwxr-xr-x | contrib/wallet-report | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/wallet-report b/contrib/wallet-report index edf015e..5ad9cd0 100755 --- a/contrib/wallet-report +++ b/contrib/wallet-report @@ -1,10 +1,12 @@ #!/usr/bin/perl -w -$ID = q$Id$ +$ID = q$Id$; # # wallet-report -- Report on keytabs in the wallet database. # # Written by Russ Allbery <rra@stanford.edu> # Copyright 2003, 2008 Board of Trustees, Leland Stanford Jr. University +# +# See LICENSE for licensing terms. ############################################################################## # Site configuration |