From 3e8c0def064ed707fba1bb0de43133aaa404499d Mon Sep 17 00:00:00 2001 From: deqingli Date: Mon, 3 Sep 2018 22:33:59 +0800 Subject: [PATCH] tweak license --- src/util/nest.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/util/nest.js b/src/util/nest.js index 37781b604..a1f833cd3 100644 --- a/src/util/nest.js +++ b/src/util/nest.js @@ -17,6 +17,13 @@ * under the License. */ +/* +* The implementation references to d3.js. The use of the source +* code of this file is also subject to the terms and consitions +* of its license (BSD-3Clause, see ). +*/ + + import * as zrUtil from 'zrender/src/core/util'; /** -- GitLab