scottschluer / geolocation

A C# class library that will calculate distance and cardinal direction between two sets of coordinates and provides the lat/long boundaries around an origin coordinate allowing for simple SQL or LINQ selection of locations within the given radius.
MIT License
203 stars 46 forks source link

Licensing #2

Closed kschutt closed 11 years ago

kschutt commented 11 years ago

What is the licensing of this code?

scottschluer commented 11 years ago

Since this is the second issue on this particular subject, I created a LICENSE file in the repository root. It's operated under the MIT license, which means you can basically use it however you want free of charge.