agea/CmisJS

Add a license file

Closed this issue · 1 comments

Ciao Andrea!

You should put a license file in the project, otherwise people can not be sure it is open source or not, and how they can reuse it.
See http://developers.slashdot.org/story/13/07/16/0220240/github-finally-agrees-public-repos-should-have-explicit-licenses

For libraries, the most usual license is LGPL: http://www.gnu.org/licenses/lgpl-3.0.txt
"New BSD license" is another popular one: http://framework.zend.com/license
Both are very similar, but BSD is shorter.

Once you have chosen a license, copy its text file to the root of the project.

Cheers and best of luck with your project :-)
Nicolas

You can also use the MIT license, I see you have used it for another of your projects: https://github.com/agea/Alfresco-HTML5-Client#license