[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

@@ -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"
}
]
}
}