Skip to content

Commit 3df8875

Browse files
committed
Update Metadata to reflect transfer of ownership to TelemetryDeck
1 parent bd6c21e commit 3df8875

4 files changed

Lines changed: 13 additions & 43 deletions

File tree

LICENSE

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
MIT No Attribution
22

3-
Copyright (c) 2021 Christoph Parstorfer
3+
Copyright (c) 2021 TelemetryDeck
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -15,8 +15,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1515
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1616
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1717
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18-
SOFTWARE.
19-
20-
(NOTE: This is a modified version of the MIT License that has the attribution
21-
clause removed. It is not necessary to include this license in copies of the
22-
Software.)
18+
SOFTWARE.

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# TelemetryClient for Unity (Development project)
1+
# TelemetryDeck SDK for Unity C# - Example TelemetryClient project
22

33
## Lightweight Analytics That's Not Evil
44

55
Please visit [TelemetryDeck.com](https://telemetrydeck.com/) to learn more.
66

77
## About this repository
88

9-
This repository contains the development project for the TelemetryDeck Unity C# Client, as well as an example usage of the API (see [TestApp](/TelemetryClient/Assets/TestApp/) folder).
9+
This repository contains the development project for the TelemetryDeck Unity C# SDK, as well as an example usage of the API (see [TestApp](/TelemetryClient/Assets/TestApp/) folder).
1010

11-
To add the Unity C# TelemetryClient to your project, please visit the [TelemetryClient for Unity C#](https://github.com/conath/TelemetryClient-for-UnityCSharp/) repository.
11+
To add TelemetryDeck to your project, please visit the [TelemetryDeck Unity C# SDK](https://github.com/conath/TelemetryClient-for-UnityCSharp/) repository.
1212

1313
## Dependencies
1414

15-
Please see the [TelemetryClient README](https://github.com/conath/TelemetryClient-for-UnityCSharp).
15+
Please see the [README of the TelemetryDeck Unity C# SDK](https://github.com/TelemetryDeck/UnityCSharpSDK).
1616

1717
## Cloning
1818

1919
You must clone with submodules to receive a working Unity Project:
2020

21-
`git clone https://github.com/conath/TelemetryDeck-Unity.git --recurse-submodules`
21+
`git clone https://github.com/TelemetryDeck/UnityCSharpSDK-Example.git --recurse-submodules`
2222

2323
or, with SSH:
2424

25-
`git clone git@github.com:conath/TelemetryDeck-Unity.git --recurse-submodules`
25+
`git clone git@github.com:TelemetryDeck/UnityCSharpSDK-Example.git --recurse-submodules`
2626

2727
## License
2828

29-
TelemetryClient is licensed unter a [variation of The MIT License](/LICENSE), which does not require attribution.
29+
TelemetryDeck SDK for Unity C# and the sample code is licensed unter a [MIT No Attribution License](/LICENSE.md).
3030

31-
This means you can use the TelemetryClient Unity Package or source code in your projects without including the license text.
31+
This means you can use the Unity Package or source code in your projects without including the license text.
3232

3333
Of course, attribution is very much appreciated. <3
3434

3535
## 3rd Party Licenses
3636

37-
TelemetryClient for Unity uses the [Newtonsoft.Json for Unity](https://github.com/jilleJr/Newtonsoft.Json-for-Unity) package (aka Json.Net), which is licensed unter The MIT License.
37+
This project uses the [Newtonsoft.Json for Unity](https://github.com/jilleJr/Newtonsoft.Json-for-Unity) package (aka Json.NET), which is licensed unter The MIT License.

THIRD-PARTY-NOTICES.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,3 @@
1-
## TelemetryDeck SwiftClient
2-
3-
MIT License
4-
5-
Copyright (c) 2020 Daniel Jilg
6-
7-
Permission is hereby granted, free of charge, to any person obtaining a copy
8-
of this software and associated documentation files (the "Software"), to deal
9-
in the Software without restriction, including without limitation the rights
10-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11-
copies of the Software, and to permit persons to whom the Software is
12-
furnished to do so, subject to the following conditions:
13-
14-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20-
SOFTWARE.
21-
22-
(NOTE: This is a modified version of the MIT License that has the attribution
23-
clause removed. It is not necessary to include this license in copies of the
24-
Software.)
25-
26-
271
## Newtonsoft.Json for Unity
282

293
The MIT License (MIT)

0 commit comments

Comments
 (0)