On Wed, Feb 27, 2019 at 3:20 PM Space A. <reexist...@gmail.com> wrote:

> This is 100% clear case and you can distribute your compiled binaries
free, without any additional requirements, restrictions, giving or not
credits, or binding yourself to some specific license, what so ever.

That's not correct. Quoting from
https://go.googlesource.com/go/+/refs/heads/master/LICENSE

=================================================
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

...

* Redistributions in binary form


*must reproduce the above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other materials provided
with the distribution.*

...
=================================================

By distributing a program compiled by the Go compiler, one is distributing
the binary form of some parts of the run time library and also possibly the
binary form of some parts of the standard library, all of which are covered
by the said LICENSE.

The LICENSE mandates that this can be legally done only while satisfying
the conditions highlighted above.

-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to