Hi,
I'm creating a dual-licensed JavaScript and LibreJS deals with it by
only taking care of the first one, this would be great if
multi-licensing would be detected and all licenses showed in the LibreJS
button of the browser.
Moreover, I'm wondering what is the correct way to do it (I didn't find
any concrete example), it looks logical to me to include both licences
between the @licstart and the @licend, basically, I've done this:
@source: [whatever]
@licstart The following is the entire license notice for the
JavaScript code in this page.
Copyright © 202X [name]
Dual licensed under the [license A] (or any later version) or [license
B] (or any later version) licenses (this means that you can use this
script under one or the other or both of those licences).
[usual text for license A in a JavaScript]
Link to the full legal code of the [license A]: [whatever]
[usual text for license B in a JavaScript]
Link to the full legal code of the [license B]: [whatever]
@licend The above is the entire license notice for the JavaScript code
in this page.
Is it correct?
Thanks in advance for your answer and all the more if you code this
development request.
Bye.