aboutsummaryrefslogtreecommitdiff
path: root/sentry-stub/src
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2024-08-14 00:31:25 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2024-08-14 00:31:25 +0530
commit282e9519ae5c7007dec1f79967de243a753decba (patch)
tree8aa62763f9f7c39d7b0c5ffedc857a552a9119e2 /sentry-stub/src
parentb699b4db71d08b574cc31daf4ee8c9b849ebaa11 (diff)
chore: add missing copyright headers and update existing ones
Diffstat (limited to 'sentry-stub/src')
-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