Code Monkey home page Code Monkey logo

Comments (4)

mjaschen avatar mjaschen commented on August 26, 2024 2

Hi @Shard,

personally, I'm preferring a MIT-style license.

Unfortunately we can't change the license at this moment, because the algorithm for calculating the “perpendicular distance“ is borrowed from a GPL-licensed library.

A license change would be possible, if we implement the perpendicular distance algorithm from scratch (or using another library with a permissive license).

from phpgeo.

TheCelavi avatar TheCelavi commented on August 26, 2024 2

@mjaschen I don't think that you have to use GPL license here. First, GPL license is applied to library, which is not used nor redistributed with this library.

You have ported the algorithm from Java to PHP. But that algorithm is not intellectual property of author - it is a well known mathematical formula (a common good) written in Java.

In general -> if I wrote a function sum($a, $b) which sums up two numbers, and I publish it under GPL license, and if you have same/similar library within your library, I don't think that you have to publish it under GPL as well.

Intellectual value is in fundamental concept of adding two numbers, not in code representation of it. And since no one has a copyright claim on adding two numbers (sum operation) -> you can use it freely.

I think that same applies to this function as well.

from phpgeo.

mrieck avatar mrieck commented on August 26, 2024

Yeah porting an algorithm doesn't mean you need to use the same exact license. Oh well - I just switched to this library:
https://github.com/alexpechkarev/geometry-library

What's ironic is that that library copies Google's code function-for-function in PHP, which is ripping off Google way more than what this library does... but because he made his code MIT I have to go with that. ¯_(ツ)_/¯

from phpgeo.

mjaschen avatar mjaschen commented on August 26, 2024

Hi,

phpgeo is MIT licensed starting with today's 2.0 release!

from phpgeo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.