This is an automated email from the ASF dual-hosted git repository.
shenyi pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git
The following commit(s) were added to refs/heads/release by this push:
new 7806a7b chore: add missing license description
new 2814043 Merge pull request #13576 from susiwen8/licensed
7806a7b is described below
commit 7806a7b56985e3eb6cbcccea9f22e72c42cbf5d0
Author: susiwen8 <[email protected]>
AuthorDate: Mon Nov 9 16:47:06 2020 +0800
chore: add missing license description
---
src/label/labelStyle.ts | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/src/label/labelStyle.ts b/src/label/labelStyle.ts
index 4471fb8..fab4467 100644
--- a/src/label/labelStyle.ts
+++ b/src/label/labelStyle.ts
@@ -1,3 +1,22 @@
+/*
+* 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.
+*/
+
import ZRText, { TextStyleProps } from 'zrender/src/graphic/Text';
import { Dictionary } from 'zrender/src/core/types';
import Element, { ElementTextConfig } from 'zrender/src/Element';
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]