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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f93c59  Fix license header check: add header to properties, ignore 
codeStyle.xml
3f93c59 is described below

commit 3f93c59351fe49a18bf09497e9d86f27b0cd6141
Author: Wu Sheng <[email protected]>
AuthorDate: Thu Feb 19 21:47:48 2026 +0800

    Fix license header check: add header to properties, ignore codeStyle.xml
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 .licenserc.yaml                                           |  1 +
 .../src/test/resources/mal-yaml-sha256.properties         | 15 +++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 54e964a..a6b033c 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -42,5 +42,6 @@ header:
     - 'NOTICE'
     - '.gitmodules'
     - '.gitignore'
+    - 'codeStyle.xml'
 
   comment: on-failure
diff --git a/oap-graalvm-server/src/test/resources/mal-yaml-sha256.properties 
b/oap-graalvm-server/src/test/resources/mal-yaml-sha256.properties
index 1c03881..b70467b 100644
--- a/oap-graalvm-server/src/test/resources/mal-yaml-sha256.properties
+++ b/oap-graalvm-server/src/test/resources/mal-yaml-sha256.properties
@@ -1,3 +1,18 @@
+# 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.
+
 # MAL YAML file SHA-256 hashes — staleness detector
 # When a YAML file's content changes, its SHA-256 will mismatch,
 # causing MALYamlStalenessTest to fail and flag which test files

Reply via email to