| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The repository was moved to the containerd org; also fix some minor issues in the script to make it valid for POSIX shell. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The Apache 2 headers were added in 0c4d6b8, which overlooked that these files were forked from the Go project, and BSD licensed. - Remove the Apache 2 headers - Update the validate script to ignore the spdy directory Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Code in the spdy directory was derived from the Go project (golang.org/x/net) in commmit 866205e, because the code was removed in upstream in golang/net@ff8eb9a This patch: - Adds the correct license and patents files to the directory. - Adds a mention to the NOTICE file at the root of the repository. Co-authored-by: Bob Badour <bbadour@google.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
There was a problem hiding this comment.
Updates licensing/attribution for the spdy/ code (derived from the Go project) and adjusts header-validation tooling/CI to accommodate that directory.
Changes:
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file| File | Description |
|---|---|
| spdy/write.go | Removes Docker Apache header block; retains Go BSD-style header. |
| spdy/read.go | Removes Docker Apache header block; retains Go BSD-style header. |
| spdy/dictionary.go | Removes Docker Apache header block; retains Go BSD-style header. |
| spdy/types.go | Adds Docker modifications attribution line alongside Go BSD-style header. |
| spdy/spdy_test.go | Adds Docker modifications attribution line alongside Go BSD-style header. |
| spdy/LICENSE | Adds BSD 3-Clause license text for the derived Go code. |
| spdy/PATENTS | Adds Go patent grant text for the derived Go code. |
| scripts/validate/fileheader | Uses containerd/ltag and excludes spdy/ from header validation. |
| .github/workflows/ci.yaml | Installs containerd/ltag in CI for header validation. |
| NOTICE | Documents the derived spdy/ code and where its license/patent grant live. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
|
Thx! @bbadour let me know if this works for you, then this is probably OK to merge. |
Sorry, something went wrong.
|
looks good to me |
Sorry, something went wrong.
|
Thanks! Let me bring this one in, and thanks for raising the issue; definitely looks like it was overlooked at the time when #53 was merged (looks like the removal caused builds to be broken, so probably checking licenses was not at the top of the list at that time) 😅 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
update ltag module name
The repository was moved to the containerd org; also fix some minor
issues in the script to make it valid for POSIX shell.
spdy: fix duplicate license headers
The Apache 2 headers were added in 0c4d6b8,
which overlooked that these files were forked from the Go project, and
BSD licensed.
update NOTICE, add LICENSE and PATENTS in spdy directory
Code in the spdy directory was derived from the Go project (golang.org/x/net)
in commmit 866205e, because the code was removed
in upstream in golang/net@ff8eb9a
This patch: