diff options
author | Rob Austein <sra@hactrn.net> | 2011-12-07 02:39:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-12-07 02:39:14 +0000 |
commit | 027d5d72b41ba16ea78482d0ff6c76ba6bcac28c (patch) | |
tree | 7435cd744203893552c38497cdd30634bcea88a0 | |
parent | ca8584eab7e1d8752fe68d5c404e73e3d1333918 (diff) |
Id
svn path=/branches/tk100/; revision=4102
-rw-r--r-- | rpkid/rpki/irdb.py | 2 | ||||
-rw-r--r-- | scripts/convert-from-entitydb-to-sql.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/rpkid/rpki/irdb.py b/rpkid/rpki/irdb.py index 52ab6e56..5afbebb3 100644 --- a/rpkid/rpki/irdb.py +++ b/rpkid/rpki/irdb.py @@ -5,6 +5,8 @@ This is the back-end code's interface to the database. It's intended to be usable by command line programs and other scripts, not just Django GUI code, so be careful. +$Id$ + Copyright (C) 2011 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any diff --git a/scripts/convert-from-entitydb-to-sql.py b/scripts/convert-from-entitydb-to-sql.py index 2bbe0eac..43a51cf7 100644 --- a/scripts/convert-from-entitydb-to-sql.py +++ b/scripts/convert-from-entitydb-to-sql.py @@ -4,6 +4,8 @@ Merge XML entitydb and OpenSSL command-line BPKI into SQL IRDB. This is a work in progress, don't use it unless you really know what you're doing. +$Id$ + Copyright (C) 2011 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any |