bugra9 / gdal3.js

Convert raster and vector geospatial data to various formats and coordinate systems entirely in the browser.
https://gdal3.js.org
GNU Lesser General Public License v2.1
300 stars 45 forks source link

Change License to something more permissive #36

Closed amalic closed 1 year ago

amalic commented 2 years ago

GPL is too restrictive and will not work for most users. MIT, AGPL, or Apache License would be much cooler.

bugra9 commented 2 years ago

Hi @amalic, sorry for replying so late.

Gdal3.js compiles with Geos and Spatialite. Both libraries are licensed with LGPL. Since I don't understand much about licensing and don't want to violate any licenses, I licensed it under the GPL.

What do you think about LGPL?

ilyaly commented 2 years ago

Hi!

LGPL sounds just great!

bugra9 commented 1 year ago

@ilyaly, I changed the license from GPL to LGPL with the new version.

ilyaly commented 1 year ago

@bugra9 , thank you very much, that should really extend the audience of this beatiful library!

amalic commented 1 year ago

LGPL.is perfect! Thank you.