This is an automated email from the ASF dual-hosted git repository. 100pah pushed a commit to branch release-dev in repository https://gitbox.apache.org/repos/asf/echarts.git
commit d69405f83fe2be367beb0ff1e08b49380d6485c6 Author: 100pah <[email protected]> AuthorDate: Tue May 12 16:59:44 2026 +0800 chore: Add missing headers. --- .headerignore | 1 + test/line-area-empty-dimension-name.html | 20 ++++++++++++++++++++ test/visualmap-seriesTargets.html | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/.headerignore b/.headerignore index 55b74acb2..a84a274e6 100644 --- a/.headerignore +++ b/.headerignore @@ -29,6 +29,7 @@ map/js map/json benchmark/dep/* test/ut/lib +test/runTest/tmp test/data$ test/lib/esl\.js test/lib/perlin\.js diff --git a/test/line-area-empty-dimension-name.html b/test/line-area-empty-dimension-name.html index 9d0b41eb4..f13b075e0 100644 --- a/test/line-area-empty-dimension-name.html +++ b/test/line-area-empty-dimension-name.html @@ -1,4 +1,24 @@ <!DOCTYPE html> +<!-- +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. +--> + + <html> <head> <meta charset="utf-8"> diff --git a/test/visualmap-seriesTargets.html b/test/visualmap-seriesTargets.html index b2f483ee4..a9f23c839 100644 --- a/test/visualmap-seriesTargets.html +++ b/test/visualmap-seriesTargets.html @@ -1,4 +1,24 @@ <!DOCTYPE html> +<!-- +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. +--> + + <html> <head> <meta charset="utf-8"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
