From 8913b0fc62ee26f3a43f85511995268ccf268d66 Mon Sep 17 00:00:00 2001 From: Smarshal21 Date: Tue, 12 Sep 2023 14:22:28 +0530 Subject: [PATCH] updated the author in the copyright headers --- .../java/com/nextcloud/talk/utils/VibrationUtilsTest.kt | 4 ++-- app/src/test/java/com/nextcloud/talk/utils/BundleKeysTest.kt | 4 ++-- app/src/test/java/com/nextcloud/talk/utils/UriUtilsTest.kt | 4 ++-- app/src/test/java/com/nextcloud/talk/utils/UserIdUtilsTest.kt | 4 ++-- .../nextcloud/talk/webrtc/DataChannelMessageNotifierTest.kt | 4 ++-- app/src/test/java/com/nextcloud/talk/webrtc/GlobalsTest.kt | 4 ++-- .../com/nextcloud/talk/webrtc/PeerConnectionNotifierTest.kt | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/src/androidTest/java/com/nextcloud/talk/utils/VibrationUtilsTest.kt b/app/src/androidTest/java/com/nextcloud/talk/utils/VibrationUtilsTest.kt index 5b4bebd3d..02f5e2ed5 100644 --- a/app/src/androidTest/java/com/nextcloud/talk/utils/VibrationUtilsTest.kt +++ b/app/src/androidTest/java/com/nextcloud/talk/utils/VibrationUtilsTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/utils/BundleKeysTest.kt b/app/src/test/java/com/nextcloud/talk/utils/BundleKeysTest.kt index 0f8eb6352..1ee702892 100644 --- a/app/src/test/java/com/nextcloud/talk/utils/BundleKeysTest.kt +++ b/app/src/test/java/com/nextcloud/talk/utils/BundleKeysTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/utils/UriUtilsTest.kt b/app/src/test/java/com/nextcloud/talk/utils/UriUtilsTest.kt index 4a9551d91..6c27e062f 100644 --- a/app/src/test/java/com/nextcloud/talk/utils/UriUtilsTest.kt +++ b/app/src/test/java/com/nextcloud/talk/utils/UriUtilsTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/utils/UserIdUtilsTest.kt b/app/src/test/java/com/nextcloud/talk/utils/UserIdUtilsTest.kt index 02a498cff..8eee75f2b 100644 --- a/app/src/test/java/com/nextcloud/talk/utils/UserIdUtilsTest.kt +++ b/app/src/test/java/com/nextcloud/talk/utils/UserIdUtilsTest.kt @@ -1,10 +1,10 @@ /* * Nextcloud Talk application * - * @author Mario Danic * @author Marcel Hibbe + * @author Samanwith KSN * Copyright (C) 2023 Marcel Hibbe - * Copyright (C) 2017-2018 Mario Danic + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/webrtc/DataChannelMessageNotifierTest.kt b/app/src/test/java/com/nextcloud/talk/webrtc/DataChannelMessageNotifierTest.kt index baceb341d..30dd53d86 100644 --- a/app/src/test/java/com/nextcloud/talk/webrtc/DataChannelMessageNotifierTest.kt +++ b/app/src/test/java/com/nextcloud/talk/webrtc/DataChannelMessageNotifierTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/webrtc/GlobalsTest.kt b/app/src/test/java/com/nextcloud/talk/webrtc/GlobalsTest.kt index c0c737f51..f1ff9a020 100644 --- a/app/src/test/java/com/nextcloud/talk/webrtc/GlobalsTest.kt +++ b/app/src/test/java/com/nextcloud/talk/webrtc/GlobalsTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/test/java/com/nextcloud/talk/webrtc/PeerConnectionNotifierTest.kt b/app/src/test/java/com/nextcloud/talk/webrtc/PeerConnectionNotifierTest.kt index a1373709b..36f421bfe 100644 --- a/app/src/test/java/com/nextcloud/talk/webrtc/PeerConnectionNotifierTest.kt +++ b/app/src/test/java/com/nextcloud/talk/webrtc/PeerConnectionNotifierTest.kt @@ -1,8 +1,8 @@ /* * Nextcloud Talk application * - * @author Mario Danic - * Copyright (C) 2017-2019 Mario Danic + * @author Samanwith KSN + * Copyright (C) 2023 Samanwith KSN * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by