aboutsummaryrefslogtreecommitdiff
path: root/sentry-stub/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'sentry-stub/src/main/kotlin')
-rw-r--r--sentry-stub/src/main/kotlin/io/sentry/Scope.kt5
-rw-r--r--sentry-stub/src/main/kotlin/io/sentry/Sentry.kt5
-rw-r--r--sentry-stub/src/main/kotlin/io/sentry/protocol/User.kt5
3 files changed, 15 insertions, 0 deletions
diff --git a/sentry-stub/src/main/kotlin/io/sentry/Scope.kt b/sentry-stub/src/main/kotlin/io/sentry/Scope.kt
index 46726d8f..256496cd 100644
--- a/sentry-stub/src/main/kotlin/io/sentry/Scope.kt
+++ b/sentry-stub/src/main/kotlin/io/sentry/Scope.kt
@@ -1,3 +1,8 @@
+/*
+ * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
@file:Suppress("Unused", "UNUSED_PARAMETER")
package io.sentry
diff --git a/sentry-stub/src/main/kotlin/io/sentry/Sentry.kt b/sentry-stub/src/main/kotlin/io/sentry/Sentry.kt
index e64f176e..103766a8 100644
--- a/sentry-stub/src/main/kotlin/io/sentry/Sentry.kt
+++ b/sentry-stub/src/main/kotlin/io/sentry/Sentry.kt
@@ -1,3 +1,8 @@
+/*
+ * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
@file:Suppress("Unused", "UNUSED_PARAMETER")
package io.sentry
diff --git a/sentry-stub/src/main/kotlin/io/sentry/protocol/User.kt b/sentry-stub/src/main/kotlin/io/sentry/protocol/User.kt
index d77feff0..318ab8cf 100644
--- a/sentry-stub/src/main/kotlin/io/sentry/protocol/User.kt
+++ b/sentry-stub/src/main/kotlin/io/sentry/protocol/User.kt
@@ -1,3 +1,8 @@
+/*
+ * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-only
+ */
+
@file:Suppress("Unused", "UNUSED_PARAMETER")
package io.sentry.protocol