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