<div dir="ltr">Please note Massimiliano you will need to pass my message on to the istsos email list since I am not a member. This is the downside to cross posting questions :)</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>--</div><div>Jody Garnett</div></div></div></div></div></div>
<br><div class="gmail_quote">On 25 June 2015 at 13:31, Jody Garnett <span dir="ltr"><<a href="mailto:jody.garnett@gmail.com" target="_blank">jody.garnett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>We have some question/doubts you could help:<br></div><div><br></div><div>1) we have a Web interface developed in javascript. How do we have to apply copyrights to these files? We don't want to make them larger adding comments... How is the common practice? </div></div></blockquote><div><br></div></span><div>One approach (not sure how good it is) is to put a LICENSE.txt file in the root of your repository (this is considered polite for github projects). Your header in your javascript files can then be much smaller with just a (c) and a reference to the license file.</div><div><br></div><div>Compare:</div><div>- <a href="https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers.js" target="_blank">https://github.com/openlayers/openlayers/blob/master/lib/OpenLayers.js</a></div><div><br></div><div>To how it is used in GeoServer:</div><div>- <a href="https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/ol.js" target="_blank">https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/ol.js</a></div><div>- <a href="https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/readme.txt" target="_blank">https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/readme.txt</a></div><div>- <a href="https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/ol.css" target="_blank">https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/ol.css</a></div><span class=""><div><br></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>OpenLayers3 does not seems to have any indication on files [1], just on the base folder a license file [2]</div><div><br></div><div>2) we have embedded some libraries in the /lib folder. I have listed original license of the packages, is there any conflict? Moreover, how to properly point the license of these external libs?</div></div></blockquote><div><br></div></span><div>For GeoServer We are distributing the minified version, with a readme on the side. But even the minified version both to include a header.</div><div><br></div><div><div>// OpenLayers 3. See <a href="http://ol3.js.org/" target="_blank">http://ol3.js.org/</a></div><div>// License: <a href="https://raw.githubusercontent.com/openlayers/ol3/master/LICENSE.md" target="_blank">https://raw.githubusercontent.com/openlayers/ol3/master/LICENSE.md</a></div><div>// Version: v3.0.0</div></div><div><br></div></div></div></div>
</blockquote></div><br></div>