You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/21 02:17:41 UTC

[rocketmq-clients] branch master updated: Revert "Support license checker (#65)"

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new b8145d5  Revert "Support license checker (#65)"
b8145d5 is described below

commit b8145d50fd8e461706613ee346aded82f37b3197
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Jul 21 10:17:31 2022 +0800

    Revert "Support license checker (#65)"
    
    This reverts commit d0fa7a3be67712ec6ad28223c6a1855e8c91e22c.
---
 .github/workflows/license_checker.yml | 15 ---------------
 .licenserc.json                       |  3 ---
 2 files changed, 18 deletions(-)

diff --git a/.github/workflows/license_checker.yml b/.github/workflows/license_checker.yml
deleted file mode 100644
index 5735f8b..0000000
--- a/.github/workflows/license_checker.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: Check License Lines
-on:
-  pull_request:
-    types: [opened, reopened, synchronize]
-  push:
-    branches:
-      - master
-jobs:
-  check-license-lines:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v2
-      - name: Check License Lines
-        uses: kt3k/license_checker@v1.0.6
diff --git a/.licenserc.json b/.licenserc.json
deleted file mode 100644
index 4279a24..0000000
--- a/.licenserc.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
-    "**/*.java": "/\\*\nLicensed to the Apache Software Foundation*"
-  }
\ No newline at end of file