help-librejs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-librejs] Incorrect Identification


From: rsiddharth
Subject: [Help-librejs] Incorrect Identification
Date: Wed, 18 Feb 2015 09:16:10 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0

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






Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]