On Tue, 2016-05-10 at 07:59 +0000, Go Yamamoto wrote: > Hello. Hi.
> I am writing code to contribute to this project by Go-language. > > It contains some submodules thatare originally published under Go > Author license and are imported to the code with modifications. I'm not familiar with that license, and I don't know the answer. Neither do I see it listed at https://opensource.org/licenses/ Googling "go author license" finds https://golang.org/LICENSE If that's the license you mean, it looks like a BSD license, which should be no problem. Otherwise a good startingpoint would be Apache's legal pages. A page that discusses this kind of issue and tells you what to do next is http://www.apache.org/legal/resolved.html A page that describes the question clearly from an individual apache project's point of view is https://brooklyn.apache.org/v/latest/dev/code/licensing.html (found by googling). Also, this is not a matter for a private list. Redirecting to dev@. Does any of that help? -- Nick Kew
