diff options
author | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-01-09 20:56:06 +0000 |
commit | b603ea6e8677d61d93f05cb43aa8c1769c1e9d6c (patch) | |
tree | 4acda8c9d9ba25800d820a4bb6636fd626dc0c24 /rpkid/rpki/rootd.py | |
parent | 06023dcd60af34a84c3a71f1a597e477cfa8f408 (diff) |
Update more copyrights, clean up module doc blocks.
svn path=/trunk/; revision=5624
Diffstat (limited to 'rpkid/rpki/rootd.py')
-rw-r--r-- | rpkid/rpki/rootd.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/rpkid/rpki/rootd.py b/rpkid/rpki/rootd.py index c56cf684..6723813c 100644 --- a/rpkid/rpki/rootd.py +++ b/rpkid/rpki/rootd.py @@ -1,9 +1,3 @@ -""" -Trivial RPKI up-down protocol root server. Not recommended for -production use. Overrides a bunch of method definitions from the -rpki.* classes in order to reuse as much code as possible. -""" - # $Id$ # # Copyright (C) 2013--2014 Dragon Research Labs ("DRL") @@ -23,6 +17,12 @@ rpki.* classes in order to reuse as much code as possible. # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +""" +Trivial RPKI up-down protocol root server. Not recommended for +production use. Overrides a bunch of method definitions from the +rpki.* classes in order to reuse as much code as possible. +""" + import os import time import argparse |