Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I am developing a javascript library with various functions and am providing it in repositories, but I do not know how to provide the license.

Should I just put the file LICENSE in the same folder as the javascript JS file and comment on the type of license used?

example:

* lib.js
* license

lib.js:

/ *
* License "license name used"
* /

code...
share|improve this question
Honestly, I do not understand why my question was closed? This is not a discussion. It is clearly a question like: “I would like others to explain ______ to me” – Guilherme Nascimento Nov 16 '12 at 20:09

closed as off topic by Kris, Christofian Nov 16 '12 at 19:39

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.