NetTopologySuite / ProjNet4GeoAPI

.NET Spatial Reference and Projection Engine
GNU Lesser General Public License v2.1
268 stars 81 forks source link

License change to MIT #107

Open gktval opened 1 year ago

gktval commented 1 year ago

Question about the license in this project if we can change it to MIT? The current license is GNL-GPU which is rather restrictive for privatized companies. Since this project is a derivative of NetTopologySuite (which has much less restrictive license) and also since much of the projection code is derived from here: https://github.com/dotMorten/ProjNET/tree/main/src/ProjNET which has an MIT license--I feel it could be appropriate. Just thought I'd check before I submit a PR . If not, that is totally fine. Best regards.

airbreather commented 1 year ago

The current license

The current license is actually LGPL-2.1. To summarize what that license requires (this is not legal advice, nor should it be construed as modifying the license terms), the idea of LGPL is that you can use it with an application that's otherwise closed-source, you just have to provide the source code for any changes that you make to this library, specifically to anyone that you distribute it to.

gktval commented 1 year ago

That is good to know. I had always clumped GPL licenses together under the same objective. I will close this.

FObermaier commented 1 year ago

Since @dotMorten has changed ProjNets license to MIT we might follow?