diff options
Diffstat (limited to 'server/wallet-admin.in')
-rw-r--r-- | server/wallet-admin.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/server/wallet-admin.in b/server/wallet-admin.in index c2d5bf8..4940c89 100644 --- a/server/wallet-admin.in +++ b/server/wallet-admin.in @@ -67,7 +67,7 @@ __END__ =for stopwords metadata ACL hostname backend acl acls wildcard SQL Allbery verifier -MERCHANTABILITY NONINFRINGEMENT sublicense +MERCHANTABILITY NONINFRINGEMENT sublicense SPDX-License-Identifier MIT =head1 NAME @@ -145,8 +145,8 @@ Russ Allbery <eagle@eyrie.org> =head1 COPYRIGHT AND LICENSE -Copyright 2008, 2009, 2010, 2011, 2013 The Board of Trustees of the Leland -Stanford Junior University +Copyright 2008-2011, 2013 The Board of Trustees of the Leland Stanford Junior +University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -166,6 +166,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SPDX-License-Identifier: MIT + =head1 SEE ALSO Wallet::Admin(3), Wallet::Config(3), wallet-backend(8) @@ -174,3 +176,7 @@ This program is part of the wallet system. The current version is available from L<https://www.eyrie.org/~eagle/software/wallet/>. =cut + +# Local Variables: +# copyright-at-end-flag: t +# End: |