[Frontend] Major reformatting of /licenses page

WTD-1036
Major additions to /licenses page
Apache license added;
Full licenses for each software component added;
Formatting and styles;
This commit is contained in:
Charles Hacskaylo
2015-04-15 17:40:12 -07:00
parent dbe27d2842
commit b6503489b9
14 changed files with 450 additions and 161 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Data bundle",
"description": "Interfaces and infrastructure for real-time and historical data.",
"description": "Interfaces and infrastructure for real-time and historical data",
"configuration": {
"paths": {
"moment": "moment.min"
@@ -50,9 +50,10 @@
"name": "Moment.js",
"version": "2.7.0",
"author": "Tim Wood, Iskren Chernev, Moment.js contributors",
"description": "Time/date parsing/formatting.",
"description": "Time/date parsing/formatting",
"website": "http://momentjs.com",
"license": "MIT",
"copyright": "Copyright (c) 2011-2014 Tim Wood, Iskren Chernev, Moment.js contributors",
"license": "license-mit",
"link": "https://raw.githubusercontent.com/moment/moment/develop/LICENSE"
}
]