Closed fatih closed 3 years ago
xelabs is very open, change to Apache 2.0 is ok to me. Thanks for the suggestion.
And feel free to file a PR for that.
That’s great @BohuTANG Are you ok using BDS-3 license or MIT? A lot of open source projects are using them and they work really nice. If you prefer Apache 2.0 that’s fine as well. Let me know which one you prefer. I’ll open a PR to this repo and its dependencies. Thanks a lot again for making this decision. Much appreciated
BSD is preferred. Thanks
Great, I opened a pull request with the changes: https://github.com/xelabs/go-mysqlstack/pull/12
This can be closed now as the license has changed to BSD 3-Clause. Thanks again to @BohuTANG to be open about this change.
I think License section in README.md should be changed too.
go-mysqlstack is released under the GPLv3. See LICENSE
@fatih btw are aware of some project which is nowadays using go-mysqlstack?
@olljanat
Hi,
Thanks for this great library. I want to ask whether you have considered changing this library's license to a more permissive license so that
go-mysqlstack
can be included in other open-source projects? As an example, right now, projects using the Apache 2.0 license are not able to link/importgo-mysqlstack
into their projects:I understand it's not an easy change, but if it's possible, it would be very beneficial for users that have projects that are incompatible with GPLv3.