Remove the '3' from OpenLayers

This commit is contained in:
Andreas Hocevar
2017-01-02 23:03:03 +01:00
parent ab3d97d6de
commit 7424ee91e3
80 changed files with 1888 additions and 1888 deletions
+2 -2
View File
@@ -242,9 +242,9 @@ function getVersion(callback) {
* ready to be written into a file, or any error.
*/
function addHeader(compiledSource, callback) {
var header = '// OpenLayers 3. See https://openlayers.org/\n';
var header = '// OpenLayers. See https://openlayers.org/\n';
header += '// License: https://raw.githubusercontent.com/openlayers/' +
'ol3/master/LICENSE.md\n';
'openlayers/master/LICENSE.md\n';
if (version !== '') {
header += '// Version: ' + version + '\n';
}