aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpki/relaxng.py2
-rw-r--r--schemas/relaxng/rrdp.rng2
2 files changed, 2 insertions, 2 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py
index 9e0c197d..96064e16 100644
--- a/rpki/relaxng.py
+++ b/rpki/relaxng.py
@@ -2162,7 +2162,7 @@ router_certificate = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version=
## Parsed RelaxNG rrdp schema
rrdp = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id$
+ $Id: rrdp.rnc 5875 2014-06-26 17:48:53Z sra $
RelaxNG schema for RPKI Repository Delta Protocol (RRDP).
diff --git a/schemas/relaxng/rrdp.rng b/schemas/relaxng/rrdp.rng
index 7323f1c3..a36d60b1 100644
--- a/schemas/relaxng/rrdp.rng
+++ b/schemas/relaxng/rrdp.rng
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id$
+ $Id: rrdp.rnc 5875 2014-06-26 17:48:53Z sra $
RelaxNG schema for RPKI Repository Delta Protocol (RRDP).