MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
642 stars 59 forks source link

What kind of licenses can we use in this project? #35

Closed Albeoris closed 5 years ago

Albeoris commented 5 years ago

Some kinds of licenses make the product dirty.

For example, the GNU GPLv3 lets people do almost anything they want with your project, except to distribute closed source versions.

At the same time, there are ready-made solutions, the use of which code can simplify life.

Is there a limit to the kinds of licenses that we can use during development?

MaKiPL commented 5 years ago

I just simply want it to remain open-source, so GNU GPLv3 is perfect in my opinion

Albeoris commented 5 years ago

Then we have to add license text to the header of each file that is licensed by the GPL. :( (if you are talking about licensing the entire project)

OK, then we can use third-party code distributed under the GPL.

benjaminfoo commented 5 years ago

I second this + its really no effort to get this (2 issues) closed 👍

MaKiPL commented 5 years ago

Related to #34 - closed. MIT license added.