diff options
author | Rob Austein <sra@hactrn.net> | 2010-10-07 01:15:54 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-10-07 01:15:54 +0000 |
commit | 45427fa8dc0f72154c26c0fa9efd68e551543718 (patch) | |
tree | eb9ebfcc276c33aaedc5c07db40dd67af1a432b0 | |
parent | 4fc4da3adf96c92f1fe18358a15c1d518cbd127f (diff) |
Nit in copyright comment
svn path=/rpkid/left-right-schema.rng; revision=3467
-rw-r--r-- | rpkid/left-right-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/myrpki.rng | 2 | ||||
-rw-r--r-- | rpkid/publication-schema.rng | 6 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 10 | ||||
-rw-r--r-- | rpkid/up-down-schema.rng | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng index 3a182ac7..3f223b45 100644 --- a/rpkid/left-right-schema.rng +++ b/rpkid/left-right-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 3302 2010-06-29 01:51:45Z sra $ + $Id: left-right-schema.rnc 3466 2010-10-07 01:14:48Z sra $ RelaxNG Schema for RPKI left-right protocol. diff --git a/rpkid/myrpki.rng b/rpkid/myrpki.rng index 879b40cf..4a38138a 100644 --- a/rpkid/myrpki.rng +++ b/rpkid/myrpki.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: myrpki.rnc 3215 2010-04-19 19:59:12Z sra $ + $Id: myrpki.rnc 3466 2010-10-07 01:14:48Z sra $ RelaxNG Schema for MyRPKI XML messages. diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index f30fe447..9dc8b751 100644 --- a/rpkid/publication-schema.rng +++ b/rpkid/publication-schema.rng @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 3434 2010-08-31 00:31:55Z sra $ + $Id: publication-schema.rnc 3466 2010-10-07 01:14:48Z sra $ RelaxNG Schema for RPKI publication protocol. libxml2 (including xmllint) only groks the XML syntax of RelaxNG, so run the compact syntax through trang to get XML syntax. - Copyright (C) 2009- -2010 Internet Systems Consortium ("ISC") + Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -21,7 +21,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - Portions copyright (C) 2007- -2008 American Registry for Internet Numbers ("ARIN") + Portions copyright (C) 2007-2008 American Registry for Internet Numbers ("ARIN") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 62c5fb41..d42b213a 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -6,7 +6,7 @@ import lxml.etree ## Parsed RelaxNG left_right schema left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 3302 2010-06-29 01:51:45Z sra $ + $Id: left-right-schema.rnc 3466 2010-10-07 01:14:48Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -988,7 +988,7 @@ left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" enc ## Parsed RelaxNG up_down schema up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: up-down-schema.rnc 2839 2009-10-27 18:53:00Z sra $ + $Id: up-down-schema.rnc 1798 2008-05-17 08:21:50Z sra $ RelaxNG Scheme for up-down protocol, extracted from APNIC Wiki. @@ -1242,14 +1242,14 @@ up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodi ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 3434 2010-08-31 00:31:55Z sra $ + $Id: publication-schema.rnc 3466 2010-10-07 01:14:48Z sra $ RelaxNG Schema for RPKI publication protocol. libxml2 (including xmllint) only groks the XML syntax of RelaxNG, so run the compact syntax through trang to get XML syntax. - Copyright (C) 2009- -2010 Internet Systems Consortium ("ISC") + Copyright (C) 2009-2010 Internet Systems Consortium ("ISC") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1263,7 +1263,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" en OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - Portions copyright (C) 2007- -2008 American Registry for Internet Numbers ("ARIN") + Portions copyright (C) 2007-2008 American Registry for Internet Numbers ("ARIN") Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/rpkid/up-down-schema.rng b/rpkid/up-down-schema.rng index 237db7c1..50d9eff0 100644 --- a/rpkid/up-down-schema.rng +++ b/rpkid/up-down-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: up-down-schema.rnc 2839 2009-10-27 18:53:00Z sra $ + $Id: up-down-schema.rnc 1798 2008-05-17 08:21:50Z sra $ RelaxNG Scheme for up-down protocol, extracted from APNIC Wiki. |