This is an automated email from the ASF dual-hosted git repository.
sushuang 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 ff6fa4b complete license.
ff6fa4b is described below
commit ff6fa4b992e6196d67aa2bc3c38f5636d15a7c16
Author: sushuang <[email protected]>
AuthorDate: Wed Aug 28 16:21:28 2019 +0800
complete license.
---
dist/extension/dataTool.js | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dist/extension/dataTool.js b/dist/extension/dataTool.js
index 8107ffc..84714a8 100644
--- a/dist/extension/dataTool.js
+++ b/dist/extension/dataTool.js
@@ -1,3 +1,23 @@
+
+/*
+* 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.
+*/
+
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ?
factory(exports, require('echarts')) :
typeof define === 'function' && define.amd ? define(['exports',
'echarts'], factory) :
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]