Jeremiah, > LibreJS is reporting the following page: http://jeremiah.pdp10.guru/ > as containing nonfree JavaScript Despite the fact that the file it > complains about includes a GPL license header. What can be done to > correct this?
If I'm not wrong, this a bug in LibreJS. If the `scripts.js' is just being used for the main page. I suggest you add this as inline JS, like this: <script> // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later Copyright (C) 2014 Free Software Foundation // Source of scripts.js here. // @license-end <script> This must work. If you're using scripts.js in other sections of the website, I suggest you use JavaScript Web Labels (See https://www.gnu.org/software/librejs/free-your-javascript.html#step3). -- rsiddharth gpg id: B6AD4643
signature.asc
Description: OpenPGP digital signature
