diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-10 16:49:14 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-10 16:49:14 +0300 |
commit | af1e2e7e653d6a5bf5666c39491e09a38f152380 (patch) | |
tree | 69f59ac51bdee45fab6b0f48ba77ced712781093 | |
parent | 3eee94a865e8dff399329dee911906cddb7b0d67 (diff) | |
download | ydb-af1e2e7e653d6a5bf5666c39491e09a38f152380.tar.gz |
intermediate changes
ref:3f8c4bb967e3b1b7eb330cbb09d4399c945b9838
5 files changed, 67 insertions, 1 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index d8c47e9f56..b1d6236026 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -186,7 +186,6 @@ ALLOW .* -> vendor/github.com/DATA-DOG/godog ALLOW .* -> vendor/github.com/davecgh/go-spew/spew # CONTRIB-425 implementation of JSON Web Tokens (JWT) -ALLOW .* -> vendor/github.com/golang-jwt/jwt ALLOW .* -> vendor/github.com/golang-jwt/jwt/v4 # Docker API client diff --git a/contrib/restricted/aws/aws-c-common/.yandex_meta/devtools.licenses.report b/contrib/restricted/aws/aws-c-common/.yandex_meta/devtools.licenses.report index 36e789eb89..ecd816ac72 100644 --- a/contrib/restricted/aws/aws-c-common/.yandex_meta/devtools.licenses.report +++ b/contrib/restricted/aws/aws-c-common/.yandex_meta/devtools.licenses.report @@ -28,9 +28,12 @@ # FILE_IGNORE - ignore file (do nothing) # FILE_INCLUDE - include all file data into licenses text file # ======================= +# CONTRIBUTING.md describes contributing rules for patch upstreaming; it does not contain any legal information +IGNORE_FILES CONTRIBUTING.md KEEP Apache-2.0 2b42edef8fa55315f34f2370b4715ca9 BELONGS ya.make +FILE_INCLUDE NOTICE found in files: LICENSE at line 107, LICENSE at line 110, LICENSE at line 112, LICENSE at line 117, LICENSE at line 120, LICENSE at line 142 Note: matched license text is too long. Read it in the source files. Scancode info: Original SPDX id: Apache-2.0 diff --git a/contrib/restricted/aws/aws-c-common/.yandex_meta/licenses.list.txt b/contrib/restricted/aws/aws-c-common/.yandex_meta/licenses.list.txt index 5c1d35cd43..c74e7c0ea5 100644 --- a/contrib/restricted/aws/aws-c-common/.yandex_meta/licenses.list.txt +++ b/contrib/restricted/aws/aws-c-common/.yandex_meta/licenses.list.txt @@ -264,6 +264,11 @@ This library is licensed under the Apache 2.0 License. * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +====================File: NOTICE==================== +AWS C Common +Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + ====================Public-Domain==================== * The following public domain code has been modified as follows: diff --git a/contrib/restricted/aws/aws-c-common/CONTRIBUTING.md b/contrib/restricted/aws/aws-c-common/CONTRIBUTING.md new file mode 100644 index 0000000000..809e464476 --- /dev/null +++ b/contrib/restricted/aws/aws-c-common/CONTRIBUTING.md @@ -0,0 +1,57 @@ +# Contributing Guidelines + +Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional +documentation, we greatly value feedback and contributions from our community. + +Please read through this document before submitting any issues or pull requests to ensure we have all the necessary +information to effectively respond to your bug report or contribution. + + +## Reporting Bugs/Feature Requests + +We welcome you to use the GitHub issue tracker to report bugs or suggest features. + +When filing an issue, please check [existing open](https://github.com/awslabs/aws-c-common/issues), or [recently closed](https://github.com/awslabs/aws-c-common/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already +reported the issue. Please try to include as much information as you can. Details like these are incredibly useful: + +* A reproducible test case or series of steps +* The version of our code being used +* Any modifications you've made relevant to the bug +* Anything unusual about your environment or deployment + + +## Contributing via Pull Requests +Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that: + +1. You are working against the latest source on the *main* branch. +2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already. +3. You open an issue to discuss any significant work - we would hate for your time to be wasted. + +To send us a pull request, please: + +1. Fork the repository. +2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change. +3. Ensure local tests pass. +4. Commit to your fork using clear commit messages. +5. Send us a pull request, answering any default questions in the pull request interface. +6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation. + +GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and +[creating a pull request](https://help.github.com/articles/creating-a-pull-request/). + + +## Finding contributions to work on +Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/awslabs/aws-c-common/labels/help%20wanted) issues is a great place to start. + + +## Code of Conduct +This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). +For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact +opensource-codeofconduct@amazon.com with any additional questions or comments. + + +## Licensing + +See the [LICENSE](https://github.com/awslabs/aws-c-common/blob/main/LICENSE) file for our project's licensing. We will ask you confirm the licensing of your contribution. + +We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes. diff --git a/contrib/restricted/aws/aws-c-common/NOTICE b/contrib/restricted/aws/aws-c-common/NOTICE new file mode 100644 index 0000000000..dae662e8b4 --- /dev/null +++ b/contrib/restricted/aws/aws-c-common/NOTICE @@ -0,0 +1,2 @@ +AWS C Common +Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. |