aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rpkic.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-01-09 20:56:06 +0000
committerRob Austein <sra@hactrn.net>2014-01-09 20:56:06 +0000
commitb603ea6e8677d61d93f05cb43aa8c1769c1e9d6c (patch)
tree4acda8c9d9ba25800d820a4bb6636fd626dc0c24 /rpkid/rpki/rpkic.py
parent06023dcd60af34a84c3a71f1a597e477cfa8f408 (diff)
Update more copyrights, clean up module doc blocks.
svn path=/trunk/; revision=5624
Diffstat (limited to 'rpkid/rpki/rpkic.py')
-rw-r--r--rpkid/rpki/rpkic.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/rpkid/rpki/rpkic.py b/rpkid/rpki/rpkic.py
index 8d9d77d5..9b51b7d9 100644
--- a/rpkid/rpki/rpkic.py
+++ b/rpkid/rpki/rpkic.py
@@ -1,11 +1,3 @@
-"""
-Command line configuration and control tool for rpkid et al.
-
-Type "help" at the inernal prompt, or run the program with the --help option for
-an overview of the available commands; type "help foo" for (more) detailed help
-on the "foo" command.
-"""
-
# $Id$
#
# Copyright (C) 2014 Dragon Research Labs ("DRL")
@@ -24,6 +16,14 @@ on the "foo" command.
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
+"""
+Command line configuration and control tool for rpkid et al.
+
+Type "help" at the inernal prompt, or run the program with the --help option for
+an overview of the available commands; type "help foo" for (more) detailed help
+on the "foo" command.
+"""
+
# NB: As of this writing, I'm trying really hard to avoid having this
# program depend on a Django settings.py file. This may prove to be a
# waste of time in the long run, but for for now, this means that one