bug-librejs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Development request about multiple licenses (multi-licensed: dual-licens


From: Philippe Léon Viviane Jean-Claude Worontzoff
Subject: Development request about multiple licenses (multi-licensed: dual-licensed, trial-licensed, …) + question about how to do it
Date: Wed, 11 Aug 2021 20:46:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]