diff --git a/CallIntent/IntentHandler.swift b/CallIntent/IntentHandler.swift index 4ecaaac6d..fee7cb730 100644 --- a/CallIntent/IntentHandler.swift +++ b/CallIntent/IntentHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Intents diff --git a/DemoApp/Sources/AppDelegate.swift b/DemoApp/Sources/AppDelegate.swift index cbca07534..03a5fc74d 100644 --- a/DemoApp/Sources/AppDelegate.swift +++ b/DemoApp/Sources/AppDelegate.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import GDPerformanceView_Swift diff --git a/DemoApp/Sources/Components/AppEnvironment.swift b/DemoApp/Sources/Components/AppEnvironment.swift index 3b0329590..cd7bcf78f 100644 --- a/DemoApp/Sources/Components/AppEnvironment.swift +++ b/DemoApp/Sources/Components/AppEnvironment.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/DemoApp/Sources/Components/AppState.swift b/DemoApp/Sources/Components/AppState.swift index e7fb78d7c..5f347c91b 100644 --- a/DemoApp/Sources/Components/AppState.swift +++ b/DemoApp/Sources/Components/AppState.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/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift b/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift index f5a660e86..97601b392 100644 --- a/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.swift +++ b/DemoApp/Sources/Components/AudioFilter/RobotVoiceFilter.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/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift b/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift index 54bc7c957..3fe249cb9 100644 --- a/DemoApp/Sources/Components/Authentication/AuthenticationProvider.swift +++ b/DemoApp/Sources/Components/Authentication/AuthenticationProvider.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/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift b/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift index 2b4af3970..596754c42 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatAdapter.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatAdapter.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/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift b/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift index fe1fcf76a..fde41f943 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewFactory.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewFactory.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/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift b/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift index f825faa97..fc01675ae 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewModel+Injection.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/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift b/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift index 8f62c34ac..c476d9060 100644 --- a/DemoApp/Sources/Components/Chat/DemoChatViewModel.swift +++ b/DemoApp/Sources/Components/Chat/DemoChatViewModel.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/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift b/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift index f934d164b..af0c34d3c 100644 --- a/DemoApp/Sources/Components/CodeScanner/CodeScanner.swift +++ b/DemoApp/Sources/Components/CodeScanner/CodeScanner.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/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift b/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift index 2a6d169e3..5385d50a9 100644 --- a/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.swift +++ b/DemoApp/Sources/Components/Deeplinks/DeeplinkAdapter.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/DemoApp/Sources/Components/DemoAppViewFactory.swift b/DemoApp/Sources/Components/DemoAppViewFactory.swift index 1c25c85c0..04469fef5 100644 --- a/DemoApp/Sources/Components/DemoAppViewFactory.swift +++ b/DemoApp/Sources/Components/DemoAppViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift b/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift index 4a8821753..4897b0845 100644 --- a/DemoApp/Sources/Components/Feedback/DemoFeedbackView.swift +++ b/DemoApp/Sources/Components/Feedback/DemoFeedbackView.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/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift b/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift index 5e3633f57..0a076c45e 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/LogQueue.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/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift index 1fdcac4af..e31a4fbd8 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogDestination.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/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift index 4194d2992..78a4fc5d2 100644 --- a/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.swift +++ b/DemoApp/Sources/Components/MemoryLogDestination/MemoryLogViewer.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/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift b/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift index d05d0adfc..7ca1b97c9 100644 --- a/DemoApp/Sources/Components/Reactions/ReactionsAdapter.swift +++ b/DemoApp/Sources/Components/Reactions/ReactionsAdapter.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/DemoApp/Sources/Components/Router.swift b/DemoApp/Sources/Components/Router.swift index 4c6a419ff..f46cce6fc 100644 --- a/DemoApp/Sources/Components/Router.swift +++ b/DemoApp/Sources/Components/Router.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/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift b/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift index df74068f1..91323c804 100644 --- a/DemoApp/Sources/Components/SessionTimer/SessionTimer.swift +++ b/DemoApp/Sources/Components/SessionTimer/SessionTimer.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/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift b/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift index 3f8b32024..d9a29aa37 100644 --- a/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.swift +++ b/DemoApp/Sources/Components/Snapshot/LocalParticipantSnapshotViewModel.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/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift b/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift index b4720d518..45ea970ef 100644 --- a/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.swift +++ b/DemoApp/Sources/Components/Snapshot/SnapshotTrigger.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/DemoApp/Sources/Components/Storage/UnsecureRepository.swift b/DemoApp/Sources/Components/Storage/UnsecureRepository.swift index fb65e01b7..9b7e77e25 100644 --- a/DemoApp/Sources/Components/Storage/UnsecureRepository.swift +++ b/DemoApp/Sources/Components/Storage/UnsecureRepository.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/DemoApp/Sources/Controls/CallButtonView.swift b/DemoApp/Sources/Controls/CallButtonView.swift index 471d16b99..2f7d1ff41 100644 --- a/DemoApp/Sources/Controls/CallButtonView.swift +++ b/DemoApp/Sources/Controls/CallButtonView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/DemoApp/Sources/Controls/CallButtonView/CallButtonView.swift b/DemoApp/Sources/Controls/CallButtonView/CallButtonView.swift deleted file mode 100644 index 471d16b99..000000000 --- a/DemoApp/Sources/Controls/CallButtonView/CallButtonView.swift +++ /dev/null @@ -1,25 +0,0 @@ -// -// Copyright © 2024 Stream.io Inc. All rights reserved. -// - -import StreamVideo -import StreamVideoSwiftUI -import SwiftUI - -struct CallButtonView: View { - @Injected(\.appearance) var appearance - - var title: String - var maxWidth: CGFloat? - var isDisabled: Bool - - var body: some View { - Text(title) - .bold() - .foregroundColor(.white) - .padding(.all, 12) - .frame(maxWidth: maxWidth ?? .infinity) - .background(isDisabled ? appearance.colors.lightGray : appearance.colors.primaryButtonBackground) - .cornerRadius(8) - } -} diff --git a/DemoApp/Sources/Controls/DemoAppCallControlsView.swift b/DemoApp/Sources/Controls/DemoAppCallControlsView.swift deleted file mode 100644 index 3996e044d..000000000 --- a/DemoApp/Sources/Controls/DemoAppCallControlsView.swift +++ /dev/null @@ -1,76 +0,0 @@ -// -// Copyright © 2024 Stream.io Inc. All rights reserved. -// - -import ReplayKit -import StreamVideo -import StreamVideoSwiftUI -import SwiftUI - -struct DemoAppCallControlsView: View { - - @Injected(\.streamVideo) var streamVideo - - private let size: CGFloat = 50 - - @ObservedObject var viewModel: CallViewModel - - @Injected(\.images) var images - @Injected(\.colors) var colors - - public init(viewModel: CallViewModel) { - self.viewModel = viewModel - } - - public var body: some View { - EqualSpacingHStack { - [ - VideoIconView(viewModel: viewModel).asAnyView, - MicrophoneIconView(viewModel: viewModel).asAnyView, - ToggleCameraIconView(viewModel: viewModel).asAnyView, - BroadcastIconView( - viewModel: viewModel, - preferredExtension: "io.getstream.iOS.VideoDemoApp.ScreenSharing" - ).asAnyView, - HangUpIconView(viewModel: viewModel).asAnyView - ] - } - .frame(maxWidth: .infinity) - .frame(height: 85) - .background( - colors.callControlsBackground - .edgesIgnoringSafeArea(.all) - ) - .overlay( - VStack { - colors.callControlsBackground - .frame(height: 30) - .cornerRadius(24) - Spacer() - } - .offset(y: -15) - ) - } -} - -struct EqualSpacingHStack: View { - - var views: () -> [AnyView] - - var body: some View { - HStack(alignment: .top) { - ForEach(0.. diff --git a/Sources/StreamVideo/StreamVideo.swift b/Sources/StreamVideo/StreamVideo.swift index c4fb2954b..6614bdce5 100644 --- a/Sources/StreamVideo/StreamVideo.swift +++ b/Sources/StreamVideo/StreamVideo.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/StreamVideo/StreamVideoEnvironment.swift b/Sources/StreamVideo/StreamVideoEnvironment.swift index 9ae922211..db1b89360 100644 --- a/Sources/StreamVideo/StreamVideoEnvironment.swift +++ b/Sources/StreamVideo/StreamVideoEnvironment.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/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift b/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift index d747faeeb..9ed2d1dd0 100644 --- a/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.swift +++ b/Sources/StreamVideo/Utils/AVCaptureSession+ActiveCaptureDevice.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/StreamVideo/Utils/Array+SafeSubscript.swift b/Sources/StreamVideo/Utils/Array+SafeSubscript.swift index 12690f710..94a464d2b 100644 --- a/Sources/StreamVideo/Utils/Array+SafeSubscript.swift +++ b/Sources/StreamVideo/Utils/Array+SafeSubscript.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/StreamVideo/Utils/Atomic.swift b/Sources/StreamVideo/Utils/Atomic.swift index e17cf4fcb..bc18e1304 100644 --- a/Sources/StreamVideo/Utils/Atomic.swift +++ b/Sources/StreamVideo/Utils/Atomic.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/StreamVideo/Utils/AudioSession/AudioRecorder/AVAudioRecorderBuilder.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/AVAudioRecorderBuilder.swift index cac40741b..e0e00c340 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/AVAudioRecorderBuilder.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/AVAudioRecorderBuilder.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/StreamVideo/Utils/AudioSession/AudioRecorder/StreamActiveCallProvider.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamActiveCallProvider.swift index 4bc7dd6ab..f8d80c3bc 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamActiveCallProvider.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamActiveCallProvider.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/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift index 19121ea38..e8500ec95 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioRecorder/StreamCallAudioRecorder.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/StreamVideo/Utils/AudioSession/AudioSessionProtocol.swift b/Sources/StreamVideo/Utils/AudioSession/AudioSessionProtocol.swift index e67ea8c9e..a539de4ee 100644 --- a/Sources/StreamVideo/Utils/AudioSession/AudioSessionProtocol.swift +++ b/Sources/StreamVideo/Utils/AudioSession/AudioSessionProtocol.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/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession+CategoryOptions+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession+CategoryOptions+Convenience.swift index a5ac5d052..9d840b261 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession+CategoryOptions+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession+CategoryOptions+Convenience.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/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortDescription+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortDescription+Convenience.swift index 8f3559514..70446bf91 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortDescription+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionPortDescription+Convenience.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/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift index 4cb096de1..8a4901338 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSessionRouteDescription+Convenience.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/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession_RouteChangeReason+Convenience.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession_RouteChangeReason+Convenience.swift index 4224c0e16..342732b96 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession_RouteChangeReason+Convenience.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/AVAudioSession_RouteChangeReason+Convenience.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/StreamVideo/Utils/AudioSession/Extensions/RTCAudioSessionConfiguration+Default.swift b/Sources/StreamVideo/Utils/AudioSession/Extensions/RTCAudioSessionConfiguration+Default.swift index 2217a1c17..cf2b52446 100644 --- a/Sources/StreamVideo/Utils/AudioSession/Extensions/RTCAudioSessionConfiguration+Default.swift +++ b/Sources/StreamVideo/Utils/AudioSession/Extensions/RTCAudioSessionConfiguration+Default.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapter.swift b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapter.swift index ff8359c9a..e1a31be35 100644 --- a/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapter.swift +++ b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapter.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/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift index 52303110c..ef4bdb5e0 100644 --- a/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.swift +++ b/Sources/StreamVideo/Utils/AudioSession/StreamAudioSessionAdapterDelegate.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/StreamVideo/Utils/AudioSession/StreamRTCAudioSession.swift b/Sources/StreamVideo/Utils/AudioSession/StreamRTCAudioSession.swift index 624d19e82..ecf7247a0 100644 --- a/Sources/StreamVideo/Utils/AudioSession/StreamRTCAudioSession.swift +++ b/Sources/StreamVideo/Utils/AudioSession/StreamRTCAudioSession.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/StreamVideo/Utils/BundleExtensions.swift b/Sources/StreamVideo/Utils/BundleExtensions.swift index 363b24a6b..d3ad60639 100644 --- a/Sources/StreamVideo/Utils/BundleExtensions.swift +++ b/Sources/StreamVideo/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/StreamVideo/Utils/CallCache/CallCache.swift b/Sources/StreamVideo/Utils/CallCache/CallCache.swift index 915293def..504baa23b 100644 --- a/Sources/StreamVideo/Utils/CallCache/CallCache.swift +++ b/Sources/StreamVideo/Utils/CallCache/CallCache.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/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift b/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift index 9c4535217..0497f79be 100644 --- a/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.swift +++ b/Sources/StreamVideo/Utils/CollectionDelayedUpdateObserver.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/StreamVideo/Utils/Data+Gzip.swift b/Sources/StreamVideo/Utils/Data+Gzip.swift index 183d0622b..9674a22ee 100644 --- a/Sources/StreamVideo/Utils/Data+Gzip.swift +++ b/Sources/StreamVideo/Utils/Data+Gzip.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // /* diff --git a/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift b/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift index 4fb931a2e..fd6bd6f9f 100644 --- a/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.swift +++ b/Sources/StreamVideo/Utils/DeviceOrientation/StreamDeviceOrientationAdapter.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/StreamVideo/Utils/DisposableBag/DisposableBag.swift b/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift index cb482783c..0fd20d42b 100644 --- a/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.swift +++ b/Sources/StreamVideo/Utils/DisposableBag/DisposableBag.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/StreamVideo/Utils/EndpointConfig.swift b/Sources/StreamVideo/Utils/EndpointConfig.swift index 2ba5c9e7b..3bea5ba50 100644 --- a/Sources/StreamVideo/Utils/EndpointConfig.swift +++ b/Sources/StreamVideo/Utils/EndpointConfig.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/StreamVideo/Utils/IntExtensions.swift b/Sources/StreamVideo/Utils/IntExtensions.swift index 4730ad1bb..3c103b234 100644 --- a/Sources/StreamVideo/Utils/IntExtensions.swift +++ b/Sources/StreamVideo/Utils/IntExtensions.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/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift b/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift index 765f50b9f..ccd394142 100644 --- a/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.swift +++ b/Sources/StreamVideo/Utils/LocaleProvider/StreamLocaleProvider.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/StreamVideo/Utils/LocationFetcher.swift b/Sources/StreamVideo/Utils/LocationFetcher.swift index 2cc108d62..d43194bcd 100644 --- a/Sources/StreamVideo/Utils/LocationFetcher.swift +++ b/Sources/StreamVideo/Utils/LocationFetcher.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/StreamVideo/Utils/Logger/Array+Logger.swift b/Sources/StreamVideo/Utils/Logger/Array+Logger.swift index aa3257c41..ab8950f1a 100644 --- a/Sources/StreamVideo/Utils/Logger/Array+Logger.swift +++ b/Sources/StreamVideo/Utils/Logger/Array+Logger.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/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift index f8ae3d42f..4c94fd569 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/BaseLogDestination.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/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift index fcaeaace2..7d25f70c1 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/ConsoleLogDestination.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/StreamVideo/Utils/Logger/Destination/LogDestination.swift b/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift index 81de97fdc..ed10dfd37 100644 --- a/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.swift +++ b/Sources/StreamVideo/Utils/Logger/Destination/LogDestination.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/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift b/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift index ab513d596..da6fba3e6 100644 --- a/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.swift +++ b/Sources/StreamVideo/Utils/Logger/Formatter/LogFormatter.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/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift b/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift index ba8b6f833..2f8b95133 100644 --- a/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.swift +++ b/Sources/StreamVideo/Utils/Logger/Formatter/PrefixLogFormatter.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/StreamVideo/Utils/Logger/Publisher+Logger.swift b/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift index 60da81d7f..a54207bcf 100644 --- a/Sources/StreamVideo/Utils/Logger/Publisher+Logger.swift +++ b/Sources/StreamVideo/Utils/Logger/Publisher+Logger.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/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift index 0bce9d49e..5127fa896 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/DefaultParticipantAutoLeavePolicy.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/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift index bb9f1090f..f62b66d4b 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/LastParticipantAutoLeavePolicy.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/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift index e7220756e..e6066e0f4 100644 --- a/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.swift +++ b/Sources/StreamVideo/Utils/ParticipantAutoLeavePolicy/ParticipantAutoLeavePolicy.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/StreamVideo/Utils/Publisher+WeakAssign.swift b/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift index 91fe69216..75bc6186f 100644 --- a/Sources/StreamVideo/Utils/Publisher+WeakAssign.swift +++ b/Sources/StreamVideo/Utils/Publisher+WeakAssign.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/StreamVideo/Utils/Queues/LockQueuing.swift b/Sources/StreamVideo/Utils/Queues/LockQueuing.swift index bf7fc752b..b32f375be 100644 --- a/Sources/StreamVideo/Utils/Queues/LockQueuing.swift +++ b/Sources/StreamVideo/Utils/Queues/LockQueuing.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/StreamVideo/Utils/Queues/RecursiveQueue.swift b/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift index 5e7978625..d3ec65cf8 100644 --- a/Sources/StreamVideo/Utils/Queues/RecursiveQueue.swift +++ b/Sources/StreamVideo/Utils/Queues/RecursiveQueue.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/StreamVideo/Utils/Queues/UnfairQueue.swift b/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift index 1341848b4..3cfb6cd8c 100644 --- a/Sources/StreamVideo/Utils/Queues/UnfairQueue.swift +++ b/Sources/StreamVideo/Utils/Queues/UnfairQueue.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/StreamVideo/Utils/RawJSON.swift b/Sources/StreamVideo/Utils/RawJSON.swift index b68504ef1..6ec035b77 100644 --- a/Sources/StreamVideo/Utils/RawJSON.swift +++ b/Sources/StreamVideo/Utils/RawJSON.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/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift b/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift index 421aba751..cbbbb0582 100644 --- a/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.swift +++ b/Sources/StreamVideo/Utils/RejectionReasonProvider/RejectionReasonProvider.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/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift b/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift index 6722105f0..84b2924ac 100644 --- a/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.swift +++ b/Sources/StreamVideo/Utils/ScreenPropertiesAdapter/ScreenPropertiesAdapter.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/StreamVideo/Utils/Sorting.swift b/Sources/StreamVideo/Utils/Sorting.swift index d57998e7e..e55fd61bb 100644 --- a/Sources/StreamVideo/Utils/Sorting.swift +++ b/Sources/StreamVideo/Utils/Sorting.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptedStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptedStage.swift index c05606c78..b6bd53e5c 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptedStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptedStage.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptingStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptingStage.swift index baca5b43d..de230edf6 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptingStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+AcceptingStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // extension StreamCallStateMachine.Stage { diff --git a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+ErrorStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+ErrorStage.swift index fc538ce79..19b9b5a8f 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+ErrorStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+ErrorStage.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+IdleStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+IdleStage.swift index 508557faf..b3dd5d77b 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+IdleStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+IdleStage.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoinedStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoinedStage.swift index 60ebc54b0..d1932ea3b 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoinedStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoinedStage.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoiningStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoiningStage.swift index d6cd3665f..868d86c23 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoiningStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+JoiningStage.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/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectedStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectedStage.swift index d95c983b8..031e73591 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectedStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectedStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // extension StreamCallStateMachine.Stage { diff --git a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectingStage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectingStage.swift index 383dff1f4..11a0bfa04 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectingStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+RejectingStage.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // extension StreamCallStateMachine.Stage { diff --git a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+Stage.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+Stage.swift index bdb8394ad..c2e2fc33f 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+Stage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachine+Stage.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/StreamVideo/Utils/StateMachine/CallStateMachine/StreamCallStateMachine.swift b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/StreamCallStateMachine.swift index 78b795b75..d996cf1a3 100644 --- a/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/StreamCallStateMachine.swift +++ b/Sources/StreamVideo/Utils/StateMachine/CallStateMachine/StreamCallStateMachine.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/StreamVideo/Utils/StateMachine/Publisher+NextValue.swift b/Sources/StreamVideo/Utils/StateMachine/Publisher+NextValue.swift index 5d2aeab34..396b87324 100644 --- a/Sources/StreamVideo/Utils/StateMachine/Publisher+NextValue.swift +++ b/Sources/StreamVideo/Utils/StateMachine/Publisher+NextValue.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/StreamVideo/Utils/StateMachine/StreamStateMachine.swift b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift index 9f8cf7d61..a0bd65401 100644 --- a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.swift +++ b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachine.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/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift index 76d4e8865..6228bab3b 100644 --- a/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.swift +++ b/Sources/StreamVideo/Utils/StateMachine/StreamStateMachineStage.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/StreamVideo/Utils/StreamRuntimeCheck.swift b/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift index 18314dbbe..4b800aba9 100644 --- a/Sources/StreamVideo/Utils/StreamRuntimeCheck.swift +++ b/Sources/StreamVideo/Utils/StreamRuntimeCheck.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/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift b/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift index c43c94d74..7b6ef345e 100644 --- a/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.swift +++ b/Sources/StreamVideo/Utils/SystemEnvironment+XStreamClient.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/StreamVideo/Utils/SystemEnvironment.swift b/Sources/StreamVideo/Utils/SystemEnvironment.swift index d83514ca4..e0d00815e 100644 --- a/Sources/StreamVideo/Utils/SystemEnvironment.swift +++ b/Sources/StreamVideo/Utils/SystemEnvironment.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/StreamVideo/Utils/ThermalStateObserver.swift b/Sources/StreamVideo/Utils/ThermalStateObserver.swift index 678a4a8cd..a6d79ca77 100644 --- a/Sources/StreamVideo/Utils/ThermalStateObserver.swift +++ b/Sources/StreamVideo/Utils/ThermalStateObserver.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/StreamVideo/Utils/Timers.swift b/Sources/StreamVideo/Utils/Timers.swift index cc4fe1488..701d1d36f 100644 --- a/Sources/StreamVideo/Utils/Timers.swift +++ b/Sources/StreamVideo/Utils/Timers.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/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift b/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift index bd3677193..4803481cb 100644 --- a/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift +++ b/Sources/StreamVideo/Utils/UIInterfaceOrientation+CGOrientation.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // #if canImport(UIKit) diff --git a/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift b/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift index c75348af4..38527f2ff 100644 --- a/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.swift +++ b/Sources/StreamVideo/Utils/UUIDProviding/StreamUUIDFactory.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/StreamVideo/Utils/Unwrap/Unwrap.swift b/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift index e65a109d9..1ce0fde53 100644 --- a/Sources/StreamVideo/Utils/Unwrap/Unwrap.swift +++ b/Sources/StreamVideo/Utils/Unwrap/Unwrap.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/StreamVideo/Utils/Utils.swift b/Sources/StreamVideo/Utils/Utils.swift index f55f2b400..a3594c4f5 100644 --- a/Sources/StreamVideo/Utils/Utils.swift +++ b/Sources/StreamVideo/Utils/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/StreamVideo/VideoConfig.swift b/Sources/StreamVideo/VideoConfig.swift index 8a72cba6c..634401345 100644 --- a/Sources/StreamVideo/VideoConfig.swift +++ b/Sources/StreamVideo/VideoConfig.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/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift b/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift index 69364ee91..864100031 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/AudioFilter.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/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift b/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift index 5481d9d61..e2de75c67 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/Filters/NoiseCancellationFilter.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/StreamVideo/WebRTC/AudioFilter/StreamAudioFilterCapturePostProcessingModule.swift b/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioFilterCapturePostProcessingModule.swift index ce2fc9a24..9a4d2c501 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioFilterCapturePostProcessingModule.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioFilterCapturePostProcessingModule.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/StreamVideo/WebRTC/AudioFilter/StreamAudioProcessingModule.swift b/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioProcessingModule.swift index 19fae7b4e..02d506868 100644 --- a/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioProcessingModule.swift +++ b/Sources/StreamVideo/WebRTC/AudioFilter/StreamAudioProcessingModule.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/StreamVideo/WebRTC/DefaultRTCConfiguration.swift b/Sources/StreamVideo/WebRTC/DefaultRTCConfiguration.swift index 9fcf48f56..41c82604f 100644 --- a/Sources/StreamVideo/WebRTC/DefaultRTCConfiguration.swift +++ b/Sources/StreamVideo/WebRTC/DefaultRTCConfiguration.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/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift b/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift index 1c7474026..9f7c996ec 100644 --- a/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.swift +++ b/Sources/StreamVideo/WebRTC/DefaultRTCMediaConstraints.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/StreamVideo/WebRTC/Retries.swift b/Sources/StreamVideo/WebRTC/Retries.swift index 86a77e2a0..4e5ae832d 100644 --- a/Sources/StreamVideo/WebRTC/Retries.swift +++ b/Sources/StreamVideo/WebRTC/Retries.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/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift index 8641c5ac0..860bb50df 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferConnection.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/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift index 2197e7209..01cadf846 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReader.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift index bffb70610..ecbc20a77 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferReaderConnection.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Darwin diff --git a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift index d38346eeb..d4a20ad13 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploadConnection.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/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift index 0806e8706..cd2b1dee5 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastBufferUploader.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/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift index cde87c451..ea4b85176 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastConstants.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/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift index bed73fbe2..34579fc8b 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastObserver.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/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift index bb99808bd..5cf9ca062 100644 --- a/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift +++ b/Sources/StreamVideo/WebRTC/Screensharing/BroadcastSampleHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import ReplayKit diff --git a/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift b/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift index 608173082..57b542759 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/Statistics+Convenience.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/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift index aa75b51b1..d64fb62bb 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsFormatter.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/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift index 4ea4ce7a5..3588a10ff 100644 --- a/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.swift +++ b/Sources/StreamVideo/WebRTC/Statistics/StreamCallStatisticsReporter.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/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift b/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift index f76963198..50dc3b486 100644 --- a/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.swift +++ b/Sources/StreamVideo/WebRTC/VideoCapturing/SimulatorScreenCapturer.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/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift index b68329bee..aec032123 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Resize.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Sendable.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Sendable.swift index 8e4407c25..f007fc255 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/CIImage+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift index 688e2e02d..9c31afcd2 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Extensions/UIDevice+NeuralEngine.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // #if canImport(MLCompute) diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift index 153502665..3ae918182 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/BlurBackgroundFilter/BlurBackgroundVideoFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift index 22b110c3b..72c18686a 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Filters/ImageBackgroundFilter/ImageBackgroundVideoFilter.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift b/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift index 578736345..8a49c39d7 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/Utilities/BackgroundImageFilterProcessor.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreImage diff --git a/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift b/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift index 5efe1e5b4..f9c77b8c2 100644 --- a/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.swift +++ b/Sources/StreamVideo/WebRTC/VideoFilters/VideoFilters.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/StreamVideo/WebRTC/WebRTCEventDecoder.swift b/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift index 13bee95dc..f65044523 100644 --- a/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.swift +++ b/Sources/StreamVideo/WebRTC/WebRTCEventDecoder.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/StreamVideo/WebRTC/WebRTCEvents.swift b/Sources/StreamVideo/WebRTC/WebRTCEvents.swift index c34ab47cd..4d952f48b 100644 --- a/Sources/StreamVideo/WebRTC/WebRTCEvents.swift +++ b/Sources/StreamVideo/WebRTC/WebRTCEvents.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/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift index 584b8a5ca..1ff741e52 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/AudioSettings+Convenience.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/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift index 25ecc24d0..ae2067e53 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/CallParticipant+Convenience.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/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+AsyncStream.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+AsyncStream.swift index b57cfdbc9..c985776ab 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+AsyncStream.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+AsyncStream.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/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+Sendable.swift index efb27983b..c64abc40d 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Publisher+Sendable.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/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift index 1844b6c79..68b882c34 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/Task+Timeout.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/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift index 76261a9ea..bb126f0a0 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/Foundation/URLSessionConfiguration+WaitsForConnectivity.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/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCMediaStreamTrack+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCMediaStreamTrack+Sendable.swift index 94b3bebc1..37ab183b3 100644 --- a/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCMediaStreamTrack+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/Extensions/WebRTC/RTCMediaStreamTrack+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift index 62087eea7..c2835c53f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Adapters/ICEAdapter.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift index 3c8d98310..e6ed45e31 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift index f6b5b2fae..b053b1609 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Sendable.swift index f75104507..525c3e9f2 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceCandidate+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift index 03a1997dd..e107fb4ce 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceConnectionState+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift index 90117f612..eb57433ad 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCIceGatheringState+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift index dd2f36f89..7a9a02249 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCMediaStream+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift index 061a21185..99df6df63 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCPeerConnectionState+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift index 93aa3ffd7..b77ebaaa5 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpReceiver+CustomStringConvertible.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift index 5ca7862a6..506379735 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCRtpTransceiverDirection+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift index 58315e056..17773e3c6 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSdpType+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift index 15d16b37c..7b4c07d9f 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCSignalingState+CustomStringConvertible.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/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift index 9bc907016..8eced8103 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/RTCVideoTrack+Sendable.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamWebRTC diff --git a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift index 2691cd03a..c9ecfe5f8 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Extensions/StreamRTCPeerConnection+DelegatePublisher.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/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift index 41161f8fd..ca0fb9ce8 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/ICECandidate.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/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift index 74f7c7b64..3d4943b5a 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/PeerConnectionType.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/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift index e2611d5a7..c6336d2a0 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/StreamRTCPeerConnection+Events.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/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift index 780bf3af5..9ae3f2c9e 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackEvent.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/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift index 68c50813b..092283334 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Models/TrackType.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/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift index e8f576f6d..4d505cad4 100644 --- a/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/PeerConnection/Protocols/RTCPeerConnectionEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // /// A simple protocol describing an event created from an RTCPeerConnection. diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift index 995719f18..9198c2d96 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Extensions/Stream_Video_Sfu_Event_SfuEvent.OneOf_EventPayload+Payload.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/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift index c3219f0d0..fd391bcce 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/SignalServerEvent.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // // New protocol definition diff --git a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift index 5d08be7a4..40368489e 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/Protocols/WebSocketClientProviding.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/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift b/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift index deec0187b..6bff6399e 100644 --- a/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.swift +++ b/Sources/StreamVideo/WebRTC/v2/SFU/SFUSignalService.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift index 948f99fb0..aed97a8f1 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+CleanUp.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift index f1aeb9261..d15a65fd2 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connected.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift index f4e5736a2..5c1024f4a 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Connecting.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift index 6b3b03195..62270fb53 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Error.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift index 5e6c1ab04..b5d002ed7 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnected.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift index 121247a7e..667b907f8 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+FastReconnecting.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift index 8a1b5da2c..99cfd578b 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Idle.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift index b742510e7..4aa2ddc56 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Joined.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift index bef986875..c4e5b943c 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Leaving.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift index 5257e3e46..1b64883ff 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrated.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift index 71ad632b7..49962d5cc 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Migrating.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // extension WebRTCCoordinator.StateMachine.Stage { diff --git a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift index 8d2936ea8..cfef8d8de 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Rejoining.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/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift index 7fc9b65ed..efc2e8437 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/Stages/WebRTCCoordinator+Stage.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/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift b/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift index ccf7ae86b..b17bf716b 100644 --- a/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.swift +++ b/Sources/StreamVideo/WebRTC/v2/StateMachine/WebRTCCoordinator+StateMachine.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/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift index c007e0239..1fe7d782b 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCConfiguration.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/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift index ba4c4c263..8bf0a8e03 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCCoordinatorProviding.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/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift index 8a9f53994..19937068a 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCMigrationStatusObserver.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/StreamVideo/WebRTC/v2/WebRTCStatsReporter.swift b/Sources/StreamVideo/WebRTC/v2/WebRTCStatsReporter.swift index 6d50d3e92..b7613909a 100644 --- a/Sources/StreamVideo/WebRTC/v2/WebRTCStatsReporter.swift +++ b/Sources/StreamVideo/WebRTC/v2/WebRTCStatsReporter.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/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift b/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift index 3e8471c77..be292f8a1 100644 --- a/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.swift +++ b/Sources/StreamVideo/WebSockets/Client/BackgroundTaskScheduler.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/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift b/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift index 7c3ef1e0b..c7e125f3f 100644 --- a/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift +++ b/Sources/StreamVideo/WebSockets/Client/ConnectionRecoveryHandler.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreData diff --git a/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift b/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift index d8dc191ea..4f1cbe8b2 100644 --- a/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.swift +++ b/Sources/StreamVideo/WebSockets/Client/ConnectionStatus.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/StreamVideo/WebSockets/Client/RetryStrategy.swift b/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift index 9f7e5c410..79c228092 100644 --- a/Sources/StreamVideo/WebSockets/Client/RetryStrategy.swift +++ b/Sources/StreamVideo/WebSockets/Client/RetryStrategy.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/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift b/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift index 5dcae58f2..6b366e325 100644 --- a/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.swift +++ b/Sources/StreamVideo/WebSockets/Client/URLSessionWebSocketEngine.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/StreamVideo/WebSockets/Client/WebSocketClient.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift index 6f0743ce5..3a5592a09 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketClient.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketClient.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/StreamVideo/WebSockets/Client/WebSocketEngine.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift index d58b236aa..06bf1d5e1 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketEngine.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/StreamVideo/WebSockets/Client/WebSocketPingController.swift b/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift index 536fda5da..4166f18e3 100644 --- a/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.swift +++ b/Sources/StreamVideo/WebSockets/Client/WebSocketPingController.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/StreamVideo/WebSockets/Events/Event.swift b/Sources/StreamVideo/WebSockets/Events/Event.swift index e5e6ee4e2..52d988c74 100644 --- a/Sources/StreamVideo/WebSockets/Events/Event.swift +++ b/Sources/StreamVideo/WebSockets/Events/Event.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/StreamVideo/WebSockets/Events/EventBatcher.swift b/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift index 13c844d86..aff1dc9c8 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventBatcher.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventBatcher.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/StreamVideo/WebSockets/Events/EventMiddleware.swift b/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift index 23cab17d7..7f8aff2b6 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventMiddleware.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventMiddleware.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/StreamVideo/WebSockets/Events/EventNotificationCenter.swift b/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift index 28955f081..b703185dc 100644 --- a/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.swift +++ b/Sources/StreamVideo/WebSockets/Events/EventNotificationCenter.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/StreamVideo/WebSockets/Events/JsonEventDecoder.swift b/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift index 0fbc9c59e..f4a198022 100644 --- a/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.swift +++ b/Sources/StreamVideo/WebSockets/Events/JsonEventDecoder.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/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift b/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift index 683a6cfe2..9a09591f1 100644 --- a/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.swift +++ b/Sources/StreamVideo/WebSockets/Events/StreamJsonDecoder.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/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift b/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift index d5dba4a8a..f91639b55 100644 --- a/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.swift +++ b/Sources/StreamVideo/WebSockets/Events/WSEventsMiddleware.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/StreamVideo/protobuf/ProtoModel.swift b/Sources/StreamVideo/protobuf/ProtoModel.swift index 9bdec381a..52dcd9306 100644 --- a/Sources/StreamVideo/protobuf/ProtoModel.swift +++ b/Sources/StreamVideo/protobuf/ProtoModel.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/StreamVideoSwiftUI/Appearance.swift b/Sources/StreamVideoSwiftUI/Appearance.swift index 67f33b364..fc9c60163 100644 --- a/Sources/StreamVideoSwiftUI/Appearance.swift +++ b/Sources/StreamVideoSwiftUI/Appearance.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallContainer.swift b/Sources/StreamVideoSwiftUI/CallContainer.swift index 3e91919a7..17da1ba8a 100644 --- a/Sources/StreamVideoSwiftUI/CallContainer.swift +++ b/Sources/StreamVideoSwiftUI/CallContainer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift index f3b26137b..da71c1f7e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateful/CallControlsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift index cd31dc150..8ffc0dc68 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessAudioOutputIconView.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift index b16a4eb14..fb9af429b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessHangUpIconView.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift index 418b2491d..c8e10e3b3 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessMicrophoneIconView.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift index 3c6a6c3f0..d9c89914a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessParticipantsListButton.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift index 26aa4111f..931a9d083 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessSpeakerIconView.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift index 376a95426..b303533d5 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessToggleCameraIconView.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/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift index 64f983e2e..e6824b7f9 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallControls/Stateless/StatelessVideoIconView.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/StreamVideoSwiftUI/CallView/CallDurationView.swift b/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift index 17f592634..99217df6e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallDurationView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallDurationView.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/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift b/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift index 8913c0a2f..d9681ee57 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallParticipantImageView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift b/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift index 4d253dffb..22f5c5533 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallTopView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CallView.swift b/Sources/StreamVideoSwiftUI/CallView/CallView.swift index ad7ade128..910636346 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift b/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift index 36e62176d..29beb9868 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ConnectionQualityIndicator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift b/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift index 96a035395..e8b637dc8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/CornerDraggableView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift index 5be793c6a..c63cb8a8b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/ControlBadgeView.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/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift index 91947cafa..5412ed099 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ModalButton.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/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift index dd345107d..00f303522 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/Controls/ParticipantsListButton.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/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift index da72fed29..b336d301b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/HorizontalParticipantsListView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift index e27b5bbed..d68412064 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutComponents/SpotlightSpeakerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift b/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift index 62317405f..742a11fdd 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LayoutMenuView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift index 5ef677d48..fb6cc8f9b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/LocalParticipantViewModifier.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/StreamVideoSwiftUI/CallView/MinimizedCallView.swift b/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift index 39ed138b5..089f0a6c1 100644 --- a/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/MinimizedCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift index 943c6b093..56915ff8a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantPopoverView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift index f40f8647a..af79efe2e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantMenuAction.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/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift index dd9c01cbf..f9894bdb1 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift index 0769ef63e..f4d81ec90 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/CallParticipantsInfoViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift index 18d3e91ec..0070331a1 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift index 5b35f70d2..ed9730a4a 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/InviteParticipantsViewModel.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/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift index dd17b9fce..cfcb784cf 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/SelectedParticipantView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift b/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift index e70744e9a..353ebcc92 100644 --- a/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift +++ b/Sources/StreamVideoSwiftUI/CallView/Participants/UserListProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift index ca7341507..71f23e753 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsFullScreenLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift index a1d85b273..f3b521621 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift index a9d691010..5c3270fbd 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsGridView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift b/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift index 470d202bc..3f26afbdf 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ParticipantsSpotlightLayout.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift b/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift index 6845565f5..57727586b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ReconnectionView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift b/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift index 60de95f0b..120531e23 100644 --- a/Sources/StreamVideoSwiftUI/CallView/RecordingView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/RecordingView.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/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift b/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift index 68e6266d3..fb3b5f1ca 100644 --- a/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/SampleBufferVideoCallView.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/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift index d22d16fe2..53cef4a14 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/BroadcastPickerView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import ReplayKit diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift index 2f84335dc..ac590e45b 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreenSharingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift index 8455fc4c8..9a84c7372 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ScreensharingControls.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift index 64035c97f..6c3fd2b5e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/ZoomableScrollView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ScreenSharing/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/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift index c5fdf6ddc..c4aefd9c8 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift index 82cfd51e0..8d30ca401 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/LocalVideoView.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/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift index a5cfd31e9..0009e06ec 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRenderer.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/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift index 821be80eb..e8be83ed6 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VideoRenderer/VideoRendererView.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/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift index 905870600..73d655246 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/CallEndedViewModifier.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/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift index 5554b95da..2509cc554 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantEventViewModifier.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/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift index bfd5d898d..1c2dd8af0 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ParticipantsListViewModifier.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/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift index ae96e806f..0bb957d46 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/ReadableContentGuide/ReadableContentGuide.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/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift index bcf01de1c..51cadb6ce 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/SnapshotViewModifier.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/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift index 32ee0a9ab..bb85bbf3e 100644 --- a/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.swift +++ b/Sources/StreamVideoSwiftUI/CallView/ViewModifiers/Snapshot/UIView+Snapshot.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/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift b/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift index af0b861c1..cfa20b2b5 100644 --- a/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift +++ b/Sources/StreamVideoSwiftUI/CallView/VisibilityThresholdModifier.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift index d5e961fff..7ab6e97a4 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallBackgrounds.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift index a5838fedc..ea6e69fe8 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallConnectingView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift index 3e879fc3c..abb01a5ec 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingGroupView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift index 4dc93bd8f..534a14370 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingIndicator.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/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift index 80d0db6ea..c3d9a5c2b 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift index 34e12c7ec..da41a5075 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/CallingParticipantsView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift index f6c5e691c..2cde9c127 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift index f4f18e6fd..a85146d3a 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/IncomingCallViewModel.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/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift index 7a97fdbb5..201d55ce9 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/JoiningCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift index 0780ef0aa..ffaa039d0 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneCheckView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift index aa5749fbf..8655d0013 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/MicrophoneChecker.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/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift b/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift index 78a28c46b..0019c6119 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/OutgoingCallView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift index 57e1b539c..8a6e693ac 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningView.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningViewModel.swift b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningViewModel.swift index 14687f2e8..a5ee888c3 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningViewModel.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/PreJoiningViewModel.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/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift index 7aec6223e..5e9e08c02 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/BackportStateObject.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/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift index 805acfeb8..d57f84f35 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/IncomingCallView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift index 35b451c5d..05779689a 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/PreJoiningView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift index 1cb89a7bd..0e09a881c 100644 --- a/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/CallingViews/iOS13/VideoView_iOS13.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Colors.swift b/Sources/StreamVideoSwiftUI/Colors.swift index 898312046..71af11269 100644 --- a/Sources/StreamVideoSwiftUI/Colors.swift +++ b/Sources/StreamVideoSwiftUI/Colors.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/StreamVideoSwiftUI/Fonts.swift b/Sources/StreamVideoSwiftUI/Fonts.swift index 98bb4c121..a93ccee7d 100644 --- a/Sources/StreamVideoSwiftUI/Fonts.swift +++ b/Sources/StreamVideoSwiftUI/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/StreamVideoSwiftUI/Images.swift b/Sources/StreamVideoSwiftUI/Images.swift index c28957d0b..113aa41f8 100644 --- a/Sources/StreamVideoSwiftUI/Images.swift +++ b/Sources/StreamVideoSwiftUI/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/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift index 94da970f8..2503cfb8c 100644 --- a/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift +++ b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayer.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayerViewModel.swift b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayerViewModel.swift index 47459641a..78ec21908 100644 --- a/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayerViewModel.swift +++ b/Sources/StreamVideoSwiftUI/Livestreaming/LivestreamPlayerViewModel.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Models/CallEvents.swift b/Sources/StreamVideoSwiftUI/Models/CallEvents.swift index 382bf0164..3a5d51cd4 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallEvents.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallEvents.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/StreamVideoSwiftUI/Models/CallEventsHandler.swift b/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift index c943df6fd..b66ca5d11 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallEventsHandler.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/StreamVideoSwiftUI/Models/CallModels.swift b/Sources/StreamVideoSwiftUI/Models/CallModels.swift index 94db799eb..6b0d2f76f 100644 --- a/Sources/StreamVideoSwiftUI/Models/CallModels.swift +++ b/Sources/StreamVideoSwiftUI/Models/CallModels.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/StreamVideoSwiftUI/Models/IncomingCall.swift b/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift index 6b4c91ccc..081c72ca7 100644 --- a/Sources/StreamVideoSwiftUI/Models/IncomingCall.swift +++ b/Sources/StreamVideoSwiftUI/Models/IncomingCall.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/StreamVideoSwiftUI/Models/Toast.swift b/Sources/StreamVideoSwiftUI/Models/Toast.swift index 1060bdbbb..1180bc490 100644 --- a/Sources/StreamVideoSwiftUI/Models/Toast.swift +++ b/Sources/StreamVideoSwiftUI/Models/Toast.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/StreamVideoSwiftUI/Sounds.swift b/Sources/StreamVideoSwiftUI/Sounds.swift index 378620467..74e0b762b 100644 --- a/Sources/StreamVideoSwiftUI/Sounds.swift +++ b/Sources/StreamVideoSwiftUI/Sounds.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/StreamVideoSwiftUI/StreamVideoSwiftUI.h b/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h index 5995e9ef7..9d80923c8 100644 --- a/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h +++ b/Sources/StreamVideoSwiftUI/StreamVideoSwiftUI.h @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // #import diff --git a/Sources/StreamVideoSwiftUI/StreamVideoUI.swift b/Sources/StreamVideoSwiftUI/StreamVideoUI.swift index b7cc063a9..3279ed242 100644 --- a/Sources/StreamVideoSwiftUI/StreamVideoUI.swift +++ b/Sources/StreamVideoSwiftUI/StreamVideoUI.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils.swift b/Sources/StreamVideoSwiftUI/Utils.swift index 6caa299c7..0d50f278a 100644 --- a/Sources/StreamVideoSwiftUI/Utils.swift +++ b/Sources/StreamVideoSwiftUI/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/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift index 2fe62264c..20ffac9e3 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/LegacyAsyncImage.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/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift index d64e408a3..10e298ed6 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamAsyncImage.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/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift index 19cb2b92b..f335ebefc 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AsyncImage/StreamLazyImage.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AsyncImage/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/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift b/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift index 7aee1d6d1..c45c69ea3 100644 --- a/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.swift +++ b/Sources/StreamVideoSwiftUI/Utils/AudioValuePercentageNormaliser.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/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift b/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift index ce9af7547..5aa93e816 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Backports/OnChangeViewModifier_iOS13.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/StreamVideoSwiftUI/Utils/BundleExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift index 9afa6c50f..411fd8fd0 100644 --- a/Sources/StreamVideoSwiftUI/Utils/BundleExtensions.swift +++ b/Sources/StreamVideoSwiftUI/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/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift b/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift index c9661f4fe..db29c97ab 100644 --- a/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/CallSoundsPlayer.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/StreamVideoSwiftUI/Utils/Camera.swift b/Sources/StreamVideoSwiftUI/Utils/Camera.swift index 6c75cf9d8..b0cbdab78 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Camera.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Camera.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/StreamVideoSwiftUI/Utils/ClipCorners.swift b/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift index 6b475ab11..e25c7121e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ClipCorners.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ClipCorners.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/StreamVideoSwiftUI/Utils/ColorExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift index c6348e28f..a829710da 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ColorExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/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/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift b/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift index d23a81b83..cc4cbeed0 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ContainerHelpers.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/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift b/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift index 9ae78b767..a75e9ed02 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Extensions/RTCCVPixelBuffer+Convenience.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/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift b/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift index 79159cbcd..43ae5272e 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Extensions/View+OptionalPublisher.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/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift b/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift index 0756adedb..2d7e2210c 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Formatters/Formatters.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/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift b/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift index aa053d7bc..5f7ac261c 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Formatters/MediaDurationFormatter.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/StreamVideoSwiftUI/Utils/HalfSheetView.swift b/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift index dd10f3ca1..ef79e9180 100644 --- a/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/HalfSheetView.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/StreamVideoSwiftUI/Utils/HelperViews.swift b/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift index d9d3341c4..2cb581633 100644 --- a/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift +++ b/Sources/StreamVideoSwiftUI/Utils/HelperViews.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift index 516383c49..ee07a8d55 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ImageExtensions.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/StreamVideoSwiftUI/Utils/KeyboardReadable.swift b/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift index 972576281..0dfb67a20 100644 --- a/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.swift +++ b/Sources/StreamVideoSwiftUI/Utils/KeyboardReadable.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/StreamVideoSwiftUI/Utils/ModifiedContent.swift b/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift index e2472be72..289b03bfe 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ModifiedContent.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/StreamVideoSwiftUI/Utils/Modifiers.swift b/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift index 31f6db46b..92a95dddd 100644 --- a/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift +++ b/Sources/StreamVideoSwiftUI/Utils/Modifiers.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamAVPictureInPictureVideoCallViewController.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamAVPictureInPictureVideoCallViewController.swift index 43a52e377..7dc3c8eb9 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamAVPictureInPictureVideoCallViewController.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamAVPictureInPictureVideoCallViewController.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/StreamVideoSwiftUI/Utils/PictureInPicture/StreamBufferTransformer.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamBufferTransformer.swift index f4528fc47..2d428e67b 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamBufferTransformer.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamBufferTransformer.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/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift index 7b4a62f25..c9f0fc529 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureAdapter.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/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureView.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureView.swift index 890a3e58a..ad7bb7fa9 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamPictureInPictureView.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/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift index f1a1cd327..78069e487 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/StreamYUVToARGBConversion.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy.swift index 7e2d6a6f0..52e02cc8f 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy.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/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy.swift index 9a73e5fe0..52243e477 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy.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/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureWindowSizePolicy.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureWindowSizePolicy.swift index 432efea88..477fb5983 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureWindowSizePolicy.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureWindowSizePolicy.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/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift index f27f77f07..d8eb82174 100644 --- a/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift +++ b/Sources/StreamVideoSwiftUI/Utils/PictureInPicture/YpCbCrPixelRange+Default.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Accelerate diff --git a/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift b/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift index aefe659aa..24884793c 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ReusePool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ReusePool.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/StreamVideoSwiftUI/Utils/SearchBar.swift b/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift index e388d4ebd..07db69f20 100644 --- a/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift +++ b/Sources/StreamVideoSwiftUI/Utils/SearchBar.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift index f6a98750a..c1cc0a6fd 100644 --- a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferPool.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift index 56efd58bf..f6ffa0234 100644 --- a/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift +++ b/Sources/StreamVideoSwiftUI/Utils/StreamPixelBufferRepository/StreamPixelBufferRepository.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/Sources/StreamVideoSwiftUI/Utils/ToastView.swift b/Sources/StreamVideoSwiftUI/Utils/ToastView.swift index aecece7ac..394e08c69 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ToastView.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ToastView.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/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift b/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift index 17c987bf7..0867f94be 100644 --- a/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.swift +++ b/Sources/StreamVideoSwiftUI/Utils/UIDevice+Convenience.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/StreamVideoSwiftUI/Utils/UserAvatar.swift b/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift index 9ab2f0f9c..26ca42ef7 100644 --- a/Sources/StreamVideoSwiftUI/Utils/UserAvatar.swift +++ b/Sources/StreamVideoSwiftUI/Utils/UserAvatar.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/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift b/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift index 3861c3dde..80231cc92 100644 --- a/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.swift +++ b/Sources/StreamVideoSwiftUI/Utils/VideoRendererPool/VideoRendererPool.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/StreamVideoSwiftUI/Utils/ViewExtensions.swift b/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift index 4d1ad9861..203cae2e8 100644 --- a/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.swift +++ b/Sources/StreamVideoSwiftUI/Utils/ViewExtensions.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/StreamVideoSwiftUI/ViewFactory.swift b/Sources/StreamVideoSwiftUI/ViewFactory.swift index bc76c07f5..5511dfc6c 100644 --- a/Sources/StreamVideoSwiftUI/ViewFactory.swift +++ b/Sources/StreamVideoSwiftUI/ViewFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamVideo diff --git a/Sources/StreamVideoUIKit/CallViewController.swift b/Sources/StreamVideoUIKit/CallViewController.swift index 7c55c2517..bf02b9a1f 100644 --- a/Sources/StreamVideoUIKit/CallViewController.swift +++ b/Sources/StreamVideoUIKit/CallViewController.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/StreamVideoUIKit/StreamVideoUIKit.h b/Sources/StreamVideoUIKit/StreamVideoUIKit.h index a480a7bdd..7f973546e 100644 --- a/Sources/StreamVideoUIKit/StreamVideoUIKit.h +++ b/Sources/StreamVideoUIKit/StreamVideoUIKit.h @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // #import diff --git a/Sources/StreamVideoUIKit/Utils/Animation.swift b/Sources/StreamVideoUIKit/Utils/Animation.swift index 2b25ed671..4a6887a34 100644 --- a/Sources/StreamVideoUIKit/Utils/Animation.swift +++ b/Sources/StreamVideoUIKit/Utils/Animation.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/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift b/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift index deb12f2d2..1658c2053 100644 --- a/Sources/StreamVideoUIKit/Utils/NSLayoutConstraint+Extensions.swift +++ b/Sources/StreamVideoUIKit/Utils/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/StreamVideoUIKit/Utils/UIView+Extensions.swift b/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift index c97dff9d5..848c7fb6e 100644 --- a/Sources/StreamVideoUIKit/Utils/UIView+Extensions.swift +++ b/Sources/StreamVideoUIKit/Utils/UIView+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/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift index 371ad863a..420c45646 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateful/CallControlsView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift index 386490c44..2f0344101 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessAudioOutputIconView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift index ab8f4d125..cfa79dce4 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessHangUpIconView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift index d499a2310..f40f4ce8a 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessMicrophoneIconView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift index a12da0183..5df51d6c7 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessParticipantsListButton_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift index d1f321858..79debe112 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessSpeakerIconView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift index 6e472f1e5..d9386bc14 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessToggleCameraIconView_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/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift index 4c3cd7d01..61e9a0fd9 100644 --- a/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallControls/Stateless/StatelessVideoIconView_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/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift b/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift index 133c4f151..aef4eff50 100644 --- a/StreamVideoSwiftUITests/CallView/CallDurationView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/CallDurationView_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/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift b/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift index 00cdf6b8f..6f5050954 100644 --- a/StreamVideoSwiftUITests/CallView/ControlBadgeView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ControlBadgeView_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/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift b/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift index 9d16685fe..7707dfba3 100644 --- a/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/LayoutComponents/HorizontalParticipantsListView_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/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift b/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift index 13de70095..452667f78 100644 --- a/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/LayoutComponents/SpotlightSpeakerView_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/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift index 3b37040f7..1f4c50eb0 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantListButton_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantListButton_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/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift index 7e0475110..5927eb5ff 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsFullScreenLayout_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/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift index 32b7fbe8c..72b4656d0 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsGridLayout_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/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift b/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift index 07ce4d3bb..9ae46d9cf 100644 --- a/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ParticipantsSpotlightLayout_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/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift b/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift index 7fcdc10ae..b7f15bd41 100644 --- a/StreamVideoSwiftUITests/CallView/ReconnectionView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ReconnectionView_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/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift b/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift index de3b69d7b..1bba75349 100644 --- a/StreamVideoSwiftUITests/CallView/RecordingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/RecordingView_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/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift b/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift index 9400879aa..ae106927d 100644 --- a/StreamVideoSwiftUITests/CallView/ScreenSharingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/ScreenSharingView_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/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift b/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift index 665af7b69..011d6781b 100644 --- a/StreamVideoSwiftUITests/CallView/VideoRenderer_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/VideoRenderer_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/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift b/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift index 87c681b8d..786fa4efa 100644 --- a/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_Tests.swift +++ b/StreamVideoSwiftUITests/CallView/VisibilityThresholdModifier_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/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift index fe83795a4..3729326d6 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallConnectingView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallConnectingView_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/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift index ae611f8e3..189a072c9 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallingGroupView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallingGroupView_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/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift index 390f1cf9b..d9cf3c79f 100644 --- a/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/CallingParticipantView_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/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift index cd8822bd3..5eb492100 100644 --- a/StreamVideoSwiftUITests/CallingViews/IncomingCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/IncomingCallView_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/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift index 574b0c510..48c24823f 100644 --- a/StreamVideoSwiftUITests/CallingViews/JoiningCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/JoiningCallView_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/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift index ec634f4fa..d67dac327 100644 --- a/StreamVideoSwiftUITests/CallingViews/LobbyView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/LobbyView_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/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift index a643a9974..20b12dca4 100644 --- a/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/MicrophoneCheckView_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/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift b/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift index 199f8ee62..9dfa07a28 100644 --- a/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/MicrophoneChecker_Tests.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/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift b/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift index 3dacdeee2..e7bc35901 100644 --- a/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_Tests.swift +++ b/StreamVideoSwiftUITests/CallingViews/OutgoingCallView_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/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift index a87718707..1ec8fe0e2 100644 --- a/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_Tests.swift +++ b/StreamVideoSwiftUITests/Livestreaming/LivestreamPlayer_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/StreamVideoSwiftUITests/StreamVideoUITestCase.swift b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift index e2aab9a8e..7cf348620 100644 --- a/StreamVideoSwiftUITests/StreamVideoUITestCase.swift +++ b/StreamVideoSwiftUITests/StreamVideoUITestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import StreamSwiftTestHelpers diff --git a/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift b/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift index 14a01b0dd..1bf95a659 100644 --- a/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/AudioValuePercentageNormaliser_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/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift b/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift index 8b645b182..15cf3552d 100644 --- a/StreamVideoSwiftUITests/Utils/CallEventsHandler_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/CallEventsHandler_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/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift b/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift index 2891816ba..e2079dcf2 100644 --- a/StreamVideoSwiftUITests/Utils/CornerClipper_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/CornerClipper_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/StreamVideoSwiftUITests/Utils/PictureInPicture/Mocks/MockStreamAVPictureInPictureViewControlling.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/Mocks/MockStreamAVPictureInPictureViewControlling.swift index 91e0a40c3..a78cd9cb3 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/Mocks/MockStreamAVPictureInPictureViewControlling.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/Mocks/MockStreamAVPictureInPictureViewControlling.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/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift index cb8dd88e4..9582034e0 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamBufferTransformerTests.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/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureVideoRendererTests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureVideoRendererTests.swift index 060f61548..bd4f5df09 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureVideoRendererTests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/StreamPictureInPictureVideoRendererTests.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/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy_Tests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy_Tests.swift index 7e530bede..15e2ae149 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureAdaptiveWindowSizePolicy_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/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy_Tests.swift b/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy_Tests.swift index 167f78dfc..4315483dc 100644 --- a/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/PictureInPicture/WindowSizePolicy/StreamPictureInPictureFixedWindowSizePolicy_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/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift b/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift index 5ac24c48b..3636577aa 100644 --- a/StreamVideoSwiftUITests/Utils/ReusePool_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ReusePool_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/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift b/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift index e5bbb9529..b097b34dc 100644 --- a/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/StreamMediaDurationFormatter_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/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift b/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift index 9f0e5c396..1d02090e2 100644 --- a/StreamVideoSwiftUITests/Utils/ToastView_Tests.swift +++ b/StreamVideoSwiftUITests/Utils/ToastView_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/StreamVideoTests/Call/Call_Tests.swift b/StreamVideoTests/Call/Call_Tests.swift index eba6d6b36..699d0b819 100644 --- a/StreamVideoTests/Call/Call_Tests.swift +++ b/StreamVideoTests/Call/Call_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift b/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift index 3d73182f8..89939efe9 100644 --- a/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift +++ b/StreamVideoTests/CallKit/AvailabilityPolicy/CallKitRegionBasedAvailabilityPolicy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/CallKitAdapterTests.swift b/StreamVideoTests/CallKit/CallKitAdapterTests.swift index 5e9c6cd26..8a4f4b43c 100644 --- a/StreamVideoTests/CallKit/CallKitAdapterTests.swift +++ b/StreamVideoTests/CallKit/CallKitAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift b/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift index d317cc8e4..9b9571885 100644 --- a/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift +++ b/StreamVideoTests/CallKit/CallKitPushNotificationAdapterTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import PushKit diff --git a/StreamVideoTests/CallSettings/CameraManager_Tests.swift b/StreamVideoTests/CallSettings/CameraManager_Tests.swift index cc26566a0..4ba0ceec4 100644 --- a/StreamVideoTests/CallSettings/CameraManager_Tests.swift +++ b/StreamVideoTests/CallSettings/CameraManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift b/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift index 82a4483b0..6ca2eb515 100644 --- a/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift +++ b/StreamVideoTests/CallSettings/MicrophoneManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift b/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift index 8252988f2..3d4208e97 100644 --- a/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift +++ b/StreamVideoTests/CallSettings/SpeakerManager_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/CallState/CallState_Tests.swift b/StreamVideoTests/CallState/CallState_Tests.swift index a43a0bd62..2a63477e2 100644 --- a/StreamVideoTests/CallState/CallState_Tests.swift +++ b/StreamVideoTests/CallState/CallState_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/StreamVideoTests/Controllers/CallsController_Tests.swift b/StreamVideoTests/Controllers/CallsController_Tests.swift index 8ce56a0c3..29b7004be 100644 --- a/StreamVideoTests/Controllers/CallsController_Tests.swift +++ b/StreamVideoTests/Controllers/CallsController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Controllers/ControllerTestCase.swift b/StreamVideoTests/Controllers/ControllerTestCase.swift index dd370a994..c9205527e 100644 --- a/StreamVideoTests/Controllers/ControllerTestCase.swift +++ b/StreamVideoTests/Controllers/ControllerTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Errors/ClientError_Tests.swift b/StreamVideoTests/Errors/ClientError_Tests.swift index 07bc21b24..e7084bf9e 100644 --- a/StreamVideoTests/Errors/ClientError_Tests.swift +++ b/StreamVideoTests/Errors/ClientError_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Errors/ErrorPayload_Tests.swift b/StreamVideoTests/Errors/ErrorPayload_Tests.swift index d2f7a4221..ff13dca8f 100644 --- a/StreamVideoTests/Errors/ErrorPayload_Tests.swift +++ b/StreamVideoTests/Errors/ErrorPayload_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift b/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift index 695068e0c..d313b37ed 100644 --- a/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift +++ b/StreamVideoTests/HTTPClient/InternetConnection_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/IntegrationTests/CallCRUDTests.swift b/StreamVideoTests/IntegrationTests/CallCRUDTests.swift index 45ea90efc..90773a345 100644 --- a/StreamVideoTests/IntegrationTests/CallCRUDTests.swift +++ b/StreamVideoTests/IntegrationTests/CallCRUDTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @preconcurrency import Combine diff --git a/StreamVideoTests/IntegrationTests/IntegrationTest.swift b/StreamVideoTests/IntegrationTests/IntegrationTest.swift index 29d738e50..4c413db97 100644 --- a/StreamVideoTests/IntegrationTests/IntegrationTest.swift +++ b/StreamVideoTests/IntegrationTests/IntegrationTest.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/StreamVideoTests/Mock/CallController_Mock.swift b/StreamVideoTests/Mock/CallController_Mock.swift index cd3a56dbc..0fcfacc89 100644 --- a/StreamVideoTests/Mock/CallController_Mock.swift +++ b/StreamVideoTests/Mock/CallController_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift b/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift index 684a25b79..1bc4e7dd7 100644 --- a/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift +++ b/StreamVideoTests/Mock/CallCoordinatorController_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/CallParticipant_Mock.swift b/StreamVideoTests/Mock/CallParticipant_Mock.swift index 9366f5c5a..c86de53b6 100644 --- a/StreamVideoTests/Mock/CallParticipant_Mock.swift +++ b/StreamVideoTests/Mock/CallParticipant_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/StreamVideoTests/Mock/EventBatcher_Mock.swift b/StreamVideoTests/Mock/EventBatcher_Mock.swift index 21b1ec3ee..a4363da4b 100644 --- a/StreamVideoTests/Mock/EventBatcher_Mock.swift +++ b/StreamVideoTests/Mock/EventBatcher_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/StreamVideoTests/Mock/EventDecoder_Mock.swift b/StreamVideoTests/Mock/EventDecoder_Mock.swift index a94072f05..c6458e1d3 100644 --- a/StreamVideoTests/Mock/EventDecoder_Mock.swift +++ b/StreamVideoTests/Mock/EventDecoder_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/StreamVideoTests/Mock/EventMiddleware_Mock.swift b/StreamVideoTests/Mock/EventMiddleware_Mock.swift index 72b705a2f..02799128c 100644 --- a/StreamVideoTests/Mock/EventMiddleware_Mock.swift +++ b/StreamVideoTests/Mock/EventMiddleware_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/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift b/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift index 5e2cbbc33..84a222591 100644 --- a/StreamVideoTests/Mock/EventNotificationCenter_Mock.swift +++ b/StreamVideoTests/Mock/EventNotificationCenter_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/StreamVideoTests/Mock/HTTPClient_Mock.swift b/StreamVideoTests/Mock/HTTPClient_Mock.swift index 70db9aa32..4785eace4 100644 --- a/StreamVideoTests/Mock/HTTPClient_Mock.swift +++ b/StreamVideoTests/Mock/HTTPClient_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/InternetConnection_Mock.swift b/StreamVideoTests/Mock/InternetConnection_Mock.swift index 57ecbe448..173f07075 100644 --- a/StreamVideoTests/Mock/InternetConnection_Mock.swift +++ b/StreamVideoTests/Mock/InternetConnection_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/StreamVideoTests/Mock/MockActiveCallProvider.swift b/StreamVideoTests/Mock/MockActiveCallProvider.swift index 456c26e42..6a0aa28cd 100644 --- a/StreamVideoTests/Mock/MockActiveCallProvider.swift +++ b/StreamVideoTests/Mock/MockActiveCallProvider.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/StreamVideoTests/Mock/MockAudioSession.swift b/StreamVideoTests/Mock/MockAudioSession.swift index bdaea5f4d..9b764d37c 100644 --- a/StreamVideoTests/Mock/MockAudioSession.swift +++ b/StreamVideoTests/Mock/MockAudioSession.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/StreamVideoTests/Mock/MockCXCallController.swift b/StreamVideoTests/Mock/MockCXCallController.swift index b135c850a..5f7d56161 100644 --- a/StreamVideoTests/Mock/MockCXCallController.swift +++ b/StreamVideoTests/Mock/MockCXCallController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CallKit diff --git a/StreamVideoTests/Mock/MockCall.swift b/StreamVideoTests/Mock/MockCall.swift index 154c8e6e3..e7f7cfe7a 100644 --- a/StreamVideoTests/Mock/MockCall.swift +++ b/StreamVideoTests/Mock/MockCall.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/StreamVideoTests/Mock/MockCallAuthenticator.swift b/StreamVideoTests/Mock/MockCallAuthenticator.swift index 465f8d595..a97e27c5b 100644 --- a/StreamVideoTests/Mock/MockCallAuthenticator.swift +++ b/StreamVideoTests/Mock/MockCallAuthenticator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockCallController.swift b/StreamVideoTests/Mock/MockCallController.swift index 09adc348e..2b375a995 100644 --- a/StreamVideoTests/Mock/MockCallController.swift +++ b/StreamVideoTests/Mock/MockCallController.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockFunc.swift b/StreamVideoTests/Mock/MockFunc.swift index 6abac4663..cfc33c24b 100644 --- a/StreamVideoTests/Mock/MockFunc.swift +++ b/StreamVideoTests/Mock/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/StreamVideoTests/Mock/MockInternetConnection.swift b/StreamVideoTests/Mock/MockInternetConnection.swift index c65f67369..74ef447e8 100644 --- a/StreamVideoTests/Mock/MockInternetConnection.swift +++ b/StreamVideoTests/Mock/MockInternetConnection.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/StreamVideoTests/Mock/MockResponseBuilder.swift b/StreamVideoTests/Mock/MockResponseBuilder.swift index e29095310..b0143d6bd 100644 --- a/StreamVideoTests/Mock/MockResponseBuilder.swift +++ b/StreamVideoTests/Mock/MockResponseBuilder.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockSFUStack.swift b/StreamVideoTests/Mock/MockSFUStack.swift index c6005b783..2f355714f 100644 --- a/StreamVideoTests/Mock/MockSFUStack.swift +++ b/StreamVideoTests/Mock/MockSFUStack.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift b/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift index 8750dcc46..5f2993920 100644 --- a/StreamVideoTests/Mock/MockStreamCallAudioRecorder.swift +++ b/StreamVideoTests/Mock/MockStreamCallAudioRecorder.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/StreamVideoTests/Mock/MockStreamVideo.swift b/StreamVideoTests/Mock/MockStreamVideo.swift index f7e8b9dd5..62acefaf8 100644 --- a/StreamVideoTests/Mock/MockStreamVideo.swift +++ b/StreamVideoTests/Mock/MockStreamVideo.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/StreamVideoTests/Mock/MockThermalStateObserver.swift b/StreamVideoTests/Mock/MockThermalStateObserver.swift index 0efb6cc55..de15b5fd0 100644 --- a/StreamVideoTests/Mock/MockThermalStateObserver.swift +++ b/StreamVideoTests/Mock/MockThermalStateObserver.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/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift b/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift index 5b1a3b6b8..5295f32c0 100644 --- a/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift +++ b/StreamVideoTests/Mock/MockWebRTCAuthenticator.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift b/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift index f159f4c1b..45e04dfc6 100644 --- a/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift +++ b/StreamVideoTests/Mock/MockWebRTCCoordinatorFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift b/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift index a55d9c087..c8ca89b70 100644 --- a/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.swift +++ b/StreamVideoTests/Mock/MockWebRTCCoordinatorStack.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/StreamVideoTests/Mock/MockWebSocketClientFactory.swift b/StreamVideoTests/Mock/MockWebSocketClientFactory.swift index bd53a6e8c..54ac495c0 100644 --- a/StreamVideoTests/Mock/MockWebSocketClientFactory.swift +++ b/StreamVideoTests/Mock/MockWebSocketClientFactory.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/StreamVideo_Mock.swift b/StreamVideoTests/Mock/StreamVideo_Mock.swift index 862fb750a..f27fc0c01 100644 --- a/StreamVideoTests/Mock/StreamVideo_Mock.swift +++ b/StreamVideoTests/Mock/StreamVideo_Mock.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift b/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift index 1fbc80f29..b125f9715 100644 --- a/StreamVideoTests/Mock/WebSocketClientEnvironment_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketClientEnvironment_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/StreamVideoTests/Mock/WebSocketEngine_Mock.swift b/StreamVideoTests/Mock/WebSocketEngine_Mock.swift index d3a96a2d2..b21b169fd 100644 --- a/StreamVideoTests/Mock/WebSocketEngine_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketEngine_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/StreamVideoTests/Mock/WebSocketPingController_Mock.swift b/StreamVideoTests/Mock/WebSocketPingController_Mock.swift index cbd57b55c..23c01ef9a 100644 --- a/StreamVideoTests/Mock/WebSocketPingController_Mock.swift +++ b/StreamVideoTests/Mock/WebSocketPingController_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/StreamVideoTests/Models/CallParticipants_Tests.swift b/StreamVideoTests/Models/CallParticipants_Tests.swift index 76b96fe66..e95447027 100644 --- a/StreamVideoTests/Models/CallParticipants_Tests.swift +++ b/StreamVideoTests/Models/CallParticipants_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/StreamVideoTests/Models/CallSettings_Tests.swift b/StreamVideoTests/Models/CallSettings_Tests.swift index 5a1db9e32..8d786a4d6 100644 --- a/StreamVideoTests/Models/CallSettings_Tests.swift +++ b/StreamVideoTests/Models/CallSettings_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/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift b/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift index 209981840..a514e2bd9 100644 --- a/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift +++ b/StreamVideoTests/Models/IncomingVideoQualitySettings_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Models/JSONDecoder_Tests.swift b/StreamVideoTests/Models/JSONDecoder_Tests.swift index f569cfea7..838efd9d4 100644 --- a/StreamVideoTests/Models/JSONDecoder_Tests.swift +++ b/StreamVideoTests/Models/JSONDecoder_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/StreamVideoTests/StreamVideoTestCase.swift b/StreamVideoTests/StreamVideoTestCase.swift index 537a1299b..5d416a3a2 100644 --- a/StreamVideoTests/StreamVideoTestCase.swift +++ b/StreamVideoTests/StreamVideoTestCase.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/StreamVideo_Tests.swift b/StreamVideoTests/StreamVideo_Tests.swift index ea7104b17..f87a100f0 100644 --- a/StreamVideoTests/StreamVideo_Tests.swift +++ b/StreamVideoTests/StreamVideo_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/TestUtils/AssertAsync.swift b/StreamVideoTests/TestUtils/AssertAsync.swift index f6103575d..93c29fcf9 100644 --- a/StreamVideoTests/TestUtils/AssertAsync.swift +++ b/StreamVideoTests/TestUtils/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/StreamVideoTests/TestUtils/AssertDelay.swift b/StreamVideoTests/TestUtils/AssertDelay.swift index 3438bfd34..db26cd180 100644 --- a/StreamVideoTests/TestUtils/AssertDelay.swift +++ b/StreamVideoTests/TestUtils/AssertDelay.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/StreamVideoTests/TestUtils/AssertJSONEqual.swift b/StreamVideoTests/TestUtils/AssertJSONEqual.swift index 26922f739..31c4120e0 100644 --- a/StreamVideoTests/TestUtils/AssertJSONEqual.swift +++ b/StreamVideoTests/TestUtils/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/StreamVideoTests/TestUtils/AssertTestQueue.swift b/StreamVideoTests/TestUtils/AssertTestQueue.swift index e55554594..00d389cdc 100644 --- a/StreamVideoTests/TestUtils/AssertTestQueue.swift +++ b/StreamVideoTests/TestUtils/AssertTestQueue.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/StreamVideoTests/TestUtils/Calendar+GMT.swift b/StreamVideoTests/TestUtils/Calendar+GMT.swift index c0f662124..2f08d6cbf 100644 --- a/StreamVideoTests/TestUtils/Calendar+GMT.swift +++ b/StreamVideoTests/TestUtils/Calendar+GMT.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/StreamVideoTests/TestUtils/EquatableEvent.swift b/StreamVideoTests/TestUtils/EquatableEvent.swift index 96f0f024b..919425180 100644 --- a/StreamVideoTests/TestUtils/EquatableEvent.swift +++ b/StreamVideoTests/TestUtils/EquatableEvent.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/StreamVideoTests/TestUtils/EventLogger.swift b/StreamVideoTests/TestUtils/EventLogger.swift index 385847f49..683b107d5 100644 --- a/StreamVideoTests/TestUtils/EventLogger.swift +++ b/StreamVideoTests/TestUtils/EventLogger.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/StreamVideoTests/TestUtils/Mockable.swift b/StreamVideoTests/TestUtils/Mockable.swift index 6a196c013..781f5d5d0 100644 --- a/StreamVideoTests/TestUtils/Mockable.swift +++ b/StreamVideoTests/TestUtils/Mockable.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/StreamVideoTests/TestUtils/TestError.swift b/StreamVideoTests/TestUtils/TestError.swift index e7acc509e..138281c6b 100644 --- a/StreamVideoTests/TestUtils/TestError.swift +++ b/StreamVideoTests/TestUtils/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/StreamVideoTests/TestUtils/UniqueValues.swift b/StreamVideoTests/TestUtils/UniqueValues.swift index b83d57904..250e559bd 100644 --- a/StreamVideoTests/TestUtils/UniqueValues.swift +++ b/StreamVideoTests/TestUtils/UniqueValues.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/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift b/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift index bee6fa139..5a208bd2c 100644 --- a/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.swift +++ b/StreamVideoTests/TestUtils/VirtualTime/VirtualTime.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/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift b/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift index 19199393e..a74a1bec6 100644 --- a/StreamVideoTests/TestUtils/VirtualTime/VirtualTimer.swift +++ b/StreamVideoTests/TestUtils/VirtualTime/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/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift b/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift index 2adaf544c..aaf43a60d 100644 --- a/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.swift +++ b/StreamVideoTests/TestUtils/WebSocketPingController_Delegate.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/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift b/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift index fa2fd02d8..55ea631d7 100644 --- a/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/AggregatedStatsReport+Dummy.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/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift index 05232b103..1c880dd3f 100644 --- a/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/AudioSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift index af2e83625..6f81f43e1 100644 --- a/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BackstageSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift index 4bd04a58e..7e2288050 100644 --- a/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BaseStats+Dummy.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/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift index c37069557..a6d680d97 100644 --- a/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/BroadcastSettingsResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift index 3ec0c04a2..c7de02041 100644 --- a/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallAcceptedEvent+Dummy.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/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift index 6730acaab..71ba460f8 100644 --- a/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallIngressResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift index c3c2f4c4c..45afb9a44 100644 --- a/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallParticipantResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift index 9e25ef8fa..eb43e19f2 100644 --- a/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallRejectedEvent+Dummy.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/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift index 9d594925a..36c72be89 100644 --- a/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift index bc803a36e..3cb59e9ec 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSessionParticipantLeftEvent+Dummy.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/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift index 91490d7f8..ae6249c7a 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSessionResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift index 70cec8500..3a4fac145 100644 --- a/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallSettingsResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift b/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift index 35d75c68d..da4a3a5ce 100644 --- a/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/CallStatsReport+Dummy.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/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift index 1ec82a94b..363caa2d6 100644 --- a/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Credentials+Dummy.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/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift index 13368392e..6b1c35c96 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressHLSResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift index 6ddd5023a..209f688ff 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressRTMPResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift index bf6289ab5..3ba964664 100644 --- a/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/EgressResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift index bfe9cff78..ffec7dd75 100644 --- a/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/GeofenceSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift index c39918421..3b037fe71 100644 --- a/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/GetCallResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift index 1cfc3a7a2..432efe691 100644 --- a/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/HLSSettingsResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift index 0a49f580e..d073f0fbe 100644 --- a/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/JoinCallResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift index 13752d7e6..9d9ff373a 100644 --- a/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/LimitsSettingsResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift index 5b91b4980..da9c1052a 100644 --- a/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/MemberResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift index a56b79c48..510418254 100644 --- a/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ParticipantsStats+Dummy.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/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift b/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift index 61d960bb0..3b3bf4cd9 100644 --- a/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RTCMediaStreamTrack+dummy.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift index 7406a50bc..857e567c5 100644 --- a/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RTMPIngress+Dummy.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/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift index defdb918d..bc87b915f 100644 --- a/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RecordSettingsResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift index 018454386..7dc21459f 100644 --- a/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/RingSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift index fca5fa0c3..ca24bccb9 100644 --- a/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/SFUResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift index 8043cb6fd..708a86c71 100644 --- a/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ScreensharingSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift index ba9a586da..4369e6a1c 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Event_VideoLayerSetting+Dummy.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/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift index a668c1260..9e83d192a 100644 --- a/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/Stream_Video_Sfu_Models_Codec+Dummy.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/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift b/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift index 119672a11..0e7eb3acc 100644 --- a/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/TargetResolution+Dummy.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/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift index 9ddd285fc..46dc9499c 100644 --- a/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ThumbnailResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift index 98dd61866..d7c6e9279 100644 --- a/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/ThumbnailsSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift index cd5068094..bbf144cec 100644 --- a/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/TranscriptionSettings+Dummy.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/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift b/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift index 3e9053e8b..7d6409b91 100644 --- a/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/UserResponse+Dummy.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/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift b/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift index 241214398..24bbae6ad 100644 --- a/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.swift +++ b/StreamVideoTests/Utilities/Dummy/VideoSettings+Dummy.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/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift b/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift index 493e16eda..f4094cc52 100644 --- a/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/CVPixelBuffer+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreVideo diff --git a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift index acb8af793..ed85d1bcb 100644 --- a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_ConnectionQuality+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift index e76dc30c4..96981d890 100644 --- a/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift +++ b/StreamVideoTests/Utilities/Extensions/Stream_Video_Sfu_Models_Participant+Convenience.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift b/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift index d121ff911..9771ec354 100644 --- a/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.swift +++ b/StreamVideoTests/Utilities/Extensions/XCTestCase+PredicateFulfillment.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/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift b/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift index 01e266f59..121d45af3 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCXProvider.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CallKit diff --git a/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift b/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift index 844e1152a..5ef9cf034 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCallKitPushNotificationAdapter.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/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift b/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift index 56b37b6b1..b27afe44c 100644 --- a/StreamVideoTests/Utilities/Mocks/MockCallKitService.swift +++ b/StreamVideoTests/Utilities/Mocks/MockCallKitService.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/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift b/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift index db624cdd1..3c9f1f6df 100644 --- a/StreamVideoTests/Utilities/TestsAuthenticationProvider.swift +++ b/StreamVideoTests/Utilities/TestsAuthenticationProvider.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/StreamVideoTests/Utils/AsyncAssert.swift b/StreamVideoTests/Utils/AsyncAssert.swift index 0c82ac1dd..4cfe94c77 100644 --- a/StreamVideoTests/Utils/AsyncAssert.swift +++ b/StreamVideoTests/Utils/AsyncAssert.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/StreamVideoTests/Utils/AudioSession/StreamAudioSessionAdapter_Tests.swift b/StreamVideoTests/Utils/AudioSession/StreamAudioSessionAdapter_Tests.swift index 81f3955ac..982f4d6ea 100644 --- a/StreamVideoTests/Utils/AudioSession/StreamAudioSessionAdapter_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/StreamAudioSessionAdapter_Tests.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/StreamVideoTests/Utils/AudioSession/StreamRTCAudioSession_Tests.swift b/StreamVideoTests/Utils/AudioSession/StreamRTCAudioSession_Tests.swift index 3b9574597..65cb9988b 100644 --- a/StreamVideoTests/Utils/AudioSession/StreamRTCAudioSession_Tests.swift +++ b/StreamVideoTests/Utils/AudioSession/StreamRTCAudioSession_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/CallCache_Tests.swift b/StreamVideoTests/Utils/CallCache_Tests.swift index 97e1d523b..8599d4fc2 100644 --- a/StreamVideoTests/Utils/CallCache_Tests.swift +++ b/StreamVideoTests/Utils/CallCache_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/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift b/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift index f50d04913..c6ab4038a 100644 --- a/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_Tests.swift +++ b/StreamVideoTests/Utils/CollectionDelayedUpdateObserver_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/StreamVideoTests/Utils/EventBatcher_Tests.swift b/StreamVideoTests/Utils/EventBatcher_Tests.swift index 334313cce..056145a2b 100644 --- a/StreamVideoTests/Utils/EventBatcher_Tests.swift +++ b/StreamVideoTests/Utils/EventBatcher_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Mapping_Tests.swift b/StreamVideoTests/Utils/Mapping_Tests.swift index 58cea3d66..f6c4de866 100644 --- a/StreamVideoTests/Utils/Mapping_Tests.swift +++ b/StreamVideoTests/Utils/Mapping_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift b/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift index a84b4e828..b1042cc82 100644 --- a/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift +++ b/StreamVideoTests/Utils/Queues/RecursiveQueueTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift b/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift index 223109f44..b52a3ee08 100644 --- a/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift +++ b/StreamVideoTests/Utils/Queues/UnfairQueueTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/RawJSON_Tests.swift b/StreamVideoTests/Utils/RawJSON_Tests.swift index 1c07e6d59..1f3c1a20a 100644 --- a/StreamVideoTests/Utils/RawJSON_Tests.swift +++ b/StreamVideoTests/Utils/RawJSON_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift b/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift index ab158d420..ca578e09a 100644 --- a/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_Tests.swift +++ b/StreamVideoTests/Utils/RejectionReasonProvider/RejectionReasonProvider_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/StreamVideoTests/Utils/RepeatingTimer_Tests.swift b/StreamVideoTests/Utils/RepeatingTimer_Tests.swift index b88e85f06..f76dbe587 100644 --- a/StreamVideoTests/Utils/RepeatingTimer_Tests.swift +++ b/StreamVideoTests/Utils/RepeatingTimer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/SerialActor_Tests.swift b/StreamVideoTests/Utils/SerialActor_Tests.swift index 09f94b239..b3bb0fc1a 100644 --- a/StreamVideoTests/Utils/SerialActor_Tests.swift +++ b/StreamVideoTests/Utils/SerialActor_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/StreamVideoTests/Utils/Sorting_Tests.swift b/StreamVideoTests/Utils/Sorting_Tests.swift index 763c872a0..3f91785c0 100644 --- a/StreamVideoTests/Utils/Sorting_Tests.swift +++ b/StreamVideoTests/Utils/Sorting_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptedStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptedStage_Tests.swift index 0f0de63b3..f84d975bc 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptedStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptedStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptingStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptingStage_Tests.swift index 7400f076d..dfa7c3830 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptingStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageAcceptingStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageErrorStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageErrorStage_Tests.swift index 729e62c11..f14dc397a 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageErrorStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageErrorStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageIdleStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageIdleStage_Tests.swift index e4e347529..733858a17 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageIdleStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageIdleStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoinedStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoinedStage_Tests.swift index c066d991d..2e7062965 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoinedStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoinedStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoiningStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoiningStage_Tests.swift index 432ddd70b..b48f4f28a 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoiningStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageJoiningStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectedStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectedStage_Tests.swift index 6248fd3d0..7de2526bf 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectedStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectedStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectingStage_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectingStage_Tests.swift index f8dbb1e50..a0e6ab222 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectingStage_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/Stages/StreamCallStateMachineStageRejectingStage_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/CallStateMachine/StreamCallStateMachine_Tests.swift b/StreamVideoTests/Utils/StateMachine/CallStateMachine/StreamCallStateMachine_Tests.swift index 41e815846..356dd5c45 100644 --- a/StreamVideoTests/Utils/StateMachine/CallStateMachine/StreamCallStateMachine_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/CallStateMachine/StreamCallStateMachine_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/Utils/StateMachine/Publisher_NextTests.swift b/StreamVideoTests/Utils/StateMachine/Publisher_NextTests.swift index 4a6d2d3ff..fcbd958cd 100644 --- a/StreamVideoTests/Utils/StateMachine/Publisher_NextTests.swift +++ b/StreamVideoTests/Utils/StateMachine/Publisher_NextTests.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/StreamVideoTests/Utils/StateMachine/StreamStateMachine_Tests.swift b/StreamVideoTests/Utils/StateMachine/StreamStateMachine_Tests.swift index df80d81b2..079641368 100644 --- a/StreamVideoTests/Utils/StateMachine/StreamStateMachine_Tests.swift +++ b/StreamVideoTests/Utils/StateMachine/StreamStateMachine_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/StreamVideoTests/Utils/StreamCallAudioRecorderTests.swift b/StreamVideoTests/Utils/StreamCallAudioRecorderTests.swift index 2476287fe..51c257f8e 100644 --- a/StreamVideoTests/Utils/StreamCallAudioRecorderTests.swift +++ b/StreamVideoTests/Utils/StreamCallAudioRecorderTests.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/StreamVideoTests/WebRTC/AudioSession_Tests.swift b/StreamVideoTests/WebRTC/AudioSession_Tests.swift index f38509805..96a27fa30 100644 --- a/StreamVideoTests/WebRTC/AudioSession_Tests.swift +++ b/StreamVideoTests/WebRTC/AudioSession_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift b/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift index acf3594b2..92f1acef3 100644 --- a/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift +++ b/StreamVideoTests/WebRTC/Extensions/Foundation/Task_TimeoutTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift b/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift index 2ffffdb9a..ba9b753ba 100644 --- a/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift +++ b/StreamVideoTests/WebRTC/Extensions/Foundation/URLSessionConfiguration_WaitsForConnectivityTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift b/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift index e806ba4e5..3b4b7dcbf 100644 --- a/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift +++ b/StreamVideoTests/WebRTC/RTCConfiguration_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Retries_Tests.swift b/StreamVideoTests/WebRTC/Retries_Tests.swift index d3050b8d9..9848429dd 100644 --- a/StreamVideoTests/WebRTC/Retries_Tests.swift +++ b/StreamVideoTests/WebRTC/Retries_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift index 7d407f1e4..fe0a5e2e8 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockSignalServer.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/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift index e7be16dda..6cab23c77 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketClient.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/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift index 4734c3131..df508f123 100644 --- a/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.swift +++ b/StreamVideoTests/WebRTC/SFU/Mocks/MockWebSocketEngine.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/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift b/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift index 8f41b6cb0..f53ad0ba6 100644 --- a/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/SFU/SFUAdapter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift b/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift index 7f4e00748..3b2babae6 100644 --- a/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift +++ b/StreamVideoTests/WebRTC/Screensharing/BroadcastObserver_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift b/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift index a63d11035..2d26283b0 100644 --- a/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_Tests.swift +++ b/StreamVideoTests/WebRTC/Statistics/CallStatsReporting_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/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift b/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift index 6fc8f1b60..a93de609a 100644 --- a/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.swift +++ b/StreamVideoTests/WebRTC/Statistics/Mocks/MockStreamStatistics.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/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift b/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift index e8bf01899..1293c85a8 100644 --- a/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_Tests.swift +++ b/StreamVideoTests/WebRTC/Statistics/StreamCallStatisticsFormatter_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/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift b/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift index 0eb8d916a..8efc560a8 100644 --- a/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_Tests.swift +++ b/StreamVideoTests/WebRTC/VideoFilters/Extensions/CIImage_Resize_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/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift b/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift index d51edb10d..b93aab1a6 100644 --- a/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift +++ b/StreamVideoTests/WebRTC/v2/Extensions/CallParticipant_TrackSubscriptionTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift index fea8e4764..0498c4ceb 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/Adapters/ICEAdapter_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/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift index 9407a4f9f..5b92d2f4d 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/AudioMediaAdapter_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/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift index 01b137cd6..8f8149d5d 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/ScreenShareMediaAdapter_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/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift index f95544ae1..09c5899fa 100644 --- a/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/PeerConnection/MediaAdapters/VideoMediaAdapter_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/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift index 5905b65be..ef61542f5 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_CleanUpStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift index d3a17b959..de5cb3aee 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift index 73aca950e..00ec8d498 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ConnectingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift index 42c31fc82..0836ed91e 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_DisconnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift index 6aba522c4..e912b0f3a 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_ErrorStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift index 034631c04..013151966 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift index 023fdb808..9ef3ec179 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_FastReconnectingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift index 6521e5e3d..5f125c3c6 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_IdleStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift index 1a0742239..1e555c1b6 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_JoinedStageTests.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/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift index 5b79cd286..a7dd568a0 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_LeavingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift index 151511eac..893be25e5 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratedStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift index 8e5452473..88b244e51 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_MigratingStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift index ef7988f1f..6e5fe282d 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/Stages/WebRTCCoordinatorStateMachine_RejoiningStageTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift b/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift index ce5e11cb6..1fbeaee10 100644 --- a/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift +++ b/StreamVideoTests/WebRTC/v2/StateMachine/WebRTCCoordinator_StateMachineTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift index c2d1e2c11..96f387d7d 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCConfiguration_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift index 7f74ffbe5..0748f638a 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCMigrationStatusObserver_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/StreamVideoTests/WebRTC/v2/WebRTCStatsReporter_Tests.swift b/StreamVideoTests/WebRTC/v2/WebRTCStatsReporter_Tests.swift index f3b2de18b..f2f80b8de 100644 --- a/StreamVideoTests/WebRTC/v2/WebRTCStatsReporter_Tests.swift +++ b/StreamVideoTests/WebRTC/v2/WebRTCStatsReporter_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/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift b/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift index 22915b129..8517377b0 100644 --- a/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift +++ b/StreamVideoTests/WebSocketClient/BackgroundTaskScheduler_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift b/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift index 129d99d5f..683d6e224 100644 --- a/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift +++ b/StreamVideoTests/WebSocketClient/EventNotificationCenter_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import CoreData diff --git a/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift index bf483b62f..7b2b2b56c 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketClient_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift index 100b5c1c3..d801fce99 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketConnectionState_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift b/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift index efaf32508..67395eedb 100644 --- a/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift +++ b/StreamVideoTests/WebSocketClient/WebSocketPingController_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift b/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift index c326df368..137e3bb42 100644 --- a/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift +++ b/StreamVideoTests/WebSockets/Client/DefaultRetryStrategyTests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoTests/WebSockets/Events/EventTests.swift b/StreamVideoTests/WebSockets/Events/EventTests.swift index df4cc3d41..d39f23206 100644 --- a/StreamVideoTests/WebSockets/Events/EventTests.swift +++ b/StreamVideoTests/WebSockets/Events/EventTests.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/StreamVideoTests/protobuf/SignalServer_Tests.swift b/StreamVideoTests/protobuf/SignalServer_Tests.swift index 1d115b857..48a673efd 100644 --- a/StreamVideoTests/protobuf/SignalServer_Tests.swift +++ b/StreamVideoTests/protobuf/SignalServer_Tests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @testable import StreamVideo diff --git a/StreamVideoUIKitTests/CallViewController_Tests.swift b/StreamVideoUIKitTests/CallViewController_Tests.swift index 97c9ed354..1a1966849 100644 --- a/StreamVideoUIKitTests/CallViewController_Tests.swift +++ b/StreamVideoUIKitTests/CallViewController_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/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift b/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift index 0785923dd..be6119750 100644 --- a/SwiftUIDemoAppUITests/Pages/CallDetailsPage.swift +++ b/SwiftUIDemoAppUITests/Pages/CallDetailsPage.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/SwiftUIDemoAppUITests/Pages/CallPage.swift b/SwiftUIDemoAppUITests/Pages/CallPage.swift index 8067885c5..a350e4037 100644 --- a/SwiftUIDemoAppUITests/Pages/CallPage.swift +++ b/SwiftUIDemoAppUITests/Pages/CallPage.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/SwiftUIDemoAppUITests/Pages/LobbyPage.swift b/SwiftUIDemoAppUITests/Pages/LobbyPage.swift index 3f4319be4..492aee5b4 100644 --- a/SwiftUIDemoAppUITests/Pages/LobbyPage.swift +++ b/SwiftUIDemoAppUITests/Pages/LobbyPage.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/SwiftUIDemoAppUITests/Pages/LoginPage.swift b/SwiftUIDemoAppUITests/Pages/LoginPage.swift index 64a7e107c..6fc88bf57 100644 --- a/SwiftUIDemoAppUITests/Pages/LoginPage.swift +++ b/SwiftUIDemoAppUITests/Pages/LoginPage.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/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift b/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift index 132a83fe5..ee732069c 100644 --- a/SwiftUIDemoAppUITests/Robots/UserRobot+Asserts.swift +++ b/SwiftUIDemoAppUITests/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 XCTest diff --git a/SwiftUIDemoAppUITests/Robots/UserRobot.swift b/SwiftUIDemoAppUITests/Robots/UserRobot.swift index f29340ca3..dd6ed5a66 100644 --- a/SwiftUIDemoAppUITests/Robots/UserRobot.swift +++ b/SwiftUIDemoAppUITests/Robots/UserRobot.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/SwiftUIDemoAppUITests/StreamVideoUITests.swift b/SwiftUIDemoAppUITests/StreamVideoUITests.swift index c149cb11b..15be132f7 100644 --- a/SwiftUIDemoAppUITests/StreamVideoUITests.swift +++ b/SwiftUIDemoAppUITests/StreamVideoUITests.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // @_exported import StreamSwiftTestHelpers diff --git a/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift b/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift index cadb27a03..fd9f4f367 100644 --- a/SwiftUIDemoAppUITests/Tests/Authentication_Tests.swift +++ b/SwiftUIDemoAppUITests/Tests/Authentication_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/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift b/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift index 59e13d6d8..e9bd20be5 100644 --- a/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.swift +++ b/SwiftUIDemoAppUITests/Tests/CallLifecycleTests.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/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift b/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift index 2735b01ab..ca0f8f515 100644 --- a/SwiftUIDemoAppUITests/Tests/CallViewsTests.swift +++ b/SwiftUIDemoAppUITests/Tests/CallViewsTests.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/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift b/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift index 3a57bdd03..48d7cdde8 100644 --- a/SwiftUIDemoAppUITests/Tests/DeeplinkTests.swift +++ b/SwiftUIDemoAppUITests/Tests/DeeplinkTests.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/SwiftUIDemoAppUITests/Tests/LobbyTests.swift b/SwiftUIDemoAppUITests/Tests/LobbyTests.swift index c987ef23b..d36eb17db 100644 --- a/SwiftUIDemoAppUITests/Tests/LobbyTests.swift +++ b/SwiftUIDemoAppUITests/Tests/LobbyTests.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/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift b/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift index 93bd5d732..37e052ab1 100644 --- a/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.swift +++ b/SwiftUIDemoAppUITests/Tests/ParticipantActionsTests.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/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift b/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift index 1390a2bbb..504579d39 100644 --- a/SwiftUIDemoAppUITests/Tests/ReconnectionTests.swift +++ b/SwiftUIDemoAppUITests/Tests/ReconnectionTests.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/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift b/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift index 8ed459e2c..12c7e7a21 100644 --- a/SwiftUIDemoAppUITests/Tests/RingProcessTests.swift +++ b/SwiftUIDemoAppUITests/Tests/RingProcessTests.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/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift b/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift index ffae99617..2b3cf3e2a 100644 --- a/SwiftUIDemoAppUITests/Tests/StreamTestCase.swift +++ b/SwiftUIDemoAppUITests/Tests/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/TestTools/Robots/ParticipantRobot.swift b/TestTools/Robots/ParticipantRobot.swift index 6f18daa3f..7193d5cc2 100644 --- a/TestTools/Robots/ParticipantRobot.swift +++ b/TestTools/Robots/ParticipantRobot.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/TestTools/Robots/Sinatra.swift b/TestTools/Robots/Sinatra.swift index da0f72c6a..87aa4aab4 100644 --- a/TestTools/Robots/Sinatra.swift +++ b/TestTools/Robots/Sinatra.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/TestTools/TestData/ImageFactory.swift b/TestTools/TestData/ImageFactory.swift index c02d5af8b..4c32cc696 100644 --- a/TestTools/TestData/ImageFactory.swift +++ b/TestTools/TestData/ImageFactory.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/TestTools/TestData/LaunchArgument.swift b/TestTools/TestData/LaunchArgument.swift index 4ee2c817f..89f80dee0 100644 --- a/TestTools/TestData/LaunchArgument.swift +++ b/TestTools/TestData/LaunchArgument.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/TestTools/TestData/StreamVideoTestResources.swift b/TestTools/TestData/StreamVideoTestResources.swift index 49b380358..506105f29 100644 --- a/TestTools/TestData/StreamVideoTestResources.swift +++ b/TestTools/TestData/StreamVideoTestResources.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/TestTools/TestData/ViewFactory.swift b/TestTools/TestData/ViewFactory.swift index 6f5aac51c..93d25b93a 100644 --- a/TestTools/TestData/ViewFactory.swift +++ b/TestTools/TestData/ViewFactory.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/TestTools/UITests/Safari.swift b/TestTools/UITests/Safari.swift index 446cecf15..9465c5ce0 100644 --- a/TestTools/UITests/Safari.swift +++ b/TestTools/UITests/Safari.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/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift b/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift index 25c9f8298..622dbd58b 100644 --- a/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift +++ b/TestTools/UITests/XCUIApplication+KeyboardIntroduction.swift @@ -1,5 +1,5 @@ // -// Copyright © 2024 Stream.io Inc. All rights reserved. +// Copyright © 2025 Stream.io Inc. All rights reserved. // import Foundation