[Licenses] Add license information

Add license information for included software components,
to populate the Licenses page. WTD-669.
This commit is contained in:
Victor Woeltjen 2015-01-27 15:37:47 -08:00
parent 3135580f3a
commit cab1f72579
4 changed files with 107 additions and 0 deletions

View File

@ -119,6 +119,26 @@
"implementation": "creation/CreateActionProvider.js",
"depends": [ "typeService", "dialogService", "creationService" ]
}
],
"licenses": [
{
"name": "screenfull.js",
"version": "1.2.0",
"description": "Wrapper for cross-browser usage of fullscreen API.",
"author": "Sindre Sorhus",
"website": "https://github.com/sindresorhus/screenfull.js/",
"license": "MIT",
"link": "https://github.com/sindresorhus/screenfull.js/blob/gh-pages/license"
},
{
"name": "Math.uuid.js",
"version": "1.4",
"description": "Unique identifer generation (code adapted.)",
"author": "Robert Kieffer",
"website": "https://github.com/broofa/node-uuid",
"license": "MIT",
"link": "http://opensource.org/licenses/MIT"
}
]
}
}

View File

@ -152,6 +152,26 @@
"templateUrl": "templates/controls/switcher.html",
"uses": [ "view" ]
}
],
"licenses": [
{
"name": "Modernizr",
"version": "2.6.2",
"description": "Browser/device capability finding.",
"author": "Faruk Ateş",
"website": "http://modernizr.com",
"license": "MIT",
"link": "http://modernizr.com/license/"
},
{
"name": "Normalize.css",
"version": "1.1.2",
"description": "Browser style normalization.",
"author": "Nicolas Gallagher, Jonathan Neal",
"website": "http://necolas.github.io/normalize.css/",
"license": "MIT",
"link": "https://github.com/necolas/normalize.css/blob/master/LICENSE.md"
}
]
}
}

View File

@ -13,5 +13,61 @@
}
},
"extensions": {
"licenses": [
{
"name": "Blanket.js",
"version": "1.1.5",
"description": "Code coverage measurement and reporting.",
"author": "Alex Seville",
"website": "http://blanketjs.org/",
"license": "MIT",
"link": "http://opensource.org/licenses/MIT"
},
{
"name": "Jasmine",
"version": "1.3.1",
"description": "Unit testing.",
"author": "Pivotal Labs",
"website": "http://jasmine.github.io/",
"license": "MIT",
"link": "http://opensource.org/licenses/MIT"
},
{
"name": "RequireJS",
"version": "2.1.9",
"description": "Script loader.",
"author": "The Dojo Foundation",
"website": "http://requirejs.org/",
"license": "MIT",
"link": "https://github.com/jrburke/requirejs/blob/master/LICENSE"
},
{
"name": "AngularJS",
"version": "1.2.26",
"description": "Client-side web application framework.",
"author": "Google",
"website": "http://angularjs.org/",
"license": "MIT",
"link": "https://github.com/angular/angular.js/blob/master/LICENSE"
},
{
"name": "Angular-Route",
"version": "1.2.26",
"description": "Client-side view routing.",
"author": "Google",
"website": "http://angularjs.org/",
"license": "MIT",
"link": "https://github.com/angular/angular.js/blob/master/LICENSE"
},
{
"name": "ES6-Promise",
"version": "2.0.0",
"description": "Promise polyfill for pre-ECMAScript 6 browsers.",
"author": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
"website": "https://github.com/jakearchibald/es6-promise",
"license": "MIT",
"link": "https://github.com/jakearchibald/es6-promise/blob/master/LICENSE"
}
]
}
}

View File

@ -44,6 +44,17 @@
"implementation": "TelemetrySubscriber.js",
"depends": [ "$q", "$timeout" ]
}
],
"licenses": [
{
"name": "Moment.js",
"version": "2.7.0",
"author": "Tim Wood, Iskren Chernev, Moment.js contributors",
"description": "Time/date parsing/formatting.",
"website": "http://momentjs.com",
"license": "MIT",
"link": "https://raw.githubusercontent.com/moment/moment/develop/LICENSE"
}
]
}
}