You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2022/05/12 06:40:38 UTC

[rocketmq] branch develop updated: Add spdx file

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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3a7ee49a7 Add spdx file
3a7ee49a7 is described below

commit 3a7ee49a7b0ecc4d235e3ddcf34a629c1c0db8b0
Author: ShannonDing <li...@163.com>
AuthorDate: Thu May 12 14:40:02 2022 +0800

    Add spdx file
---
 .licenserc.yaml | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
new file mode 100644
index 000000000..03fd82577
--- /dev/null
+++ b/.licenserc.yaml
@@ -0,0 +1,40 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+header:
+  license:
+    spdx-id: Apache-2.0
+    copyright-owner: Apache Software Foundation
+
+  paths-ignore:
+    - '.gitignore'
+    - '.travis.yml'
+    - 'CONTRIBUTING.md'
+    - 'bin/README.md'
+    - '.github/**'
+    - 'src/test/resources/certs/*'
+    - 'src/test/**/*.log'
+    - 'src/test/resources/META-INF/service/*'
+    - 'src/main/resources/META-INF/service/*'
+    - '*/target/**'
+    - '*/*.iml'
+    - 'docs/**'
+    - 'localbin/**'
+
+
+  comment: on-failure
\ No newline at end of file