This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
commit 69249f06079b343aecc5549cfc70093c08f0d099 Merge: 2b2eef4 fbd62f3 Author: ken.lj <[email protected]> AuthorDate: Thu May 26 10:28:43 2022 +0800 Merge pull request #10 from dongzl/license-check add license check github action. .asf.yaml | 2 - .github/workflows/{CI.yml => github-actions.yml} | 0 .github/workflows/licence-checker.yml | 45 +++++++++++++++ .licenserc.yaml | 72 ++++++++++++++++++++++++ common/src/lib.rs | 17 ++++++ config/src/lib.rs | 17 ++++++ metadata/src/lib.rs | 17 ++++++ protocol/src/lib.rs | 17 ++++++ registry/src/lib.rs | 17 ++++++ xds/src/client/client.rs | 16 ++++++ xds/src/client/mod.rs | 16 ++++++ xds/src/lib.rs | 17 ++++++ xds/src/server/mod.rs | 16 ++++++ xds/src/server/server.rs | 16 ++++++ 14 files changed, 283 insertions(+), 2 deletions(-)
