Skip to content

Commit e9c72e7

Browse files
authored
chore: update license (#213)
1 parent 51380ac commit e9c72e7

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
2222

23+
---
24+
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.
27+
28+
MIT License
29+
30+
Copyright (c) 2012 Functional Software, Inc. dba Sentry
31+
32+
Permission is hereby granted, free of charge, to any person obtaining a copy of
33+
this software and associated documentation files (the "Software"), to deal in
34+
the Software without restriction, including without limitation the rights to
35+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
36+
of the Software, and to permit persons to whom the Software is furnished to do
37+
so, subject to the following conditions:
38+
39+
The above copyright notice and this permission notice shall be included in all
40+
copies or substantial portions of the Software.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48+
SOFTWARE.

posthog/exception_capture.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
2+
# Licensed under the MIT License
3+
4+
# 💖open source (under MIT License)
5+
16
import logging
27
import sys
38
import threading

posthog/exception_integrations/django.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Portions of this file are derived from getsentry/sentry-javascript by Software, Inc. dba Sentry
2+
# Licensed under the MIT License
3+
4+
# 💖open source (under MIT License)
5+
16
import re
27
import sys
38
from typing import TYPE_CHECKING

posthog/exception_utils.py

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

0 commit comments

Comments
 (0)