Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Specify licence in scripts #331

Open
ghost opened this issue Dec 23, 2022 · 0 comments
Open

Specify licence in scripts #331

ghost opened this issue Dec 23, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 23, 2022

This project uses Apache-2.0 license, but the frontend provides minified JavaScript scripts that does not contain information about the licence.
Can be done by adding following comment to scripts served by the app:

 <script>
// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7&dn=apache-2.0.txt Apache License, Version 2.0
[script is here]
// @license-end
</script>

This also works in external files.

More information:
https://www.gnu.org/software/librejs/free-your-javascript.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants