tomatome / grdp

pure golang rdp protocol
GNU General Public License v3.0
195 stars 72 forks source link

Can we have more permissive license on this? #25

Open olljanat opened 1 year ago

olljanat commented 1 year ago

As this looks to be only pure Go library which implements RDP protocol, I wonder that if it would be possible to license it under MIT, Apache 2 or BSD which allow static linking by other applications?

ping @icodeface as you wrote the original code and @tomatome as you have significantly improved that.

PS. I originally proposed LGPL but looks that it is problematic on Go applications which are build to single binary.