You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ch...@apache.org on 2019/12/29 11:41:28 UTC

[incubator-echarts] branch add-tianjin-js updated: :books: append license header

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

chfw pushed a commit to branch add-tianjin-js
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/add-tianjin-js by this push:
     new 087c515  :books: append license header
087c515 is described below

commit 087c5153ac2d180c03c0e0847894f412cff89a86
Author: chfw <wa...@hotmail.com>
AuthorDate: Sun Dec 29 11:41:16 2019 +0000

    :books: append license header
---
 map/js/province/tianjin.js | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/map/js/province/tianjin.js b/map/js/province/tianjin.js
index bbd14d4..ece2a9e 100644
--- a/map/js/province/tianjin.js
+++ b/map/js/province/tianjin.js
@@ -1 +1,19 @@
-(function (root, factory) {if (typeof define === 'function' && define.amd) {define(['exports', 'echarts'], factory);} else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') {factory(exports, require('echarts'));} else {factory({}, root.echarts);}}(this, function (exports, echarts) {var log = function (msg) {if (typeof console !== 'undefined') {console && console.error && console.error(msg);}};if (!echarts) {log('ECharts is not Loaded');return;}if (!echarts.register [...]
\ No newline at end of file
+/*
+* 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 (root, factory) {if (typeof define === 'function' && define.amd) {define(['exports', 'echarts'], factory);} else if (typeof exports === 'object' && typeof exports.nodeName !== 'string') {factory(exports, require('echarts'));} else {factory({}, root.echarts);}}(this, function (exports, echarts) {var log = function (msg) {if (typeof console !== 'undefined') {console && console.error && console.error(msg);}};if (!echarts) {log('ECharts is not Loaded');return;}if (!echarts.register [...]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org