Skip to content

Commit cd8a4a1

Browse files
committed
update license description
1 parent 48c2e77 commit cd8a4a1

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

LICENSE

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

2323
---
2424

25-
Portions of this codebase are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
25+
Some files in this codebase contain code from getsentry/sentry-javascript by Software, Inc. dba Sentry.
26+
In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases.
2627

2728
MIT License
2829

posthog/exception_capture.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22
# Licensed under the MIT License
33

4+
# 💖open source (under MIT License)
5+
46
import logging
57
import sys
68
import threading

posthog/exception_integrations/django.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22
# Licensed under the MIT License
33

4+
# 💖open source (under MIT License)
5+
46
import re
57
import sys
68
from typing import TYPE_CHECKING

posthog/exception_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
22
# Licensed under the MIT License
3+
34
# copied and adapted from https://github.com/getsentry/sentry-python/blob/269d96d6e9821122fbff280e6a26956e5ed03c0b/sentry_sdk/utils.py#L689
45
# 💖open source (under MIT License)
56
# We want to keep payloads as similar to Sentry as possible for easy interoperability

0 commit comments

Comments
 (0)