This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-rust.git
from 2b2eef4 Fix spell mistake #9
new 463f84e Fix: fix github actions config file name.
new 8fe7044 Fix: fix file license header format.
new 61d6a0d Ftr: add license check github action.
new fbd62f3 Fix: add license header for file.
new 69249f0 Merge pull request #10 from dongzl/license-check
The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.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(-)
rename .github/workflows/{CI.yml => github-actions.yml} (100%)
create mode 100644 .github/workflows/licence-checker.yml
create mode 100644 .licenserc.yaml