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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0100e752da [Chore] Remove unused file in .licenserc.yaml (#17866)
0100e752da is described below

commit 0100e752da994009f7bf8a1e0cf12be36d1a9181
Author: Wenjun Ruan <[email protected]>
AuthorDate: Sat Jan 17 15:28:33 2026 +0800

    [Chore] Remove unused file in .licenserc.yaml (#17866)
---
 .gitattributes                                          |  3 ---
 .github/workflows/lychee.toml                           | 17 +++++++++++++++++
 .idea/vcs.xml                                           | 16 ++++++++++++++++
 .licenserc.yaml                                         |  9 ---------
 .../mockito-extensions/org.mockito.plugins.MockMaker    |  1 -
 5 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 2959201f4e..0000000000
--- a/.gitattributes
+++ /dev/null
@@ -1,3 +0,0 @@
-*.js linguist-language=java
-*.css linguist-language=java
-*.html linguist-language=java
diff --git a/.github/workflows/lychee.toml b/.github/workflows/lychee.toml
index 788416a7fb..cf76e951ab 100644
--- a/.github/workflows/lychee.toml
+++ b/.github/workflows/lychee.toml
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 # Don't show interactive progress bar while checking links.
 no_progress = false
 
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index f30edcd8a1..a02c174e4b 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <project version="4">
   <component name="IssueNavigationConfiguration">
     <option name="links">
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 3d9e361bae..5c3e97673f 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -26,10 +26,8 @@ header:
     - LICENSE
     - DISCLAIMER
     - 
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtils.java
-    - mvnw.cmd
     - dolphinscheduler-dao/src/main/resources/sql/soft_version
     - .mvn
-    - .gitattributes
     - '**/licenses/**/LICENSE-*'
     - '**/*.md'
     - '**/*.svg'
@@ -37,21 +35,14 @@ header:
     - '**/*.iml'
     - '**/*.ini'
     - '**/.babelrc'
-    - '**/.eslintignore'
     - '**/.gitignore'
     - '**/LICENSE'
     - '**/NOTICE'
-    - '**/node_modules/**'
-    - '.github/actions/comment-on-issue/**'
-    - '.github/actions/translate-on-issue/**'
-    - '.github/workflows/lychee.toml'
     - '**/.gitkeep'
-    - 'org.mockito.plugins.MockMaker'
     - tools/dependencies/known-dependencies.txt
     - '**/banner.txt'
     - '**/*-banner.txt'
     - '.terraform.lock.hcl'
     - deploy/kubernetes/dolphinscheduler/README.md.gotmpl
-    - .idea/vcs.xml
 
   comment: on-failure
diff --git 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
 
b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
deleted file mode 100644
index ca6ee9cea8..0000000000
--- 
a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
+++ /dev/null
@@ -1 +0,0 @@
-mock-maker-inline
\ No newline at end of file

Reply via email to