Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit e38a0a5

Browse files
author
chrwend
committed
Update license
1 parent d84863c commit e38a0a5

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed

LICENSE

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Hockey SDK is provided under the following license:
55
The MIT License
66
Copyright (c) Microsoft Corporation.
77
All rights reserved.
8-
8+
99
Permission is hereby granted, free of charge, to any person
1010
obtaining a copy of this software and associated documentation
1111
files (the "Software"), to deal in the Software without
@@ -17,7 +17,7 @@ The Hockey SDK is provided under the following license:
1717

1818
The above copyright notice and this permission notice shall be
1919
included in all copies or substantial portions of the Software.
20-
20+
2121
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2222
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2323
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -122,3 +122,31 @@ SFHFKeychainUtils is licensed as follows:
122122
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
123123
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
124124
OTHER DEALINGS IN THE SOFTWARE.
125+
126+
GZIP is licensed as follow:
127+
128+
Created by Nick Lockwood on 03/06/2012.
129+
Copyright (C) 2012 Charcoal Design
130+
131+
Distributed under the permissive zlib License
132+
Get the latest version from here:
133+
134+
https://github.com/nicklockwood/GZIP
135+
136+
This software is provided 'as-is', without any express or implied
137+
warranty. In no event will the authors be held liable for any damages
138+
arising from the use of this software.
139+
140+
Permission is granted to anyone to use this software for any purpose,
141+
including commercial applications, and to alter it and redistribute it
142+
freely, subject to the following restrictions:
143+
144+
1. The origin of this software must not be misrepresented; you must not
145+
claim that you wrote the original software. If you use this software
146+
in a product, an acknowledgment in the product documentation would be
147+
appreciated but is not required.
148+
149+
2. Altered source versions must be plainly marked as such, and must not be
150+
misrepresented as being the original software.
151+
152+
3. This notice may not be removed or altered from any source distribution.

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ This document contains the following sections:
3131

3232
## <a name="1"></a>Requirements
3333
* [Changelog](Documentation/Changelog.md)
34-
3534
* Unity 5.0 or newer (SDK versions with Unity 4 support can be found at the [Unity Asset Store](https://www.assetstore.unity3d.com/en/?gclid=CO) or by switching to the 1.0.4 tag on GitHub).
3635
* iOS 6.0 or newer.
3736

@@ -62,6 +61,7 @@ Select the game object in the **Hierarchy** pane and fill in some additional inf
6261
* **Exception Logging** - by checking this option you will get more precise information about exceptions in your Unity scripts
6362
* **Auto Upload Crashes** - this option defines if the crash reporting feature should send crash reports automatically without asking the user on the next app start.
6463
* **Update Alert** - check this option if users should be informed about app updates from inside your app
64+
* **User Metrics** - activating this feature will automatically usage data such as daily/monthly unique users and number of sessions per day
6565

6666
![alt text](Documentation/04_script_vars.png "Configure script")
6767

@@ -323,3 +323,31 @@ SFHFKeychainUtils is licensed as follows:
323323
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
324324
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
325325
OTHER DEALINGS IN THE SOFTWARE.
326+
327+
GZIP is licensed as follow:
328+
329+
Created by Nick Lockwood on 03/06/2012.
330+
Copyright (C) 2012 Charcoal Design
331+
332+
Distributed under the permissive zlib License
333+
Get the latest version from here:
334+
335+
https://github.com/nicklockwood/GZIP
336+
337+
This software is provided 'as-is', without any express or implied
338+
warranty. In no event will the authors be held liable for any damages
339+
arising from the use of this software.
340+
341+
Permission is granted to anyone to use this software for any purpose,
342+
including commercial applications, and to alter it and redistribute it
343+
freely, subject to the following restrictions:
344+
345+
1. The origin of this software must not be misrepresented; you must not
346+
claim that you wrote the original software. If you use this software
347+
in a product, an acknowledgment in the product documentation would be
348+
appreciated but is not required.
349+
350+
2. Altered source versions must be plainly marked as such, and must not be
351+
misrepresented as being the original software.
352+
353+
3. This notice may not be removed or altered from any source distribution.

0 commit comments

Comments
 (0)