This repository was archived by the owner on May 12, 2021. It is now read-only.
license: SPDX: update all vc files to use SPDX style#231
Merged
jodh-intel merged 1 commit intokata-containers:masterfrom Apr 18, 2018
Merged
license: SPDX: update all vc files to use SPDX style#231jodh-intel merged 1 commit intokata-containers:masterfrom
jodh-intel merged 1 commit intokata-containers:masterfrom
Conversation
When imported, the vc files carried in the 'full style' apache license text, but the standard for kata is to use SPDX style. Update the relevant files to SPDX. Fixes: kata-containers#227 Signed-off-by: Graham whaley <graham.whaley@intel.com>
Contributor
Author
|
We'd like to land this ASAP, as due to PR kata-containers/tests#242, all pending PRs that have touched a vc file with the old copyright will now fail the CI. Related, we should also try to land #226 at the same time. |
Member
|
LGTM, Thanks @grahamwhaley! |
Codecov Report
@@ Coverage Diff @@
## master #231 +/- ##
=======================================
Coverage 65.26% 65.26%
=======================================
Files 74 74
Lines 7730 7730
=======================================
Hits 5045 5045
Misses 2135 2135
Partials 550 550
Continue to review full report at Codecov.
|
zklei
pushed a commit
to zklei/runtime
that referenced
this pull request
Jun 13, 2019
yamux client runs in the proxy side, sometimes the client is handling other requests and it's not able to response to the ping sent by the server and the communication is closed. To avoid IO timeouts in the communication between agent and proxy, keep alive should be disabled. Depends-on: github.com/kata-containers/proxy#91 fixes kata-containers/proxy#70 fixes kata-containers#231 Signed-off-by: Julio Montes <julio.montes@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When imported, the vc files carried in the 'full style' apache
license text, but the standard for kata is to use SPDX style.
Update the relevant files to SPDX.
Fixes: #227
Signed-off-by: Graham whaley graham.whaley@intel.com