help-librejs
[Top][All Lists]
Advanced

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

[Help-librejs] How to define license magnets for external JavaScript fil


From: Serge Stroobandt
Subject: [Help-librejs] How to define license magnets for external JavaScript files?
Date: Wed, 26 Apr 2017 19:50:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hello,

I would like to apply license magnets to some of my external JavaScript
and Brython files.
Here is my real world case:

    <script type="text/javascript"
src="https://cdn.rawgit.com/brython-dev/brython/3.3.1/www/src/brython.js";></script>

and

    <script type="text/python" src="../zc.circular.py"></script>

(Brython is a client-side Python to Javascript interpreter. It is
free/libre software.)


Would the following license magnet be valid and effective with LibreJS?

    <script type="text/python" src="../zc.circular.py">
        // @license
magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt
GPL-v3-or-Later
        // @license-end
    </script>

Obviously, I cannot put JavaScript comments in the Brython (Python)
source code.

Thank you for your help!

Serge
(Belgium)



reply via email to

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