diaspora / sharetodiaspora

The share to diaspora* application

Home Page:https://share.diasporafoundation.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add license information to JavaScript

MasterOfTheTiger opened this issue · comments

Add license information about all the Javascript used by Share to Diaspora* so that it is compatible with LibreJS. Otherwise LibreJS will think that this is non free javascript.

I would be willing to work on it, but I need to know what method should be used to implement this.

Any method that does neither create unnecessary comments in JS files nor require additional HTML markup will do.

Does the JavaScript web labels solution work? https://www.gnu.org/software/librejs/free-your-javascript.html those are the methods that work with LibreJS.

Ah. We're you being sarcastic? It seems that you need either comments in JS or HTML markup to do it.