This PR creates a page titled js-licenses, which lists the licenses for the three JS files, as well as pointing to non-minified source code. This page is invisibly linked from base.html, thus all pages on the site, allowing LibreJS to find the licenses for the JS on the site from any page.
The network.js file did not list a license, so I assumed it was GPLv3 along with the project as a whole.
PR to close #31
This PR creates a page titled js-licenses, which lists the licenses for the three JS files, as well as pointing to non-minified source code. This page is invisibly linked from base.html, thus all pages on the site, allowing LibreJS to find the licenses for the JS on the site from any page.
The network.js file did not list a license, so I assumed it was GPLv3 along with the project as a whole.