From f1d2072bb939a486d731b282fa41e4899bd2d5ed Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 5 Oct 2016 11:17:22 -0700 Subject: [PATCH] Added license information --- platform/features/conductor-v2/conductor/bundle.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/platform/features/conductor-v2/conductor/bundle.js b/platform/features/conductor-v2/conductor/bundle.js index 438cb33715d..e50ecd37939 100644 --- a/platform/features/conductor-v2/conductor/bundle.js +++ b/platform/features/conductor-v2/conductor/bundle.js @@ -111,6 +111,18 @@ define([ "template": timeConductorTemplate } ], + "licenses": [ + { + "name": "D3: Data-Driven Documents", + "version": "4.1.0", + "author": "Mike Bostock", + "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.", + "website": "https://d3js.org/", + "copyright": "Copyright 2010-2016 Mike Bostock", + "license": "BSD-3-Clause", + "link": "https://github.com/d3/d3/blob/master/LICENSE" + } + ], "formats": [ { "key": "number",