Thank you Lutz, then, if I understand this right, new projects containing 
parts of Go code have to include the original Go BSD license. 

There are a couple of aspects that remain unclear to me:

- The copyright notice, list of conditions and disclaimer have to be 
included in every file of the project, or just the ones that contain 
snippets of Go code?

- How the new authors are acknowledged? Would something like "Copyright (c) 
2009 The Go and project X Authors." be appropriate? Or is it 
better/possible to add a second Copyright notice?

We want to release a new open source project but licensing aspects are 
totally new for us. Any help or references to similar cases that we can 
learn from, would be really helpful.

Thanks,
Pablo



On Wednesday, May 2, 2018 at 7:10:44 PM UTC+10, Lutz Horn wrote:
>
> Go is BSD licensed (https://golang.org/LICENSE). This is an easy license:
>
> > Copyright (c) 2009 The Go Authors. All rights reserved.
> >
> > Redistribution and use in source and binary forms, with or 
> without        modification, are permitted provided that the following 
> conditions are met:
> >
> > * Redistributions of source code must retain the above copyright notice, 
> this list of conditions and the following disclaimer.
>
> So you must retain the copyright notice ("Copyright (c) 2009 The Go 
> Authors.") and the disclaimer. You can then license your code any way you 
> like.
>
> Lutz
>
>

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