]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Please_add_copyright_notice_in_embedded_JS.mdwn
underlays/javascript/* use ikiwiki's permissive license
[git.ikiwiki.info.git] / doc / bugs / Please_add_copyright_notice_in_embedded_JS.mdwn
1 Hello,
3 We got a report that http://www.gnu.org/software/hurd/ "embeds apparently non-free JS". This is because the embedded ikiwiki.js javascript file does not wear a copyright notice, to tell which licence this file is shipped under.  Could you add such a copyright notice?
5 Thanks
7 > Everything in ikiwiki is [[freesoftware]]. The JavaScript in `underlays/javascript`
8 > appears to be GPL-2+, but might have been intended to be under the permissive basewiki
9 > license.
10 >
11 > [[Joey]] appears to be the only author, so is presumably the only copyright
12 > holder; nobody else can give an authoritative answer about the JS's license. Joey,
13 > if you want `underlays/javascript` to be permissively-licensed, please amend
14 > `debian/copyright` accordingly. --[[smcv]]
15
16 >> It was intended to be permissive. I've amended the copyright file.
17 >> [[done]]
18 >> 
19 >> I wouldn't mind including information readable by librejs in those
20 >> files, if someone wants to send a patch. --[[Joey]]