<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><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><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">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">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">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">https://github.com/geoserver/geoserver/blob/master/src/wms/src/main/resources/openlayers3/ol.css</a></div><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><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/">http://ol3.js.org/</a></div><div>// License: <a href="https://raw.githubusercontent.com/openlayers/ol3/master/LICENSE.md">https://raw.githubusercontent.com/openlayers/ol3/master/LICENSE.md</a></div><div>// Version: v3.0.0</div></div><div><br></div></div></div></div>