From 154f1cdfbcbb40f49443229d0f62e5fab9d1b479 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 14 May 2013 06:01:30 -0400 Subject: [PATCH] Add copyright notice for David Carlisle to content-mathml --- unpacked/extensions/MathML/content-mathml.js | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/unpacked/extensions/MathML/content-mathml.js b/unpacked/extensions/MathML/content-mathml.js index 2ec5b3130..cb5d38027 100644 --- a/unpacked/extensions/MathML/content-mathml.js +++ b/unpacked/extensions/MathML/content-mathml.js @@ -19,6 +19,13 @@ * * in your configuration. * + * A portion of this file is taken from ctop.xsl which is + * Copyright (c) David Carlisle 2001, 2002, + * and is used by permission of David Carlisle, who has agreed to allow us + * to release it under the Apache2 license (see below). That portion is + * indicated via comments. + * + * The remainder falls under the copyright that follows. * --------------------------------------------------------------------- * * Copyright (c) 2013 The MathJax Consortium @@ -67,8 +74,18 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { } }); - var ctop; + /* + * The following is taken from ctop.xsl (http://www.w3.org/Math/XSL/ctop.xsl) + * which is Copyright (c) David Carlisle 2001, 2002. It is used by permission + * of David Carlisle, who has agreed to allow it to be released under the + * Apache2 licesnse. + */ var ctopStylesheet = ' +i +i / / ei ei E 0x . (-1) λ. id domain codomain image unexpected domainofapplication restriction {   if     otherwise / ! / max min (+) mod (×) gcd xor ¬ . . , || ¯ arg lcm = > < | d dddd D, + + , div div() grad grad() curl 2 () || × = lim lim tendsto e loglog , σ σ2 median mode () [|] [|] () () [m , | m , =;] () det || T , . Z R Q N C P e i NaN true false π γ () () ||, share ) ( ] [ } { ) ( ] [ } { \ )(}{>< top right ;color:;background-color:; 0 decimalpoint decimalpoint. decimalpoint*0.1em0.15em0.2em0.15em 0 /\)(:=) '; + /* + * End of ctop.xsl material. + */ + + var ctop; if (window.XSLTProcessor) { // standard method: just use an XSLTProcessor and parse the stylesheet if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()}