aboutsummaryrefslogtreecommitdiff
path: root/sentry-stub
diff options
context:
space:
mode:
Diffstat (limited to 'sentry-stub')
-rw-r--r--sentry-stub/build.gradle.kts2
-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
4 files changed, 16 insertions, 1 deletions
diff --git a/sentry-stub/build.gradle.kts b/sentry-stub/build.gradle.kts
index 698a36b5..0a1cdfea 100644
--- a/sentry-stub/build.gradle.kts
+++ b/sentry-stub/build.gradle.kts
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
+ * Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
* SPDX-License-Identifier: GPL-3.0-only
*/
plugins { id("com.github.android-password-store.kotlin-jvm-library") }
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