Viglino / ol-ext

Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.
https://viglino.github.io/ol-ext/
Other
1.24k stars 462 forks source link

Clarification about the license #1

Closed geonux closed 8 years ago

geonux commented 8 years ago

Your work on OpenLayers is impressive and we would be very happy to use it. But, as is, nobody can do it because the license of your work is uncertain. It should be clarified.

On one hand the license file (license.txt) announces a license (CeCILL-B) but it contains links to different licenses (CeCILL-B and CeCILL-C):

Full text license in English: http://www.cecill.info/ licences/Licence_CeCILL-B_V1-en.txt Full text license in French: http://www.cecill.info/ licences/Licence_CeCILL-C_V1-fr.txt

On other hand, the source file headers refer to two different licenses (CeCILL and CeCILL-B). For example: In control/layerswitchercontrol.js:

released under the CeCILL-B license

In control/piratecontrol.js:

released under the CeCILL license

These three licenses are noticeably different:

Could you confirm that your work is actually released under the CeCILL-B license as stated in the license file. If applicable, could you adjust the links and the headers?

This would be welcome!

Viglino commented 8 years ago

YES! the licence is a BSD compatible licence. I'll change the header to conform this! The whole project is under CeCILL-B license as describe in http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt

geonux commented 8 years ago

Perfect! Waiting for code updating.

geonux commented 8 years ago

Thank you for the clarification. Closing the issue.