Skip to content

Commit

Permalink
Add licenses folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitraz committed Mar 28, 2018
1 parent 1c57a64 commit 69215d2
Show file tree
Hide file tree
Showing 7 changed files with 319 additions and 0 deletions.
11 changes: 11 additions & 0 deletions licenses/ANDROID-SUPPORT-V4_MIT.TXT
@@ -0,0 +1,11 @@
The MIT License (MIT)

Copyright (c) .NET Foundation Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

20160427
16 changes: 16 additions & 0 deletions licenses/GOOGLEPLAYSERVICES_MIT.TXT
@@ -0,0 +1,16 @@
Xamarin is not responsible for, nor does it grant any licenses to, third-party packages. Some packages may require or install dependencies which are governed by additional licenses.

This component depends on Google Play Services Client Library, which is subject to the terms of Android Software Development Kit License Agreement

Xamarin Component for Google Play Services Client Library
The MIT License (MIT)

Copyright (c) .NET Foundation Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

20160427
20 changes: 20 additions & 0 deletions licenses/NEWTONSOFT.JSON_MIT.TXT
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (c) 2007 James Newton-King

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20 changes: 20 additions & 0 deletions licenses/UNITY_APACHE-2.0.TXT
@@ -0,0 +1,20 @@
========================================================================================
Microsoft patterns & practices (http://microsoft.com/practices)
UNITY
========================================================================================

Copyright (c) Microsoft. All rights reserved.
Microsoft would like to thank its contributors, a list
of whom are at http://aka.ms/entlib-contributors

Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied. See the License for the specific language governing permissions
and limitations under the License.
22 changes: 22 additions & 0 deletions licenses/licenses.css
@@ -0,0 +1,22 @@
table {
border-collapse: collapse;
}

table, th, td {
border: 1px solid navy;
}

th {
text-align: left;
background-color: #BCC6CC;

}

th, td {
padding: 2px;
text-align: left;
}

tr:nth-child(even) {
background-color: #f2f2f2;
}
102 changes: 102 additions & 0 deletions licenses/licenses.html
@@ -0,0 +1,102 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel="stylesheet" type="text/css" href="licenses.css">
</head>
<body>
<h2>fh-dotnet-sdk</h2>
<table>
<tr>
<th>Package Group</th>
<th>Package Artifact</th>
<th>Package Version</th>
<th>Remote Licenses</th>
<th>Local Licenses</th>
</tr>
<tr>
<td>N/A</td>
<td>aerogear-windows-push</td>
<td>0.1.2</td>
<td>http://www.apache.org/licenses/LICENSE-2.0</td>
<td><a href=#>No local license could be found for the dependency</a></td>
</tr>
<tr>
<td>N/A</td>
<td>CommonServiceLocator</td>
<td>1.3</td>
<td>http://www.microsoft.com/opensource/licenses.mspx</td>
<td><a href=#>No local license could be found for the dependency</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Newtonsoft.Json</td>
<td>8.0.3</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="NEWTONSOFT.JSON_MIT.TXT">NEWTONSOFT.JSON_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Unity</td>
<td>4.0.1</td>
<td>http://www.apache.org/licenses/LICENSE-2.0</td>
<td><a href="UNITY_APACHE-2.0.TXT">UNITY_APACHE-2.0.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Xamarin.Android.Support.v4</td>
<td>23.3.0</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="ANDROID-SUPPORT-V4_MIT.TXT">ANDROID-SUPPORT-V4_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Xamarin.GooglePlayServices.Base</td>
<td>29.0.0.2</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="GOOGLEPLAYSERVICES_MIT.TXT">GOOGLEPLAYSERVICES_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Xamarin.GooglePlayServices.Basement</td>
<td>29.0.0.2</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="GOOGLEPLAYSERVICES_MIT.TXT">GOOGLEPLAYSERVICES_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Xamarin.GooglePlayServices.Gcm</td>
<td>29.0.0.2</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="GOOGLEPLAYSERVICES_MIT.TXT">GOOGLEPLAYSERVICES_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Xamarin.GooglePlayServices.Measurement</td>
<td>29.0.0.2</td>
<td>http://www.opensource.org/licenses/MIT</td>
<td><a href="GOOGLEPLAYSERVICES_MIT.TXT">GOOGLEPLAYSERVICES_MIT.TXT</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Microsoft.Bcl</td>
<td>1.1.10</td>
<td>unknown</td>
<td><a href="#">No local license could be found for the dependency</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Microsoft.Bcl.Build</td>
<td>1.0.21</td>
<td>unknown</td>
<td><a href="#">No local license could be found for the dependency</a></td>
</tr>
<tr>
<td>N/A</td>
<td>Microsoft.Net.Http</td>
<td>2.2.29</td>
<td>unknown</td>
<td><a href="#">No local license could be found for the dependency</a></td>
</tr>
</table>
</body>
</html>
128 changes: 128 additions & 0 deletions licenses/licenses.xml
@@ -0,0 +1,128 @@
<?xml version='1.0'?>
<licenseSummary>
<project>fh-dotnet-sdk</project>
<version>0.0.0</version>
<license>Apache-2.0</license>
<dependencies>
<dependency>
<packageName>aerogear-windows-push</packageName>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>CommonServiceLocator</packageName>
<version>1.3</version>
<licenses>
<license>
<name>Microsoft Public License</name>
<url>http://www.microsoft.com/opensource/licenses.mspx</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Newtonsoft.Json</packageName>
<version>8.0.3</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Unity</packageName>
<version>4.0.1</version>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Xamarin.Android.Support.v4</packageName>
<version>23.3.0</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Xamarin.GooglePlayServices.Base</packageName>
<version>29.0.0.2</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Xamarin.GooglePlayServices.Basement</packageName>
<version>29.0.0.2</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Xamarin.GooglePlayServices.Gcm</packageName>
<version>29.0.0.2</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Xamarin.GooglePlayServices.Measurement</packageName>
<version>29.0.0.2</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/MIT</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Microsoft.Bcl</packageName>
<version>1.1.10</version>
<licenses>
<license>
<name>UNKNOWN</name>
<url>UNKNOWN</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Microsoft.Bcl.Build</packageName>
<version>1.0.21</version>
<licenses>
<license>
<name>UNKNOWN</name>
<url>UNKNOWN</url>
</license>
</licenses>
</dependency>
<dependency>
<packageName>Microsoft.Net.Http</packageName>
<version>2.2.29</version>
<licenses>
<license>
<name>UNKNOWN</name>
<url>UNKNOWN</url>
</license>
</licenses>
</dependency>
</dependencies>
</licenseSummary>

0 comments on commit 69215d2

Please sign in to comment.