On Fri, 31 Aug 2018 17:13:39 -0400 Ian wrote: > In the latest development code, it is blocked with a different > message: "Mixed free () and unknown licenses". My guess is that it is > still a problem with librejs, and requires further debugging to see > what exactly it means by that.
i asked Gorgio about this: On Fri, 7 Sep 2018 22:57:50 +0000 (UTC) Gorgio wrote: > ``` TypeError: "parent is undefined, can't access property > "querySelectorAll" of it" ``` > This, AFAICS, can only happen they're giving us a malformed table to > parse (specifically, one with no second column). It doesn't seem a > bugs of ours, even though we could be more lenient and informative. On Fri, 7 Sep 2018 22:57:50 +0000 (UTC) Gorgio wrote: > On Fri, 7 Sep 2018 16:57:00 +0000 (UTC) Bill wrote: > > then what is the correct URL for expat that librejs will accept ? > > should it be MIT? or X11 maybe? > > http://www.jclark.com/xml/copying.txt > > And that's [https://www.gnu.org/licenses/javascript-labels.html what > the docs says too] `` > > To reply, visit the link below or just reply to this email > https://pagure.io/librejs/pull-request/16 ok so the exact URL in column 2 of the weblabels table is arbitrary - it does not need to be any prescribed canonical URL - it just needs to point to a copy of the license - i was under the impression that there was only one acceptable URL for each license type
