diff --git a/DemoAppSwiftUI/AppDelegate.swift b/DemoAppSwiftUI/AppDelegate.swift index f2d27e2da..58b9b7077 100644 --- a/DemoAppSwiftUI/AppDelegate.swift +++ b/DemoAppSwiftUI/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Sentry diff --git a/DemoAppSwiftUI/AppleMessageComposerView.swift b/DemoAppSwiftUI/AppleMessageComposerView.swift index 8a857abfa..2f1972c71 100644 --- a/DemoAppSwiftUI/AppleMessageComposerView.swift +++ b/DemoAppSwiftUI/AppleMessageComposerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/ChannelHeader/BlockedUsersView.swift b/DemoAppSwiftUI/ChannelHeader/BlockedUsersView.swift index d0176d69b..19b332451 100644 --- a/DemoAppSwiftUI/ChannelHeader/BlockedUsersView.swift +++ b/DemoAppSwiftUI/ChannelHeader/BlockedUsersView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/DemoAppSwiftUI/ChannelHeader/BlockedUsersViewModel.swift b/DemoAppSwiftUI/ChannelHeader/BlockedUsersViewModel.swift index 2647962db..ea31c8982 100644 --- a/DemoAppSwiftUI/ChannelHeader/BlockedUsersViewModel.swift +++ b/DemoAppSwiftUI/ChannelHeader/BlockedUsersViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/ChannelHeader/ChannelListQueryIdentifier.swift b/DemoAppSwiftUI/ChannelHeader/ChannelListQueryIdentifier.swift index e01d7e51f..b8b21682b 100644 --- a/DemoAppSwiftUI/ChannelHeader/ChannelListQueryIdentifier.swift +++ b/DemoAppSwiftUI/ChannelHeader/ChannelListQueryIdentifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoAppSwiftUI/ChannelHeader/ChooseChannelQueryView.swift b/DemoAppSwiftUI/ChannelHeader/ChooseChannelQueryView.swift index b78c9a00b..7e0e036d2 100644 --- a/DemoAppSwiftUI/ChannelHeader/ChooseChannelQueryView.swift +++ b/DemoAppSwiftUI/ChannelHeader/ChooseChannelQueryView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/ChannelHeader/CustomChannelHeader.swift b/DemoAppSwiftUI/ChannelHeader/CustomChannelHeader.swift index e5f12ad69..13537020c 100644 --- a/DemoAppSwiftUI/ChannelHeader/CustomChannelHeader.swift +++ b/DemoAppSwiftUI/ChannelHeader/CustomChannelHeader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/ChannelHeader/NewChatView.swift b/DemoAppSwiftUI/ChannelHeader/NewChatView.swift index 642392c69..3b2b3e978 100644 --- a/DemoAppSwiftUI/ChannelHeader/NewChatView.swift +++ b/DemoAppSwiftUI/ChannelHeader/NewChatView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift b/DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift index 765e8b29d..a600027c0 100644 --- a/DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift +++ b/DemoAppSwiftUI/ChannelHeader/NewChatViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/CreateGroupView.swift b/DemoAppSwiftUI/CreateGroupView.swift index d3e1eed1e..132e4ce95 100644 --- a/DemoAppSwiftUI/CreateGroupView.swift +++ b/DemoAppSwiftUI/CreateGroupView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/CreateGroupViewModel.swift b/DemoAppSwiftUI/CreateGroupViewModel.swift index 977b7aea1..c3884957e 100644 --- a/DemoAppSwiftUI/CreateGroupViewModel.swift +++ b/DemoAppSwiftUI/CreateGroupViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/CustomAttachment.swift b/DemoAppSwiftUI/CustomAttachment.swift index 7f11bc7a4..a2c3e5c5b 100644 --- a/DemoAppSwiftUI/CustomAttachment.swift +++ b/DemoAppSwiftUI/CustomAttachment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/CustomComposerAttachmentView.swift b/DemoAppSwiftUI/CustomComposerAttachmentView.swift index 2b566ce10..d2fbbc0ac 100644 --- a/DemoAppSwiftUI/CustomComposerAttachmentView.swift +++ b/DemoAppSwiftUI/CustomComposerAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoAppSwiftUI/DemoAppSwiftUIApp.swift b/DemoAppSwiftUI/DemoAppSwiftUIApp.swift index e7ab3f246..c89eb81a6 100644 --- a/DemoAppSwiftUI/DemoAppSwiftUIApp.swift +++ b/DemoAppSwiftUI/DemoAppSwiftUIApp.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/DemoAppSwiftUI/DemoUser.swift b/DemoAppSwiftUI/DemoUser.swift index 12d53b5ac..50352317d 100644 --- a/DemoAppSwiftUI/DemoUser.swift +++ b/DemoAppSwiftUI/DemoUser.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoAppSwiftUI/GroupNameView.swift b/DemoAppSwiftUI/GroupNameView.swift index 2f63b3a3a..21acc932b 100644 --- a/DemoAppSwiftUI/GroupNameView.swift +++ b/DemoAppSwiftUI/GroupNameView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/DemoAppSwiftUI/LaunchAnimationState.swift b/DemoAppSwiftUI/LaunchAnimationState.swift index 243150c1e..4c584a301 100644 --- a/DemoAppSwiftUI/LaunchAnimationState.swift +++ b/DemoAppSwiftUI/LaunchAnimationState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/DemoAppSwiftUI/LaunchScreen.swift b/DemoAppSwiftUI/LaunchScreen.swift index 5146e1a07..cb7db3829 100644 --- a/DemoAppSwiftUI/LaunchScreen.swift +++ b/DemoAppSwiftUI/LaunchScreen.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/DemoAppSwiftUI/Localizable.strings b/DemoAppSwiftUI/Localizable.strings index 6ebc75d66..7a90b263f 100644 --- a/DemoAppSwiftUI/Localizable.strings +++ b/DemoAppSwiftUI/Localizable.strings @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // "channel.name.and" = "and"; diff --git a/DemoAppSwiftUI/LoginView.swift b/DemoAppSwiftUI/LoginView.swift index a2ebf8360..baeca29ec 100644 --- a/DemoAppSwiftUI/LoginView.swift +++ b/DemoAppSwiftUI/LoginView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/DemoAppSwiftUI/LoginViewModel.swift b/DemoAppSwiftUI/LoginViewModel.swift index e69070177..e2bab8a7f 100644 --- a/DemoAppSwiftUI/LoginViewModel.swift +++ b/DemoAppSwiftUI/LoginViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/NotificationsHandler.swift b/DemoAppSwiftUI/NotificationsHandler.swift index a586b971f..404395b15 100644 --- a/DemoAppSwiftUI/NotificationsHandler.swift +++ b/DemoAppSwiftUI/NotificationsHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/PinChannelHelpers.swift b/DemoAppSwiftUI/PinChannelHelpers.swift index 73d11a236..2cb7ba94b 100644 --- a/DemoAppSwiftUI/PinChannelHelpers.swift +++ b/DemoAppSwiftUI/PinChannelHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/SceneDelegate.swift b/DemoAppSwiftUI/SceneDelegate.swift index 7129a4247..ac4aea444 100644 --- a/DemoAppSwiftUI/SceneDelegate.swift +++ b/DemoAppSwiftUI/SceneDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/DemoAppSwiftUI/UserRepository.swift b/DemoAppSwiftUI/UserRepository.swift index 3592f705c..2369441ca 100644 --- a/DemoAppSwiftUI/UserRepository.swift +++ b/DemoAppSwiftUI/UserRepository.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/DemoAppSwiftUI/ViewFactoryExamples.swift b/DemoAppSwiftUI/ViewFactoryExamples.swift index 34f986edb..751e2b75d 100644 --- a/DemoAppSwiftUI/ViewFactoryExamples.swift +++ b/DemoAppSwiftUI/ViewFactoryExamples.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/WhatsAppChannelHeader.swift b/DemoAppSwiftUI/WhatsAppChannelHeader.swift index a92700ec9..05e16b244 100644 --- a/DemoAppSwiftUI/WhatsAppChannelHeader.swift +++ b/DemoAppSwiftUI/WhatsAppChannelHeader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/DemoAppSwiftUI/iMessagePocView.swift b/DemoAppSwiftUI/iMessagePocView.swift index bdcdaaabd..bb44a8943 100644 --- a/DemoAppSwiftUI/iMessagePocView.swift +++ b/DemoAppSwiftUI/iMessagePocView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Scripts/GenerateSPMFileLists.swift b/Scripts/GenerateSPMFileLists.swift index ccdac1743..e49785bc1 100755 --- a/Scripts/GenerateSPMFileLists.swift +++ b/Scripts/GenerateSPMFileLists.swift @@ -1,5 +1,5 @@ // -// Copyright © 2021 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // // This script is used to generate list of excluded source files for StreamChat and StreamChatUI in Package.swift. diff --git a/Sources/StreamChatSwiftUI/Appearance.swift b/Sources/StreamChatSwiftUI/Appearance.swift index 6300172b6..d8a1c7ee6 100644 --- a/Sources/StreamChatSwiftUI/Appearance.swift +++ b/Sources/StreamChatSwiftUI/Appearance.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelControllerFactory.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelControllerFactory.swift index da9795b8f..f8e2e89f5 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelControllerFactory.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelControllerFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/ChatChannelHeaderViewModifier.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/ChatChannelHeaderViewModifier.swift index fe4570fcf..5e7c26e68 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/ChatChannelHeaderViewModifier.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/ChatChannelHeaderViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/MessageThreadHeaderViewModifier.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/MessageThreadHeaderViewModifier.swift index 4ca146332..b2d9946e9 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/MessageThreadHeaderViewModifier.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/MessageThreadHeaderViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/TypingIndicatorPlacement.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/TypingIndicatorPlacement.swift index ed099e7e9..e82a85979 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/TypingIndicatorPlacement.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelHeader/TypingIndicatorPlacement.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift index ecbf8b46a..631fb4877 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersViewModel.swift index feb45bdda..d463cc011 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/AddUsersViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift index 02c5395e2..e8d8f1376 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoHelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift index d6438a3a5..41ccfa3aa 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoViewModel.swift index e28333e65..7769de40b 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatChannelInfoViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift index 94d67618b..27f046445 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/ChatInfoParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsView.swift index 60f96dc36..b784c2c20 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsViewModel.swift index 2a9c0ee84..cfc1b9e63 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/FileAttachmentsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift index 2296c1281..f78606b99 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsViewModel.swift index 22f8eca9d..bca7fb379 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/MediaAttachmentsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift index 35ec5cc6b..5421bd470 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesViewModel.swift index 1253f6402..7fe257e80 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChannelInfo/PinnedMessagesViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelDataSource.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelDataSource.swift index 18732d359..9d4af1754 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelDataSource.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelDataSource.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelScreen.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelScreen.swift index fc9d4371f..f06ff0b54 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelScreen.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelScreen.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift index a29ec9646..a847fa10b 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift index 5ee41f5b2..4c3bd44ad 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/ChatChannelViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedFileAttachmentsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedFileAttachmentsView.swift index 901cbaa75..4a614d662 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedFileAttachmentsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedFileAttachmentsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedImageAttachmentsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedImageAttachmentsView.swift index 5cff4ef29..0cf0d1cf8 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedImageAttachmentsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AddedImageAttachmentsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerTypeView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerTypeView.swift index b4853153d..1bbf484cb 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerTypeView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerTypeView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerView.swift index 5467b49c7..bf8513bbf 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentPickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Photos diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentUploadingStateView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentUploadingStateView.swift index 09fd53485..37fe3a7a7 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentUploadingStateView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/AttachmentUploadingStateView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift index 12b123240..3c3225cf5 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerHelperViews.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerHelperViews.swift index d845abc26..f1b545e92 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerHelperViews.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerHelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift index 664f0b864..afb470c72 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerModels.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift index fd847222a..48fea75a0 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ComposerTextInputView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/DiscardAttachmentButton.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/DiscardAttachmentButton.swift index fdb6b77e1..943316a89 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/DiscardAttachmentButton.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/DiscardAttachmentButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/FilePickerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/FilePickerView.swift index 9ab156061..e5386c04c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/FilePickerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/FilePickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ImagePickerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ImagePickerView.swift index d398e09e2..0d531b8ce 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/ImagePickerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/ImagePickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift index acafd934d..7288d86f9 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel+Recording.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel+Recording.swift index 24092f01f..977d1953a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel+Recording.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel+Recording.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel.swift index 10e772174..9f683b01e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/MessageComposerViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAssetsUtils.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAssetsUtils.swift index 8a5eac1a1..388b29aa6 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAssetsUtils.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAssetsUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Photos diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAttachmentPickerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAttachmentPickerView.swift index aaab8572b..79a9665a2 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAttachmentPickerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/PhotoAttachmentPickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Photos diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendInChannelView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendInChannelView.swift index 61891f592..b8d8f4f27 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendInChannelView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendInChannelView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendMessageButton.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendMessageButton.swift index 4a878dab5..e5d4da878 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendMessageButton.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SendMessageButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SlowModeView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SlowModeView.swift index cc5038072..05ea7722a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/SlowModeView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/SlowModeView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsConfig.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsConfig.swift index ccb9ffb65..8b344a168 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsConfig.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsContainerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsContainerView.swift index 2d68502ee..1a848c2f9 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsContainerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsContainerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsHandler.swift index 091bf2aaa..44f9e433f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/CommandsHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/GiphyCommandHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/GiphyCommandHandler.swift index a1510a134..10c90dc9f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/GiphyCommandHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/GiphyCommandHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsHandler.swift index 0590d2a21..319d1bc08 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsView.swift index 5556ed718..6597059a8 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/InstantCommandsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/MuteCommandHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/MuteCommandHandler.swift index 7f0f78fc6..478e8c69e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/MuteCommandHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/MuteCommandHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift index cfdb9719d..a1bebbcb2 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/TwoStepMentionCommand.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/UnmuteCommandHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/UnmuteCommandHandler.swift index 58ce94c2d..22920a71a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/UnmuteCommandHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/InstantCommands/UnmuteCommandHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionUsersView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionUsersView.swift index 7673fe9d5..f7dca4ce0 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionUsersView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionUsersView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionsCommandHandler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionsCommandHandler.swift index bf3c5bb66..4620e608a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionsCommandHandler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/Mentions/MentionsCommandHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/TypingSuggester.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/TypingSuggester.swift index d594db82b..c6b54e10d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/TypingSuggester.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/Suggestions/TypingSuggester.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/TrailingComposerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/TrailingComposerView.swift index ebc0ad31a..0e33cf99d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/TrailingComposerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/TrailingComposerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AddedVoiceRecordingsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AddedVoiceRecordingsView.swift index 1d4bef7fb..185d55435 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AddedVoiceRecordingsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AddedVoiceRecordingsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AudioSessionFeedbackGenerator.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AudioSessionFeedbackGenerator.swift index ef6d5df12..aae6daca7 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AudioSessionFeedbackGenerator.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/AudioSessionFeedbackGenerator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/LockedView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/LockedView.swift index 752b9a059..e31735073 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/LockedView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/LockedView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingConstants.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingConstants.swift index 822b58f33..a725336d3 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingConstants.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingConstants.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingDurationView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingDurationView.swift index 6c8b5f116..030318b6d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingDurationView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingDurationView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingState.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingState.swift index be7a3918d..dd764fdf3 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingState.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingState.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingTipView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingTipView.swift index e0c7ecaec..6f4a94f44 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingTipView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingTipView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingView.swift index e89fa7ec1..274b70c95 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingWaveform.swift b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingWaveform.swift index 6db6e94c0..a26dc3de1 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingWaveform.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Composer/VoiceRecording/RecordingWaveform.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GalleryView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GalleryView.swift index 633fc6263..7ecd4762f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GalleryView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GalleryView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GridPhotosView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GridPhotosView.swift index 1054a6002..ee28dd973 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GridPhotosView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/GridPhotosView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ShareButtonView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ShareButtonView.swift index 87562f74c..bc607193b 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ShareButtonView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ShareButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/VideoPlayerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/VideoPlayerView.swift index 665de463c..2a3255c33 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/VideoPlayerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/VideoPlayerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ZoomableScrollView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ZoomableScrollView.swift index 0bc18034c..81cfc2d93 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ZoomableScrollView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Gallery/ZoomableScrollView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioRecordingNameFormatter.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioRecordingNameFormatter.swift index 3f1b1b2ec..ce47dd512 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioRecordingNameFormatter.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioRecordingNameFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioVisualizationView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioVisualizationView.swift index c61d1f936..d618fb8fe 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioVisualizationView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/AudioVisualizationView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVFoundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VideoDurationFormatter.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VideoDurationFormatter.swift index 817dbc75f..94229754c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VideoDurationFormatter.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VideoDurationFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VoiceRecordingContainerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VoiceRecordingContainerView.swift index 17ca91aa3..8dc2b2f65 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VoiceRecordingContainerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/VoiceRecordingContainerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/WaveformView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/WaveformView.swift index e5279ec05..7b1b56300 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/WaveformView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/AsyncVoiceMessages/WaveformView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/BottomReactionsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/BottomReactionsView.swift index b3962042d..3899e310a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/BottomReactionsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/BottomReactionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/DeletedMessageView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/DeletedMessageView.swift index 819d6b339..1d76a4778 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/DeletedMessageView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/DeletedMessageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentPreview.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentPreview.swift index 0ccb4b58c..2bf4726a7 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentPreview.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentPreview.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentView.swift index 9d19f207d..aad6ca267 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/FileAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyAttachmentView.swift index 5acda82c1..f6d13a316 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyBadgeView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyBadgeView.swift index dc3dd4cbe..0c2a8051d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyBadgeView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/GiphyBadgeView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift index b6739bf27..553fe025c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ImageAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/JumpToUnreadButton.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/JumpToUnreadButton.swift index 61adaebe1..1e2b353e4 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/JumpToUnreadButton.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/JumpToUnreadButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift index cc2e25371..ec8f3714e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkTextView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkTextView.swift index ddc52a944..ec689c9be 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkTextView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkTextView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageAvatarView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageAvatarView.swift index ff7319da8..0c996ec4f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageAvatarView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageAvatarView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageBubble.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageBubble.swift index be02ade5e..16213d692 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageBubble.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageBubble.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageContainerView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageContainerView.swift index 594fb3bf7..e2ff8568d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageContainerView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageContainerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageIdBuilder.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageIdBuilder.swift index 96ca06c6f..2689cea30 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageIdBuilder.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageIdBuilder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListConfig.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListConfig.swift index b0236fda1..b4778774f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListConfig.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreGraphics diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListDateUtils.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListDateUtils.swift index 9e0d35d90..02d8d24d4 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListDateUtils.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListDateUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListHelperViews.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListHelperViews.swift index 370841b2a..0b0513a9c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListHelperViews.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListHelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift index aebc4132e..45d303c9e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageListView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageRepliesView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageRepliesView.swift index 69dcd7ab8..b0bedcb8f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageRepliesView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageRepliesView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageTypeResolver.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageTypeResolver.swift index bc1866be5..9506ca10f 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageTypeResolver.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageTypeResolver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageView.swift index 169ad6671..f3d6d78cc 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/MessageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAllOptionsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAllOptionsView.swift index e52fa6a89..3a82a9c61 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAllOptionsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAllOptionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift index f56d82d91..39fcb92c2 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentViewModel.swift index bf3e3ace9..545700142 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollAttachmentViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift index a12de5868..7edfec010 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsViewModel.swift index 34569209a..feb442238 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollCommentsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesView.swift index 283a8117f..8ced55309 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesViewModel.swift index 5fbf7de5b..810b26c65 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollOptionAllVotesViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift index de710fbea..4cc4b7816 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollResultsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsConfig.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsConfig.swift index 84f41f475..738b04369 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsConfig.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsHelpers.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsHelpers.swift index e5c8a9bf5..a902ca2e3 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsHelpers.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/Polls/PollsHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/QuotedMessageView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/QuotedMessageView.swift index 1c13244a4..a092e9656 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/QuotedMessageView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/QuotedMessageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ReactionsIconProvider.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ReactionsIconProvider.swift index 3417c95ae..f35acc908 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ReactionsIconProvider.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/ReactionsIconProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/SystemMessageView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/SystemMessageView.swift index e4a509ec2..7b74198f2 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/SystemMessageView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/SystemMessageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/VideoAttachmentView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/VideoAttachmentView.swift index cf468f387..4c959329a 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/VideoAttachmentView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/VideoAttachmentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/WebView.swift b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/WebView.swift index 5faea959b..696a12be6 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/MessageList/WebView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/MessageList/WebView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollView.swift index e98d48057..770074a83 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollViewModel.swift index 4136cf9a9..102dd6dfe 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Polls/CreatePollViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/DefaultMessageActions.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/DefaultMessageActions.swift index 81377c3fb..9eaca98e0 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/DefaultMessageActions.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/DefaultMessageActions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsResolver.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsResolver.swift index 96bdc4440..77f5303df 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsResolver.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsResolver.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsView.swift index 5336ae72b..3b65b0d57 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsViewModel.swift index 91c09ef6a..40506565c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/MessageActions/MessageActionsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionUserView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionUserView.swift index a480eaed4..1827bc768 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionUserView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionUserView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsBubbleView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsBubbleView.swift index ead0e53b4..d536d5679 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsBubbleView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsBubbleView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsHelperViews.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsHelperViews.swift index f788fdf31..1df6fd972 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsHelperViews.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsHelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayContainer.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayContainer.swift index ca6786ce3..d5658b8bd 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayContainer.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayContainer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayView.swift index 1741728ee..3e9462828 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayViewModel.swift index 9b594286b..3aa4c5872 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsOverlayViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsUsersView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsUsersView.swift index 93b8f387b..bbbe9976b 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsUsersView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsUsersView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsView.swift b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsView.swift index 0e96fb3a3..e8e4c2b0d 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Reactions/ReactionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelExtensions.swift b/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelExtensions.swift index c71746152..78d5a5229 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelExtensions.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelHelpers.swift b/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelHelpers.swift index e03704ced..7d3ad83d5 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelHelpers.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Utils/ChatChannelHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Utils/Throttler.swift b/Sources/StreamChatSwiftUI/ChatChannel/Utils/Throttler.swift index 18ec6ede4..95ba1eee4 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Utils/Throttler.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Utils/Throttler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannel/Utils/URLExtensions.swift b/Sources/StreamChatSwiftUI/ChatChannel/Utils/URLExtensions.swift index 6414c8652..6e8cbe533 100644 --- a/Sources/StreamChatSwiftUI/ChatChannel/Utils/URLExtensions.swift +++ b/Sources/StreamChatSwiftUI/ChatChannel/Utils/URLExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChannelAvatarsMerger.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChannelAvatarsMerger.swift index 8f85e0075..27101bb7e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChannelAvatarsMerger.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChannelAvatarsMerger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChannelHeaderLoader.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChannelHeaderLoader.swift index 93a1b6efe..ad370843e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChannelHeaderLoader.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChannelHeaderLoader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelHelperViews.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelHelperViews.swift index d49384f6e..c4e0a5da8 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelHelperViews.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelHelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelList.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelList.swift index a92820fd3..cf551ce80 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelList.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelList.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListHeader.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListHeader.swift index 85ccb1e59..be95a5d96 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListHeader.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListHeader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListItem.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListItem.swift index 2da9efbb7..1eaa1c0b4 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListItem.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListItem.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListScreen.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListScreen.swift index 8250c5e66..6d4f9fea8 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListScreen.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListScreen.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift index d340e49c6..12eb499e6 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift index ca892b583..a2f58f227 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelListViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelNavigatableListItem.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelNavigatableListItem.swift index 780277558..8a6f22fda 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelNavigatableListItem.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelNavigatableListItem.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelSwipeableListItem.swift b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelSwipeableListItem.swift index ef70e947e..4f3d87b84 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelSwipeableListItem.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/ChatChannelSwipeableListItem.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/DefaultChannelActions.swift b/Sources/StreamChatSwiftUI/ChatChannelList/DefaultChannelActions.swift index 51c587ce2..9887a777c 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/DefaultChannelActions.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/DefaultChannelActions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsFullScreenWrappingView.swift b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsFullScreenWrappingView.swift index c5a73eb73..5922ce602 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsFullScreenWrappingView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsFullScreenWrappingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsView.swift b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsView.swift index 1e1a0cde2..c847a92ee 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsViewModel.swift b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsViewModel.swift index 557296fac..b24030e8e 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/MoreChannelActionsViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/NoChannelsView.swift b/Sources/StreamChatSwiftUI/ChatChannelList/NoChannelsView.swift index bd8cc8acd..a2920c260 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/NoChannelsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/NoChannelsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatChannelList/SearchResultsView.swift b/Sources/StreamChatSwiftUI/ChatChannelList/SearchResultsView.swift index 5af48672d..c3b8199cc 100644 --- a/Sources/StreamChatSwiftUI/ChatChannelList/SearchResultsView.swift +++ b/Sources/StreamChatSwiftUI/ChatChannelList/SearchResultsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadList.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadList.swift index f4bc23ae9..275016871 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadList.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadList.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListErrorBannerView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListErrorBannerView.swift index 69fe3ed35..500dcf209 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListErrorBannerView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListErrorBannerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListFooterView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListFooterView.swift index a49c0f6ce..18138b46f 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListFooterView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListFooterView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderView.swift index 9fa48df07..6d1bb8661 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderViewModifier.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderViewModifier.swift index 3cf16a45f..5b7bf0120 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderViewModifier.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListHeaderViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListItem.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListItem.swift index 5395b98cb..60a0a071d 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListItem.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListItem.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListLoadingView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListLoadingView.swift index c980308da..bbb9066cc 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListLoadingView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListLoadingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListNavigatableItem.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListNavigatableItem.swift index 44b3191e7..07d80cd9e 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListNavigatableItem.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListNavigatableItem.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListView.swift index ed5802dc6..1fad8d2cb 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListViewModel.swift b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListViewModel.swift index 0eb14a173..23c0a5a25 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListViewModel.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/ChatThreadListViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/ChatThreadList/NoThreadsView.swift b/Sources/StreamChatSwiftUI/ChatThreadList/NoThreadsView.swift index 791bdbb36..595b42e3a 100644 --- a/Sources/StreamChatSwiftUI/ChatThreadList/NoThreadsView.swift +++ b/Sources/StreamChatSwiftUI/ChatThreadList/NoThreadsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ColorPalette.swift b/Sources/StreamChatSwiftUI/ColorPalette.swift index 2ef987267..cd540a36f 100644 --- a/Sources/StreamChatSwiftUI/ColorPalette.swift +++ b/Sources/StreamChatSwiftUI/ColorPalette.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/ActionBannerView.swift b/Sources/StreamChatSwiftUI/CommonViews/ActionBannerView.swift index 2ce341c5c..2b06f404e 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/ActionBannerView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/ActionBannerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/ActionItemView.swift b/Sources/StreamChatSwiftUI/CommonViews/ActionItemView.swift index fee2c979d..b0b2cdd4a 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/ActionItemView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/ActionItemView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/AlertBannerViewModifier.swift b/Sources/StreamChatSwiftUI/CommonViews/AlertBannerViewModifier.swift index 07e9a6a2b..ec54dad6c 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/AlertBannerViewModifier.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/AlertBannerViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/DelayedRenderingViewModifier.swift b/Sources/StreamChatSwiftUI/CommonViews/DelayedRenderingViewModifier.swift index fdc49b9d5..4a1bca3b3 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/DelayedRenderingViewModifier.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/DelayedRenderingViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/CommonViews/DiscardButtonView.swift b/Sources/StreamChatSwiftUI/CommonViews/DiscardButtonView.swift index 6eb2c7a8f..117e89064 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/DiscardButtonView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/DiscardButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/FloatingBannerViewModifier.swift b/Sources/StreamChatSwiftUI/CommonViews/FloatingBannerViewModifier.swift index 15add1727..3f09af436 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/FloatingBannerViewModifier.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/FloatingBannerViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/GalleryHeaderView.swift b/Sources/StreamChatSwiftUI/CommonViews/GalleryHeaderView.swift index 2fbb80c65..c2a9ec8cf 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/GalleryHeaderView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/GalleryHeaderView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/CommonViews/LoadingView.swift b/Sources/StreamChatSwiftUI/CommonViews/LoadingView.swift index 26931f886..dbd0e7583 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/LoadingView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/LoadingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/NoContentView.swift b/Sources/StreamChatSwiftUI/CommonViews/NoContentView.swift index 3267da3a6..21d96638e 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/NoContentView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/NoContentView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/SearchBar.swift b/Sources/StreamChatSwiftUI/CommonViews/SearchBar.swift index da6db9812..2aded7df4 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/SearchBar.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/SearchBar.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/Shimmer.swift b/Sources/StreamChatSwiftUI/CommonViews/Shimmer.swift index 2f57ab631..8b23e4113 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/Shimmer.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/Shimmer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/TitleWithCloseButton.swift b/Sources/StreamChatSwiftUI/CommonViews/TitleWithCloseButton.swift index 19985e2da..d3f3e102e 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/TitleWithCloseButton.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/TitleWithCloseButton.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/CommonViews/TypingIndicatorView.swift b/Sources/StreamChatSwiftUI/CommonViews/TypingIndicatorView.swift index 4d3979864..9732b152d 100644 --- a/Sources/StreamChatSwiftUI/CommonViews/TypingIndicatorView.swift +++ b/Sources/StreamChatSwiftUI/CommonViews/TypingIndicatorView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/DefaultViewFactory.swift b/Sources/StreamChatSwiftUI/DefaultViewFactory.swift index bce2b7b63..f8dcb3a8b 100644 --- a/Sources/StreamChatSwiftUI/DefaultViewFactory.swift +++ b/Sources/StreamChatSwiftUI/DefaultViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Photos diff --git a/Sources/StreamChatSwiftUI/DependencyInjection.swift b/Sources/StreamChatSwiftUI/DependencyInjection.swift index 1448e1496..6391ba7d5 100644 --- a/Sources/StreamChatSwiftUI/DependencyInjection.swift +++ b/Sources/StreamChatSwiftUI/DependencyInjection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Fonts.swift b/Sources/StreamChatSwiftUI/Fonts.swift index 575b1ae8f..afa66541c 100644 --- a/Sources/StreamChatSwiftUI/Fonts.swift +++ b/Sources/StreamChatSwiftUI/Fonts.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift b/Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift index 3bc005b19..a596aafd9 100644 --- a/Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift +++ b/Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // // ⚠️ Generated file, please use `fastlane :bump_SDK_version or fastlane release major|minor|patch` lanes diff --git a/Sources/StreamChatSwiftUI/Images.swift b/Sources/StreamChatSwiftUI/Images.swift index da223ddad..eb236ed8d 100644 --- a/Sources/StreamChatSwiftUI/Images.swift +++ b/Sources/StreamChatSwiftUI/Images.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/InjectedValuesExtensions.swift b/Sources/StreamChatSwiftUI/InjectedValuesExtensions.swift index 65a5070b0..0dc07b6c3 100644 --- a/Sources/StreamChatSwiftUI/InjectedValuesExtensions.swift +++ b/Sources/StreamChatSwiftUI/InjectedValuesExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Resources/en.lproj/Localizable.strings b/Sources/StreamChatSwiftUI/Resources/en.lproj/Localizable.strings index d415c798a..8138130b4 100644 --- a/Sources/StreamChatSwiftUI/Resources/en.lproj/Localizable.strings +++ b/Sources/StreamChatSwiftUI/Resources/en.lproj/Localizable.strings @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // "channel.name.and" = "and"; diff --git a/Sources/StreamChatSwiftUI/SDKIdentifier.swift b/Sources/StreamChatSwiftUI/SDKIdentifier.swift index ea8a27bcb..251b983e8 100644 --- a/Sources/StreamChatSwiftUI/SDKIdentifier.swift +++ b/Sources/StreamChatSwiftUI/SDKIdentifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/StreamChat.swift b/Sources/StreamChatSwiftUI/StreamChat.swift index 2464fd800..75f03f944 100644 --- a/Sources/StreamChatSwiftUI/StreamChat.swift +++ b/Sources/StreamChatSwiftUI/StreamChat.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/Utils.swift b/Sources/StreamChatSwiftUI/Utils.swift index de01943f8..349eb5206 100644 --- a/Sources/StreamChatSwiftUI/Utils.swift +++ b/Sources/StreamChatSwiftUI/Utils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/BundleExtensions.swift b/Sources/StreamChatSwiftUI/Utils/BundleExtensions.swift index 523f22823..18550297a 100644 --- a/Sources/StreamChatSwiftUI/Utils/BundleExtensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/BundleExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/AutoLayoutHelpers.swift b/Sources/StreamChatSwiftUI/Utils/Common/AutoLayoutHelpers.swift index eb4adc3f9..5c24e6e2f 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/AutoLayoutHelpers.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/AutoLayoutHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/Cache.swift b/Sources/StreamChatSwiftUI/Utils/Common/Cache.swift index 61649e3f5..887baa429 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/Cache.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/Cache.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatChannelNamer.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatChannelNamer.swift index de2bba4d6..b53492743 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatChannelNamer.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatChannelNamer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift index 64ee050aa..93b12d349 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatClient+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatMessage+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatMessage+Extensions.swift index 39431eb4a..26f3c27ab 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatMessage+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatMessage+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatMessageReactionAppeareance.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatMessageReactionAppeareance.swift index 6118f10a7..43d2dd482 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatMessageReactionAppeareance.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatMessageReactionAppeareance.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ChatUserNamer.swift b/Sources/StreamChatSwiftUI/Utils/Common/ChatUserNamer.swift index f079e16ff..c8176aca8 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ChatUserNamer.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ChatUserNamer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/DateFormatter+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/DateFormatter+Extensions.swift index 3784d1838..f111148d1 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/DateFormatter+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/DateFormatter+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/DateUtils.swift b/Sources/StreamChatSwiftUI/Utils/Common/DateUtils.swift index bb8dbf7ab..440010baa 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/DateUtils.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/DateUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/FileCDN.swift b/Sources/StreamChatSwiftUI/Utils/Common/FileCDN.swift index d502103b7..fce71263f 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/FileCDN.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/FileCDN.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ImageCDN.swift b/Sources/StreamChatSwiftUI/Utils/Common/ImageCDN.swift index a6fbd036d..6774c4dca 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ImageCDN.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ImageCDN.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/ImageMerger.swift b/Sources/StreamChatSwiftUI/Utils/Common/ImageMerger.swift index 286c10200..f66b9aec9 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/ImageMerger.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/ImageMerger.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift b/Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift index db5bb7ca9..d12a6edb8 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/InputTextView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/NSLayoutConstraint+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/NSLayoutConstraint+Extensions.swift index 3ee145ed3..d70a7f19c 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/NSLayoutConstraint+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/NSLayoutConstraint+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/NukeImageProcessor.swift b/Sources/StreamChatSwiftUI/Utils/Common/NukeImageProcessor.swift index 5a7e7f510..f4e2964a4 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/NukeImageProcessor.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/NukeImageProcessor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/OnLoadViewModifier.swift b/Sources/StreamChatSwiftUI/Utils/Common/OnLoadViewModifier.swift index ae9beee70..078a81715 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/OnLoadViewModifier.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/OnLoadViewModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/Publisher+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/Publisher+Extensions.swift index 61164a76f..efb608179 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/Publisher+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/Publisher+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/Utils/Common/UIColor+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/UIColor+Extensions.swift index c6348e28f..a829710da 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/UIColor+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/UIColor+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/UIFont+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/UIFont+Extensions.swift index ea0080b75..926dd2ba5 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/UIFont+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/UIFont+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/UIImage+Extensions.swift b/Sources/StreamChatSwiftUI/Utils/Common/UIImage+Extensions.swift index 3ba3b16ac..8e7f7c9c6 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/UIImage+Extensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/UIImage+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/Common/UIView+AccessibilityIdentifier.swift b/Sources/StreamChatSwiftUI/Utils/Common/UIView+AccessibilityIdentifier.swift index 3fa85b46b..cfc8deba4 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/UIView+AccessibilityIdentifier.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/UIView+AccessibilityIdentifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/Common/VideoPreviewLoader.swift b/Sources/StreamChatSwiftUI/Utils/Common/VideoPreviewLoader.swift index 366496c56..7567088d4 100644 --- a/Sources/StreamChatSwiftUI/Utils/Common/VideoPreviewLoader.swift +++ b/Sources/StreamChatSwiftUI/Utils/Common/VideoPreviewLoader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import AVKit diff --git a/Sources/StreamChatSwiftUI/Utils/Errors.swift b/Sources/StreamChatSwiftUI/Utils/Errors.swift index 617a61fc2..86b5cf516 100644 --- a/Sources/StreamChatSwiftUI/Utils/Errors.swift +++ b/Sources/StreamChatSwiftUI/Utils/Errors.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/Utils/HideTabBarModifier.swift b/Sources/StreamChatSwiftUI/Utils/HideTabBarModifier.swift index 8de7f4a5e..ab77aa2e7 100644 --- a/Sources/StreamChatSwiftUI/Utils/HideTabBarModifier.swift +++ b/Sources/StreamChatSwiftUI/Utils/HideTabBarModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/ImageLoading.swift b/Sources/StreamChatSwiftUI/Utils/ImageLoading.swift index 77f23d71a..cfea91c2a 100644 --- a/Sources/StreamChatSwiftUI/Utils/ImageLoading.swift +++ b/Sources/StreamChatSwiftUI/Utils/ImageLoading.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/Sources/StreamChatSwiftUI/Utils/KeyboardHandling.swift b/Sources/StreamChatSwiftUI/Utils/KeyboardHandling.swift index 42c7ba25f..ec483dbff 100644 --- a/Sources/StreamChatSwiftUI/Utils/KeyboardHandling.swift +++ b/Sources/StreamChatSwiftUI/Utils/KeyboardHandling.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/Sources/StreamChatSwiftUI/Utils/LazyImageExtensions.swift b/Sources/StreamChatSwiftUI/Utils/LazyImageExtensions.swift index c2d5eb852..cd753515c 100644 --- a/Sources/StreamChatSwiftUI/Utils/LazyImageExtensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/LazyImageExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/LazyView.swift b/Sources/StreamChatSwiftUI/Utils/LazyView.swift index 1874c06a5..395f4b50c 100644 --- a/Sources/StreamChatSwiftUI/Utils/LazyView.swift +++ b/Sources/StreamChatSwiftUI/Utils/LazyView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift b/Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift index 42d798245..dd4068888 100644 --- a/Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift +++ b/Sources/StreamChatSwiftUI/Utils/MessageCachingUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/MessagePreviewFormatter.swift b/Sources/StreamChatSwiftUI/Utils/MessagePreviewFormatter.swift index 9fa61e1ba..d20dbff68 100644 --- a/Sources/StreamChatSwiftUI/Utils/MessagePreviewFormatter.swift +++ b/Sources/StreamChatSwiftUI/Utils/MessagePreviewFormatter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/Utils/Modifiers.swift b/Sources/StreamChatSwiftUI/Utils/Modifiers.swift index a4474d316..491725784 100644 --- a/Sources/StreamChatSwiftUI/Utils/Modifiers.swift +++ b/Sources/StreamChatSwiftUI/Utils/Modifiers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/NavigationContainerView.swift b/Sources/StreamChatSwiftUI/Utils/NavigationContainerView.swift index 9e4fb9235..c0d8570c3 100644 --- a/Sources/StreamChatSwiftUI/Utils/NavigationContainerView.swift +++ b/Sources/StreamChatSwiftUI/Utils/NavigationContainerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/NetworkReachability.swift b/Sources/StreamChatSwiftUI/Utils/NetworkReachability.swift index ac44c3fc6..8f312a25c 100644 --- a/Sources/StreamChatSwiftUI/Utils/NetworkReachability.swift +++ b/Sources/StreamChatSwiftUI/Utils/NetworkReachability.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/NukeImageLoader.swift b/Sources/StreamChatSwiftUI/Utils/NukeImageLoader.swift index b73abc963..480d4cba1 100644 --- a/Sources/StreamChatSwiftUI/Utils/NukeImageLoader.swift +++ b/Sources/StreamChatSwiftUI/Utils/NukeImageLoader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/Sources/StreamChatSwiftUI/Utils/SnapshotCreator.swift b/Sources/StreamChatSwiftUI/Utils/SnapshotCreator.swift index adcfedcee..624475bca 100644 --- a/Sources/StreamChatSwiftUI/Utils/SnapshotCreator.swift +++ b/Sources/StreamChatSwiftUI/Utils/SnapshotCreator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/StreamLazyImage.swift b/Sources/StreamChatSwiftUI/Utils/StreamLazyImage.swift index 987ed8d74..d53fa9a8a 100644 --- a/Sources/StreamChatSwiftUI/Utils/StreamLazyImage.swift +++ b/Sources/StreamChatSwiftUI/Utils/StreamLazyImage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/StringExtensions.swift b/Sources/StreamChatSwiftUI/Utils/StringExtensions.swift index 29a3b70c3..6c14832d0 100644 --- a/Sources/StreamChatSwiftUI/Utils/StringExtensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/StringExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/Utils/SwiftUI+UIAlertController.swift b/Sources/StreamChatSwiftUI/Utils/SwiftUI+UIAlertController.swift index c4641b5e1..20dde3ee2 100644 --- a/Sources/StreamChatSwiftUI/Utils/SwiftUI+UIAlertController.swift +++ b/Sources/StreamChatSwiftUI/Utils/SwiftUI+UIAlertController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/Utils/ViewExtensions.swift b/Sources/StreamChatSwiftUI/Utils/ViewExtensions.swift index db25c13a1..3570bb594 100644 --- a/Sources/StreamChatSwiftUI/Utils/ViewExtensions.swift +++ b/Sources/StreamChatSwiftUI/Utils/ViewExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/Sources/StreamChatSwiftUI/ViewFactory.swift b/Sources/StreamChatSwiftUI/ViewFactory.swift index 68418b510..4c6293bca 100644 --- a/Sources/StreamChatSwiftUI/ViewFactory.swift +++ b/Sources/StreamChatSwiftUI/ViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/Sources/StreamChatSwiftUI/ViewModelsFactory.swift b/Sources/StreamChatSwiftUI/ViewModelsFactory.swift index 9b1ce724e..334532a46 100644 --- a/Sources/StreamChatSwiftUI/ViewModelsFactory.swift +++ b/Sources/StreamChatSwiftUI/ViewModelsFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift index 87a248b39..b22aa221f 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/APIClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/AnyEndpoint.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/AnyEndpoint.swift index 4c5055ed3..ac1bd7700 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/AnyEndpoint.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/AnyEndpoint.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/CDNClient_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/CDNClient_Mock.swift index b989dcee2..a1d405630 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/CDNClient_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/CDNClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/ChatMessageControllerSUI_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/ChatMessageControllerSUI_Mock.swift index d90c84fc1..ed1f430c8 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/ChatMessageControllerSUI_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/ChatMessageControllerSUI_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/EventBatcherMock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/EventBatcherMock.swift index d2bc2bb62..af19e8fb3 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/EventBatcherMock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/EventBatcherMock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/EventNotificationCenterMock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/EventNotificationCenterMock.swift index 0e7020333..8e111c5d5 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/EventNotificationCenterMock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/EventNotificationCenterMock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/ImageLoader_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/ImageLoader_Mock.swift index 0f73e2df2..0b3d13405 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/ImageLoader_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/ImageLoader_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/InternetConnectionMock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/InternetConnectionMock.swift index f2a94d238..0acd5dd4a 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/InternetConnectionMock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/InternetConnectionMock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/MockBackgroundTaskScheduler.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/MockBackgroundTaskScheduler.swift index fa46566d7..82ce2845c 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/MockBackgroundTaskScheduler.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/MockBackgroundTaskScheduler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/MockNetworkURLProtocol.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/MockNetworkURLProtocol.swift index 80604943e..37b43269b 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/MockNetworkURLProtocol.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/MockNetworkURLProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/Poll_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/Poll_Mock.swift index ead778f5b..21db2d3b1 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/Poll_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/Poll_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/RequestRecorderURLProtocol.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/RequestRecorderURLProtocol.swift index 129dc3a4b..bbb36d09c 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/RequestRecorderURLProtocol.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/RequestRecorderURLProtocol.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/StreamChatUtilsMocks.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/StreamChatUtilsMocks.swift index a3f6683f1..037657d86 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/StreamChatUtilsMocks.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/StreamChatUtilsMocks.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/TestRequest.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/TestRequest.swift index a1aa94440..9a43713eb 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/TestRequest.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/TestRequest.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/VirtualTimer.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/VirtualTimer.swift index 932c89853..cdd796b60 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/VirtualTimer.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/VirtualTimer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketClient_Mock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketClient_Mock.swift index db5745d82..fd18ece5b 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketClient_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketEngineMock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketEngineMock.swift index 7e0899fc8..49f8c5fdd 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketEngineMock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketEngineMock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketPingControllerMock.swift b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketPingControllerMock.swift index 55143d75c..42926bb7a 100644 --- a/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketPingControllerMock.swift +++ b/StreamChatSwiftUITests/Infrastructure/Mocks/WebSocketPingControllerMock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/ChannelId.swift b/StreamChatSwiftUITests/Infrastructure/Shared/ChannelId.swift index 2c783270f..7b2a5e8b8 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/ChannelId.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/ChannelId.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/ColorExtensions.swift b/StreamChatSwiftUITests/Infrastructure/Shared/ColorExtensions.swift index da457451f..3e6a479f8 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/ColorExtensions.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/ColorExtensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import UIKit diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertAsync.swift b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertAsync.swift index ae27cc7ef..4703c5bd6 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertAsync.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertAsync.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertJSONEqual.swift b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertJSONEqual.swift index 5d1b887ec..424560e21 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertJSONEqual.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertJSONEqual.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertResult.swift b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertResult.swift index 8ca695c74..7f9d517dd 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertResult.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/CustomAssertions/AssertResult.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/JSONEncoder+Extensions.swift b/StreamChatSwiftUITests/Infrastructure/Shared/JSONEncoder+Extensions.swift index 830203d3d..74e870fb7 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/JSONEncoder+Extensions.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/JSONEncoder+Extensions.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/MockFunc.swift b/StreamChatSwiftUITests/Infrastructure/Shared/MockFunc.swift index b24af342d..711590119 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/MockFunc.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/MockFunc.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/QueueAwareDelegate.swift b/StreamChatSwiftUITests/Infrastructure/Shared/QueueAwareDelegate.swift index 7a62723d1..3f21c9395 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/QueueAwareDelegate.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/QueueAwareDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/RandomDispatchQueue.swift b/StreamChatSwiftUITests/Infrastructure/Shared/RandomDispatchQueue.swift index f4cf98123..1366be038 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/RandomDispatchQueue.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/RandomDispatchQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/TemporaryData.swift b/StreamChatSwiftUITests/Infrastructure/Shared/TemporaryData.swift index 0455d65e5..aebd9dcc7 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/TemporaryData.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/TemporaryData.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/TestDispatchQueue.swift b/StreamChatSwiftUITests/Infrastructure/Shared/TestDispatchQueue.swift index f96723aaf..c15fed15b 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/TestDispatchQueue.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/TestDispatchQueue.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/TestError.swift b/StreamChatSwiftUITests/Infrastructure/Shared/TestError.swift index d497e9f9a..023b7f4ab 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/TestError.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/TestError.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/TestRunnerEnvironment.swift b/StreamChatSwiftUITests/Infrastructure/Shared/TestRunnerEnvironment.swift index 96fc0f55e..c569f85af 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/TestRunnerEnvironment.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/TestRunnerEnvironment.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/UnwrapAsync.swift b/StreamChatSwiftUITests/Infrastructure/Shared/UnwrapAsync.swift index eebd24909..1fece2ca9 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/UnwrapAsync.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/UnwrapAsync.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/WaitFor.swift b/StreamChatSwiftUITests/Infrastructure/Shared/WaitFor.swift index c5beec8ba..585bb4889 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/WaitFor.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/WaitFor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/XCTAssertEqual+Difference.swift b/StreamChatSwiftUITests/Infrastructure/Shared/XCTAssertEqual+Difference.swift index e6434e76b..a35494f12 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/XCTAssertEqual+Difference.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/XCTAssertEqual+Difference.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/Shared/XCTestCase+MockJSON.swift b/StreamChatSwiftUITests/Infrastructure/Shared/XCTestCase+MockJSON.swift index 511c07cf1..6d9bb7a04 100644 --- a/StreamChatSwiftUITests/Infrastructure/Shared/XCTestCase+MockJSON.swift +++ b/StreamChatSwiftUITests/Infrastructure/Shared/XCTestCase+MockJSON.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITests/Infrastructure/TestTools/ChatClient_Mock.swift b/StreamChatSwiftUITests/Infrastructure/TestTools/ChatClient_Mock.swift index 8d6ef3d30..e2abc1405 100644 --- a/StreamChatSwiftUITests/Infrastructure/TestTools/ChatClient_Mock.swift +++ b/StreamChatSwiftUITests/Infrastructure/TestTools/ChatClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Infrastructure/TestTools/ViewFrameUtils.swift b/StreamChatSwiftUITests/Infrastructure/TestTools/ViewFrameUtils.swift index ea8017021..78c0e2ff6 100644 --- a/StreamChatSwiftUITests/Infrastructure/TestTools/ViewFrameUtils.swift +++ b/StreamChatSwiftUITests/Infrastructure/TestTools/ViewFrameUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/BottomReactionsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/BottomReactionsView_Tests.swift index c6f31eb63..7abfb2ba5 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/BottomReactionsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/BottomReactionsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelControllerFactory_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelControllerFactory_Tests.swift index 8e962f739..c92c7a6b1 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelControllerFactory_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelControllerFactory_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersViewModel_Tests.swift index 0fc659fb4..1c4cf05ac 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersView_Tests.swift index c1cdef6c1..29edd8364 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/AddUsersView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChannelInfoMockUtils.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChannelInfoMockUtils.swift index 881b0ebb8..4b4953c7c 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChannelInfoMockUtils.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChannelInfoMockUtils.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoViewModel_Tests.swift index 5625ba95c..4e389edc1 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoView_Tests.swift index 359d34d2a..4e214d7c5 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/ChatChannelInfoView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsViewModel_Tests.swift index 5811bb8ff..6fc7daa07 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsView_Tests.swift index a224579b1..ee8aa6709 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/FileAttachmentsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsViewModel_Tests.swift index 241e87ae1..4ed504494 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsView_Tests.swift index 2eeea81d0..ad8994771 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/MediaAttachmentsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesViewModel_Tests.swift index 12609fd68..f0c471d0a 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesView_Tests.swift index 39fcd8328..3ac1fc0a6 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChannelInfo/PinnedMessagesView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelDataSource_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelDataSource_Tests.swift index f76b460a7..685d08e8d 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelDataSource_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelDataSource_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelExtensions_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelExtensions_Tests.swift index 596c94f72..3a65242ee 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelExtensions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelExtensions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelHeader_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelHeader_Tests.swift index f98900f8d..baf0ec047 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelHeader_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelHeader_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelTestHelpers.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelTestHelpers.swift index bf287d2f2..8e6eeec9d 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelTestHelpers.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelTestHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewDateOverlay_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewDateOverlay_Tests.swift index 6c59180e7..e426dfc63 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewDateOverlay_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewDateOverlay_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewModel_Tests.swift index 81890c358..d0e89166d 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelView_Tests.swift index 7917fccc4..df0fcb472 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatChannelView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageBubbles_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageBubbles_Tests.swift index 3cb6a1a0e..07c9b3225 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageBubbles_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageBubbles_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageIDs_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageIDs_Tests.swift index c4469af82..0fcf27f6d 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageIDs_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessageIDs_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessage_AdjustedText_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessage_AdjustedText_Tests.swift index 36ffd21ba..21d732116 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessage_AdjustedText_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ChatMessage_AdjustedText_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollViewModel_Tests.swift index 3b3201931..fac68f9e8 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollView_Tests.swift index 6b91d7aec..04541b5de 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/CreatePollView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/GalleryView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/GalleryView_Tests.swift index cc75f1162..10f98f7d0 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/GalleryView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/GalleryView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/LazyImageExtensions_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/LazyImageExtensions_Tests.swift index daae38514..527d1fb93 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/LazyImageExtensions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/LazyImageExtensions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageActionsViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageActionsViewModel_Tests.swift index dbcbe7587..e9e01805c 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageActionsViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageActionsViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageActions_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageActions_Tests.swift index 8194afe6b..a2ea5770b 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageActions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageActions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageCachingUtils_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageCachingUtils_Tests.swift index d95096764..47ddb78f5 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageCachingUtils_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageCachingUtils_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerViewModel_Tests.swift index 689b9468f..c8a27d51d 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerView_Tests.swift index ee2c246dc..0586d1472 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageComposerView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Photos diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift index f20e4fbae..fbdbdb7ca 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListDateUtils_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListDateUtils_Tests.swift index f6c2053c9..eca403460 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListDateUtils_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListDateUtils_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewAvatars_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewAvatars_Tests.swift index cbe8597c5..930d099d2 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewAvatars_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewAvatars_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewLastGroupHeader_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewLastGroupHeader_Tests.swift index 1af3ce33a..11684a90b 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewLastGroupHeader_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewLastGroupHeader_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewNewMessages_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewNewMessages_Tests.swift index 6a7d567ae..e23398867 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewNewMessages_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListViewNewMessages_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListView_Tests.swift index 5f914dd0e..d11c2fc42 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageListView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageListView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageReadIndicatorView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageReadIndicatorView_Tests.swift index e7f3fe61c..667f3942c 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageReadIndicatorView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageReadIndicatorView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageTypeResolver_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageTypeResolver_Tests.swift index 2d877b366..19a027dc3 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageTypeResolver_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageTypeResolver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageViewMultiRowReactions_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageViewMultiRowReactions_Tests.swift index d4a647d88..c6211848e 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageViewMultiRowReactions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageViewMultiRowReactions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/MessageView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/MessageView_Tests.swift index efc3f4803..a55a26dbb 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/MessageView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/MessageView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentViewModel_Tests.swift index ddc5d0402..4fb540793 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentView_Tests.swift index ba97d073c..2679c54f6 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/PollAttachmentView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/PollCommentsViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/PollCommentsViewModel_Tests.swift index c98b1513f..6981b7e56 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/PollCommentsViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/PollCommentsViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/QuotedMessageView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/QuotedMessageView_Tests.swift index 96cedcd5c..d2e9bffa8 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/QuotedMessageView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/QuotedMessageView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsOverlayView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsOverlayView_Tests.swift index 3deee31a6..17f387389 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsOverlayView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsOverlayView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsUsersView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsUsersView_Tests.swift index c900f2023..f02eb8e2c 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsUsersView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/ReactionsUsersView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/CommandsHandler_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/CommandsHandler_Tests.swift index 67587e642..a7197dfd6 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/CommandsHandler_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/CommandsHandler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsHandler_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsHandler_Tests.swift index 46ed18ad2..bf775b197 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsHandler_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsHandler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsView_Tests.swift index 1ed291b4b..0aef06f3e 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/InstantCommandsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/MuteCommandHandler_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/MuteCommandHandler_Tests.swift index 72bfd7d81..b5a4c869f 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/MuteCommandHandler_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/MuteCommandHandler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TestCommandsConfig.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TestCommandsConfig.swift index dbddc4765..add7ecbc7 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TestCommandsConfig.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TestCommandsConfig.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Combine diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TypingSuggester_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TypingSuggester_Tests.swift index 39fe7fa58..ea28d78cd 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TypingSuggester_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/Suggestions/TypingSuggester_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/TypingIndicatorView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/TypingIndicatorView_Tests.swift index c11cd13e2..b38473e54 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/TypingIndicatorView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/TypingIndicatorView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannel/WebView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannel/WebView_Tests.swift index a4d8fd5fa..8561132e4 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannel/WebView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannel/WebView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/ChannelHeaderLoader_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/ChannelHeaderLoader_Tests.swift index bb0e8c14c..43f8bffd4 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/ChannelHeaderLoader_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/ChannelHeaderLoader_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListItemView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListItemView_Tests.swift index e272d2bc0..6c62321b6 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListItemView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListItemView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListTestHelpers.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListTestHelpers.swift index e488a8f88..d96a32284 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListTestHelpers.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListTestHelpers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListViewModel_Tests.swift index b01623dcc..aa01fa099 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListView_Tests.swift index ef947161e..3ddb30bfe 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/ChatChannelListView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/LoadingView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/LoadingView_Tests.swift index 7ea2139d5..038baadf3 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/LoadingView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/LoadingView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsFullScreenWrappingView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsFullScreenWrappingView_Tests.swift index a7a058ad6..b088c6b00 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsFullScreenWrappingView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsFullScreenWrappingView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsViewModel_Tests.swift index f0e2bb8df..e9b904617 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsView_Tests.swift index 04ad2ad55..ae706f0dd 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/MoreChannelActionsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/NoChannelsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/NoChannelsView_Tests.swift index 220495afe..b52631645 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/NoChannelsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/NoChannelsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatChannelList/SearchResultsView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatChannelList/SearchResultsView_Tests.swift index e379b2700..9348ae810 100644 --- a/StreamChatSwiftUITests/Tests/ChatChannelList/SearchResultsView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatChannelList/SearchResultsView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListItemView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListItemView_Tests.swift index 9438604c0..d2de6ac9f 100644 --- a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListItemView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListItemView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListViewModel_Tests.swift b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListViewModel_Tests.swift index bf3648b07..993414da0 100644 --- a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListViewModel_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListViewModel_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListView_Tests.swift b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListView_Tests.swift index 9711eea5c..027630d48 100644 --- a/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListView_Tests.swift +++ b/StreamChatSwiftUITests/Tests/ChatThreadList/ChatThreadListView_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/CommonViews/AlertBannerViewModifier_Tests.swift b/StreamChatSwiftUITests/Tests/CommonViews/AlertBannerViewModifier_Tests.swift index 000a51508..ce0eed131 100644 --- a/StreamChatSwiftUITests/Tests/CommonViews/AlertBannerViewModifier_Tests.swift +++ b/StreamChatSwiftUITests/Tests/CommonViews/AlertBannerViewModifier_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SnapshotTesting diff --git a/StreamChatSwiftUITests/Tests/StreamChatTestCase.swift b/StreamChatSwiftUITests/Tests/StreamChatTestCase.swift index e5a1babb6..8fa92fe99 100644 --- a/StreamChatSwiftUITests/Tests/StreamChatTestCase.swift +++ b/StreamChatSwiftUITests/Tests/StreamChatTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/AudioRecordingNameFormatter_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/AudioRecordingNameFormatter_Tests.swift index b1721ff89..4956cc710 100644 --- a/StreamChatSwiftUITests/Tests/Utils/AudioRecordingNameFormatter_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/AudioRecordingNameFormatter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/ChatChannelNamer_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ChatChannelNamer_Tests.swift index 92abb9bef..934893086 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ChatChannelNamer_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ChatChannelNamer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/ChatClientExtensions_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ChatClientExtensions_Tests.swift index 7f7644bf8..4bc81b874 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ChatClientExtensions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ChatClientExtensions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/ChatUserNamer_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ChatUserNamer_Tests.swift index 600294faa..00a764468 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ChatUserNamer_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ChatUserNamer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/DateUtils_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/DateUtils_Tests.swift index bf3373ebb..122da026a 100644 --- a/StreamChatSwiftUITests/Tests/Utils/DateUtils_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/DateUtils_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/ImageCDN_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ImageCDN_Tests.swift index bd08ac6c6..a74a1e3d6 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ImageCDN_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ImageCDN_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/PaddingsConfig_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/PaddingsConfig_Tests.swift index 03a594a63..91ad085de 100644 --- a/StreamChatSwiftUITests/Tests/Utils/PaddingsConfig_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/PaddingsConfig_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/ReactionsIconProvider_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ReactionsIconProvider_Tests.swift index ef6e6e8c5..941b730d4 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ReactionsIconProvider_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ReactionsIconProvider_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/SortReactions_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/SortReactions_Tests.swift index e05928856..d6ebf6dad 100644 --- a/StreamChatSwiftUITests/Tests/Utils/SortReactions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/SortReactions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/StreamChat_Utils_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/StreamChat_Utils_Tests.swift index f512367b3..f3ebeff38 100644 --- a/StreamChatSwiftUITests/Tests/Utils/StreamChat_Utils_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/StreamChat_Utils_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/StringExtensions_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/StringExtensions_Tests.swift index 58ca996e4..1069fc74a 100644 --- a/StreamChatSwiftUITests/Tests/Utils/StringExtensions_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/StringExtensions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/URLUtils_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/URLUtils_Tests.swift index 69624f4e1..96b2d24a4 100644 --- a/StreamChatSwiftUITests/Tests/Utils/URLUtils_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/URLUtils_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamChat diff --git a/StreamChatSwiftUITests/Tests/Utils/VideoDurationFormatter_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/VideoDurationFormatter_Tests.swift index be55b243b..a4898bb04 100644 --- a/StreamChatSwiftUITests/Tests/Utils/VideoDurationFormatter_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/VideoDurationFormatter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITests/Tests/Utils/ViewFactory_Tests.swift b/StreamChatSwiftUITests/Tests/Utils/ViewFactory_Tests.swift index 5f3493808..00d085882 100644 --- a/StreamChatSwiftUITests/Tests/Utils/ViewFactory_Tests.swift +++ b/StreamChatSwiftUITests/Tests/Utils/ViewFactory_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsApp/AppDelegate.swift b/StreamChatSwiftUITestsApp/AppDelegate.swift index fa91a3a02..d3d6a5606 100644 --- a/StreamChatSwiftUITestsApp/AppDelegate.swift +++ b/StreamChatSwiftUITestsApp/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/StreamChatSwiftUITestsApp/CustomChannelHeader.swift b/StreamChatSwiftUITestsApp/CustomChannelHeader.swift index 0894e2de0..a3d98f602 100644 --- a/StreamChatSwiftUITestsApp/CustomChannelHeader.swift +++ b/StreamChatSwiftUITestsApp/CustomChannelHeader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChat diff --git a/StreamChatSwiftUITestsApp/InternetConnectionMonitor_Mock.swift b/StreamChatSwiftUITestsApp/InternetConnectionMonitor_Mock.swift index ef307899e..ec1e8026e 100644 --- a/StreamChatSwiftUITestsApp/InternetConnectionMonitor_Mock.swift +++ b/StreamChatSwiftUITestsApp/InternetConnectionMonitor_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsApp/StartPage.swift b/StreamChatSwiftUITestsApp/StartPage.swift index 35c04d63a..280b967c3 100644 --- a/StreamChatSwiftUITestsApp/StartPage.swift +++ b/StreamChatSwiftUITestsApp/StartPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import SwiftUI diff --git a/StreamChatSwiftUITestsApp/StreamChatSwiftUITestsAppApp.swift b/StreamChatSwiftUITestsApp/StreamChatSwiftUITestsAppApp.swift index d9668993f..0b6fc9e6d 100644 --- a/StreamChatSwiftUITestsApp/StreamChatSwiftUITestsAppApp.swift +++ b/StreamChatSwiftUITestsApp/StreamChatSwiftUITestsAppApp.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/StreamChatSwiftUITestsApp/StreamChatWrapper.swift b/StreamChatSwiftUITestsApp/StreamChatWrapper.swift index 042d201cf..a18853d6b 100644 --- a/StreamChatSwiftUITestsApp/StreamChatWrapper.swift +++ b/StreamChatSwiftUITestsApp/StreamChatWrapper.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsApp/UserCredentials.swift b/StreamChatSwiftUITestsApp/UserCredentials.swift index 652c7cea8..df293db54 100644 --- a/StreamChatSwiftUITestsApp/UserCredentials.swift +++ b/StreamChatSwiftUITestsApp/UserCredentials.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamChatSwiftUI diff --git a/StreamChatSwiftUITestsAppTests/Extensions/Bundle+Target.swift b/StreamChatSwiftUITestsAppTests/Extensions/Bundle+Target.swift index 393765258..e19697c21 100644 --- a/StreamChatSwiftUITestsAppTests/Extensions/Bundle+Target.swift +++ b/StreamChatSwiftUITestsAppTests/Extensions/Bundle+Target.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/ChannelListPage.swift b/StreamChatSwiftUITestsAppTests/Pages/ChannelListPage.swift index 35b17d592..f926db289 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/ChannelListPage.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/ChannelListPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/MessageListPage.swift b/StreamChatSwiftUITestsAppTests/Pages/MessageListPage.swift index a0b06971f..c0a7fd3f8 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/MessageListPage.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/MessageListPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/Settings.swift b/StreamChatSwiftUITestsAppTests/Pages/Settings.swift index 107dedec9..9abe320f8 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/Settings.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/Settings.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/SpringBoard.swift b/StreamChatSwiftUITestsAppTests/Pages/SpringBoard.swift index 9d946d458..ea7568949 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/SpringBoard.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/SpringBoard.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/StartPage.swift b/StreamChatSwiftUITestsAppTests/Pages/StartPage.swift index d356c693d..5d6a9baae 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/StartPage.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/StartPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Pages/ThreadPage.swift b/StreamChatSwiftUITestsAppTests/Pages/ThreadPage.swift index 5ee2dda84..9a6daecb1 100644 --- a/StreamChatSwiftUITestsAppTests/Pages/ThreadPage.swift +++ b/StreamChatSwiftUITestsAppTests/Pages/ThreadPage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Robots/UserRobot+Asserts.swift b/StreamChatSwiftUITestsAppTests/Robots/UserRobot+Asserts.swift index dbd33f6d1..637cdb19a 100644 --- a/StreamChatSwiftUITestsAppTests/Robots/UserRobot+Asserts.swift +++ b/StreamChatSwiftUITestsAppTests/Robots/UserRobot+Asserts.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift b/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift index 14e4c9133..9f2d112f3 100644 --- a/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift +++ b/StreamChatSwiftUITestsAppTests/Robots/UserRobot.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation diff --git a/StreamChatSwiftUITestsAppTests/StreamChatSwiftUITests.swift b/StreamChatSwiftUITestsAppTests/StreamChatSwiftUITests.swift index 0d76e6356..33dbeb3fb 100644 --- a/StreamChatSwiftUITestsAppTests/StreamChatSwiftUITests.swift +++ b/StreamChatSwiftUITestsAppTests/StreamChatSwiftUITests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @_exported import StreamChatTestMockServer diff --git a/StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift index 5772de2b6..070c15d9d 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Attachments_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/Base TestCase/StreamTestCase.swift b/StreamChatSwiftUITestsAppTests/Tests/Base TestCase/StreamTestCase.swift index 9cfc86184..c6bcd4494 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Base TestCase/StreamTestCase.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Base TestCase/StreamTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/ChannelList_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/ChannelList_Tests.swift index 9f34d73f2..b4cd7f105 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/ChannelList_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/ChannelList_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/Ephemeral_Messages_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/Ephemeral_Messages_Tests.swift index 0c87ecc8f..453a8cc92 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Ephemeral_Messages_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Ephemeral_Messages_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus+ChannelList_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus+ChannelList_Tests.swift index 47aa65e84..af04a93f0 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus+ChannelList_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus+ChannelList_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus_Tests.swift index b7e4e0ce0..acf04b42d 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Message Delivery Status/MessageDeliveryStatus_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift index 5c44a6921..821986de5 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/MessageList_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/PushNotification_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/PushNotification_Tests.swift index 610042b22..ae8239069 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/PushNotification_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/PushNotification_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/QuotedReply_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/QuotedReply_Tests.swift index c7f19a595..fb935677b 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/QuotedReply_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/QuotedReply_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/Reactions_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/Reactions_Tests.swift index 31e446756..b97de225a 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/Reactions_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/Reactions_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift b/StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift index 0d84617e7..132efdf76 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/SlowMode_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import XCTest diff --git a/StreamChatSwiftUITestsAppTests/Tests/StreamTestCase+Tags.swift b/StreamChatSwiftUITestsAppTests/Tests/StreamTestCase+Tags.swift index 314cb98c9..55d641b85 100644 --- a/StreamChatSwiftUITestsAppTests/Tests/StreamTestCase+Tags.swift +++ b/StreamChatSwiftUITestsAppTests/Tests/StreamTestCase+Tags.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation