1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Andreas Tille <tille@debian.org>
Date: Sat, 14 Sep 2024 09:48:28 +0200
Subject: Remove non DFSG free DTD
Last-Update: 2014-04-30
Bug-Debian: http://bugs.debian.org/746484
Forwarded: https://bugs.debian.org/746484#15
---
Bio/Entrez/DTDs/modules.ent | 7 -------
1 file changed, 7 deletions(-)
diff --git a/Bio/Entrez/DTDs/modules.ent b/Bio/Entrez/DTDs/modules.ent
index 8458753..1caeb4b 100644
--- a/Bio/Entrez/DTDs/modules.ent
+++ b/Bio/Entrez/DTDs/modules.ent
@@ -350,13 +350,6 @@ Version Reason/Occasion (who) vx.x (yyyy-mm-dd)
"mathmlsetup.ent" >
-<!-- MATHML 2.0 QUALIFIED NAMES -->
-<!ENTITY % mathml-qname.mod
- PUBLIC
-"-//W3C//ENTITIES MathML 2.0 Qualified Names 1.0//EN"
-"mathml/mathml2-qname-1.mod" >
-
-
<!-- MATHML 2.0 DTD -->
<!ENTITY % mathml.dtd PUBLIC
"-//W3C//DTD MathML 2.0//EN"
|