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

Specify licence in scripts #331

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions