From 0f3c3c6fa6059a74b57bdb71f7f3371c25a95995 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Wed, 3 Jun 2026 21:48:37 +0200 Subject: [PATCH] chore: update sentry license attribution --- LICENSE | 16 ++++++++-------- posthog/exception_capture.py | 5 +++-- posthog/exception_utils.py | 6 +++--- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 17178e9d..a99387c3 100644 --- a/LICENSE +++ b/LICENSE @@ -22,19 +22,19 @@ SOFTWARE. --- -Some files in this codebase contain code from getsentry/sentry-python by Software, Inc. dba Sentry. +Some files in this codebase contain code from getsentry/sentry-python. In such cases it is explicitly stated in the file header. This license only applies to the relevant code in such cases. MIT License Copyright (c) 2018 Functional Software, Inc. dba Sentry -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. @@ -45,4 +45,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/posthog/exception_capture.py b/posthog/exception_capture.py index 3ce0c2af..9d055351 100644 --- a/posthog/exception_capture.py +++ b/posthog/exception_capture.py @@ -1,5 +1,6 @@ -# Portions of this file are derived from getsentry/sentry-python by Software, Inc. dba Sentry -# Licensed under the MIT License +# Portions of this file are derived from getsentry/sentry-python +# Copyright (c) 2018 Functional Software, Inc. dba Sentry +# Licensed under the MIT License: https://github.com/getsentry/sentry-python/blob/master/LICENSE # 💖open source (under MIT License) diff --git a/posthog/exception_utils.py b/posthog/exception_utils.py index 3f2cff23..0f24818c 100644 --- a/posthog/exception_utils.py +++ b/posthog/exception_utils.py @@ -1,7 +1,7 @@ -# Portions of this file are derived from getsentry/sentry-python by Software, Inc. dba Sentry -# Licensed under the MIT License +# Portions of this file are derived from getsentry/sentry-python +# Copyright (c) 2018 Functional Software, Inc. dba Sentry +# Licensed under the MIT License: https://github.com/getsentry/sentry-python/blob/master/LICENSE -# copied and adapted from https://github.com/getsentry/sentry-python/blob/269d96d6e9821122fbff280e6a26956e5ed03c0b/sentry_sdk/utils.py#L689 # 💖open source (under MIT License) # We want to keep payloads as similar to Sentry as possible for easy interoperability