Skip to content

Commit 93c51e6

Browse files
authored
chore: update Sentry license attribution (#80)
1 parent 773723c commit 93c51e6

7 files changed

Lines changed: 19 additions & 14 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
---
2424

25-
Some files in this codebase contain code from getsentry/sentry-unity by Sentry.
25+
Some files in this codebase contain code from getsentry/sentry-unity.
2626
In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases.
2727

2828
MIT License
@@ -45,4 +45,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4545
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4646
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4747
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48-
SOFTWARE.
48+
SOFTWARE.

com.posthog.unity/LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
---
2424

25-
Some files in this codebase contain code from getsentry/sentry-unity by Sentry.
25+
Some files in this codebase contain code from getsentry/sentry-unity.
2626
In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases.
2727

2828
MIT License
@@ -45,4 +45,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4545
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4646
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4747
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48-
SOFTWARE.
48+
SOFTWARE.

com.posthog.unity/Runtime/ErrorTracking/ExceptionManager.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Portions of this file are derived from getsentry/sentry-unity by Sentry
2-
// Licensed under the MIT License
1+
// Portions of this file are derived from getsentry/sentry-unity
2+
// Copyright (c) 2021 Sentry
3+
// Licensed under the MIT License: https://github.com/getsentry/sentry-unity/blob/main/LICENSE.md
34

45
using System;
56
using System.Collections.Generic;

com.posthog.unity/Runtime/ErrorTracking/ExceptionPropertiesBuilder.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Portions of this file are derived from getsentry/sentry-unity by Sentry
2-
// Licensed under the MIT License
1+
// Portions of this file are derived from getsentry/sentry-unity
2+
// Copyright (c) 2021 Sentry
3+
// Licensed under the MIT License: https://github.com/getsentry/sentry-unity/blob/main/LICENSE.md
34

45
using System;
56
using System.Collections.Generic;

com.posthog.unity/Runtime/ErrorTracking/UnityExceptionIntegration.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Portions of this file are derived from getsentry/sentry-unity by Sentry
2-
// Licensed under the MIT License
1+
// Portions of this file are derived from getsentry/sentry-unity
2+
// Copyright (c) 2021 Sentry
3+
// Licensed under the MIT License: https://github.com/getsentry/sentry-unity/blob/main/LICENSE.md
34

45
using System;
56
using UnityEngine;

com.posthog.unity/Runtime/ErrorTracking/UnityStackTraceParser.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Portions of this file are derived from getsentry/sentry-unity by Sentry
2-
// Licensed under the MIT License
1+
// Portions of this file are derived from getsentry/sentry-unity
2+
// Copyright (c) 2021 Sentry
3+
// Licensed under the MIT License: https://github.com/getsentry/sentry-unity/blob/main/LICENSE.md
34

45
using System;
56
using System.Collections.Generic;

com.posthog.unity/Runtime/ErrorTracking/WebGLExceptionIntegration.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Portions of this file are derived from getsentry/sentry-unity by Sentry
2-
// Licensed under the MIT License
1+
// Portions of this file are derived from getsentry/sentry-unity
2+
// Copyright (c) 2021 Sentry
3+
// Licensed under the MIT License: https://github.com/getsentry/sentry-unity/blob/main/LICENSE.md
34

45
using System;
56
using UnityEngine;

0 commit comments

Comments
 (0)