This is an automated email from the ASF dual-hosted git repository.

jin pushed a change to branch release-1.0.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-hugegraph-commons.git


    from 8724b12  chore: fix copyright year and format
     add e1cb3eb  chore(license): fix 3rd party refer code (#127)
     add 6f9493a  1
     add 6aa01af  Update NOTICE
     add f9593d4  chore: refactor the license check CI
     add 82f2a65  Update license-checker.yml

No new revisions were added by this update.

Summary of changes:
 .github/workflows/check-dependencies.yml           |  26 --
 .github/workflows/ci.yml                           |  11 +-
 .github/workflows/license-checker.yml              |  59 +++
 .github/workflows/stale.yml                        |   6 +-
 .licenserc.yaml                                    |  79 ++++
 .../apache/hugegraph/rest/AbstractRestClient.java  |   9 +-
 .../main/java/org/apache/hugegraph/util/Bytes.java |   3 +-
 .../org/apache/hugegraph/util/CheckSocket.java     |  66 ++--
 .../java/org/apache/hugegraph/util/DateUtil.java   |   6 +-
 .../src/main/java/org/apache/hugegraph/util/E.java |   4 +-
 .../org/apache/hugegraph/util/LongEncoding.java    |   4 -
 .../org/apache/hugegraph/util/NumericUtil.java     |   9 +-
 .../org/apache/hugegraph/util/OrderLimitMap.java   |   9 +-
 .../org/apache/hugegraph/util/VersionUtil.java     |   5 -
 hugegraph-dist/release-docs/LICENSE                |  34 +-
 hugegraph-dist/release-docs/NOTICE                 |   6 +-
 .../licenses/LICENSE-aopalliance-repackaged.txt    | 397 ---------------------
 .../licenses/LICENSE-glassfish-hk2.txt             | 360 -------------------
 .../licenses/LICENSE-jakarta.annotation-api.txt    | 360 -------------------
 .../release-docs/licenses/LICENSE-javassist.txt    |  24 --
 .../LICENSE-javax.activation-api-1.2.0-sources.txt | 397 ---------------------
 .../release-docs/licenses/LICENSE-jersey.txt       | 397 ---------------------
 .../release-docs/licenses/LICENSE-jsonp.txt        | 397 ---------------------
 pom.xml                                            |   2 -
 24 files changed, 202 insertions(+), 2468 deletions(-)
 delete mode 100644 .github/workflows/check-dependencies.yml
 create mode 100644 .github/workflows/license-checker.yml
 create mode 100644 .licenserc.yaml

Reply via email to