Jan, good that you read my link, however I already answered on this (quoting myself):
Mentioned license doesn't cover binaries produced by compiler, "binary > form" there means go tools themselves, and stdlib only when redistributed > separately as a whole in binary form. When stdlib is used to compile > regular binary, it's not "redistributed", and there are no restrictions or > special requirements at all. > What you're saying > 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. > No, No, and yet one time No. You are wrong. By distributing your compiled binary you are not "distributing" anything from the repo and it's not the LICENSE's covered case. You are not restricted in any way. ср, 27 февр. 2019 г. в 17:41, Jan Mercl <0xj...@gmail.com>: > 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.