summaryrefslogtreecommitdiff
path: root/server/wallet-report
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-02-27 15:49:46 -0800
committerRuss Allbery <rra@stanford.edu>2013-02-27 16:54:08 -0800
commit1a4ec451eb04fabe9039fd9a13f63865f6b32e01 (patch)
treeb8ee9b5a0af8db6fbca43c0b3488d9918cdce89e /server/wallet-report
parent2fdf8ac3a51bd455ae5cd2a4c0ca98e515bce3d4 (diff)
Add explicit license statements to all POD documentation
For scripts, do this by moving the copyright and license statement from the top of the script into the POD documentation. Also try to uniformly put the SEE ALSO section last. Change-Id: Id31a5c0d5e6f6831a689deec41a13d35bb40465a Reviewed-on: https://gerrit.stanford.edu/850 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'server/wallet-report')
-rwxr-xr-xserver/wallet-report39
1 files changed, 28 insertions, 11 deletions
diff --git a/server/wallet-report b/server/wallet-report
index 0fd8aa9..5af289c 100755
--- a/server/wallet-report
+++ b/server/wallet-report
@@ -1,12 +1,6 @@
#!/usr/bin/perl -w
#
-# wallet-report -- Wallet server reporting interface.
-#
-# Written by Russ Allbery <rra@stanford.edu>
-# Copyright 2008, 2009, 2010
-# The Board of Trustees of the Leland Stanford Junior University
-#
-# See LICENSE for licensing terms.
+# Wallet server reporting interface.
##############################################################################
# Declarations and globals
@@ -280,6 +274,33 @@ with duplicates suppressed.
=back
+=head1 AUTHOR
+
+Russ Allbery <rra@stanford.edu>
+
+=head1 COPYRIGHT AND LICENSE
+
+Copyright 2008, 2009, 2010, 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"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+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.
+
=head1 SEE ALSO
Wallet::Config(3), Wallet::Report(3), wallet-backend(8)
@@ -287,8 +308,4 @@ Wallet::Config(3), Wallet::Report(3), wallet-backend(8)
This program is part of the wallet system. The current version is
available from L<http://www.eyrie.org/~eagle/software/wallet/>.
-=head1 AUTHOR
-
-Russ Allbery <rra@stanford.edu>
-
=cut