go
go copied to clipboard
Copyright for new files
We have added several new files, not all of which are intended to be upstreamed:
- src/circl/* -- not intended for upstream
- crypto/tls/ech*.go -- not intended for upstream (at least not before RFC)
- crypto/tls/delegated_credentials*.go (#28) -- not intended for upstream (at least not before RFC)
- crypto/tls/tls_cf.go -- not intended for upstream
The question is how to write copyright information for these files. Things intended for upstream should probably be "Go authors", while things not intended for upstream should be "Cloudflare".
CIRCL has double license, retaining the one from Go, and appending another compatible for CF. https://github.com/cloudflare/circl/blob/master/LICENSE
btw, any part of CIRCL can be upstreamed.