diff options
author | NAKAMURA Osamu <osamu0329nakamura@users.noreply.github.com> | 2021-06-06 02:34:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 02:34:10 (GMT) |
commit | 71be46170490d08743c714b9fa4484038aa7a23e (patch) | |
tree | 15af95d052f330136c3cdf8e0e5b5f9fc8f4b20d /Doc | |
parent | 6e3b7cf3af3ed7758b2c2193c1d393feb8ab8f72 (diff) | |
download | cpython-71be46170490d08743c714b9fa4484038aa7a23e.zip cpython-71be46170490d08743c714b9fa4484038aa7a23e.tar.gz cpython-71be46170490d08743c714b9fa4484038aa7a23e.tar.bz2 |
bpo-44320: Fix markup for W3C C14N test suite (GH-26556)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/license.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index f487d98..d459ff6 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -955,7 +955,7 @@ W3C C14N test suite The C14N 2.0 test suite in the :mod:`test` package (``Lib/test/xmltestdata/c14n-20/``) was retrieved from the W3C website at https://www.w3.org/TR/xml-c14n2-testcases/ and is distributed under the -3-clause BSD license: +3-clause BSD license:: Copyright (c) 2013 W3C(R) (MIT, ERCIM, Keio, Beihang), All Rights Reserved. |