Skip to content

Commit f1d2072

Browse files
committed
Added license information
1 parent 904d56a commit f1d2072

File tree

1 file changed

+12
-0
lines changed
  • platform/features/conductor-v2/conductor

1 file changed

+12
-0
lines changed

platform/features/conductor-v2/conductor/bundle.js

+12
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,18 @@ define([
111111
"template": timeConductorTemplate
112112
}
113113
],
114+
"licenses": [
115+
{
116+
"name": "D3: Data-Driven Documents",
117+
"version": "4.1.0",
118+
"author": "Mike Bostock",
119+
"description": "D3 (or D3.js) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.",
120+
"website": "https://d3js.org/",
121+
"copyright": "Copyright 2010-2016 Mike Bostock",
122+
"license": "BSD-3-Clause",
123+
"link": "https://github.com/d3/d3/blob/master/LICENSE"
124+
}
125+
],
114126
"formats": [
115127
{
116128
"key": "number",

0 commit comments

Comments
 (0)