diff options
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 |