Hi Nick, Thank you for your guidance.
I have managed my code to follow the guidance from the legal pages. I found Go Authors license are essentially a BSD 3-clause license, so I can keep the modified code with Go Authors license statement. Regards, Go Yamamoto ________________________________________ From: Nick Kew <[email protected]> Sent: Tuesday, May 10, 2016 9:50:41 PM To: [email protected]; [email protected] Subject: Re: Go author license 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 ________________________________ This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. NTTI3 makes no warranty that this email is error or virus free. Thank you. ________________________________
