From 81d14fb6367c3f48be4b901dda9ec9e9e0e7aaab Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 30 Jan 2020 10:47:53 +0100 Subject: [PATCH] Remove obsolete license notice --- src/ol/sphere.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ol/sphere.js b/src/ol/sphere.js index 931373be4a..b9e2d0bb72 100644 --- a/src/ol/sphere.js +++ b/src/ol/sphere.js @@ -1,10 +1,3 @@ -/** - * @license - * Latitude/longitude spherical geodesy formulae taken from - * http://www.movable-type.co.uk/scripts/latlong.html - * Licensed under CC-BY-3.0. - */ - /** * @module ol/sphere */