On Wed, Feb 27, 2019 at 6:56 AM Space A. <reexist...@gmail.com> wrote:
>
> Regarding runtime - it's interesting (and separate question maybe), and I 
> would argue that runtime IS part of language itself because language is not 
> only a syntax. It also a garbage collector, a goroutines, etc, as you 
> mentioned. You just can't write Go program without having runtime. It's not 
> possible. So, that means that being part of the language, according to 
> copyright laws, runtime can't be covered by copyright and restricted by a 
> license.

As others have said, if this really matters to you, you should consult
a lawyer who deals with copyright issues, and you should look into the
relevant laws and cases in the jurisdiction that applies to you.
Personally I do not think the statement above is correct in the U.S.,
but I am not a lawyer.

In any case you cannot go wrong by following the requirements in the
Go license, which are simple enough, and are an instance of the widely
used BSD license.

Ian

-- 
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