diff --git a/platform/commonUI/about/bundle.json b/platform/commonUI/about/bundle.json index 462f6f696f..d66ce5b8d7 100644 --- a/platform/commonUI/about/bundle.json +++ b/platform/commonUI/about/bundle.json @@ -46,6 +46,68 @@ "implementation": "LicenseController.js" } ], + "licenses": [ + { + "name": "Json.NET", + "version": "6.0.8", + "author": "Newtonsoft", + "description": "JSON serialization/deserialization", + "website": "http://www.newtonsoft.com/json", + "copyright": "Copyright (c) 2007 James Newton-King", + "license": "license-mit", + "link": "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md" + }, + { + "name": "Nancy", + "version": "0.23.2", + "author": "Andreas Håkansson, Steven Robbins and contributors", + "description": "Embedded web server", + "website": "http://nancyfx.org/", + "copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors", + "license": "license-mit", + "link": "http://www.opensource.org/licenses/mit-license.php" + }, + { + "name": "Nancy.Hosting.Self", + "version": "0.23.2", + "author": "Andreas Håkansson, Steven Robbins and contributors", + "description": "Embedded web server", + "website": "http://nancyfx.org/", + "copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors", + "license": "license-mit", + "link": "http://www.opensource.org/licenses/mit-license.php" + }, + { + "name": "SuperSocket", + "version": "0.9.0.2", + "author": " Kerry Jiang", + "description": "Supports SuperWebSocket", + "website": "https://supersocket.codeplex.com/", + "copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)", + "license": "license-apache", + "link": "https://supersocket.codeplex.com/license" + }, + { + "name": "SuperWebSocket", + "version": "0.9.0.2", + "author": " Kerry Jiang", + "description": "WebSocket implementation for client-server communication", + "website": "https://superwebsocket.codeplex.com/", + "copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)", + "license": "license-apache", + "link": "https://superwebsocket.codeplex.com/license" + }, + { + "name": "log4net", + "version": "2.0.3", + "author": "Apache Software Foundation", + "description": "Logging", + "website": "http://logging.apache.org/log4net/", + "copyright": "Copyright © 2004-2015 Apache Software Foundation.", + "license": "license-apache", + "link": "http://logging.apache.org/log4net/license.html" + } + ], "routes": [ { "when": "/licenses",