diff --git a/AccessibilityTests/Sources/AccessibilityTests.swift b/AccessibilityTests/Sources/AccessibilityTests.swift index 23cb4fcb7..849ed3404 100644 --- a/AccessibilityTests/Sources/AccessibilityTests.swift +++ b/AccessibilityTests/Sources/AccessibilityTests.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/AccessibilityTests/Sources/Application.swift b/AccessibilityTests/Sources/Application.swift index d78470936..9ef602907 100644 --- a/AccessibilityTests/Sources/Application.swift +++ b/AccessibilityTests/Sources/Application.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist b/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist index 3b76d52c1..b64f8c7bb 100644 --- a/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist +++ b/ElementX.xcodeproj/xcshareddata/IDETemplateMacros.plist @@ -4,9 +4,9 @@ FILEHEADER -// Copyright ___YEAR___ New Vector Ltd. +// Copyright ___YEAR___ Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AccessibilityTests/AccessibilityTestsAppCoordinator.swift b/ElementX/Sources/AccessibilityTests/AccessibilityTestsAppCoordinator.swift index 0eeea8729..175e57e74 100644 --- a/ElementX/Sources/AccessibilityTests/AccessibilityTestsAppCoordinator.swift +++ b/ElementX/Sources/AccessibilityTests/AccessibilityTestsAppCoordinator.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/AppHooks/AppHooks.swift b/ElementX/Sources/AppHooks/AppHooks.swift index 25e934bdc..b916242be 100644 --- a/ElementX/Sources/AppHooks/AppHooks.swift +++ b/ElementX/Sources/AppHooks/AppHooks.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/AppHooks/Hooks/AppSettingsHook.swift b/ElementX/Sources/AppHooks/Hooks/AppSettingsHook.swift index 1ac18436b..373a60dc0 100644 --- a/ElementX/Sources/AppHooks/Hooks/AppSettingsHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/AppSettingsHook.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/BugReportHook.swift b/ElementX/Sources/AppHooks/Hooks/BugReportHook.swift index 0ad5752ac..ba68c513a 100644 --- a/ElementX/Sources/AppHooks/Hooks/BugReportHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/BugReportHook.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/CertificateValidatorHook.swift b/ElementX/Sources/AppHooks/Hooks/CertificateValidatorHook.swift index 4b67a6b44..64fff370a 100644 --- a/ElementX/Sources/AppHooks/Hooks/CertificateValidatorHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/CertificateValidatorHook.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/ClientBuilderHook.swift b/ElementX/Sources/AppHooks/Hooks/ClientBuilderHook.swift index 6b41579c3..b871b401b 100644 --- a/ElementX/Sources/AppHooks/Hooks/ClientBuilderHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/ClientBuilderHook.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/CompoundHook.swift b/ElementX/Sources/AppHooks/Hooks/CompoundHook.swift index dfd49c578..f867be3bb 100644 --- a/ElementX/Sources/AppHooks/Hooks/CompoundHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/CompoundHook.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift b/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift index 0e020877a..7b0bab2e4 100644 --- a/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/RemoteSettingsHook.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/RoomScreenHook.swift b/ElementX/Sources/AppHooks/Hooks/RoomScreenHook.swift index 6d329c204..cbb4aa0f7 100644 --- a/ElementX/Sources/AppHooks/Hooks/RoomScreenHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/RoomScreenHook.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/AppHooks/Hooks/TracingHook.swift b/ElementX/Sources/AppHooks/Hooks/TracingHook.swift index c112f1c54..01b5345f9 100644 --- a/ElementX/Sources/AppHooks/Hooks/TracingHook.swift +++ b/ElementX/Sources/AppHooks/Hooks/TracingHook.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppCoordinator.swift b/ElementX/Sources/Application/AppCoordinator.swift index 7fd8b58e2..70d53903a 100644 --- a/ElementX/Sources/Application/AppCoordinator.swift +++ b/ElementX/Sources/Application/AppCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppCoordinatorProtocol.swift b/ElementX/Sources/Application/AppCoordinatorProtocol.swift index f17fcaac0..4835a4b7d 100644 --- a/ElementX/Sources/Application/AppCoordinatorProtocol.swift +++ b/ElementX/Sources/Application/AppCoordinatorProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppCoordinatorStateMachine.swift b/ElementX/Sources/Application/AppCoordinatorStateMachine.swift index 1b604737c..833301e97 100644 --- a/ElementX/Sources/Application/AppCoordinatorStateMachine.swift +++ b/ElementX/Sources/Application/AppCoordinatorStateMachine.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppDelegate.swift b/ElementX/Sources/Application/AppDelegate.swift index f2419d48c..ac9d2d06d 100644 --- a/ElementX/Sources/Application/AppDelegate.swift +++ b/ElementX/Sources/Application/AppDelegate.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppMediator.swift b/ElementX/Sources/Application/AppMediator.swift index d01952f54..095e0f66d 100644 --- a/ElementX/Sources/Application/AppMediator.swift +++ b/ElementX/Sources/Application/AppMediator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/AppMediatorProtocol.swift b/ElementX/Sources/Application/AppMediatorProtocol.swift index ea7435c24..2a73e5ce1 100644 --- a/ElementX/Sources/Application/AppMediatorProtocol.swift +++ b/ElementX/Sources/Application/AppMediatorProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Application.swift b/ElementX/Sources/Application/Application.swift index 48fba3d74..390e584e3 100644 --- a/ElementX/Sources/Application/Application.swift +++ b/ElementX/Sources/Application/Application.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/CoordinatorProtocol.swift b/ElementX/Sources/Application/CoordinatorProtocol.swift index 643f53de0..d31e2e1b7 100644 --- a/ElementX/Sources/Application/CoordinatorProtocol.swift +++ b/ElementX/Sources/Application/CoordinatorProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/FlowCoordinatorProtocol.swift b/ElementX/Sources/Application/FlowCoordinatorProtocol.swift index 233255128..a025c829b 100644 --- a/ElementX/Sources/Application/FlowCoordinatorProtocol.swift +++ b/ElementX/Sources/Application/FlowCoordinatorProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Navigation/AppRoutes.swift b/ElementX/Sources/Application/Navigation/AppRoutes.swift index 4450f4c47..ea3ddbab6 100644 --- a/ElementX/Sources/Application/Navigation/AppRoutes.swift +++ b/ElementX/Sources/Application/Navigation/AppRoutes.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Navigation/NavigationCoordinators.swift b/ElementX/Sources/Application/Navigation/NavigationCoordinators.swift index 0f58158bc..f6bf1965e 100644 --- a/ElementX/Sources/Application/Navigation/NavigationCoordinators.swift +++ b/ElementX/Sources/Application/Navigation/NavigationCoordinators.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Navigation/NavigationModule.swift b/ElementX/Sources/Application/Navigation/NavigationModule.swift index d7e2dccd8..c262d94de 100644 --- a/ElementX/Sources/Application/Navigation/NavigationModule.swift +++ b/ElementX/Sources/Application/Navigation/NavigationModule.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Navigation/NavigationRootCoordinator.swift b/ElementX/Sources/Application/Navigation/NavigationRootCoordinator.swift index 45db8ce0a..a9d318fd8 100644 --- a/ElementX/Sources/Application/Navigation/NavigationRootCoordinator.swift +++ b/ElementX/Sources/Application/Navigation/NavigationRootCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Navigation/NavigationTabCoordinator.swift b/ElementX/Sources/Application/Navigation/NavigationTabCoordinator.swift index f635205da..304466ac8 100644 --- a/ElementX/Sources/Application/Navigation/NavigationTabCoordinator.swift +++ b/ElementX/Sources/Application/Navigation/NavigationTabCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/ServiceLocator.swift b/ElementX/Sources/Application/ServiceLocator.swift index 4b591877f..fcc10ec1f 100644 --- a/ElementX/Sources/Application/ServiceLocator.swift +++ b/ElementX/Sources/Application/ServiceLocator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/AnalyticsConfiguration.swift b/ElementX/Sources/Application/Settings/AnalyticsConfiguration.swift index 999b2b853..036551d69 100644 --- a/ElementX/Sources/Application/Settings/AnalyticsConfiguration.swift +++ b/ElementX/Sources/Application/Settings/AnalyticsConfiguration.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/AnalyticsConsentState.swift b/ElementX/Sources/Application/Settings/AnalyticsConsentState.swift index ae29509fb..3ae760faa 100644 --- a/ElementX/Sources/Application/Settings/AnalyticsConsentState.swift +++ b/ElementX/Sources/Application/Settings/AnalyticsConsentState.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/AppAppearance.swift b/ElementX/Sources/Application/Settings/AppAppearance.swift index 80ba76067..59cea462c 100644 --- a/ElementX/Sources/Application/Settings/AppAppearance.swift +++ b/ElementX/Sources/Application/Settings/AppAppearance.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/AppSettings.swift b/ElementX/Sources/Application/Settings/AppSettings.swift index 3ddf464f3..348ebe0ec 100644 --- a/ElementX/Sources/Application/Settings/AppSettings.swift +++ b/ElementX/Sources/Application/Settings/AppSettings.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/FrequentlyUsedEmoji.swift b/ElementX/Sources/Application/Settings/FrequentlyUsedEmoji.swift index b8b368ade..40700d804 100644 --- a/ElementX/Sources/Application/Settings/FrequentlyUsedEmoji.swift +++ b/ElementX/Sources/Application/Settings/FrequentlyUsedEmoji.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/MapTilerConfiguration.swift b/ElementX/Sources/Application/Settings/MapTilerConfiguration.swift index 1484beb22..beeea3b75 100644 --- a/ElementX/Sources/Application/Settings/MapTilerConfiguration.swift +++ b/ElementX/Sources/Application/Settings/MapTilerConfiguration.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/OIDCConfiguration.swift b/ElementX/Sources/Application/Settings/OIDCConfiguration.swift index a86d34ab0..9b6a35319 100644 --- a/ElementX/Sources/Application/Settings/OIDCConfiguration.swift +++ b/ElementX/Sources/Application/Settings/OIDCConfiguration.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/RageshakeConfiguration.swift b/ElementX/Sources/Application/Settings/RageshakeConfiguration.swift index c32c60e81..9232be54c 100644 --- a/ElementX/Sources/Application/Settings/RageshakeConfiguration.swift +++ b/ElementX/Sources/Application/Settings/RageshakeConfiguration.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/RemotePreference.swift b/ElementX/Sources/Application/Settings/RemotePreference.swift index 47c97e218..736c5826c 100644 --- a/ElementX/Sources/Application/Settings/RemotePreference.swift +++ b/ElementX/Sources/Application/Settings/RemotePreference.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Settings/UserPreference.swift b/ElementX/Sources/Application/Settings/UserPreference.swift index b8a3690c9..84271b58a 100644 --- a/ElementX/Sources/Application/Settings/UserPreference.swift +++ b/ElementX/Sources/Application/Settings/UserPreference.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/TargetConfiguration.swift b/ElementX/Sources/Application/TargetConfiguration.swift index 5bae1cd76..50004d476 100644 --- a/ElementX/Sources/Application/TargetConfiguration.swift +++ b/ElementX/Sources/Application/TargetConfiguration.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Windowing/OrientationManagerProtocol.swift b/ElementX/Sources/Application/Windowing/OrientationManagerProtocol.swift index a8fdb7311..3db5eab9b 100644 --- a/ElementX/Sources/Application/Windowing/OrientationManagerProtocol.swift +++ b/ElementX/Sources/Application/Windowing/OrientationManagerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Windowing/SceneDelegate.swift b/ElementX/Sources/Application/Windowing/SceneDelegate.swift index 6c00f44a4..596d76dc8 100644 --- a/ElementX/Sources/Application/Windowing/SceneDelegate.swift +++ b/ElementX/Sources/Application/Windowing/SceneDelegate.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Windowing/WindowManager.swift b/ElementX/Sources/Application/Windowing/WindowManager.swift index 7c64ec30e..df7d3f55c 100644 --- a/ElementX/Sources/Application/Windowing/WindowManager.swift +++ b/ElementX/Sources/Application/Windowing/WindowManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Application/Windowing/WindowManagerProtocol.swift b/ElementX/Sources/Application/Windowing/WindowManagerProtocol.swift index d2534a077..af69a265f 100644 --- a/ElementX/Sources/Application/Windowing/WindowManagerProtocol.swift +++ b/ElementX/Sources/Application/Windowing/WindowManagerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/AppLockFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/AppLockFlowCoordinator.swift index f82f09ae7..a869804ac 100644 --- a/ElementX/Sources/FlowCoordinators/AppLockFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/AppLockFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/AppLockSetupFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/AppLockSetupFlowCoordinator.swift index 752e76c83..51ed1616a 100644 --- a/ElementX/Sources/FlowCoordinators/AppLockSetupFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/AppLockSetupFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift index f74909085..1f1352219 100644 --- a/ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/AuthenticationFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/BugReportFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/BugReportFlowCoordinator.swift index cb56f38ef..428ce1711 100644 --- a/ElementX/Sources/FlowCoordinators/BugReportFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/BugReportFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinator.swift index 650e4a012..4398120bd 100644 --- a/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinatorStateMachine.swift b/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinatorStateMachine.swift index 2f8cfcbe3..7b7a756f8 100644 --- a/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinatorStateMachine.swift +++ b/ElementX/Sources/FlowCoordinators/ChatsFlowCoordinatorStateMachine.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/EncryptionResetFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/EncryptionResetFlowCoordinator.swift index 709420ca0..a6b8cde90 100644 --- a/ElementX/Sources/FlowCoordinators/EncryptionResetFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/EncryptionResetFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/EncryptionSettingsFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/EncryptionSettingsFlowCoordinator.swift index 0dc2b0a91..75e06ed7c 100644 --- a/ElementX/Sources/FlowCoordinators/EncryptionSettingsFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/EncryptionSettingsFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/MediaEventsTimelineFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/MediaEventsTimelineFlowCoordinator.swift index 88ca05bdc..c4fb5d042 100644 --- a/ElementX/Sources/FlowCoordinators/MediaEventsTimelineFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/MediaEventsTimelineFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/OnboardingFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/OnboardingFlowCoordinator.swift index f363a315f..8fbf6cff9 100644 --- a/ElementX/Sources/FlowCoordinators/OnboardingFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/OnboardingFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/PinnedEventsTimelineFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/PinnedEventsTimelineFlowCoordinator.swift index aff2cdcb0..695750cfc 100644 --- a/ElementX/Sources/FlowCoordinators/PinnedEventsTimelineFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/PinnedEventsTimelineFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift index df33b12ed..fc01f01c3 100644 --- a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinatorStateMachine.swift b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinatorStateMachine.swift index 16fce582a..5b5f91621 100644 --- a/ElementX/Sources/FlowCoordinators/RoomFlowCoordinatorStateMachine.swift +++ b/ElementX/Sources/FlowCoordinators/RoomFlowCoordinatorStateMachine.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/RoomRolesAndPermissionsFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/RoomRolesAndPermissionsFlowCoordinator.swift index 3aad15409..3cc4ce2b1 100644 --- a/ElementX/Sources/FlowCoordinators/RoomRolesAndPermissionsFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/RoomRolesAndPermissionsFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/SettingsFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/SettingsFlowCoordinator.swift index 1aa48065a..a3e02f566 100644 --- a/ElementX/Sources/FlowCoordinators/SettingsFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/SettingsFlowCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/SpaceExplorerFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/SpaceExplorerFlowCoordinator.swift index e94e3f788..63a29f047 100644 --- a/ElementX/Sources/FlowCoordinators/SpaceExplorerFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/SpaceExplorerFlowCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift index 9911ae3a6..f01ff4028 100644 --- a/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/SpaceFlowCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/FlowCoordinators/UserSessionFlowCoordinator.swift b/ElementX/Sources/FlowCoordinators/UserSessionFlowCoordinator.swift index 22b7fc30c..ca4e33df0 100644 --- a/ElementX/Sources/FlowCoordinators/UserSessionFlowCoordinator.swift +++ b/ElementX/Sources/FlowCoordinators/UserSessionFlowCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/AggregatedReactionMock.swift b/ElementX/Sources/Mocks/AggregatedReactionMock.swift index 37920724f..cdd598806 100644 --- a/ElementX/Sources/Mocks/AggregatedReactionMock.swift +++ b/ElementX/Sources/Mocks/AggregatedReactionMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/AppMediatorMock.swift b/ElementX/Sources/Mocks/AppMediatorMock.swift index 3e284e6b9..baf67e68c 100644 --- a/ElementX/Sources/Mocks/AppMediatorMock.swift +++ b/ElementX/Sources/Mocks/AppMediatorMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/AuthenticationClientBuilderFactoryMock.swift b/ElementX/Sources/Mocks/AuthenticationClientBuilderFactoryMock.swift index 0f1eb25e5..313b909d1 100644 --- a/ElementX/Sources/Mocks/AuthenticationClientBuilderFactoryMock.swift +++ b/ElementX/Sources/Mocks/AuthenticationClientBuilderFactoryMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/BannedRoomProxyMock.swift b/ElementX/Sources/Mocks/BannedRoomProxyMock.swift index 01be5af53..0ba59062c 100644 --- a/ElementX/Sources/Mocks/BannedRoomProxyMock.swift +++ b/ElementX/Sources/Mocks/BannedRoomProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/BugReportServiceMock.swift b/ElementX/Sources/Mocks/BugReportServiceMock.swift index 39f446caf..175b1034f 100644 --- a/ElementX/Sources/Mocks/BugReportServiceMock.swift +++ b/ElementX/Sources/Mocks/BugReportServiceMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/ClientProxyMock.swift b/ElementX/Sources/Mocks/ClientProxyMock.swift index 2d2e19bbe..bd068e679 100644 --- a/ElementX/Sources/Mocks/ClientProxyMock.swift +++ b/ElementX/Sources/Mocks/ClientProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/ComposerDraftServiceMock.swift b/ElementX/Sources/Mocks/ComposerDraftServiceMock.swift index 6aff0121f..682885aa9 100644 --- a/ElementX/Sources/Mocks/ComposerDraftServiceMock.swift +++ b/ElementX/Sources/Mocks/ComposerDraftServiceMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/ElementCallServiceMock.swift b/ElementX/Sources/Mocks/ElementCallServiceMock.swift index 7aac4051f..60d6465d7 100644 --- a/ElementX/Sources/Mocks/ElementCallServiceMock.swift +++ b/ElementX/Sources/Mocks/ElementCallServiceMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/InvitedRoomProxyMock.swift b/ElementX/Sources/Mocks/InvitedRoomProxyMock.swift index c6fb1c497..822ca7e32 100644 --- a/ElementX/Sources/Mocks/InvitedRoomProxyMock.swift +++ b/ElementX/Sources/Mocks/InvitedRoomProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/JoinedRoomProxyMock.swift b/ElementX/Sources/Mocks/JoinedRoomProxyMock.swift index ad8d7361c..a4a18caa1 100644 --- a/ElementX/Sources/Mocks/JoinedRoomProxyMock.swift +++ b/ElementX/Sources/Mocks/JoinedRoomProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/KnockRequestProxyMock.swift b/ElementX/Sources/Mocks/KnockRequestProxyMock.swift index 8b868b8be..dc7ad102b 100644 --- a/ElementX/Sources/Mocks/KnockRequestProxyMock.swift +++ b/ElementX/Sources/Mocks/KnockRequestProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/KnockedRoomProxyMock.swift b/ElementX/Sources/Mocks/KnockedRoomProxyMock.swift index 4263ed94a..3ffa74e85 100644 --- a/ElementX/Sources/Mocks/KnockedRoomProxyMock.swift +++ b/ElementX/Sources/Mocks/KnockedRoomProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/MediaProviderMock.swift b/ElementX/Sources/Mocks/MediaProviderMock.swift index 6137a2445..4d7e47551 100644 --- a/ElementX/Sources/Mocks/MediaProviderMock.swift +++ b/ElementX/Sources/Mocks/MediaProviderMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/NetworkMonitorMock.swift b/ElementX/Sources/Mocks/NetworkMonitorMock.swift index b3c406238..4a30b4a26 100644 --- a/ElementX/Sources/Mocks/NetworkMonitorMock.swift +++ b/ElementX/Sources/Mocks/NetworkMonitorMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/NotificationSettingsProxyMock.swift b/ElementX/Sources/Mocks/NotificationSettingsProxyMock.swift index 85d053205..985b4edeb 100644 --- a/ElementX/Sources/Mocks/NotificationSettingsProxyMock.swift +++ b/ElementX/Sources/Mocks/NotificationSettingsProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/PHGPostHogMock.swift b/ElementX/Sources/Mocks/PHGPostHogMock.swift index ac5a18e4b..deadcbe3d 100644 --- a/ElementX/Sources/Mocks/PHGPostHogMock.swift +++ b/ElementX/Sources/Mocks/PHGPostHogMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/PhotoLibraryManagerMock.swift b/ElementX/Sources/Mocks/PhotoLibraryManagerMock.swift index 716f94c5b..d0d2f5656 100644 --- a/ElementX/Sources/Mocks/PhotoLibraryManagerMock.swift +++ b/ElementX/Sources/Mocks/PhotoLibraryManagerMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/PollMock.swift b/ElementX/Sources/Mocks/PollMock.swift index 8d64bc982..f2eca4ea7 100644 --- a/ElementX/Sources/Mocks/PollMock.swift +++ b/ElementX/Sources/Mocks/PollMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomDirectorySearchMock.swift b/ElementX/Sources/Mocks/RoomDirectorySearchMock.swift index ed5db2df3..f688c6d71 100644 --- a/ElementX/Sources/Mocks/RoomDirectorySearchMock.swift +++ b/ElementX/Sources/Mocks/RoomDirectorySearchMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomMemberProxyMock.swift b/ElementX/Sources/Mocks/RoomMemberProxyMock.swift index d81efd789..0014ce2e9 100644 --- a/ElementX/Sources/Mocks/RoomMemberProxyMock.swift +++ b/ElementX/Sources/Mocks/RoomMemberProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomNotificationSettingsProxyMock.swift b/ElementX/Sources/Mocks/RoomNotificationSettingsProxyMock.swift index 992d40b79..f07092f82 100644 --- a/ElementX/Sources/Mocks/RoomNotificationSettingsProxyMock.swift +++ b/ElementX/Sources/Mocks/RoomNotificationSettingsProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomPowerLevelsProxyMock.swift b/ElementX/Sources/Mocks/RoomPowerLevelsProxyMock.swift index 84ae3949f..2da618d31 100644 --- a/ElementX/Sources/Mocks/RoomPowerLevelsProxyMock.swift +++ b/ElementX/Sources/Mocks/RoomPowerLevelsProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomPreviewProxyMock.swift b/ElementX/Sources/Mocks/RoomPreviewProxyMock.swift index 0bd6739b1..3d9e324e7 100644 --- a/ElementX/Sources/Mocks/RoomPreviewProxyMock.swift +++ b/ElementX/Sources/Mocks/RoomPreviewProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/RoomSummaryProviderMock.swift b/ElementX/Sources/Mocks/RoomSummaryProviderMock.swift index d8250b207..3c3e0a9e9 100644 --- a/ElementX/Sources/Mocks/RoomSummaryProviderMock.swift +++ b/ElementX/Sources/Mocks/RoomSummaryProviderMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SDK/ClientSDKMock.swift b/ElementX/Sources/Mocks/SDK/ClientSDKMock.swift index 2f61f954a..7f9b48218 100644 --- a/ElementX/Sources/Mocks/SDK/ClientSDKMock.swift +++ b/ElementX/Sources/Mocks/SDK/ClientSDKMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SDK/EventTimelineItem.swift b/ElementX/Sources/Mocks/SDK/EventTimelineItem.swift index c602eecfd..e7c6efaf1 100644 --- a/ElementX/Sources/Mocks/SDK/EventTimelineItem.swift +++ b/ElementX/Sources/Mocks/SDK/EventTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SDK/IdentityResetHandleSDKMock.swift b/ElementX/Sources/Mocks/SDK/IdentityResetHandleSDKMock.swift index 2bec4fa0b..32b8c28c0 100644 --- a/ElementX/Sources/Mocks/SDK/IdentityResetHandleSDKMock.swift +++ b/ElementX/Sources/Mocks/SDK/IdentityResetHandleSDKMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SDK/LeaveSpaceHandleSDKMock.swift b/ElementX/Sources/Mocks/SDK/LeaveSpaceHandleSDKMock.swift index 812bd694c..8b8528e9f 100644 --- a/ElementX/Sources/Mocks/SDK/LeaveSpaceHandleSDKMock.swift +++ b/ElementX/Sources/Mocks/SDK/LeaveSpaceHandleSDKMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SecureBackupControllerMock.swift b/ElementX/Sources/Mocks/SecureBackupControllerMock.swift index be4924558..afe0c8f5c 100644 --- a/ElementX/Sources/Mocks/SecureBackupControllerMock.swift +++ b/ElementX/Sources/Mocks/SecureBackupControllerMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SessionVerificationControllerProxyMock.swift b/ElementX/Sources/Mocks/SessionVerificationControllerProxyMock.swift index 30e808b8e..f2a8475d3 100644 --- a/ElementX/Sources/Mocks/SessionVerificationControllerProxyMock.swift +++ b/ElementX/Sources/Mocks/SessionVerificationControllerProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SpaceRoomListProxyMock.swift b/ElementX/Sources/Mocks/SpaceRoomListProxyMock.swift index 6893b1f59..a561c2d5d 100644 --- a/ElementX/Sources/Mocks/SpaceRoomListProxyMock.swift +++ b/ElementX/Sources/Mocks/SpaceRoomListProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SpaceRoomProxyMock.swift b/ElementX/Sources/Mocks/SpaceRoomProxyMock.swift index 8e4e4bd9f..85e6df1fb 100644 --- a/ElementX/Sources/Mocks/SpaceRoomProxyMock.swift +++ b/ElementX/Sources/Mocks/SpaceRoomProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/SpaceServiceProxyMock.swift b/ElementX/Sources/Mocks/SpaceServiceProxyMock.swift index 64b981e9b..73d006f13 100644 --- a/ElementX/Sources/Mocks/SpaceServiceProxyMock.swift +++ b/ElementX/Sources/Mocks/SpaceServiceProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/TimelineControllerFactoryMock.swift b/ElementX/Sources/Mocks/TimelineControllerFactoryMock.swift index 32d0254c9..a39705179 100644 --- a/ElementX/Sources/Mocks/TimelineControllerFactoryMock.swift +++ b/ElementX/Sources/Mocks/TimelineControllerFactoryMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/TimelineProviderMock.swift b/ElementX/Sources/Mocks/TimelineProviderMock.swift index 04bd56526..bac6cd1f1 100644 --- a/ElementX/Sources/Mocks/TimelineProviderMock.swift +++ b/ElementX/Sources/Mocks/TimelineProviderMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/TimelineProxyMock.swift b/ElementX/Sources/Mocks/TimelineProxyMock.swift index 78049aabd..549014952 100644 --- a/ElementX/Sources/Mocks/TimelineProxyMock.swift +++ b/ElementX/Sources/Mocks/TimelineProxyMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/UserIdentityProxyMock.swift b/ElementX/Sources/Mocks/UserIdentityProxyMock.swift index 58d506ed0..71a7d3803 100644 --- a/ElementX/Sources/Mocks/UserIdentityProxyMock.swift +++ b/ElementX/Sources/Mocks/UserIdentityProxyMock.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/UserIndicatorControllerMock.swift b/ElementX/Sources/Mocks/UserIndicatorControllerMock.swift index ba47e6bc9..a10a1a961 100644 --- a/ElementX/Sources/Mocks/UserIndicatorControllerMock.swift +++ b/ElementX/Sources/Mocks/UserIndicatorControllerMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/UserProfile+Mock.swift b/ElementX/Sources/Mocks/UserProfile+Mock.swift index c9242e86b..8e0198f01 100644 --- a/ElementX/Sources/Mocks/UserProfile+Mock.swift +++ b/ElementX/Sources/Mocks/UserProfile+Mock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/UserSessionMock.swift b/ElementX/Sources/Mocks/UserSessionMock.swift index 6f5794518..f2877dcb1 100644 --- a/ElementX/Sources/Mocks/UserSessionMock.swift +++ b/ElementX/Sources/Mocks/UserSessionMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Mocks/UserSessionStoreMock.swift b/ElementX/Sources/Mocks/UserSessionStoreMock.swift index 4ea2f1e7b..99d796f9b 100644 --- a/ElementX/Sources/Mocks/UserSessionStoreMock.swift +++ b/ElementX/Sources/Mocks/UserSessionStoreMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/AccessibilityIdentifiers.swift b/ElementX/Sources/Other/AccessibilityIdentifiers.swift index f0e772c68..7b57d831e 100644 --- a/ElementX/Sources/Other/AccessibilityIdentifiers.swift +++ b/ElementX/Sources/Other/AccessibilityIdentifiers.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Analytics/ScreenTrackerViewModifier.swift b/ElementX/Sources/Other/Analytics/ScreenTrackerViewModifier.swift index 005ec8cf1..8efc5c141 100644 --- a/ElementX/Sources/Other/Analytics/ScreenTrackerViewModifier.swift +++ b/ElementX/Sources/Other/Analytics/ScreenTrackerViewModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Avatars.swift b/ElementX/Sources/Other/Avatars.swift index e3ba241ce..5be4bf52d 100644 --- a/ElementX/Sources/Other/Avatars.swift +++ b/ElementX/Sources/Other/Avatars.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/BlurHashDecode.swift b/ElementX/Sources/Other/BlurHashDecode.swift index 2bd2ca2a9..c96e9fd1c 100644 --- a/ElementX/Sources/Other/BlurHashDecode.swift +++ b/ElementX/Sources/Other/BlurHashDecode.swift @@ -1,3 +1,25 @@ +/* + Copyright (c) 2018 Wolt Enterprises + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + */ + // swiftlint:disable all import UIKit diff --git a/ElementX/Sources/Other/BlurHashEncode.swift b/ElementX/Sources/Other/BlurHashEncode.swift index f483a162b..b32f15d19 100644 --- a/ElementX/Sources/Other/BlurHashEncode.swift +++ b/ElementX/Sources/Other/BlurHashEncode.swift @@ -1,3 +1,25 @@ +/* + Copyright (c) 2018 Wolt Enterprises + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + */ + // swiftlint:disable all import UIKit diff --git a/ElementX/Sources/Other/CancellableTask.swift b/ElementX/Sources/Other/CancellableTask.swift index 7b7f60dd3..0ccc74f8d 100644 --- a/ElementX/Sources/Other/CancellableTask.swift +++ b/ElementX/Sources/Other/CancellableTask.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/CollapsibleFlowLayout/CollapsibleReactionLayout.swift b/ElementX/Sources/Other/CollapsibleFlowLayout/CollapsibleReactionLayout.swift index ab4252ded..e40b90a9b 100644 --- a/ElementX/Sources/Other/CollapsibleFlowLayout/CollapsibleReactionLayout.swift +++ b/ElementX/Sources/Other/CollapsibleFlowLayout/CollapsibleReactionLayout.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // import SwiftUI diff --git a/ElementX/Sources/Other/Consumable.swift b/ElementX/Sources/Other/Consumable.swift index 8037ab761..66ad25725 100644 --- a/ElementX/Sources/Other/Consumable.swift +++ b/ElementX/Sources/Other/Consumable.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/CurrentValuePublisher.swift b/ElementX/Sources/Other/CurrentValuePublisher.swift index a869259ae..f23e090b6 100644 --- a/ElementX/Sources/Other/CurrentValuePublisher.swift +++ b/ElementX/Sources/Other/CurrentValuePublisher.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/EffectsScene/EffectsScene.swift b/ElementX/Sources/Other/EffectsScene/EffectsScene.swift index c5b251adb..2c7bc1333 100644 --- a/ElementX/Sources/Other/EffectsScene/EffectsScene.swift +++ b/ElementX/Sources/Other/EffectsScene/EffectsScene.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/EffectsScene/EffectsView.swift b/ElementX/Sources/Other/EffectsScene/EffectsView.swift index 9d4a7eee6..cc4d05ee8 100644 --- a/ElementX/Sources/Other/EffectsScene/EffectsView.swift +++ b/ElementX/Sources/Other/EffectsScene/EffectsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/ExpiringTaskRunner.swift b/ElementX/Sources/Other/ExpiringTaskRunner.swift index 835226621..40057af79 100644 --- a/ElementX/Sources/Other/ExpiringTaskRunner.swift +++ b/ElementX/Sources/Other/ExpiringTaskRunner.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/AVMetadataMachineReadableCodeObject.swift b/ElementX/Sources/Other/Extensions/AVMetadataMachineReadableCodeObject.swift index b1bab15ad..8405c5a74 100644 --- a/ElementX/Sources/Other/Extensions/AVMetadataMachineReadableCodeObject.swift +++ b/ElementX/Sources/Other/Extensions/AVMetadataMachineReadableCodeObject.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Alert.swift b/ElementX/Sources/Other/Extensions/Alert.swift index fd11de53d..65200799d 100644 --- a/ElementX/Sources/Other/Extensions/Alert.swift +++ b/ElementX/Sources/Other/Extensions/Alert.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Array.swift b/ElementX/Sources/Other/Extensions/Array.swift index a901ffa1d..716a1a777 100644 --- a/ElementX/Sources/Other/Extensions/Array.swift +++ b/ElementX/Sources/Other/Extensions/Array.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/AsyncSequence.swift b/ElementX/Sources/Other/Extensions/AsyncSequence.swift index 2555db379..f4335e438 100644 --- a/ElementX/Sources/Other/Extensions/AsyncSequence.swift +++ b/ElementX/Sources/Other/Extensions/AsyncSequence.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/AttributedString.swift b/ElementX/Sources/Other/Extensions/AttributedString.swift index e29918d0a..bf276c685 100644 --- a/ElementX/Sources/Other/Extensions/AttributedString.swift +++ b/ElementX/Sources/Other/Extensions/AttributedString.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Bundle.swift b/ElementX/Sources/Other/Extensions/Bundle.swift index a9a0544e8..481431163 100644 --- a/ElementX/Sources/Other/Extensions/Bundle.swift +++ b/ElementX/Sources/Other/Extensions/Bundle.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/CharacterSet.swift b/ElementX/Sources/Other/Extensions/CharacterSet.swift index 8b96dc66a..5195a5746 100644 --- a/ElementX/Sources/Other/Extensions/CharacterSet.swift +++ b/ElementX/Sources/Other/Extensions/CharacterSet.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/ClientBuilder.swift b/ElementX/Sources/Other/Extensions/ClientBuilder.swift index 1ec9ad66d..9771d746a 100644 --- a/ElementX/Sources/Other/Extensions/ClientBuilder.swift +++ b/ElementX/Sources/Other/Extensions/ClientBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Collection.swift b/ElementX/Sources/Other/Extensions/Collection.swift index 0937ac878..cf0241bff 100644 --- a/ElementX/Sources/Other/Extensions/Collection.swift +++ b/ElementX/Sources/Other/Extensions/Collection.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Comparable.swift b/ElementX/Sources/Other/Extensions/Comparable.swift index 494479018..2df8c2798 100644 --- a/ElementX/Sources/Other/Extensions/Comparable.swift +++ b/ElementX/Sources/Other/Extensions/Comparable.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/CompoundIcon.swift b/ElementX/Sources/Other/Extensions/CompoundIcon.swift index 1d0ea0a2b..e4a852c33 100644 --- a/ElementX/Sources/Other/Extensions/CompoundIcon.swift +++ b/ElementX/Sources/Other/Extensions/CompoundIcon.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/ConfirmationDialog.swift b/ElementX/Sources/Other/Extensions/ConfirmationDialog.swift index 8062f1b0c..4bc8fef4f 100644 --- a/ElementX/Sources/Other/Extensions/ConfirmationDialog.swift +++ b/ElementX/Sources/Other/Extensions/ConfirmationDialog.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Data.swift b/ElementX/Sources/Other/Extensions/Data.swift index 7e61cc32f..fa43dd35b 100644 --- a/ElementX/Sources/Other/Extensions/Data.swift +++ b/ElementX/Sources/Other/Extensions/Data.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Date.swift b/ElementX/Sources/Other/Extensions/Date.swift index 3dd4f4f13..31842f672 100644 --- a/ElementX/Sources/Other/Extensions/Date.swift +++ b/ElementX/Sources/Other/Extensions/Date.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Dictionary.swift b/ElementX/Sources/Other/Extensions/Dictionary.swift index 0572076c3..5c5c97d75 100644 --- a/ElementX/Sources/Other/Extensions/Dictionary.swift +++ b/ElementX/Sources/Other/Extensions/Dictionary.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Duration.swift b/ElementX/Sources/Other/Extensions/Duration.swift index 4e55a685b..54055a535 100644 --- a/ElementX/Sources/Other/Extensions/Duration.swift +++ b/ElementX/Sources/Other/Extensions/Duration.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Encodable.swift b/ElementX/Sources/Other/Extensions/Encodable.swift index cd8a6a7e3..0c3b3257a 100644 --- a/ElementX/Sources/Other/Extensions/Encodable.swift +++ b/ElementX/Sources/Other/Extensions/Encodable.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/FileManager.swift b/ElementX/Sources/Other/Extensions/FileManager.swift index 39795aeb2..3bb7b598f 100644 --- a/ElementX/Sources/Other/Extensions/FileManager.swift +++ b/ElementX/Sources/Other/Extensions/FileManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/HTMLParserStyle.swift b/ElementX/Sources/Other/Extensions/HTMLParserStyle.swift index 72d84a0e9..16a5b7e58 100644 --- a/ElementX/Sources/Other/Extensions/HTMLParserStyle.swift +++ b/ElementX/Sources/Other/Extensions/HTMLParserStyle.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/ImageCache.swift b/ElementX/Sources/Other/Extensions/ImageCache.swift index ff0113649..46176b4d9 100644 --- a/ElementX/Sources/Other/Extensions/ImageCache.swift +++ b/ElementX/Sources/Other/Extensions/ImageCache.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Label.swift b/ElementX/Sources/Other/Extensions/Label.swift index 762581b74..a2d734f9f 100644 --- a/ElementX/Sources/Other/Extensions/Label.swift +++ b/ElementX/Sources/Other/Extensions/Label.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/LayoutDirection.swift b/ElementX/Sources/Other/Extensions/LayoutDirection.swift index 6364dfed9..b414ed4ae 100644 --- a/ElementX/Sources/Other/Extensions/LayoutDirection.swift +++ b/ElementX/Sources/Other/Extensions/LayoutDirection.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/NSItemProvider.swift b/ElementX/Sources/Other/Extensions/NSItemProvider.swift index b92600735..464f2b5b3 100644 --- a/ElementX/Sources/Other/Extensions/NSItemProvider.swift +++ b/ElementX/Sources/Other/Extensions/NSItemProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/NSRegularExpresion.swift b/ElementX/Sources/Other/Extensions/NSRegularExpresion.swift index 47b37cc74..f7f0650c2 100644 --- a/ElementX/Sources/Other/Extensions/NSRegularExpresion.swift +++ b/ElementX/Sources/Other/Extensions/NSRegularExpresion.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Observable.swift b/ElementX/Sources/Other/Extensions/Observable.swift index aa1f1a092..fdced4a69 100644 --- a/ElementX/Sources/Other/Extensions/Observable.swift +++ b/ElementX/Sources/Other/Extensions/Observable.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/OrderedSet.swift b/ElementX/Sources/Other/Extensions/OrderedSet.swift index 79e31343a..06ef34e5f 100644 --- a/ElementX/Sources/Other/Extensions/OrderedSet.swift +++ b/ElementX/Sources/Other/Extensions/OrderedSet.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/ProcessInfo.swift b/ElementX/Sources/Other/Extensions/ProcessInfo.swift index c90164df9..458edfadb 100644 --- a/ElementX/Sources/Other/Extensions/ProcessInfo.swift +++ b/ElementX/Sources/Other/Extensions/ProcessInfo.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/ProposedViewSize.swift b/ElementX/Sources/Other/Extensions/ProposedViewSize.swift index 7a40f3a27..aec002cf5 100644 --- a/ElementX/Sources/Other/Extensions/ProposedViewSize.swift +++ b/ElementX/Sources/Other/Extensions/ProposedViewSize.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Publisher.swift b/ElementX/Sources/Other/Extensions/Publisher.swift index 2a37d6492..560f1454e 100644 --- a/ElementX/Sources/Other/Extensions/Publisher.swift +++ b/ElementX/Sources/Other/Extensions/Publisher.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Result.swift b/ElementX/Sources/Other/Extensions/Result.swift index d5f36a215..1ba56094b 100644 --- a/ElementX/Sources/Other/Extensions/Result.swift +++ b/ElementX/Sources/Other/Extensions/Result.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Section.swift b/ElementX/Sources/Other/Extensions/Section.swift index 61e7092d1..3b82e9eee 100644 --- a/ElementX/Sources/Other/Extensions/Section.swift +++ b/ElementX/Sources/Other/Extensions/Section.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Snapshotting.swift b/ElementX/Sources/Other/Extensions/Snapshotting.swift index 220e93758..73b63f87a 100644 --- a/ElementX/Sources/Other/Extensions/Snapshotting.swift +++ b/ElementX/Sources/Other/Extensions/Snapshotting.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/String.swift b/ElementX/Sources/Other/Extensions/String.swift index 86dc891df..8ccc51e3b 100644 --- a/ElementX/Sources/Other/Extensions/String.swift +++ b/ElementX/Sources/Other/Extensions/String.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/Task.swift b/ElementX/Sources/Other/Extensions/Task.swift index ecb7271a4..e05fc9d5b 100644 --- a/ElementX/Sources/Other/Extensions/Task.swift +++ b/ElementX/Sources/Other/Extensions/Task.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/UIDevice.swift b/ElementX/Sources/Other/Extensions/UIDevice.swift index b1a9d2639..012d5d8eb 100644 --- a/ElementX/Sources/Other/Extensions/UIDevice.swift +++ b/ElementX/Sources/Other/Extensions/UIDevice.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/UIView.swift b/ElementX/Sources/Other/Extensions/UIView.swift index ced0c219f..cda75416a 100644 --- a/ElementX/Sources/Other/Extensions/UIView.swift +++ b/ElementX/Sources/Other/Extensions/UIView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/UNNotificationContent.swift b/ElementX/Sources/Other/Extensions/UNNotificationContent.swift index a157cb6d1..c7da10b4f 100644 --- a/ElementX/Sources/Other/Extensions/UNNotificationContent.swift +++ b/ElementX/Sources/Other/Extensions/UNNotificationContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/URL.swift b/ElementX/Sources/Other/Extensions/URL.swift index 575b26f29..8c0cb1fd1 100644 --- a/ElementX/Sources/Other/Extensions/URL.swift +++ b/ElementX/Sources/Other/Extensions/URL.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/URLComponents.swift b/ElementX/Sources/Other/Extensions/URLComponents.swift index a38ff50a9..9f0993941 100644 --- a/ElementX/Sources/Other/Extensions/URLComponents.swift +++ b/ElementX/Sources/Other/Extensions/URLComponents.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/URLSession.swift b/ElementX/Sources/Other/Extensions/URLSession.swift index 950c0fb44..f9171c654 100644 --- a/ElementX/Sources/Other/Extensions/URLSession.swift +++ b/ElementX/Sources/Other/Extensions/URLSession.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/UTType.swift b/ElementX/Sources/Other/Extensions/UTType.swift index eba375193..d053ba88b 100644 --- a/ElementX/Sources/Other/Extensions/UTType.swift +++ b/ElementX/Sources/Other/Extensions/UTType.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/XCTestCase.swift b/ElementX/Sources/Other/Extensions/XCTestCase.swift index 65d0717ed..6a5eee39a 100644 --- a/ElementX/Sources/Other/Extensions/XCTestCase.swift +++ b/ElementX/Sources/Other/Extensions/XCTestCase.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Extensions/XCUIElement.swift b/ElementX/Sources/Other/Extensions/XCUIElement.swift index 778cdafd7..22aea0040 100644 --- a/ElementX/Sources/Other/Extensions/XCUIElement.swift +++ b/ElementX/Sources/Other/Extensions/XCUIElement.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift index d6b49e89a..332c82d74 100644 --- a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift +++ b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderProtocol.swift b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderProtocol.swift index adbdbf48c..1bd21e98d 100644 --- a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderProtocol.swift +++ b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV1.swift b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV1.swift index b6b6dcf92..403a381bf 100644 --- a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV1.swift +++ b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV1.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV2.swift b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV2.swift index a757d7b35..567ca43dc 100644 --- a/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV2.swift +++ b/ElementX/Sources/Other/HTMLParsing/AttributedStringBuilderV2.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/DTHTMLElement+AttributedStringBuilder.swift b/ElementX/Sources/Other/HTMLParsing/DTHTMLElement+AttributedStringBuilder.swift index 5c3635ee9..1f6e767b1 100644 --- a/ElementX/Sources/Other/HTMLParsing/DTHTMLElement+AttributedStringBuilder.swift +++ b/ElementX/Sources/Other/HTMLParsing/DTHTMLElement+AttributedStringBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/ElementXAttributeScope.swift b/ElementX/Sources/Other/HTMLParsing/ElementXAttributeScope.swift index 02d76c0bd..74f72bd62 100644 --- a/ElementX/Sources/Other/HTMLParsing/ElementXAttributeScope.swift +++ b/ElementX/Sources/Other/HTMLParsing/ElementXAttributeScope.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/HTMLFixtures.swift b/ElementX/Sources/Other/HTMLParsing/HTMLFixtures.swift index 9fec42b8c..10332fd3f 100644 --- a/ElementX/Sources/Other/HTMLParsing/HTMLFixtures.swift +++ b/ElementX/Sources/Other/HTMLParsing/HTMLFixtures.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/PhishingDetector.swift b/ElementX/Sources/Other/HTMLParsing/PhishingDetector.swift index 003b88e6e..89a673908 100644 --- a/ElementX/Sources/Other/HTMLParsing/PhishingDetector.swift +++ b/ElementX/Sources/Other/HTMLParsing/PhishingDetector.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.h b/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.h index c4a393ff4..a82219345 100644 --- a/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.h +++ b/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.h @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.m b/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.m index 4c4987555..93316168a 100644 --- a/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.m +++ b/ElementX/Sources/Other/HTMLParsing/UIFont+AttributedStringBuilder.m @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/InfoPlistReader.swift b/ElementX/Sources/Other/InfoPlistReader.swift index bc5d256f7..8f3ec7446 100644 --- a/ElementX/Sources/Other/InfoPlistReader.swift +++ b/ElementX/Sources/Other/InfoPlistReader.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Logging/ExtensionLogger.swift b/ElementX/Sources/Other/Logging/ExtensionLogger.swift index bbc31b699..258914ff5 100644 --- a/ElementX/Sources/Other/Logging/ExtensionLogger.swift +++ b/ElementX/Sources/Other/Logging/ExtensionLogger.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Logging/LogLevel.swift b/ElementX/Sources/Other/Logging/LogLevel.swift index 258bbac27..d5c5e4b0b 100644 --- a/ElementX/Sources/Other/Logging/LogLevel.swift +++ b/ElementX/Sources/Other/Logging/LogLevel.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Logging/MXLog.swift b/ElementX/Sources/Other/Logging/MXLog.swift index ebe05906e..08f46022c 100644 --- a/ElementX/Sources/Other/Logging/MXLog.swift +++ b/ElementX/Sources/Other/Logging/MXLog.swift @@ -1,8 +1,9 @@ // -// Copyright 2024 New Vector Ltd. -// Copyright 2021-2024 The Matrix.org Foundation C.I.C +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. +// Copyright 2021-2025 The Matrix.org Foundation C.I.C // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Logging/TraceLogPack.swift b/ElementX/Sources/Other/Logging/TraceLogPack.swift index 0d28d4ba5..eb113f241 100644 --- a/ElementX/Sources/Other/Logging/TraceLogPack.swift +++ b/ElementX/Sources/Other/Logging/TraceLogPack.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Logging/Tracing.swift b/ElementX/Sources/Other/Logging/Tracing.swift index bcd964ec0..43ebb4bf4 100644 --- a/ElementX/Sources/Other/Logging/Tracing.swift +++ b/ElementX/Sources/Other/Logging/Tracing.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/LocationAnnotation.swift b/ElementX/Sources/Other/MapLibre/LocationAnnotation.swift index 3c3dfaaa6..9ea717a72 100644 --- a/ElementX/Sources/Other/MapLibre/LocationAnnotation.swift +++ b/ElementX/Sources/Other/MapLibre/LocationAnnotation.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/MapLibreMapView.swift b/ElementX/Sources/Other/MapLibre/MapLibreMapView.swift index 5db9f9395..3e03164dd 100644 --- a/ElementX/Sources/Other/MapLibre/MapLibreMapView.swift +++ b/ElementX/Sources/Other/MapLibre/MapLibreMapView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/MapLibreModels.swift b/ElementX/Sources/Other/MapLibre/MapLibreModels.swift index daaf04b37..a5dd154ed 100644 --- a/ElementX/Sources/Other/MapLibre/MapLibreModels.swift +++ b/ElementX/Sources/Other/MapLibre/MapLibreModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/MapLibreStaticMapView.swift b/ElementX/Sources/Other/MapLibre/MapLibreStaticMapView.swift index efd58ca3e..3572f9735 100644 --- a/ElementX/Sources/Other/MapLibre/MapLibreStaticMapView.swift +++ b/ElementX/Sources/Other/MapLibre/MapLibreStaticMapView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/MapTilerURLBuilderProtocol.swift b/ElementX/Sources/Other/MapLibre/MapTilerURLBuilderProtocol.swift index de880452c..3b7f1f19b 100644 --- a/ElementX/Sources/Other/MapLibre/MapTilerURLBuilderProtocol.swift +++ b/ElementX/Sources/Other/MapLibre/MapTilerURLBuilderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MapLibre/MapURLs.swift b/ElementX/Sources/Other/MapLibre/MapURLs.swift index 3b8ce0811..d3df0091e 100644 --- a/ElementX/Sources/Other/MapLibre/MapURLs.swift +++ b/ElementX/Sources/Other/MapLibre/MapURLs.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/MatrixEntityRegex.swift b/ElementX/Sources/Other/MatrixEntityRegex.swift index d9d5ddf7c..cdc6d5548 100644 --- a/ElementX/Sources/Other/MatrixEntityRegex.swift +++ b/ElementX/Sources/Other/MatrixEntityRegex.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/NetworkMonitor/NetworkMonitor.swift b/ElementX/Sources/Other/NetworkMonitor/NetworkMonitor.swift index 265ed5b73..fe860e79b 100644 --- a/ElementX/Sources/Other/NetworkMonitor/NetworkMonitor.swift +++ b/ElementX/Sources/Other/NetworkMonitor/NetworkMonitor.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/NetworkMonitor/NetworkMonitorProtocol.swift b/ElementX/Sources/Other/NetworkMonitor/NetworkMonitorProtocol.swift index 33bad26f4..b8e92992d 100644 --- a/ElementX/Sources/Other/NetworkMonitor/NetworkMonitorProtocol.swift +++ b/ElementX/Sources/Other/NetworkMonitor/NetworkMonitorProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/MentionBuilder.swift b/ElementX/Sources/Other/Pills/MentionBuilder.swift index 396524aac..e4fcb0370 100644 --- a/ElementX/Sources/Other/Pills/MentionBuilder.swift +++ b/ElementX/Sources/Other/Pills/MentionBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/MessageText.swift b/ElementX/Sources/Other/Pills/MessageText.swift index 56865a6b6..e4efb533e 100644 --- a/ElementX/Sources/Other/Pills/MessageText.swift +++ b/ElementX/Sources/Other/Pills/MessageText.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillAttachmentViewProvider.swift b/ElementX/Sources/Other/Pills/PillAttachmentViewProvider.swift index aec906743..a2ae71452 100644 --- a/ElementX/Sources/Other/Pills/PillAttachmentViewProvider.swift +++ b/ElementX/Sources/Other/Pills/PillAttachmentViewProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillContext.swift b/ElementX/Sources/Other/Pills/PillContext.swift index 795bd1192..93b626694 100644 --- a/ElementX/Sources/Other/Pills/PillContext.swift +++ b/ElementX/Sources/Other/Pills/PillContext.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillTextAttachment.swift b/ElementX/Sources/Other/Pills/PillTextAttachment.swift index 11be30438..991ab2133 100644 --- a/ElementX/Sources/Other/Pills/PillTextAttachment.swift +++ b/ElementX/Sources/Other/Pills/PillTextAttachment.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillTextAttachmentData.swift b/ElementX/Sources/Other/Pills/PillTextAttachmentData.swift index 0f867cf77..1441ee18c 100644 --- a/ElementX/Sources/Other/Pills/PillTextAttachmentData.swift +++ b/ElementX/Sources/Other/Pills/PillTextAttachmentData.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillUtilities.swift b/ElementX/Sources/Other/Pills/PillUtilities.swift index 31ffa0f41..5d06c2ae0 100644 --- a/ElementX/Sources/Other/Pills/PillUtilities.swift +++ b/ElementX/Sources/Other/Pills/PillUtilities.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillView.swift b/ElementX/Sources/Other/Pills/PillView.swift index 3c0dac2e6..3b4779861 100644 --- a/ElementX/Sources/Other/Pills/PillView.swift +++ b/ElementX/Sources/Other/Pills/PillView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PillViewOnBubblePreviews.swift b/ElementX/Sources/Other/Pills/PillViewOnBubblePreviews.swift index 69093edf5..e2c735462 100644 --- a/ElementX/Sources/Other/Pills/PillViewOnBubblePreviews.swift +++ b/ElementX/Sources/Other/Pills/PillViewOnBubblePreviews.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Pills/PlainMentionBuilder.swift b/ElementX/Sources/Other/Pills/PlainMentionBuilder.swift index 111c8b49c..674163163 100644 --- a/ElementX/Sources/Other/Pills/PlainMentionBuilder.swift +++ b/ElementX/Sources/Other/Pills/PlainMentionBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Progress/ProgressCursorModifier.swift b/ElementX/Sources/Other/Progress/ProgressCursorModifier.swift index 002111960..11a83f6d2 100644 --- a/ElementX/Sources/Other/Progress/ProgressCursorModifier.swift +++ b/ElementX/Sources/Other/Progress/ProgressCursorModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/Progress/ProgressMaskModifier.swift b/ElementX/Sources/Other/Progress/ProgressMaskModifier.swift index 37955edab..7e2c0df31 100644 --- a/ElementX/Sources/Other/Progress/ProgressMaskModifier.swift +++ b/ElementX/Sources/Other/Progress/ProgressMaskModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SDKListener.swift b/ElementX/Sources/Other/SDKListener.swift index 72b00ee4e..5ee16f2cf 100644 --- a/ElementX/Sources/Other/SDKListener.swift +++ b/ElementX/Sources/Other/SDKListener.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/ScrollViewAdapter.swift b/ElementX/Sources/Other/ScrollViewAdapter.swift index fb488bba7..1b27c7223 100644 --- a/ElementX/Sources/Other/ScrollViewAdapter.swift +++ b/ElementX/Sources/Other/ScrollViewAdapter.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/ShareToMapsAppActivity.swift b/ElementX/Sources/Other/ShareToMapsAppActivity.swift index 09c46c592..c77fce7b1 100644 --- a/ElementX/Sources/Other/ShareToMapsAppActivity.swift +++ b/ElementX/Sources/Other/ShareToMapsAppActivity.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Animation/ElementAnimations.swift b/ElementX/Sources/Other/SwiftUI/Animation/ElementAnimations.swift index b6bf326b1..7d8965aa7 100644 --- a/ElementX/Sources/Other/SwiftUI/Animation/ElementAnimations.swift +++ b/ElementX/Sources/Other/SwiftUI/Animation/ElementAnimations.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Animation/ShimmerModifier.swift b/ElementX/Sources/Other/SwiftUI/Animation/ShimmerModifier.swift index 25e49d5c6..6ede2a7e2 100644 --- a/ElementX/Sources/Other/SwiftUI/Animation/ShimmerModifier.swift +++ b/ElementX/Sources/Other/SwiftUI/Animation/ShimmerModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Backports.swift b/ElementX/Sources/Other/SwiftUI/Backports.swift index dd47f69f7..c6ba3b3a2 100644 --- a/ElementX/Sources/Other/SwiftUI/Backports.swift +++ b/ElementX/Sources/Other/SwiftUI/Backports.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/CustomLayoutLabelStyle.swift b/ElementX/Sources/Other/SwiftUI/Layout/CustomLayoutLabelStyle.swift index c9559e24d..45bdec7e0 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/CustomLayoutLabelStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/CustomLayoutLabelStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift b/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift index df6859004..885f214d1 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/FullscreenDialog.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift b/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift index dff09f330..13cd216bf 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/MenuSheetLabelStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/ReadableFrameModifier.swift b/ElementX/Sources/Other/SwiftUI/Layout/ReadableFrameModifier.swift index 26e4eeb0d..eb2f5a9aa 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/ReadableFrameModifier.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/ReadableFrameModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/TimelineMediaFrame.swift b/ElementX/Sources/Other/SwiftUI/Layout/TimelineMediaFrame.swift index afef6a678..1069a7464 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/TimelineMediaFrame.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/TimelineMediaFrame.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Layout/ViewFrameReader.swift b/ElementX/Sources/Other/SwiftUI/Layout/ViewFrameReader.swift index 18509b5fa..5da8336b5 100644 --- a/ElementX/Sources/Other/SwiftUI/Layout/ViewFrameReader.swift +++ b/ElementX/Sources/Other/SwiftUI/Layout/ViewFrameReader.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Search.swift b/ElementX/Sources/Other/SwiftUI/Search.swift index 60c5a62ef..e70d0ab36 100644 --- a/ElementX/Sources/Other/SwiftUI/Search.swift +++ b/ElementX/Sources/Other/SwiftUI/Search.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/ShouldScrollOnKeyboardDidShow.swift b/ElementX/Sources/Other/SwiftUI/ShouldScrollOnKeyboardDidShow.swift index 5e1cdbfb7..72bd211d8 100644 --- a/ElementX/Sources/Other/SwiftUI/ShouldScrollOnKeyboardDidShow.swift +++ b/ElementX/Sources/Other/SwiftUI/ShouldScrollOnKeyboardDidShow.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Styles/ElementTextFieldStyle.swift b/ElementX/Sources/Other/SwiftUI/Styles/ElementTextFieldStyle.swift index 59431af3e..68aaf2792 100644 --- a/ElementX/Sources/Other/SwiftUI/Styles/ElementTextFieldStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Styles/ElementTextFieldStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Styles/FormButtonStyles.swift b/ElementX/Sources/Other/SwiftUI/Styles/FormButtonStyles.swift index 08ab53e8e..e77ac58f1 100644 --- a/ElementX/Sources/Other/SwiftUI/Styles/FormButtonStyles.swift +++ b/ElementX/Sources/Other/SwiftUI/Styles/FormButtonStyles.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/VerificationBadge.swift b/ElementX/Sources/Other/SwiftUI/VerificationBadge.swift index 17bab97c9..f366a3487 100644 --- a/ElementX/Sources/Other/SwiftUI/VerificationBadge.swift +++ b/ElementX/Sources/Other/SwiftUI/VerificationBadge.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/ViewModel/BindableState.swift b/ElementX/Sources/Other/SwiftUI/ViewModel/BindableState.swift index 91c061c6f..282ee81e8 100644 --- a/ElementX/Sources/Other/SwiftUI/ViewModel/BindableState.swift +++ b/ElementX/Sources/Other/SwiftUI/ViewModel/BindableState.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModel.swift b/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModel.swift index 00b0ff198..beed971c0 100644 --- a/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModel.swift +++ b/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModelV2.swift b/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModelV2.swift index eca817e93..10841a947 100644 --- a/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModelV2.swift +++ b/ElementX/Sources/Other/SwiftUI/ViewModel/StateStoreViewModelV2.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/AppActivityView.swift b/ElementX/Sources/Other/SwiftUI/Views/AppActivityView.swift index ba2c2154a..807ae4149 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/AppActivityView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/AppActivityView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift b/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift index b3f9a1970..443b8bdbb 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/BadgeLabel.swift b/ElementX/Sources/Other/SwiftUI/Views/BadgeLabel.swift index f72b5e029..245010e87 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/BadgeLabel.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/BadgeLabel.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/BadgeView.swift b/ElementX/Sources/Other/SwiftUI/Views/BadgeView.swift index fade1b4e0..28a08fbc8 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/BadgeView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/BadgeView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/BigIcon.swift b/ElementX/Sources/Other/SwiftUI/Views/BigIcon.swift index e9323ed0c..3e69ce0ae 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/BigIcon.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/BigIcon.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/BlurEffectView.swift b/ElementX/Sources/Other/SwiftUI/Views/BlurEffectView.swift index d29d152bc..4aa41021f 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/BlurEffectView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/BlurEffectView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/ButtonStyle.swift b/ElementX/Sources/Other/SwiftUI/Views/ButtonStyle.swift index 44b46310b..e6e48e122 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/ButtonStyle.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/ButtonStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/ComposerDisabledView.swift b/ElementX/Sources/Other/SwiftUI/Views/ComposerDisabledView.swift index 78bc95333..7178f102e 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/ComposerDisabledView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/ComposerDisabledView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/EditRoomAddressListRow.swift b/ElementX/Sources/Other/SwiftUI/Views/EditRoomAddressListRow.swift index 37ffe6659..68f035ec4 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/EditRoomAddressListRow.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/EditRoomAddressListRow.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/HorizontalHighlightGradient.swift b/ElementX/Sources/Other/SwiftUI/Views/HorizontalHighlightGradient.swift index 1c91fe54e..b54afc505 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/HorizontalHighlightGradient.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/HorizontalHighlightGradient.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/JoinedMembersBadgeView.swift b/ElementX/Sources/Other/SwiftUI/Views/JoinedMembersBadgeView.swift index 9f32c352b..f546e29ce 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/JoinedMembersBadgeView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/JoinedMembersBadgeView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/LinkPreviewView.swift b/ElementX/Sources/Other/SwiftUI/Views/LinkPreviewView.swift index 04b05b2ee..942fc5f6d 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/LinkPreviewView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/LinkPreviewView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/LoadableAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/LoadableAvatarImage.swift index 323ffd202..478bb2d36 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/LoadableAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/LoadableAvatarImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/LoadableImage.swift b/ElementX/Sources/Other/SwiftUI/Views/LoadableImage.swift index 0d46166f5..dcb2cecfe 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/LoadableImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/LoadableImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/LocationMarkerView.swift b/ElementX/Sources/Other/SwiftUI/Views/LocationMarkerView.swift index 2a3bd67d5..78396393a 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/LocationMarkerView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/LocationMarkerView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/MatrixUserShareLink.swift b/ElementX/Sources/Other/SwiftUI/Views/MatrixUserShareLink.swift index 151de1aa7..bf4fe3607 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/MatrixUserShareLink.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/MatrixUserShareLink.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/OverridableAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/OverridableAvatarImage.swift index db5ec4cbf..cdfd65e46 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/OverridableAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/OverridableAvatarImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift index 58f0d2ab8..76f0d2595 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/PlaceholderAvatarImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/RoomAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/RoomAvatarImage.swift index 8595c2563..43680d491 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/RoomAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/RoomAvatarImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/RoomHeaderView.swift b/ElementX/Sources/Other/SwiftUI/Views/RoomHeaderView.swift index b9259a842..80659c6bc 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/RoomHeaderView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/RoomHeaderView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/RoomInviterLabel.swift b/ElementX/Sources/Other/SwiftUI/Views/RoomInviterLabel.swift index d735c8feb..f079023dd 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/RoomInviterLabel.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/RoomInviterLabel.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/RoundedCornerShape.swift b/ElementX/Sources/Other/SwiftUI/Views/RoundedCornerShape.swift index e01e97454..a5d4ed4b9 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/RoundedCornerShape.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/RoundedCornerShape.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/SFNumberedListView.swift b/ElementX/Sources/Other/SwiftUI/Views/SFNumberedListView.swift index 00297f453..003f91cfc 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/SFNumberedListView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/SFNumberedListView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/StackedAvatarsView.swift b/ElementX/Sources/Other/SwiftUI/Views/StackedAvatarsView.swift index 95fea362f..7727bdc63 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/StackedAvatarsView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/StackedAvatarsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/TimelineScrollToBottomButton.swift b/ElementX/Sources/Other/SwiftUI/Views/TimelineScrollToBottomButton.swift index 078a433ac..4a75072cb 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/TimelineScrollToBottomButton.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/TimelineScrollToBottomButton.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/TombstonedAvatarImage.swift b/ElementX/Sources/Other/SwiftUI/Views/TombstonedAvatarImage.swift index 487998a61..667fbec3a 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/TombstonedAvatarImage.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/TombstonedAvatarImage.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/UserProfileListRow.swift b/ElementX/Sources/Other/SwiftUI/Views/UserProfileListRow.swift index 02dc0ba0b..2c2649cdb 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/UserProfileListRow.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/UserProfileListRow.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/SwiftUI/Views/VisualListItem.swift b/ElementX/Sources/Other/SwiftUI/Views/VisualListItem.swift index d785c91de..40ebe83ae 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/VisualListItem.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/VisualListItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/TestablePreview/TestablePreview.swift b/ElementX/Sources/Other/TestablePreview/TestablePreview.swift index ab1cdfe53..ed3093a58 100644 --- a/ElementX/Sources/Other/TestablePreview/TestablePreview.swift +++ b/ElementX/Sources/Other/TestablePreview/TestablePreview.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserAgentBuilder.swift b/ElementX/Sources/Other/UserAgentBuilder.swift index 8a76aac18..69d45aaa1 100644 --- a/ElementX/Sources/Other/UserAgentBuilder.swift +++ b/ElementX/Sources/Other/UserAgentBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicator.swift b/ElementX/Sources/Other/UserIndicator/UserIndicator.swift index 8b0aea7ef..a76d6c206 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicator.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorController.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorController.swift index 0ec276aea..8e8fdff1a 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorController.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorControllerProtocol.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorControllerProtocol.swift index 476e59e07..2ebba6355 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorControllerProtocol.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorControllerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift index 51a62a975..a9a69f795 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorModalView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorPresenter.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorPresenter.swift index a4043e753..e43c904c3 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorPresenter.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorPresenter.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/UserIndicator/UserIndicatorToastView.swift b/ElementX/Sources/Other/UserIndicator/UserIndicatorToastView.swift index da0b3675c..d30a69c54 100644 --- a/ElementX/Sources/Other/UserIndicator/UserIndicatorToastView.swift +++ b/ElementX/Sources/Other/UserIndicator/UserIndicatorToastView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/VoiceMessage/EstimatedWaveformView.swift b/ElementX/Sources/Other/VoiceMessage/EstimatedWaveformView.swift index 32ae266e8..ccab61890 100644 --- a/ElementX/Sources/Other/VoiceMessage/EstimatedWaveformView.swift +++ b/ElementX/Sources/Other/VoiceMessage/EstimatedWaveformView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/VoiceMessage/VoiceMessageButton.swift b/ElementX/Sources/Other/VoiceMessage/VoiceMessageButton.swift index 5ab49bd72..57a670b48 100644 --- a/ElementX/Sources/Other/VoiceMessage/VoiceMessageButton.swift +++ b/ElementX/Sources/Other/VoiceMessage/VoiceMessageButton.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/VoiceMessage/WaveformCursorView.swift b/ElementX/Sources/Other/VoiceMessage/WaveformCursorView.swift index c377b6ae3..4731d12cd 100644 --- a/ElementX/Sources/Other/VoiceMessage/WaveformCursorView.swift +++ b/ElementX/Sources/Other/VoiceMessage/WaveformCursorView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/VoiceMessage/WaveformInteractionModifier.swift b/ElementX/Sources/Other/VoiceMessage/WaveformInteractionModifier.swift index 866f9cc2e..e0c79b5d1 100644 --- a/ElementX/Sources/Other/VoiceMessage/WaveformInteractionModifier.swift +++ b/ElementX/Sources/Other/VoiceMessage/WaveformInteractionModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Other/VoiceMessage/WaveformSource.swift b/ElementX/Sources/Other/VoiceMessage/WaveformSource.swift index 72c29df18..064702539 100644 --- a/ElementX/Sources/Other/VoiceMessage/WaveformSource.swift +++ b/ElementX/Sources/Other/VoiceMessage/WaveformSource.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenCoordinator.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenCoordinator.swift index 8c9408ec0..58fa39a84 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenCoordinator.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenModels.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenModels.swift index 6098d3a6c..b82aac0ca 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenModels.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModel.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModel.swift index 9a97e74da..e86bbb34e 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModel.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModelProtocol.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModelProtocol.swift index a635338e2..c66e61f8e 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/AppLockScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift index 28748c844..efd30e1f9 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreenPINKeypad.swift b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreenPINKeypad.swift index 4855113e9..366e35678 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreenPINKeypad.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockScreen/View/AppLockScreenPINKeypad.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenCoordinator.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenCoordinator.swift index 9d2255b57..380d0303e 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenModels.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenModels.swift index 9a30233b2..789b4d151 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenModels.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModel.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModel.swift index 9a0180fc9..da7c1175d 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModel.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModelProtocol.swift index 1ee82acfe..5d4852671 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/AppLockSetupBiometricsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/View/AppLockSetupBiometricsScreen.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/View/AppLockSetupBiometricsScreen.swift index 2f72cbd67..b8db717ea 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/View/AppLockSetupBiometricsScreen.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupBiometricsScreen/View/AppLockSetupBiometricsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenCoordinator.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenCoordinator.swift index c9fbc6769..897ebcbbd 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenCoordinator.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenModels.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenModels.swift index e73b58fe9..c6bb12e13 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenModels.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModel.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModel.swift index c7e36fef2..53d355c39 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModel.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModelProtocol.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModelProtocol.swift index 84f44accf..6bfb694e0 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/AppLockSetupPINScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/AppLockSetupPINScreen.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/AppLockSetupPINScreen.swift index 9bfa791fc..cedca6069 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/AppLockSetupPINScreen.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/AppLockSetupPINScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/PINTextField.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/PINTextField.swift index 7db6333d7..cbd2c7d72 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/PINTextField.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupPINScreen/View/PINTextField.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenCoordinator.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenCoordinator.swift index d4083155f..13c9bec8a 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenModels.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenModels.swift index a3514874a..0c6e3a0c1 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenModels.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModel.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModel.swift index f65bc74a3..b247e4e8e 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModelProtocol.swift index be4b4ed1c..ffe177ff6 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/AppLockSetupSettingsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/View/AppLockSetupSettingsScreen.swift b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/View/AppLockSetupSettingsScreen.swift index 316992089..6ba415ea8 100644 --- a/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/View/AppLockSetupSettingsScreen.swift +++ b/ElementX/Sources/Screens/AppLock/AppLockSetupSettingsScreen/View/AppLockSetupSettingsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/AppLock/Common/LABiometryType.swift b/ElementX/Sources/Screens/AppLock/Common/LABiometryType.swift index 98bc42774..8c953f14b 100644 --- a/ElementX/Sources/Screens/AppLock/Common/LABiometryType.swift +++ b/ElementX/Sources/Screens/AppLock/Common/LABiometryType.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginHomeserver.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginHomeserver.swift index e1f6efa51..b5662186d 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginHomeserver.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginHomeserver.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginMode.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginMode.swift index 6163f6c8b..8fd9b82c0 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginMode.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginMode.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenCoordinator.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenCoordinator.swift index 77209c0dc..b33c720cc 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenModels.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenModels.swift index 87623526c..955f5037a 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenModels.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModel.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModel.swift index dcb665e0c..e337a4061 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModel.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModelProtocol.swift index cd4b10304..0607a82c2 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/LoginScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/LoginScreen/View/LoginScreen.swift b/ElementX/Sources/Screens/Authentication/LoginScreen/View/LoginScreen.swift index a52661118..aec527f62 100644 --- a/ElementX/Sources/Screens/Authentication/LoginScreen/View/LoginScreen.swift +++ b/ElementX/Sources/Screens/Authentication/LoginScreen/View/LoginScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/OIDCAuthenticationPresenter.swift b/ElementX/Sources/Screens/Authentication/OIDCAuthenticationPresenter.swift index 2906916f8..f415a0b51 100644 --- a/ElementX/Sources/Screens/Authentication/OIDCAuthenticationPresenter.swift +++ b/ElementX/Sources/Screens/Authentication/OIDCAuthenticationPresenter.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenCoordinator.swift b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenCoordinator.swift index 2784ba153..f69e5d5af 100644 --- a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenModels.swift b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenModels.swift index f5d59b12a..6f0c8df6b 100644 --- a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenModels.swift +++ b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModel.swift b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModel.swift index e4dfc7a3d..5faba284a 100644 --- a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModel.swift +++ b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModelProtocol.swift index 5d60a6b8b..1aa9d7b59 100644 --- a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/ServerConfirmationScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/View/ServerConfirmationScreen.swift b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/View/ServerConfirmationScreen.swift index 3be766514..21b2099ad 100644 --- a/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/View/ServerConfirmationScreen.swift +++ b/ElementX/Sources/Screens/Authentication/ServerConfirmationScreen/View/ServerConfirmationScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenCoordinator.swift b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenCoordinator.swift index 56527313d..4a81fdc53 100644 --- a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenModels.swift b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenModels.swift index 0052e935f..eb7e88e38 100644 --- a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenModels.swift +++ b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModel.swift b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModel.swift index 7bcd8d045..d35155b25 100644 --- a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModel.swift +++ b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModelProtocol.swift index a8fc3a4b0..94082e3fe 100644 --- a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/ServerSelectionScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/View/ServerSelectionScreen.swift b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/View/ServerSelectionScreen.swift index cd6ac7d0f..2b61954d8 100644 --- a/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/View/ServerSelectionScreen.swift +++ b/ElementX/Sources/Screens/Authentication/ServerSelectionScreen/View/ServerSelectionScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/MockSoftLogoutScreenState.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/MockSoftLogoutScreenState.swift index 738fd909f..326fe700c 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/MockSoftLogoutScreenState.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/MockSoftLogoutScreenState.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenCoordinator.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenCoordinator.swift index 2c9a5eed3..61a393183 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenModels.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenModels.swift index f09dfc845..1e348d62a 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenModels.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModel.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModel.swift index 80552f39b..561bfb091 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModel.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModelProtocol.swift index b675c97a4..2f162b2da 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/SoftLogoutScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/View/SoftLogoutScreen.swift b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/View/SoftLogoutScreen.swift index ddd4857c8..1f89f39c8 100644 --- a/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/View/SoftLogoutScreen.swift +++ b/ElementX/Sources/Screens/Authentication/SoftLogoutScreen/View/SoftLogoutScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenCoordinator.swift b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenCoordinator.swift index 51ce8a152..a1c56d284 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenModels.swift b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenModels.swift index 4d0a3e5b1..c214acfd5 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenModels.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModel.swift b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModel.swift index a88012a0a..581146227 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModel.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModelProtocol.swift index db8d2aa44..e5006a7fd 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/AuthenticationStartScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartLogo.swift b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartLogo.swift index 2c075cc29..bc5d9c28f 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartLogo.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartLogo.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreen.swift b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreen.swift index 14542b277..36046fc13 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreen.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreenBackgroundImage.swift b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreenBackgroundImage.swift index 410e36728..f338107bf 100644 --- a/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreenBackgroundImage.swift +++ b/ElementX/Sources/Screens/Authentication/StartScreen/View/AuthenticationStartScreenBackgroundImage.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Authentication/UIConstants.swift b/ElementX/Sources/Screens/Authentication/UIConstants.swift index 46807bcce..9387fb8d0 100644 --- a/ElementX/Sources/Screens/Authentication/UIConstants.swift +++ b/ElementX/Sources/Screens/Authentication/UIConstants.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenCoordinator.swift b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenCoordinator.swift index 50abf7012..d256f0063 100644 --- a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenCoordinator.swift +++ b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenModels.swift b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenModels.swift index ff363445e..b09ea101d 100644 --- a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenModels.swift +++ b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModel.swift b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModel.swift index 7367f784d..2d120eff6 100644 --- a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModel.swift +++ b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModelProtocol.swift b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModelProtocol.swift index e0ad43c3d..ab67129ff 100644 --- a/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/BlockedUsersScreen/BlockedUsersScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BlockedUsersScreen/View/BlockedUsersScreen.swift b/ElementX/Sources/Screens/BlockedUsersScreen/View/BlockedUsersScreen.swift index 01e7e77c5..bc24d8194 100644 --- a/ElementX/Sources/Screens/BlockedUsersScreen/View/BlockedUsersScreen.swift +++ b/ElementX/Sources/Screens/BlockedUsersScreen/View/BlockedUsersScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenCoordinator.swift b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenCoordinator.swift index 7048a687e..d5b08c4d8 100644 --- a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenCoordinator.swift +++ b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenModels.swift b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenModels.swift index a67d9cbe1..36ab2d2a5 100644 --- a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenModels.swift +++ b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModel.swift b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModel.swift index 0ccf16c12..be0bbc52c 100644 --- a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModel.swift +++ b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModelProtocol.swift b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModelProtocol.swift index fa4f9296d..605767dad 100644 --- a/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/BugReportScreen/BugReportScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/BugReportScreen/View/BugReportScreen.swift b/ElementX/Sources/Screens/BugReportScreen/View/BugReportScreen.swift index 3dc35fba3..6dd12179e 100644 --- a/ElementX/Sources/Screens/BugReportScreen/View/BugReportScreen.swift +++ b/ElementX/Sources/Screens/BugReportScreen/View/BugReportScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/CallScreen/CallScreenCoordinator.swift b/ElementX/Sources/Screens/CallScreen/CallScreenCoordinator.swift index da67f967e..cb67f7316 100644 --- a/ElementX/Sources/Screens/CallScreen/CallScreenCoordinator.swift +++ b/ElementX/Sources/Screens/CallScreen/CallScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CallScreen/CallScreenModels.swift b/ElementX/Sources/Screens/CallScreen/CallScreenModels.swift index 3cc9a9b5e..3d4fd81bb 100644 --- a/ElementX/Sources/Screens/CallScreen/CallScreenModels.swift +++ b/ElementX/Sources/Screens/CallScreen/CallScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CallScreen/CallScreenViewModel.swift b/ElementX/Sources/Screens/CallScreen/CallScreenViewModel.swift index aa4c85553..40e3cfa87 100644 --- a/ElementX/Sources/Screens/CallScreen/CallScreenViewModel.swift +++ b/ElementX/Sources/Screens/CallScreen/CallScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CallScreen/CallScreenViewModelProtocol.swift b/ElementX/Sources/Screens/CallScreen/CallScreenViewModelProtocol.swift index d7c38ecaa..d0b604a4a 100644 --- a/ElementX/Sources/Screens/CallScreen/CallScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/CallScreen/CallScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CallScreen/View/CallScreen.swift b/ElementX/Sources/Screens/CallScreen/View/CallScreen.swift index 61fe9c20d..cb45f40c5 100644 --- a/ElementX/Sources/Screens/CallScreen/View/CallScreen.swift +++ b/ElementX/Sources/Screens/CallScreen/View/CallScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenCoordinator.swift b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenCoordinator.swift index ba4553b90..a1bcd3996 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenCoordinator.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenModels.swift b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenModels.swift index 82edc0db6..3dacee2d3 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenModels.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModel.swift b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModel.swift index 7984f04a1..97b415d09 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModel.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModelProtocol.swift b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModelProtocol.swift index 27eaa5918..df8e810b8 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/PollFormScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreatePollScreen/View/PollFormScreen.swift b/ElementX/Sources/Screens/CreatePollScreen/View/PollFormScreen.swift index 7d211e7a6..572a152aa 100644 --- a/ElementX/Sources/Screens/CreatePollScreen/View/PollFormScreen.swift +++ b/ElementX/Sources/Screens/CreatePollScreen/View/PollFormScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreateRoom/CreateRoomCoordinator.swift b/ElementX/Sources/Screens/CreateRoom/CreateRoomCoordinator.swift index c32dfbc8d..7d9b71626 100644 --- a/ElementX/Sources/Screens/CreateRoom/CreateRoomCoordinator.swift +++ b/ElementX/Sources/Screens/CreateRoom/CreateRoomCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreateRoom/CreateRoomModels.swift b/ElementX/Sources/Screens/CreateRoom/CreateRoomModels.swift index 4c6e831ea..10f523761 100644 --- a/ElementX/Sources/Screens/CreateRoom/CreateRoomModels.swift +++ b/ElementX/Sources/Screens/CreateRoom/CreateRoomModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModel.swift b/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModel.swift index 152d78f0b..eb87f4397 100644 --- a/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModel.swift +++ b/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModelProtocol.swift b/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModelProtocol.swift index d20d77c30..84092ded1 100644 --- a/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModelProtocol.swift +++ b/ElementX/Sources/Screens/CreateRoom/CreateRoomViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift b/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift index 325441976..f21079e9a 100644 --- a/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift +++ b/ElementX/Sources/Screens/CreateRoom/View/CreateRoomScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenCoordinator.swift b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenCoordinator.swift index a92997f7d..9c48823d0 100644 --- a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenCoordinator.swift +++ b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenModels.swift b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenModels.swift index f1b6af286..03712a5d9 100644 --- a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenModels.swift +++ b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModel.swift b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModel.swift index f35bfa4e1..6cacaa2ee 100644 --- a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModel.swift +++ b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModelProtocol.swift b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModelProtocol.swift index 7b91f889b..1d18b9550 100644 --- a/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/DeclineAndBlockScreen/DeclineAndBlockScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/DeclineAndBlockScreen/View/DeclineAndBlockScreen.swift b/ElementX/Sources/Screens/DeclineAndBlockScreen/View/DeclineAndBlockScreen.swift index 8a5381834..f27042c13 100644 --- a/ElementX/Sources/Screens/DeclineAndBlockScreen/View/DeclineAndBlockScreen.swift +++ b/ElementX/Sources/Screens/DeclineAndBlockScreen/View/DeclineAndBlockScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenCoordinator.swift b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenCoordinator.swift index 42f35ab4b..097f02525 100644 --- a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenCoordinator.swift +++ b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenModels.swift b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenModels.swift index db442d698..f15c3d507 100644 --- a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenModels.swift +++ b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModel.swift b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModel.swift index 371109e99..8fe85869e 100644 --- a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModel.swift +++ b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModelProtocol.swift b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModelProtocol.swift index d5cb0af59..1ea1652c3 100644 --- a/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/EditRoomAddressScreen/EditRoomAddressScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EditRoomAddressScreen/View/EditRoomAddressScreen.swift b/ElementX/Sources/Screens/EditRoomAddressScreen/View/EditRoomAddressScreen.swift index a5da310cc..325f93b9b 100644 --- a/ElementX/Sources/Screens/EditRoomAddressScreen/View/EditRoomAddressScreen.swift +++ b/ElementX/Sources/Screens/EditRoomAddressScreen/View/EditRoomAddressScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenCoordinator.swift b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenCoordinator.swift index 9ffcf7e2a..932474b65 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenCoordinator.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenModels.swift b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenModels.swift index eea0b4859..2139ffc2b 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenModels.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModel.swift b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModel.swift index 481c5e4bf..11f2a8b3e 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModel.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModelProtocol.swift b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModelProtocol.swift index b2e818ddb..5d37be5b1 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/EmojiPickerScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift index 7c6d58c77..7feae2789 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreenHeaderView.swift b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreenHeaderView.swift index 9979d8231..b068eeb59 100644 --- a/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreenHeaderView.swift +++ b/ElementX/Sources/Screens/EmojiPickerScreen/View/EmojiPickerScreenHeaderView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenCoordinator.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenCoordinator.swift index bfce126d9..6ede5cac4 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenCoordinator.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenModels.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenModels.swift index 249acb004..4412cedec 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenModels.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModel.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModel.swift index d387bb26f..bc779899a 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModel.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModelProtocol.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModelProtocol.swift index 88a8cf209..df1a7217a 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/EncryptionResetPasswordScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/View/EncryptionResetPasswordScreen.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/View/EncryptionResetPasswordScreen.swift index 19444a6a2..b0d18235f 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/View/EncryptionResetPasswordScreen.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetPasswordScreen/View/EncryptionResetPasswordScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenCoordinator.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenCoordinator.swift index d67ddaa49..45296211d 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenCoordinator.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenModels.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenModels.swift index c46d3a363..038b2cde5 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenModels.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModel.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModel.swift index a7c6e6305..90f71a35c 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModel.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModelProtocol.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModelProtocol.swift index d9f6d3025..6f31531e8 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/EncryptionResetScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/View/EncryptionResetScreen.swift b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/View/EncryptionResetScreen.swift index ee3d29af1..bfd1d4a4a 100644 --- a/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/View/EncryptionResetScreen.swift +++ b/ElementX/Sources/Screens/EncryptionReset/EncryptionResetScreen/View/EncryptionResetScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/InteractiveQuickLook.swift b/ElementX/Sources/Screens/FilePreviewScreen/InteractiveQuickLook.swift index 7f74d6b74..7216e51b9 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/InteractiveQuickLook.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/InteractiveQuickLook.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/PhotoLibraryManager.swift b/ElementX/Sources/Screens/FilePreviewScreen/PhotoLibraryManager.swift index 18ca89e6a..dea87d6d1 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/PhotoLibraryManager.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/PhotoLibraryManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewDataSource.swift b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewDataSource.swift index 5d9e638bb..a6a3bf6d0 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewDataSource.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewDataSource.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModels.swift b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModels.swift index ffff35a18..d19bf9b4c 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModels.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModifier.swift b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModifier.swift index fb784ea24..68d66c146 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModifier.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewViewModel.swift b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewViewModel.swift index 935994123..1b91cef21 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewViewModel.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/TimelineMediaPreviewViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewController.swift b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewController.swift index cc6af38e6..8f6c07af5 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewController.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewDetailsView.swift b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewDetailsView.swift index 48da4fa89..c424b3575 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewDetailsView.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewDetailsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewFileExportPicker.swift b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewFileExportPicker.swift index 44df1fa73..afb88087c 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewFileExportPicker.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewFileExportPicker.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewRedactConfirmationView.swift b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewRedactConfirmationView.swift index 4673d300b..da9942d76 100644 --- a/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewRedactConfirmationView.swift +++ b/ElementX/Sources/Screens/FilePreviewScreen/View/TimelineMediaPreviewRedactConfirmationView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024, 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenCoordinator.swift b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenCoordinator.swift index 59817c342..e0832cfe2 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenCoordinator.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenModels.swift b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenModels.swift index 2d254e75e..67a890ebf 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenModels.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModel.swift b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModel.swift index 7479e75ab..30c66b9ee 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModel.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModelProtocol.swift b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModelProtocol.swift index e919256fd..91c8f9285 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/GlobalSearchScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreen.swift b/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreen.swift index 76f18a86b..d7a609fe2 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreen.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreenCell.swift b/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreenCell.swift index 1300dff95..648bf4403 100644 --- a/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreenCell.swift +++ b/ElementX/Sources/Screens/GlobalSearchScreen/View/GlobalSearchScreenCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/HomeScreenCoordinator.swift b/ElementX/Sources/Screens/HomeScreen/HomeScreenCoordinator.swift index 4750bfa09..cd588fb2d 100644 --- a/ElementX/Sources/Screens/HomeScreen/HomeScreenCoordinator.swift +++ b/ElementX/Sources/Screens/HomeScreen/HomeScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/HomeScreenModels.swift b/ElementX/Sources/Screens/HomeScreen/HomeScreenModels.swift index a9eab56c9..68a5c332c 100644 --- a/ElementX/Sources/Screens/HomeScreen/HomeScreenModels.swift +++ b/ElementX/Sources/Screens/HomeScreen/HomeScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModel.swift b/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModel.swift index 84736fb3e..f33897982 100644 --- a/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModel.swift +++ b/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModelProtocol.swift b/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModelProtocol.swift index fe2cd0467..97910505c 100644 --- a/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/HomeScreen/HomeScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/BloomModifier.swift b/ElementX/Sources/Screens/HomeScreen/View/BloomModifier.swift index cd1edb735..9e93563af 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/BloomModifier.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/BloomModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterModels.swift b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterModels.swift index 671c36ded..8bc2f4e5f 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterModels.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterView.swift b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterView.swift index c2f48e001..5dcf7312d 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterView.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFilterView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersEmptyStateView.swift b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersEmptyStateView.swift index a13ffae01..60b0ae372 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersEmptyStateView.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersEmptyStateView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersView.swift b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersView.swift index 3fba296e2..77ad167ae 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersView.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/Filters/RoomListFiltersView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift index 1812fa8a4..a8f95c72d 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenContent.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenContent.swift index 9b4c34fb3..0fbb6ba58 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenContent.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift index 0a17b5f37..671ac5b89 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenEmptyStateView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenInviteCell.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenInviteCell.swift index 38ab23b7b..98684cb2a 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenInviteCell.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenInviteCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenKnockedCell.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenKnockedCell.swift index dae48f2df..c62549f80 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenKnockedCell.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenKnockedCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenNewSoundBanner.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenNewSoundBanner.swift index be62dc9e5..1a4fe847f 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenNewSoundBanner.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenNewSoundBanner.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift index f45a1e956..4e2b2e987 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRecoveryKeyConfirmationBanner.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift index d9926f368..b4b942f9a 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomList.swift b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomList.swift index 7a1922879..743eb8861 100644 --- a/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomList.swift +++ b/ElementX/Sources/Screens/HomeScreen/View/HomeScreenRoomList.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift index fa5a1c15f..6e74ea454 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenModels.swift b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenModels.swift index 760226630..6f7fc7f60 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenModels.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModel.swift b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModel.swift index f07c6eb05..201d2c11a 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModel.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModelProtocol.swift b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModelProtocol.swift index c692c4bce..86b5f9648 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/InviteUsersScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift index 2df7fe6f7..09063d5ad 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreenSelectedItem.swift b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreenSelectedItem.swift index 02e64fdfd..01fa0596b 100644 --- a/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreenSelectedItem.swift +++ b/ElementX/Sources/Screens/InviteUsersScreen/View/InviteUsersScreenSelectedItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenCoordinator.swift b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenCoordinator.swift index 748f714e0..f920a9eaf 100644 --- a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenCoordinator.swift +++ b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenModels.swift b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenModels.swift index e002a13f8..729026982 100644 --- a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenModels.swift +++ b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift index 0e358602a..c91af28ca 100644 --- a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift +++ b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModelProtocol.swift b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModelProtocol.swift index 69de2809c..b51b3e5e2 100644 --- a/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/JoinRoomScreen/JoinRoomScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift b/ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift index a4ac2517e..7e7f853ef 100644 --- a/ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift +++ b/ElementX/Sources/Screens/JoinRoomScreen/View/JoinRoomScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenCoordinator.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenCoordinator.swift index 6ef7730aa..cf354f3d5 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenCoordinator.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenModels.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenModels.swift index 3fc020712..a23d035a5 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenModels.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModel.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModel.swift index 40640eb7f..b051cf652 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModel.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModelProtocol.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModelProtocol.swift index 05157b722..7e2ba9d8c 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/KnockRequestsListScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift index 2c88cd711..db650be74 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestCell.swift @@ -1,14 +1,16 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListEmptyStateView.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListEmptyStateView.swift index aa0a84427..90c377de2 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListEmptyStateView.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListEmptyStateView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListScreen.swift b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListScreen.swift index 1ab45e435..a87dbc155 100644 --- a/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListScreen.swift +++ b/ElementX/Sources/Screens/KnockRequestsListScreen/View/KnockRequestsListScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LabsScreen/LabsScreenCoordinator.swift b/ElementX/Sources/Screens/LabsScreen/LabsScreenCoordinator.swift index ee720a3de..aa96a3556 100644 --- a/ElementX/Sources/Screens/LabsScreen/LabsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/LabsScreen/LabsScreenCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LabsScreen/LabsScreenModels.swift b/ElementX/Sources/Screens/LabsScreen/LabsScreenModels.swift index 9c2b6b4cc..50ea5382f 100644 --- a/ElementX/Sources/Screens/LabsScreen/LabsScreenModels.swift +++ b/ElementX/Sources/Screens/LabsScreen/LabsScreenModels.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModel.swift b/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModel.swift index 5cfe69af8..04238267b 100644 --- a/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModel.swift +++ b/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModel.swift @@ -1,7 +1,7 @@ // // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModelProtocol.swift index 465c99ae7..e0957e842 100644 --- a/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/LabsScreen/LabsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LabsScreen/View/LabsScreen.swift b/ElementX/Sources/Screens/LabsScreen/View/LabsScreen.swift index c2a03c1e9..c22ec3bbe 100644 --- a/ElementX/Sources/Screens/LabsScreen/View/LabsScreen.swift +++ b/ElementX/Sources/Screens/LabsScreen/View/LabsScreen.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift b/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift index 4f2313dc2..238c37d4c 100644 --- a/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift +++ b/ElementX/Sources/Screens/LocationSharing/LocationSharingScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenCoordinator.swift b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenCoordinator.swift index 5a2ba87f2..d5ae3480b 100644 --- a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModel.swift b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModel.swift index 3e351c35a..5ad99dd6d 100644 --- a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModel.swift +++ b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModelProtocol.swift index e8b72c940..4573cdffb 100644 --- a/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/LocationSharing/StaticLocationScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LocationSharing/View/StaticLocationScreen.swift b/ElementX/Sources/Screens/LocationSharing/View/StaticLocationScreen.swift index feb57329c..5fa861573 100644 --- a/ElementX/Sources/Screens/LocationSharing/View/StaticLocationScreen.swift +++ b/ElementX/Sources/Screens/LocationSharing/View/StaticLocationScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenCoordinator.swift b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenCoordinator.swift index fca4a2fe9..6608dbbe3 100644 --- a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenCoordinator.swift +++ b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenModels.swift b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenModels.swift index dd1bdac65..d3c722ab2 100644 --- a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenModels.swift +++ b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModel.swift b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModel.swift index 7af401762..434a5e839 100644 --- a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModel.swift +++ b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModelProtocol.swift b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModelProtocol.swift index ab4b2668e..5edeab707 100644 --- a/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/LogViewerScreen/LogViewerScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/LogViewerScreen/View/LogViewerScreen.swift b/ElementX/Sources/Screens/LogViewerScreen/View/LogViewerScreen.swift index 40c72fcf4..38bbbbee5 100644 --- a/ElementX/Sources/Screens/LogViewerScreen/View/LogViewerScreen.swift +++ b/ElementX/Sources/Screens/LogViewerScreen/View/LogViewerScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetModels.swift b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetModels.swift index 13a0533cb..227018b95 100644 --- a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetModels.swift +++ b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetModels.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModel.swift b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModel.swift index 6c6898930..da5680a4f 100644 --- a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModel.swift +++ b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModel.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModelProtocol.swift b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModelProtocol.swift index 20c7a37f3..0ff85aa61 100644 --- a/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModelProtocol.swift +++ b/ElementX/Sources/Screens/ManageRoomMemberSheet/ManageRoomMemberSheetViewModelProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ManageRoomMemberSheet/View/ManageRoomMemberSheetView.swift b/ElementX/Sources/Screens/ManageRoomMemberSheet/View/ManageRoomMemberSheetView.swift index 83bd19e8e..0dcf6841d 100644 --- a/ElementX/Sources/Screens/ManageRoomMemberSheet/View/ManageRoomMemberSheetView.swift +++ b/ElementX/Sources/Screens/ManageRoomMemberSheet/View/ManageRoomMemberSheetView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenCoordinator.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenCoordinator.swift index 7e2547e06..39db9e099 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenCoordinator.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenModels.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenModels.swift index affb53776..de6706d5f 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenModels.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModel.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModel.swift index 941690768..3f16c32d6 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModel.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModelProtocol.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModelProtocol.swift index e024f2a2a..e623a13b6 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/MediaEventsTimelineScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/MediaEventsTimelineScreen.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/MediaEventsTimelineScreen.swift index 2a3b1cc5a..c8c37708e 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/MediaEventsTimelineScreen.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/MediaEventsTimelineScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/AudioFileEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/AudioFileEventsTimelineView.swift index ee8f71683..765d2f81b 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/AudioFileEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/AudioFileEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/FileMediaEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/FileMediaEventsTimelineView.swift index 466b20ec5..7bf4b9a8e 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/FileMediaEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/FileMediaEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/ImageMediaEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/ImageMediaEventsTimelineView.swift index 6208bbc55..ee6cabd16 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/ImageMediaEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/ImageMediaEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/SeparatorMediaEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/SeparatorMediaEventsTimelineView.swift index fbb4a0079..12054fa23 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/SeparatorMediaEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/SeparatorMediaEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VideoMediaEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VideoMediaEventsTimelineView.swift index 80cc1a8cb..0f8842ac2 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VideoMediaEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VideoMediaEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VoiceMessageMediaEventsTimelineView.swift b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VoiceMessageMediaEventsTimelineView.swift index 1e6f30abf..7ddb9da68 100644 --- a/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VoiceMessageMediaEventsTimelineView.swift +++ b/ElementX/Sources/Screens/MediaEventsTimelineScreen/View/TimelineViews/VoiceMessageMediaEventsTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaPickerScreen/CameraPicker.swift b/ElementX/Sources/Screens/MediaPickerScreen/CameraPicker.swift index 1f6b5b2d2..392641566 100644 --- a/ElementX/Sources/Screens/MediaPickerScreen/CameraPicker.swift +++ b/ElementX/Sources/Screens/MediaPickerScreen/CameraPicker.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaPickerScreen/DocumentPicker.swift b/ElementX/Sources/Screens/MediaPickerScreen/DocumentPicker.swift index 708f3bc5e..80e60b12b 100644 --- a/ElementX/Sources/Screens/MediaPickerScreen/DocumentPicker.swift +++ b/ElementX/Sources/Screens/MediaPickerScreen/DocumentPicker.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaPickerScreen/MediaPickerScreenCoordinator.swift b/ElementX/Sources/Screens/MediaPickerScreen/MediaPickerScreenCoordinator.swift index f01022104..e9a5d136d 100644 --- a/ElementX/Sources/Screens/MediaPickerScreen/MediaPickerScreenCoordinator.swift +++ b/ElementX/Sources/Screens/MediaPickerScreen/MediaPickerScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaPickerScreen/PhotoLibraryPicker.swift b/ElementX/Sources/Screens/MediaPickerScreen/PhotoLibraryPicker.swift index 2812bb810..9698072c8 100644 --- a/ElementX/Sources/Screens/MediaPickerScreen/PhotoLibraryPicker.swift +++ b/ElementX/Sources/Screens/MediaPickerScreen/PhotoLibraryPicker.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenCoordinator.swift b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenCoordinator.swift index 0a131a0e8..584feab32 100644 --- a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenCoordinator.swift +++ b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenModels.swift b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenModels.swift index 4e20781d4..ba97c4e1f 100644 --- a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenModels.swift +++ b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModel.swift b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModel.swift index 012644e5c..7302b6c48 100644 --- a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModel.swift +++ b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModelProtocol.swift b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModelProtocol.swift index 0f212a1cc..b35dea0ca 100644 --- a/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/MediaUploadPreviewScreen/MediaUploadPreviewScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MediaUploadPreviewScreen/View/MediaUploadPreviewScreen.swift b/ElementX/Sources/Screens/MediaUploadPreviewScreen/View/MediaUploadPreviewScreen.swift index dbee10c70..257032e83 100644 --- a/ElementX/Sources/Screens/MediaUploadPreviewScreen/View/MediaUploadPreviewScreen.swift +++ b/ElementX/Sources/Screens/MediaUploadPreviewScreen/View/MediaUploadPreviewScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenCoordinator.swift b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenCoordinator.swift index 750fa4cd7..31d200305 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenCoordinator.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenModels.swift b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenModels.swift index bc6a913ae..2a0488cc0 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenModels.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModel.swift b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModel.swift index 00420ee54..d4ef32ee4 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModel.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModelProtocol.swift b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModelProtocol.swift index 111a61343..4b1145b74 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/MessageForwardingScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift b/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift index c6dfb0914..ad1322db0 100644 --- a/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift +++ b/ElementX/Sources/Screens/MessageForwardingScreen/View/MessageForwardingScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenCoordinator.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenCoordinator.swift index 8861131cc..7006c4236 100644 --- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenModels.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenModels.swift index 47c19894b..8755a52b5 100644 --- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModel.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModel.swift index c6dfd3a52..8bb308ff3 100644 --- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModel.swift +++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModelProtocol.swift index 3a7ac4ce3..cc946c879 100644 --- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/AnalyticsPromptScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift index 43dc839e9..6b6fddf21 100644 --- a/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/AnalyticsPromptScreen/View/AnalyticsPromptScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenCoordinator.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenCoordinator.swift index 62338900f..b593a6208 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenModels.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenModels.swift index c3f71a83a..af82b1b8f 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModel.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModel.swift index fe5816b5a..79eb404bf 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModel.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModelProtocol.swift index 21302596b..c9f6050aa 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/IdentityConfirmationScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift index ac7c96dde..55e98018c 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmationScreen/View/IdentityConfirmationScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenCoordinator.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenCoordinator.swift index 3bbeace60..f0e2e0907 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenModels.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenModels.swift index d4bca26a0..fafd5b78a 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModel.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModel.swift index 8a3e2f585..aca3300a1 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModel.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModelProtocol.swift index 9a4dbb59f..d95507840 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/IdentityConfirmedScreenViewModelProtocol.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift index cf7e567df..f6e176acd 100644 --- a/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/IdentityConfirmedScreen/View/IdentityConfirmedScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenCoordinator.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenCoordinator.swift index 4b9f911ae..5d0676731 100644 --- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenModels.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenModels.swift index 15a8180d8..e7c66c994 100644 --- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModel.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModel.swift index e36cf3347..d4862f60d 100644 --- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModelProtocol.swift index 23cb86f53..b21323e46 100644 --- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/NotificationPermissionsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift index bbe024c28..e8cc67c94 100644 --- a/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/NotificationPermissionsScreen/View/NotificationPermissionsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenCoordinator.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenCoordinator.swift index bacc6804d..7d96dbb22 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift index 0acc28669..27abefab6 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenStateMachine.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenStateMachine.swift index b45849054..032ea65b8 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenStateMachine.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenStateMachine.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModel.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModel.swift index c9afafbce..114c33393 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModel.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModelProtocol.swift index 665c42a51..f06191eb5 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/SessionVerificationScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationRequestDetailsView.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationRequestDetailsView.swift index d7011d1fe..04172f6d2 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationRequestDetailsView.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationRequestDetailsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift index 19af0c2eb..53476a298 100644 --- a/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift +++ b/ElementX/Sources/Screens/Onboarding/SessionVerificationScreen/View/SessionVerificationScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Other/PlaceholderScreenCoordinator.swift b/ElementX/Sources/Screens/Other/PlaceholderScreenCoordinator.swift index e99d385bd..21d823c1f 100644 --- a/ElementX/Sources/Screens/Other/PlaceholderScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Other/PlaceholderScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift b/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift index 31cf77731..bc3b0d5d9 100644 --- a/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Other/SplashScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenCoordinator.swift b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenCoordinator.swift index 949095717..02380177f 100644 --- a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenCoordinator.swift +++ b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenModels.swift b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenModels.swift index 249261e28..43aed5be9 100644 --- a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenModels.swift +++ b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModel.swift b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModel.swift index bd83fe164..80238aea5 100644 --- a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModel.swift +++ b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModelProtocol.swift b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModelProtocol.swift index ccf9906fd..33698bf79 100644 --- a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/PinnedEventsTimelineScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/View/PinnedEventsTimelineScreen.swift b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/View/PinnedEventsTimelineScreen.swift index 502474486..481bb5d97 100644 --- a/ElementX/Sources/Screens/PinnedEventsTimelineScreen/View/PinnedEventsTimelineScreen.swift +++ b/ElementX/Sources/Screens/PinnedEventsTimelineScreen/View/PinnedEventsTimelineScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenCoordinator.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenCoordinator.swift index 8a714e510..11012d1d4 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenCoordinator.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenModels.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenModels.swift index 11a14f712..7a883cf0f 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenModels.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModel.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModel.swift index 7b6a382e3..418b990ad 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModel.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModelProtocol.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModelProtocol.swift index 9595556bb..13b9d61c4 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/QRCodeLoginScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeLoginScreen.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeLoginScreen.swift index 8ad0fa12b..5da5ad51d 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeLoginScreen.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeLoginScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeScannerView.swift b/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeScannerView.swift index 5a457de14..6c60fee90 100644 --- a/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeScannerView.swift +++ b/ElementX/Sources/Screens/QRCodeLoginScreen/View/QRCodeScannerView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenCoordinator.swift b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenCoordinator.swift index 2aaf8b29c..b722630d1 100644 --- a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenCoordinator.swift +++ b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenModels.swift b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenModels.swift index 7bff0b88a..227945f32 100644 --- a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenModels.swift +++ b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModel.swift b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModel.swift index fff15d2d9..ac06832b1 100644 --- a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModel.swift +++ b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModelProtocol.swift b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModelProtocol.swift index b995853ab..cafa3d12f 100644 --- a/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/ReportContentScreen/ReportContentScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/ReportContentScreen/View/ReportContentScreen.swift b/ElementX/Sources/Screens/ReportContentScreen/View/ReportContentScreen.swift index bc2339625..750ede487 100644 --- a/ElementX/Sources/Screens/ReportContentScreen/View/ReportContentScreen.swift +++ b/ElementX/Sources/Screens/ReportContentScreen/View/ReportContentScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenCoordinator.swift b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenCoordinator.swift index 184b1afd2..9b49fb207 100644 --- a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenCoordinator.swift +++ b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenModels.swift b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenModels.swift index 03819a900..27897d981 100644 --- a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenModels.swift +++ b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModel.swift b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModel.swift index 15070fbc0..db8666cfe 100644 --- a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModel.swift +++ b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModelProtocol.swift b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModelProtocol.swift index be6c1deb6..7cb7a4fd2 100644 --- a/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/ReportRoomScreen/ReportRoomScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ReportRoomScreen/View/ReportRoomScreen.swift b/ElementX/Sources/Screens/ReportRoomScreen/View/ReportRoomScreen.swift index f614fee50..82a1a742c 100644 --- a/ElementX/Sources/Screens/ReportRoomScreen/View/ReportRoomScreen.swift +++ b/ElementX/Sources/Screens/ReportRoomScreen/View/ReportRoomScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenCoordinator.swift b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenCoordinator.swift index 9f02747cf..30470df7e 100644 --- a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenCoordinator.swift +++ b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenModels.swift b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenModels.swift index d2940f815..cdcd655b5 100644 --- a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenModels.swift +++ b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModel.swift b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModel.swift index 947b0b2f3..757b6a697 100644 --- a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModel.swift +++ b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift index e0e639817..c8cfabc54 100644 --- a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/ResolveVerifiedUserSendFailureScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/View/ResolveVerifiedUserSendFailureScreen.swift b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/View/ResolveVerifiedUserSendFailureScreen.swift index c78c95084..40606132e 100644 --- a/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/View/ResolveVerifiedUserSendFailureScreen.swift +++ b/ElementX/Sources/Screens/ResolveVerifiedUserSendFailureScreen/View/ResolveVerifiedUserSendFailureScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenCoordinator.swift b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenCoordinator.swift index 32980e1dc..adaabb5bc 100644 --- a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenModels.swift b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenModels.swift index 75a2af654..9c301dc83 100644 --- a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenModels.swift +++ b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModel.swift b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModel.swift index 8e901cfc1..418e16c2f 100644 --- a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModelProtocol.swift index 4f061dcde..d714a0f45 100644 --- a/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomChangePermissionsScreen/RoomChangePermissionsScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomChangePermissionsScreen/View/RoomChangePermissionsScreen.swift b/ElementX/Sources/Screens/RoomChangePermissionsScreen/View/RoomChangePermissionsScreen.swift index 4fc9ab299..d2552a2c1 100644 --- a/ElementX/Sources/Screens/RoomChangePermissionsScreen/View/RoomChangePermissionsScreen.swift +++ b/ElementX/Sources/Screens/RoomChangePermissionsScreen/View/RoomChangePermissionsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenCoordinator.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenCoordinator.swift index d3b57107a..33b0d9d19 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenModels.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenModels.swift index 104fc6284..c91d12df2 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenModels.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModel.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModel.swift index 5eb84aa1c..2692c0850 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModelProtocol.swift index 94247f28d..84fbca245 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/RoomChangeRolesScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreen.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreen.swift index 5b10e2a93..3f3b29f00 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreen.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenRow.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenRow.swift index 3a37623e0..e2be06e95 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenRow.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenRow.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSection.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSection.swift index 8c08e26c0..621de5f0a 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSection.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSection.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSelectedItem.swift b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSelectedItem.swift index 0d8ca8ebf..1ffb8d0d7 100644 --- a/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSelectedItem.swift +++ b/ElementX/Sources/Screens/RoomChangeRolesScreen/View/RoomChangeRolesScreenSelectedItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenCoordinator.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenCoordinator.swift index bb9a477be..89ba1cf61 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenModels.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenModels.swift index 0cef0456d..238532dba 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenModels.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModel.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModel.swift index 2ce04ee3c..76e834d7a 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModelProtocol.swift index 33953e729..697574de6 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/RoomDetailsEditScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift b/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift index 0da30fde4..a7babc6e0 100644 --- a/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift +++ b/ElementX/Sources/Screens/RoomDetailsEditScreen/View/RoomDetailsEditScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenCoordinator.swift b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenCoordinator.swift index 1571fbaee..cd4847d12 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenModels.swift b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenModels.swift index 3c85eef5e..9385c6298 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenModels.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModel.swift b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModel.swift index 31709cf7b..807ad6c37 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModelProtocol.swift index 143151cf9..7008412e1 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/RoomDetailsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift b/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift index c330e4144..072928d20 100644 --- a/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift +++ b/ElementX/Sources/Screens/RoomDetailsScreen/View/RoomDetailsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenCoordinator.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenCoordinator.swift index 1eb9e2ad6..53ea0092d 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift index 5832eddaa..5c57a47e5 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenScreenModelProtocol.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenScreenModelProtocol.swift index 064678fbc..a457f4fd6 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenScreenModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenScreenModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenViewModel.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenViewModel.swift index 680b2903a..e02dfdad1 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/RoomDirectorySearchScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift index 6258161ee..2aaccde5f 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectoryCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectorySearchScreen.swift b/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectorySearchScreen.swift index 5f4839d0e..a5edd6c83 100644 --- a/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectorySearchScreen.swift +++ b/ElementX/Sources/Screens/RoomDirectorySearchScreen/View/RoomDirectorySearchScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenCoordinator.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenCoordinator.swift index 844b40a3e..e82792553 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenModels.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenModels.swift index 74581f187..ef36af869 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenModels.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModel.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModel.swift index 3855d85ba..76c84ed24 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModelProtocol.swift index 6ecf9d099..2637cfc85 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/RoomMemberDetailsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift b/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift index 42bd4147a..12206ff13 100644 --- a/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift +++ b/ElementX/Sources/Screens/RoomMemberDetailsScreen/View/RoomMemberDetailsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenCoordinator.swift b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenCoordinator.swift index ed37128ed..2679ac756 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenModels.swift b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenModels.swift index f24364087..95e17dfbe 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenModels.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModel.swift b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModel.swift index 8aea061eb..cebf0c851 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModelProtocol.swift index c10a35435..f31504ed2 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/RoomMembersListScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreen.swift b/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreen.swift index 084ff2324..17eccac8c 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreen.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreenMemberCell.swift b/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreenMemberCell.swift index 920a35cae..50f78fa3e 100644 --- a/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreenMemberCell.swift +++ b/ElementX/Sources/Screens/RoomMemberListScreen/View/RoomMembersListScreenMemberCell.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenCoordinator.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenCoordinator.swift index 6b4334e9c..7feb78448 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenModels.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenModels.swift index 38550834f..25aa4c1c7 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenModels.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModel.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModel.swift index 1b3613756..8d66b49b9 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModelProtocol.swift index 076dddfda..2cf6c18d7 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/RoomNotificationSettingsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsCustomSectionView.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsCustomSectionView.swift index c9a9cd0b0..eba021847 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsCustomSectionView.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsCustomSectionView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsScreen.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsScreen.swift index 96d258750..812e85cbd 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsScreen.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsUserDefinedScreen.swift b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsUserDefinedScreen.swift index 5cfbc085b..d62323f25 100644 --- a/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsUserDefinedScreen.swift +++ b/ElementX/Sources/Screens/RoomNotificationSettingsScreen/View/RoomNotificationSettingsUserDefinedScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenCoordinator.swift b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenCoordinator.swift index db717c3c9..1dfc3a819 100644 --- a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenModels.swift b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenModels.swift index 3fecda622..57849f358 100644 --- a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenModels.swift +++ b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModel.swift b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModel.swift index 0437b0943..9bfa8a3f7 100644 --- a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModelProtocol.swift index 0b1ae2a67..68a85a557 100644 --- a/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomPollsHistoryScreen/RoomPollsHistoryScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomPollsHistoryScreen/View/RoomPollsHistoryScreen.swift b/ElementX/Sources/Screens/RoomPollsHistoryScreen/View/RoomPollsHistoryScreen.swift index 74321ac8b..07138b13b 100644 --- a/ElementX/Sources/Screens/RoomPollsHistoryScreen/View/RoomPollsHistoryScreen.swift +++ b/ElementX/Sources/Screens/RoomPollsHistoryScreen/View/RoomPollsHistoryScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenCoordinator.swift b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenCoordinator.swift index 416070587..2748a508c 100644 --- a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenModels.swift b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenModels.swift index 78e038bbb..2b56fece4 100644 --- a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenModels.swift +++ b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModel.swift b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModel.swift index d79bf0463..489796e4e 100644 --- a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModelProtocol.swift index 8ed838aaa..0ec0d8630 100644 --- a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/RoomRolesAndPermissionsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/View/RoomRolesAndPermissionsScreen.swift b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/View/RoomRolesAndPermissionsScreen.swift index 261c8e670..72e6a78e6 100644 --- a/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/View/RoomRolesAndPermissionsScreen.swift +++ b/ElementX/Sources/Screens/RoomRolesAndPermissionsScreen/View/RoomRolesAndPermissionsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionService.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionService.swift index addcc5481..2027c2367 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionService.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionService.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionServiceProtocol.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionServiceProtocol.swift index dc902483f..9e7ef6c67 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionServiceProtocol.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/CompletionSuggestionServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarModels.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarModels.swift index 11d3092d5..bae953546 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarModels.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModel.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModel.swift index 6a3da8c76..dee6e6bba 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModel.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModelProtocol.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModelProtocol.swift index 4d9fc6be0..2225e9e43 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/ComposerToolbarViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/CompletionSuggestionView.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/CompletionSuggestionView.swift index 83694ec82..ba589bf00 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/CompletionSuggestionView.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/CompletionSuggestionView.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/ComposerToolbar.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/ComposerToolbar.swift index 06ca0e994..d455e04ce 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/ComposerToolbar.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/ComposerToolbar.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/FormattingToolbar.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/FormattingToolbar.swift index 4803f2af4..8625ef444 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/FormattingToolbar.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/FormattingToolbar.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MentionSuggestionItemView.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MentionSuggestionItemView.swift index 789b54568..fac3dce72 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MentionSuggestionItemView.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MentionSuggestionItemView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposer.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposer.swift index e0407c5e1..25eb6714f 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposer.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposer.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposerTextField.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposerTextField.swift index 94ac6442f..91de26ddb 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposerTextField.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/MessageComposerTextField.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/RoomAttachmentPicker.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/RoomAttachmentPicker.swift index c22be2d49..20c01998f 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/RoomAttachmentPicker.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/RoomAttachmentPicker.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessagePreviewComposer.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessagePreviewComposer.swift index c9297bf45..cf9899791 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessagePreviewComposer.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessagePreviewComposer.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingButton.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingButton.swift index 283872d49..5706fae35 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingButton.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingButton.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingComposer.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingComposer.swift index 03719d051..d2f5b078d 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingComposer.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingComposer.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingView.swift b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingView.swift index 530ca08a5..546d28eda 100644 --- a/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingView.swift +++ b/ElementX/Sources/Screens/RoomScreen/ComposerToolbar/View/VoiceMessageRecordingView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenCoordinator.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenCoordinator.swift index 9d109bb97..75463f956 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenModels.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenModels.swift index 113ec2fa9..17fb838de 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenModels.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift index 1b77b1ab7..8400efcbc 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModelProtocol.swift index e20b23b3b..883324297 100644 --- a/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomScreen/RoomScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/KnockRequestsBannerView.swift b/ElementX/Sources/Screens/RoomScreen/View/KnockRequestsBannerView.swift index 50550aa97..6fc062979 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/KnockRequestsBannerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/KnockRequestsBannerView.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsBannerView.swift b/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsBannerView.swift index 8157eaf36..3edf32e64 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsBannerView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsBannerView.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsIndicatorView.swift b/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsIndicatorView.swift index ac2a87465..30c309a03 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsIndicatorView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/PinnedItemsBanner/PinnedItemsIndicatorView.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift b/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift index 936b54327..4b633e8b3 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/RoomScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/RoomScreenFooterView.swift b/ElementX/Sources/Screens/RoomScreen/View/RoomScreenFooterView.swift index 0a48b0ca4..b9574fed7 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/RoomScreenFooterView.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/RoomScreenFooterView.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomScreen/View/SwipeRightAction.swift b/ElementX/Sources/Screens/RoomScreen/View/SwipeRightAction.swift index 0ae3b18df..ecd5d58f7 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/SwipeRightAction.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/SwipeRightAction.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenCoordinator.swift b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenCoordinator.swift index 4648a57df..c92868518 100644 --- a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenCoordinator.swift +++ b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenModels.swift b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenModels.swift index 806f0ebeb..c58966858 100644 --- a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenModels.swift +++ b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModel.swift b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModel.swift index e59acefab..4ca54cdc6 100644 --- a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModel.swift +++ b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModelProtocol.swift b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModelProtocol.swift index da868990a..12d8c8699 100644 --- a/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/RoomSelectionScreen/RoomSelectionScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/RoomSelectionScreen/View/RoomSelectionScreen.swift b/ElementX/Sources/Screens/RoomSelectionScreen/View/RoomSelectionScreen.swift index d551ddb71..36682af0f 100644 --- a/ElementX/Sources/Screens/RoomSelectionScreen/View/RoomSelectionScreen.swift +++ b/ElementX/Sources/Screens/RoomSelectionScreen/View/RoomSelectionScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenCoordinator.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenCoordinator.swift index c71355af7..fc7d43485 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenCoordinator.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenModels.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenModels.swift index dd1599066..e9b817784 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenModels.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModel.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModel.swift index 53ad8ae80..99969bb01 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModel.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModelProtocol.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModelProtocol.swift index 21fd5f1b0..d776518fc 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/SecureBackupKeyBackupScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/View/SecureBackupKeyBackupScreen.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/View/SecureBackupKeyBackupScreen.swift index b9f6563e2..ddf35fdbd 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/View/SecureBackupKeyBackupScreen.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupKeyBackupScreen/View/SecureBackupKeyBackupScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenCoordinator.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenCoordinator.swift index 6240de930..e6a4c6b09 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenModels.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenModels.swift index 266f0755f..91604b53f 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenModels.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModel.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModel.swift index 9a6582437..8b7186a4f 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModel.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModelProtocol.swift index d2ddab11b..69b3779b7 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/SecureBackupLogoutConfirmationScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/View/SecureBackupLogoutConfirmationScreen.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/View/SecureBackupLogoutConfirmationScreen.swift index 2f4a838bb..3f9b6cf9f 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/View/SecureBackupLogoutConfirmationScreen.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupLogoutConfirmationScreen/View/SecureBackupLogoutConfirmationScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenCoordinator.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenCoordinator.swift index cdd14cce5..0b4fcbf67 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenCoordinator.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenModels.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenModels.swift index 6a3714b6a..baf90dd98 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenModels.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModel.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModel.swift index 76f2ebf0c..a6012318f 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModel.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModelProtocol.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModelProtocol.swift index 603c12069..007567133 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/SecureBackupRecoveryKeyScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/View/SecureBackupRecoveryKeyScreen.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/View/SecureBackupRecoveryKeyScreen.swift index e8d204802..c21959b64 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/View/SecureBackupRecoveryKeyScreen.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupRecoveryKeyScreen/View/SecureBackupRecoveryKeyScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenCoordinator.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenCoordinator.swift index 6cdd395f4..ead23aeca 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenCoordinator.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenModels.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenModels.swift index 3b84828f9..030a8df03 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenModels.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModel.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModel.swift index e86bf822b..cd0b1d9dc 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModel.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModelProtocol.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModelProtocol.swift index 55daf0592..14a70d85d 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/SecureBackupScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/View/SecureBackupScreen.swift b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/View/SecureBackupScreen.swift index f5dc853f0..c2344b423 100644 --- a/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/View/SecureBackupScreen.swift +++ b/ElementX/Sources/Screens/SecureBackup/SecureBackupScreen/View/SecureBackupScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenCoordinator.swift b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenCoordinator.swift index b4622914c..6aed70bf9 100644 --- a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenCoordinator.swift +++ b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenModels.swift b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenModels.swift index bac1556c2..a3d803131 100644 --- a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenModels.swift +++ b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModel.swift b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModel.swift index 81106395e..154709e16 100644 --- a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModel.swift +++ b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModelProtocol.swift b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModelProtocol.swift index fd0123504..0ba9e90e0 100644 --- a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/SecurityAndPrivacyScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/View/SecurityAndPrivacyScreen.swift b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/View/SecurityAndPrivacyScreen.swift index ae25fba68..d087b9e75 100644 --- a/ElementX/Sources/Screens/SecurityAndPrivacyScreen/View/SecurityAndPrivacyScreen.swift +++ b/ElementX/Sources/Screens/SecurityAndPrivacyScreen/View/SecurityAndPrivacyScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AccountSettings/OIDCAccountSettingsPresenter.swift b/ElementX/Sources/Screens/Settings/AccountSettings/OIDCAccountSettingsPresenter.swift index f4e1505b0..fefa8476d 100644 --- a/ElementX/Sources/Screens/Settings/AccountSettings/OIDCAccountSettingsPresenter.swift +++ b/ElementX/Sources/Screens/Settings/AccountSettings/OIDCAccountSettingsPresenter.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenCoordinator.swift index cec2ff570..1f99d3278 100644 --- a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenModels.swift b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenModels.swift index 7b58f976a..066bd4bc4 100644 --- a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModel.swift b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModel.swift index e1c929e46..beda45a54 100644 --- a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModelProtocol.swift index 92252b268..a1bc40bcd 100644 --- a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/AdvancedSettingsScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/View/AdvancedSettingsScreen.swift b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/View/AdvancedSettingsScreen.swift index 983d84fa7..93e4e634f 100644 --- a/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/View/AdvancedSettingsScreen.swift +++ b/ElementX/Sources/Screens/Settings/AdvancedSettingsScreen/View/AdvancedSettingsScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenCoordinator.swift index 268ae930a..379449fcd 100644 --- a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenModels.swift b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenModels.swift index bcf13ff69..303bf7f6c 100644 --- a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModel.swift b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModel.swift index ee403d81c..954ec8fa4 100644 --- a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModelProtocol.swift index b5d360790..3471e51e0 100644 --- a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/AnalyticsSettingsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/View/AnalyticsSettingsScreen.swift b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/View/AnalyticsSettingsScreen.swift index 8fa6badc6..d356a9b8a 100644 --- a/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/View/AnalyticsSettingsScreen.swift +++ b/ElementX/Sources/Screens/Settings/AnalyticsSettingsScreen/View/AnalyticsSettingsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenCoordinator.swift index 811f752ec..15087e183 100644 --- a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenModels.swift b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenModels.swift index 3d0ae6a52..1aa958848 100644 --- a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModel.swift b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModel.swift index dddca2b59..ecdc86927 100644 --- a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModelProtocol.swift index 2046802bf..b553efa1f 100644 --- a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/DeactivateAccountScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/View/DeactivateAccountScreen.swift b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/View/DeactivateAccountScreen.swift index 8c5596d40..24cf5e321 100644 --- a/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/View/DeactivateAccountScreen.swift +++ b/ElementX/Sources/Screens/Settings/DeactivateAccountScreen/View/DeactivateAccountScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenCoordinator.swift index 22c2a5aa2..874ad1be3 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift index 435c1caa9..f2d424c31 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModel.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModel.swift index 93084936e..86e7d0c91 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModelProtocol.swift index fbe3c5eb5..45ef5eb95 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/DeveloperOptionsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift index abdc776af..23853876b 100644 --- a/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift +++ b/ElementX/Sources/Screens/Settings/DeveloperOptionsScreen/View/DeveloperOptionsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenCoordinator.swift index d2444a409..ff78f492f 100644 --- a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenModels.swift b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenModels.swift index 80aecd28e..0b2897e14 100644 --- a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModel.swift b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModel.swift index 9c6afb271..67b0b2044 100644 --- a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModelProtocol.swift index f78167275..0bce5c9ff 100644 --- a/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/LegalInformationScreen/LegalInformationScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/LegalInformationScreen/View/LegalInformationScreen.swift b/ElementX/Sources/Screens/Settings/LegalInformationScreen/View/LegalInformationScreen.swift index 8c53e2c92..b16b75319 100644 --- a/ElementX/Sources/Screens/Settings/LegalInformationScreen/View/LegalInformationScreen.swift +++ b/ElementX/Sources/Screens/Settings/LegalInformationScreen/View/LegalInformationScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenCoordinator.swift index b75c5cd56..400d80d3d 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenModels.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenModels.swift index 75887a99e..7eb5b3b61 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModel.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModel.swift index 52ad3e72e..8d4fd2b11 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModelProtocol.swift index 2d541fbf7..f378d18a9 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/NotificationSettingsEditScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreen.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreen.swift index 8bb50443c..7bf0527b5 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreen.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreenRoomCell.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreenRoomCell.swift index 8c30541a6..39f9fb70d 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreenRoomCell.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsEditScreen/View/NotificationSettingsEditScreenRoomCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenCoordinator.swift index 97ba4ac99..913066ecc 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenModels.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenModels.swift index 408931cec..22b7ad989 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModel.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModel.swift index b2375b79d..2121d8675 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModelProtocol.swift index 83085459d..ae4110574 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/NotificationSettingsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/View/NotificationSettingsScreen.swift b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/View/NotificationSettingsScreen.swift index f19a83b4a..3a3b79974 100644 --- a/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/View/NotificationSettingsScreen.swift +++ b/ElementX/Sources/Screens/Settings/NotificationSettingsScreen/View/NotificationSettingsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenCoordinator.swift index 20e976492..c99b4e768 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenModels.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenModels.swift index 8a2193fee..dbac252db 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModel.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModel.swift index 082cb66ab..2ce120dcd 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModelProtocol.swift index 1f5e2469d..3476668a8 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/SettingsScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift b/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift index 181e77dee..ab89f5d15 100644 --- a/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift +++ b/ElementX/Sources/Screens/Settings/SettingsScreen/View/SettingsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenCoordinator.swift b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenCoordinator.swift index 68261c7ea..9e52d6fbd 100644 --- a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenModels.swift b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenModels.swift index 6ad9b5566..fcb52437e 100644 --- a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenModels.swift +++ b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModel.swift b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModel.swift index c16da6dec..52c704043 100644 --- a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModel.swift +++ b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModelProtocol.swift index 00efc3703..0d03e5ba2 100644 --- a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/UserDetailsEditScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/View/UserDetailsEditScreen.swift b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/View/UserDetailsEditScreen.swift index ae5e385d2..9a145802d 100644 --- a/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/View/UserDetailsEditScreen.swift +++ b/ElementX/Sources/Screens/Settings/UserDetailsEditScreen/View/UserDetailsEditScreen.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderTopicSheetView.swift b/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderTopicSheetView.swift index 2e2299872..1dcfeb9a7 100644 --- a/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderTopicSheetView.swift +++ b/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderTopicSheetView.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderView.swift b/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderView.swift index b576a757a..1a80ab6aa 100644 --- a/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderView.swift +++ b/ElementX/Sources/Screens/Spaces/Common/SpaceHeaderView.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/Screens/Spaces/Common/SpaceRoomCell.swift b/ElementX/Sources/Screens/Spaces/Common/SpaceRoomCell.swift index 53919f054..db14d653c 100644 --- a/ElementX/Sources/Screens/Spaces/Common/SpaceRoomCell.swift +++ b/ElementX/Sources/Screens/Spaces/Common/SpaceRoomCell.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenCoordinator.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenCoordinator.swift index a7c0f2f55..c135ff3e6 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenModels.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenModels.swift index 8b6f96f11..60555c081 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenModels.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenModels.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModel.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModel.swift index 72c59493f..ed8e7ea45 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModel.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModel.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModelProtocol.swift index 25628adcb..0df1e4000 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/SpaceListScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpaceListScreen.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpaceListScreen.swift index 698da7daa..d08e62712 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpaceListScreen.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpaceListScreen.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpacesAnnouncementSheetView.swift b/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpacesAnnouncementSheetView.swift index 2a4603823..061c31f91 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpacesAnnouncementSheetView.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceListScreen/View/SpacesAnnouncementSheetView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenCoordinator.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenCoordinator.swift index 5bab50664..bece62e8c 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenCoordinator.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenCoordinator.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenModels.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenModels.swift index c717c6888..8d27efc47 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenModels.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenModels.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModel.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModel.swift index a2f031c58..50a6fd46c 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModel.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModel.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModelProtocol.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModelProtocol.swift index a8a437793..59dc59be0 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/SpaceScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceRoomDetailsCell.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceRoomDetailsCell.swift index 18c4df7fe..41eada0e7 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceRoomDetailsCell.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceRoomDetailsCell.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceView.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceView.swift index ea6190fb8..019af7be9 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceView.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/LeaveSpaceView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/SpaceScreen.swift b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/SpaceScreen.swift index dfeab735e..3e4c88666 100644 --- a/ElementX/Sources/Screens/Spaces/SpaceScreen/View/SpaceScreen.swift +++ b/ElementX/Sources/Screens/Spaces/SpaceScreen/View/SpaceScreen.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenCoordinator.swift b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenCoordinator.swift index 50a5de8e6..fa8591e30 100644 --- a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenCoordinator.swift +++ b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenModels.swift b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenModels.swift index af71a3fac..cb45cd014 100644 --- a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenModels.swift +++ b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModel.swift b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModel.swift index aae054298..00cc1c326 100644 --- a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModel.swift +++ b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModelProtocol.swift b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModelProtocol.swift index 615807d32..8bac2fc30 100644 --- a/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/StartChatScreen/StartChatScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/View/JoinRoomByAddressView.swift b/ElementX/Sources/Screens/StartChatScreen/View/JoinRoomByAddressView.swift index 3a5bde987..d44ec3897 100644 --- a/ElementX/Sources/Screens/StartChatScreen/View/JoinRoomByAddressView.swift +++ b/ElementX/Sources/Screens/StartChatScreen/View/JoinRoomByAddressView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/View/SendInviteConfirmationView.swift b/ElementX/Sources/Screens/StartChatScreen/View/SendInviteConfirmationView.swift index e1b4b5dec..4e3309809 100644 --- a/ElementX/Sources/Screens/StartChatScreen/View/SendInviteConfirmationView.swift +++ b/ElementX/Sources/Screens/StartChatScreen/View/SendInviteConfirmationView.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift b/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift index 8c15e3de3..3ba91ff41 100644 --- a/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift +++ b/ElementX/Sources/Screens/StartChatScreen/View/StartChatScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenCoordinator.swift b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenCoordinator.swift index 5cacaf883..af304f393 100644 --- a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenCoordinator.swift +++ b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenModels.swift b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenModels.swift index 59a1d9762..8690f8b33 100644 --- a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenModels.swift +++ b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModel.swift b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModel.swift index bd3611160..f650da5af 100644 --- a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModel.swift +++ b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModelProtocol.swift b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModelProtocol.swift index 72507e069..24b683bf5 100644 --- a/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/ThreadTimelineScreen/ThreadTimelineScreenViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/ThreadTimelineScreen/View/ThreadTimelineScreen.swift b/ElementX/Sources/Screens/ThreadTimelineScreen/View/ThreadTimelineScreen.swift index 396dcf012..9af33e3a4 100644 --- a/ElementX/Sources/Screens/ThreadTimelineScreen/View/ThreadTimelineScreen.swift +++ b/ElementX/Sources/Screens/ThreadTimelineScreen/View/ThreadTimelineScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/TimelineInteractionHandler.swift b/ElementX/Sources/Screens/Timeline/TimelineInteractionHandler.swift index 0e7ed5c2f..7e04ec696 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineInteractionHandler.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineInteractionHandler.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/TimelineModels.swift b/ElementX/Sources/Screens/Timeline/TimelineModels.swift index 6b53bc6fc..c9f12e8b9 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineModels.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineModels.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/TimelineTableViewController.swift b/ElementX/Sources/Screens/Timeline/TimelineTableViewController.swift index 59292ff5b..92999e0fa 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineTableViewController.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineTableViewController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift b/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift index 0cd7c80c7..60d05f808 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineViewModel.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/TimelineViewModelProtocol.swift b/ElementX/Sources/Screens/Timeline/TimelineViewModelProtocol.swift index c251646dc..de5f376db 100644 --- a/ElementX/Sources/Screens/Timeline/TimelineViewModelProtocol.swift +++ b/ElementX/Sources/Screens/Timeline/TimelineViewModelProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMacContextMenu.swift b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMacContextMenu.swift index 609f6b266..62193f832 100644 --- a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMacContextMenu.swift +++ b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMacContextMenu.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenu.swift b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenu.swift index b6982bdfa..f1050bdcb 100644 --- a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenu.swift +++ b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenu.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuAction.swift b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuAction.swift index 96cdc674a..01e0f0210 100644 --- a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuAction.swift +++ b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuAction.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuActionProvider.swift b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuActionProvider.swift index 595095c1e..1569c4c28 100644 --- a/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuActionProvider.swift +++ b/ElementX/Sources/Screens/Timeline/View/ItemMenu/TimelineItemMenuActionProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Polls/PollOptionView.swift b/ElementX/Sources/Screens/Timeline/View/Polls/PollOptionView.swift index b971ced18..a3b7e2453 100644 --- a/ElementX/Sources/Screens/Timeline/View/Polls/PollOptionView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Polls/PollOptionView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Polls/PollView.swift b/ElementX/Sources/Screens/Timeline/View/Polls/PollView.swift index adfc2f3ef..9f2f83989 100644 --- a/ElementX/Sources/Screens/Timeline/View/Polls/PollView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Polls/PollView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptCell.swift b/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptCell.swift index 1d5423291..01e1c8ac2 100644 --- a/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptCell.swift +++ b/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptCell.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptsSummaryView.swift b/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptsSummaryView.swift index 4ca36976f..6f070b886 100644 --- a/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptsSummaryView.swift +++ b/ElementX/Sources/Screens/Timeline/View/ReadReceipts/ReadReceiptsSummaryView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Replies/TimelineReplyView.swift b/ElementX/Sources/Screens/Timeline/View/Replies/TimelineReplyView.swift index d680d8e3e..67ff191ec 100644 --- a/ElementX/Sources/Screens/Timeline/View/Replies/TimelineReplyView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Replies/TimelineReplyView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/AccessibleLongPress.swift b/ElementX/Sources/Screens/Timeline/View/Style/AccessibleLongPress.swift index 51a548908..8950253dd 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/AccessibleLongPress.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/AccessibleLongPress.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/LongPressWithFeedback.swift b/ElementX/Sources/Screens/Timeline/View/Style/LongPressWithFeedback.swift index e934ea43c..c486989c3 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/LongPressWithFeedback.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/LongPressWithFeedback.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/SwipeToReplyView.swift b/ElementX/Sources/Screens/Timeline/View/Style/SwipeToReplyView.swift index 33b8bf686..6db635c64 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/SwipeToReplyView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/SwipeToReplyView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/ThreadDecorator.swift b/ElementX/Sources/Screens/Timeline/View/Style/ThreadDecorator.swift index ec1899519..95d9bac91 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/ThreadDecorator.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/ThreadDecorator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineBubbleLayout.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineBubbleLayout.swift index dbb1d9dfe..b2bc487dd 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineBubbleLayout.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineBubbleLayout.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemAccessibilityModifier.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemAccessibilityModifier.swift index 7335d5915..05a9cd078 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemAccessibilityModifier.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemAccessibilityModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbleBackground.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbleBackground.swift index 71cc2291f..98de4374d 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbleBackground.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbleBackground.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbledStylerView.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbledStylerView.swift index 0a82e5b1d..87024b085 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbledStylerView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemBubbledStylerView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemSendInfoLabel.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemSendInfoLabel.swift index 48f7611f6..9f1fe47f7 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemSendInfoLabel.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineItemSendInfoLabel.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyle.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyle.swift index c2ce9bb01..2315409d5 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyle.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyler.swift b/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyler.swift index 7c2822830..b5fab2ea9 100644 --- a/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyler.swift +++ b/ElementX/Sources/Screens/Timeline/View/Style/TimelineStyler.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Supplementary/ReactionsSummaryView.swift b/ElementX/Sources/Screens/Timeline/View/Supplementary/ReactionsSummaryView.swift index 97ea6c1db..3e28ce745 100644 --- a/ElementX/Sources/Screens/Timeline/View/Supplementary/ReactionsSummaryView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Supplementary/ReactionsSummaryView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineDeliveryStatusView.swift b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineDeliveryStatusView.swift index 639344094..6a93bf2ea 100644 --- a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineDeliveryStatusView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineDeliveryStatusView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineItemStatusView.swift b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineItemStatusView.swift index 08c3aadf8..4529b30dd 100644 --- a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineItemStatusView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineItemStatusView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReactionsView.swift b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReactionsView.swift index c73b8e763..f8baf5de9 100644 --- a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReactionsView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReactionsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReadReceiptsView.swift b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReadReceiptsView.swift index ec3e41a8e..682b66f54 100644 --- a/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReadReceiptsView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Supplementary/TimelineReadReceiptsView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/Threads/TimelineThreadSummaryView.swift b/ElementX/Sources/Screens/Timeline/View/Threads/TimelineThreadSummaryView.swift index 60350b285..2b81be977 100644 --- a/ElementX/Sources/Screens/Timeline/View/Threads/TimelineThreadSummaryView.swift +++ b/ElementX/Sources/Screens/Timeline/View/Threads/TimelineThreadSummaryView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemDebugView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemDebugView.swift index 3520e2800..06d040edb 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemDebugView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemDebugView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/AudioRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/AudioRoomTimelineView.swift index 481ecc2d2..6bf8b9d96 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/AudioRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/AudioRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallInviteRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallInviteRoomTimelineView.swift index 134da9217..d2a6dcbea 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallInviteRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallInviteRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallNotificationRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallNotificationRoomTimelineView.swift index 0c637f901..9785df5d8 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallNotificationRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CallNotificationRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CollapsibleRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CollapsibleRoomTimelineView.swift index b0fb64c6d..6fd1acc3b 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CollapsibleRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/CollapsibleRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EmoteRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EmoteRoomTimelineView.swift index a58104560..c1736d1ce 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EmoteRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EmoteRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EncryptedRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EncryptedRoomTimelineView.swift index 83a5d99e8..c72b6642f 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EncryptedRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/EncryptedRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FileRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FileRoomTimelineView.swift index 43d3cf171..8ea718fe6 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FileRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FileRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FormattedBodyText.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FormattedBodyText.swift index 408d3511b..c0ee0a971 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FormattedBodyText.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/FormattedBodyText.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/HighlightedTimelineItemModifier.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/HighlightedTimelineItemModifier.swift index 122c7a2c6..ef633907f 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/HighlightedTimelineItemModifier.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/HighlightedTimelineItemModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ImageRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ImageRoomTimelineView.swift index 6e93ef848..3fa4f3845 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ImageRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ImageRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/LocationRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/LocationRoomTimelineView.swift index 465bea9ae..41bf6a39a 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/LocationRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/LocationRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/NoticeRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/NoticeRoomTimelineView.swift index a3dc6ee54..3dc6b32bc 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/NoticeRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/NoticeRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PaginationIndicatorRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PaginationIndicatorRoomTimelineView.swift index 0094fa24c..0babd3ea1 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PaginationIndicatorRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PaginationIndicatorRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PollRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PollRoomTimelineView.swift index d7784f449..503217353 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PollRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/PollRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ReadMarkerRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ReadMarkerRoomTimelineView.swift index 927364454..4032b6c6d 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ReadMarkerRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/ReadMarkerRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/RedactedRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/RedactedRoomTimelineView.swift index 530745137..e75981287 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/RedactedRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/RedactedRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/SeparatorRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/SeparatorRoomTimelineView.swift index 2535a8c20..9d06a0276 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/SeparatorRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/SeparatorRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StateRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StateRoomTimelineView.swift index bc66a8aa4..775ff92fe 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StateRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StateRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StickerRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StickerRoomTimelineView.swift index 1c5e4463f..765d41d1e 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StickerRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/StickerRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextBasedRoomTimelineViewProtocol.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextBasedRoomTimelineViewProtocol.swift index 0674e4b43..c97862dc1 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextBasedRoomTimelineViewProtocol.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextBasedRoomTimelineViewProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextRoomTimelineView.swift index 2efd94f76..d788aa36b 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TextRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TimelineStartRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TimelineStartRoomTimelineView.swift index 986961a73..5426756ce 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TimelineStartRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/TimelineStartRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/UnsupportedRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/UnsupportedRoomTimelineView.swift index 718a8ef57..9b8bcf43d 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/UnsupportedRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/UnsupportedRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VideoRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VideoRoomTimelineView.swift index 8955b9251..f1053894c 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VideoRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VideoRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VoiceMessageRoomTimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VoiceMessageRoomTimelineView.swift index 461d5ec5b..5fe5c2387 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VoiceMessageRoomTimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineItemViews/VoiceMessageRoomTimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineSenderAvatarView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineSenderAvatarView.swift index 7460cfa7c..6d46c195a 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineSenderAvatarView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineSenderAvatarView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TimelineView.swift b/ElementX/Sources/Screens/Timeline/View/TimelineView.swift index 376eee468..261bbd0ea 100644 --- a/ElementX/Sources/Screens/Timeline/View/TimelineView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TimelineView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/TypingIndicatorView.swift b/ElementX/Sources/Screens/Timeline/View/TypingIndicatorView.swift index 68f8e0235..e8d0dcb33 100644 --- a/ElementX/Sources/Screens/Timeline/View/TypingIndicatorView.swift +++ b/ElementX/Sources/Screens/Timeline/View/TypingIndicatorView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/Timeline/View/VoiceMessageRoomPlaybackView.swift b/ElementX/Sources/Screens/Timeline/View/VoiceMessageRoomPlaybackView.swift index 7f678b4be..c9ebb7937 100644 --- a/ElementX/Sources/Screens/Timeline/View/VoiceMessageRoomPlaybackView.swift +++ b/ElementX/Sources/Screens/Timeline/View/VoiceMessageRoomPlaybackView.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenCoordinator.swift b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenCoordinator.swift index 2ff4743f8..e3d0f1a57 100644 --- a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenCoordinator.swift +++ b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenCoordinator.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenModels.swift b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenModels.swift index 3b8d88ab4..fedccc1fe 100644 --- a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenModels.swift +++ b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModel.swift b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModel.swift index 533557bb7..0490ba959 100644 --- a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModel.swift +++ b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModel.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModelProtocol.swift b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModelProtocol.swift index f834d672e..25aacc2bb 100644 --- a/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModelProtocol.swift +++ b/ElementX/Sources/Screens/UserProfileScreen/UserProfileScreenViewModelProtocol.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/Screens/UserProfileScreen/View/UserProfileScreen.swift b/ElementX/Sources/Screens/UserProfileScreen/View/UserProfileScreen.swift index fcdd40248..28e98a9b3 100644 --- a/ElementX/Sources/Screens/UserProfileScreen/View/UserProfileScreen.swift +++ b/ElementX/Sources/Screens/UserProfileScreen/View/UserProfileScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/AnalyticsClientProtocol.swift b/ElementX/Sources/Services/Analytics/AnalyticsClientProtocol.swift index 9f0c65a99..fb060730b 100644 --- a/ElementX/Sources/Services/Analytics/AnalyticsClientProtocol.swift +++ b/ElementX/Sources/Services/Analytics/AnalyticsClientProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/AnalyticsService.swift b/ElementX/Sources/Services/Analytics/AnalyticsService.swift index d532ccfaf..d76f60b80 100644 --- a/ElementX/Sources/Services/Analytics/AnalyticsService.swift +++ b/ElementX/Sources/Services/Analytics/AnalyticsService.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/Helpers/Analytics+SwiftUI.swift b/ElementX/Sources/Services/Analytics/Helpers/Analytics+SwiftUI.swift index f2e62b0df..98d3abfe6 100644 --- a/ElementX/Sources/Services/Analytics/Helpers/Analytics+SwiftUI.swift +++ b/ElementX/Sources/Services/Analytics/Helpers/Analytics+SwiftUI.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/Helpers/JoinedRoomSize+MemberCount.swift b/ElementX/Sources/Services/Analytics/Helpers/JoinedRoomSize+MemberCount.swift index 9e1350639..79d35899b 100644 --- a/ElementX/Sources/Services/Analytics/Helpers/JoinedRoomSize+MemberCount.swift +++ b/ElementX/Sources/Services/Analytics/Helpers/JoinedRoomSize+MemberCount.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/Helpers/RoomModerationRole.swift b/ElementX/Sources/Services/Analytics/Helpers/RoomModerationRole.swift index 9b6dc4ef7..15baf47a6 100644 --- a/ElementX/Sources/Services/Analytics/Helpers/RoomModerationRole.swift +++ b/ElementX/Sources/Services/Analytics/Helpers/RoomModerationRole.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/PHGPostHogConfiguration.swift b/ElementX/Sources/Services/Analytics/PHGPostHogConfiguration.swift index 4806d8600..598200f24 100644 --- a/ElementX/Sources/Services/Analytics/PHGPostHogConfiguration.swift +++ b/ElementX/Sources/Services/Analytics/PHGPostHogConfiguration.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/PHGPostHogProtocol.swift b/ElementX/Sources/Services/Analytics/PHGPostHogProtocol.swift index b8b3fd0ac..51813c4d1 100644 --- a/ElementX/Sources/Services/Analytics/PHGPostHogProtocol.swift +++ b/ElementX/Sources/Services/Analytics/PHGPostHogProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/PostHogAnalyticsClient.swift b/ElementX/Sources/Services/Analytics/PostHogAnalyticsClient.swift index c96bee998..95408f9ab 100644 --- a/ElementX/Sources/Services/Analytics/PostHogAnalyticsClient.swift +++ b/ElementX/Sources/Services/Analytics/PostHogAnalyticsClient.swift @@ -1,7 +1,8 @@ // -// Copyright 2021-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2021-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/Signposter.swift b/ElementX/Sources/Services/Analytics/Signposter.swift index 9fe920098..e26c79306 100644 --- a/ElementX/Sources/Services/Analytics/Signposter.swift +++ b/ElementX/Sources/Services/Analytics/Signposter.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Analytics/UserPropertiesExt.swift b/ElementX/Sources/Services/Analytics/UserPropertiesExt.swift index 7e0ca465c..6e8b6a109 100644 --- a/ElementX/Sources/Services/Analytics/UserPropertiesExt.swift +++ b/ElementX/Sources/Services/Analytics/UserPropertiesExt.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/AppLock/AppLockService.swift b/ElementX/Sources/Services/AppLock/AppLockService.swift index dacfd35b7..c241bcd72 100644 --- a/ElementX/Sources/Services/AppLock/AppLockService.swift +++ b/ElementX/Sources/Services/AppLock/AppLockService.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/AppLock/AppLockServiceProtocol.swift b/ElementX/Sources/Services/AppLock/AppLockServiceProtocol.swift index 5032b7938..ecb3407f3 100644 --- a/ElementX/Sources/Services/AppLock/AppLockServiceProtocol.swift +++ b/ElementX/Sources/Services/AppLock/AppLockServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/AppLock/AppLockTimer.swift b/ElementX/Sources/Services/AppLock/AppLockTimer.swift index 4785ea7e1..03f6b95ad 100644 --- a/ElementX/Sources/Services/AppLock/AppLockTimer.swift +++ b/ElementX/Sources/Services/AppLock/AppLockTimer.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/AppLock/LAContextMock.swift b/ElementX/Sources/Services/AppLock/LAContextMock.swift index fa7562fc1..921be890c 100644 --- a/ElementX/Sources/Services/AppLock/LAContextMock.swift +++ b/ElementX/Sources/Services/AppLock/LAContextMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/AudioConverter.swift b/ElementX/Sources/Services/Audio/AudioConverter.swift index 75678f245..d26b16143 100644 --- a/ElementX/Sources/Services/Audio/AudioConverter.swift +++ b/ElementX/Sources/Services/Audio/AudioConverter.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/AudioConverterProtocol.swift b/ElementX/Sources/Services/Audio/AudioConverterProtocol.swift index 75088216c..9343d5f2b 100644 --- a/ElementX/Sources/Services/Audio/AudioConverterProtocol.swift +++ b/ElementX/Sources/Services/Audio/AudioConverterProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/AudioSessionProtocol.swift b/ElementX/Sources/Services/Audio/AudioSessionProtocol.swift index 39f9c2648..cb5f00301 100644 --- a/ElementX/Sources/Services/Audio/AudioSessionProtocol.swift +++ b/ElementX/Sources/Services/Audio/AudioSessionProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Player/AudioPlayer.swift b/ElementX/Sources/Services/Audio/Player/AudioPlayer.swift index 5e1acaf98..d88cde3cd 100644 --- a/ElementX/Sources/Services/Audio/Player/AudioPlayer.swift +++ b/ElementX/Sources/Services/Audio/Player/AudioPlayer.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Player/AudioPlayerProtocol.swift b/ElementX/Sources/Services/Audio/Player/AudioPlayerProtocol.swift index 3856abbe3..40f7263de 100644 --- a/ElementX/Sources/Services/Audio/Player/AudioPlayerProtocol.swift +++ b/ElementX/Sources/Services/Audio/Player/AudioPlayerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Player/AudioPlayerState.swift b/ElementX/Sources/Services/Audio/Player/AudioPlayerState.swift index 67a5f8640..07b71eb14 100644 --- a/ElementX/Sources/Services/Audio/Player/AudioPlayerState.swift +++ b/ElementX/Sources/Services/Audio/Player/AudioPlayerState.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Recorder/AudioRecorder.swift b/ElementX/Sources/Services/Audio/Recorder/AudioRecorder.swift index adce764fe..4057c7071 100644 --- a/ElementX/Sources/Services/Audio/Recorder/AudioRecorder.swift +++ b/ElementX/Sources/Services/Audio/Recorder/AudioRecorder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Recorder/AudioRecorderProtocol.swift b/ElementX/Sources/Services/Audio/Recorder/AudioRecorderProtocol.swift index 160f93d7d..4b7871a88 100644 --- a/ElementX/Sources/Services/Audio/Recorder/AudioRecorderProtocol.swift +++ b/ElementX/Sources/Services/Audio/Recorder/AudioRecorderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Audio/Recorder/AudioRecorderState.swift b/ElementX/Sources/Services/Audio/Recorder/AudioRecorderState.swift index b2e06775c..e6ead80cb 100644 --- a/ElementX/Sources/Services/Audio/Recorder/AudioRecorderState.swift +++ b/ElementX/Sources/Services/Audio/Recorder/AudioRecorderState.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Authentication/AuthenticationClientFactory.swift b/ElementX/Sources/Services/Authentication/AuthenticationClientFactory.swift index 307e5d27f..9af3384a0 100644 --- a/ElementX/Sources/Services/Authentication/AuthenticationClientFactory.swift +++ b/ElementX/Sources/Services/Authentication/AuthenticationClientFactory.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Authentication/AuthenticationService.swift b/ElementX/Sources/Services/Authentication/AuthenticationService.swift index bae5f8be0..a680ee660 100644 --- a/ElementX/Sources/Services/Authentication/AuthenticationService.swift +++ b/ElementX/Sources/Services/Authentication/AuthenticationService.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Authentication/AuthenticationServiceProtocol.swift b/ElementX/Sources/Services/Authentication/AuthenticationServiceProtocol.swift index 30c793df4..b4300d2e3 100644 --- a/ElementX/Sources/Services/Authentication/AuthenticationServiceProtocol.swift +++ b/ElementX/Sources/Services/Authentication/AuthenticationServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/BugReport/BugReportService.swift b/ElementX/Sources/Services/BugReport/BugReportService.swift index cf7b011f0..373477bfc 100644 --- a/ElementX/Sources/Services/BugReport/BugReportService.swift +++ b/ElementX/Sources/Services/BugReport/BugReportService.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/BugReport/BugReportServiceProtocol.swift b/ElementX/Sources/Services/BugReport/BugReportServiceProtocol.swift index b46c4c435..019a170ef 100644 --- a/ElementX/Sources/Services/BugReport/BugReportServiceProtocol.swift +++ b/ElementX/Sources/Services/BugReport/BugReportServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Client/Client.swift b/ElementX/Sources/Services/Client/Client.swift index dbdecc851..c7f3bcd48 100644 --- a/ElementX/Sources/Services/Client/Client.swift +++ b/ElementX/Sources/Services/Client/Client.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Client/ClientProxy.swift b/ElementX/Sources/Services/Client/ClientProxy.swift index a1ee456b8..62e53c0f5 100644 --- a/ElementX/Sources/Services/Client/ClientProxy.swift +++ b/ElementX/Sources/Services/Client/ClientProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Client/ClientProxyProtocol.swift b/ElementX/Sources/Services/Client/ClientProxyProtocol.swift index c7f765e43..60e762cf3 100644 --- a/ElementX/Sources/Services/Client/ClientProxyProtocol.swift +++ b/ElementX/Sources/Services/Client/ClientProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ComposerDraft/ComposerDraftService.swift b/ElementX/Sources/Services/ComposerDraft/ComposerDraftService.swift index f1eedbb80..5f478def1 100644 --- a/ElementX/Sources/Services/ComposerDraft/ComposerDraftService.swift +++ b/ElementX/Sources/Services/ComposerDraft/ComposerDraftService.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ComposerDraft/ComposerDraftServiceProtocol.swift b/ElementX/Sources/Services/ComposerDraft/ComposerDraftServiceProtocol.swift index a7a24042c..29b48ae54 100644 --- a/ElementX/Sources/Services/ComposerDraft/ComposerDraftServiceProtocol.swift +++ b/ElementX/Sources/Services/ComposerDraft/ComposerDraftServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/CreateRoom/CreateRoomFlowParameters.swift b/ElementX/Sources/Services/CreateRoom/CreateRoomFlowParameters.swift index afdc10c31..cb2ec25ba 100644 --- a/ElementX/Sources/Services/CreateRoom/CreateRoomFlowParameters.swift +++ b/ElementX/Sources/Services/CreateRoom/CreateRoomFlowParameters.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallConfiguration.swift b/ElementX/Sources/Services/ElementCall/ElementCallConfiguration.swift index 685e73d23..3127f45b4 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallConfiguration.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallConfiguration.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallService.swift b/ElementX/Sources/Services/ElementCall/ElementCallService.swift index ef00e7c5a..654099b6b 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallService.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallService.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallServiceConstants.swift b/ElementX/Sources/Services/ElementCall/ElementCallServiceConstants.swift index 34e2f8b36..cfed3fe7f 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallServiceConstants.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallServiceConstants.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallServiceProtocol.swift b/ElementX/Sources/Services/ElementCall/ElementCallServiceProtocol.swift index 0a06daac6..606accfcd 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallServiceProtocol.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriver.swift b/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriver.swift index 3cc43a03f..e0752b09a 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriver.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriver.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriverProtocol.swift b/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriverProtocol.swift index b03433f80..aa46305ae 100644 --- a/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriverProtocol.swift +++ b/ElementX/Sources/Services/ElementCall/ElementCallWidgetDriverProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/ElementCall/GenericCallLinkWidgetDriver.swift b/ElementX/Sources/Services/ElementCall/GenericCallLinkWidgetDriver.swift index e3264d6c0..8af501675 100644 --- a/ElementX/Sources/Services/ElementCall/GenericCallLinkWidgetDriver.swift +++ b/ElementX/Sources/Services/ElementCall/GenericCallLinkWidgetDriver.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Emojis/EmojiLoaderProtocol.swift b/ElementX/Sources/Services/Emojis/EmojiLoaderProtocol.swift index d7d35aec5..0c57ff602 100644 --- a/ElementX/Sources/Services/Emojis/EmojiLoaderProtocol.swift +++ b/ElementX/Sources/Services/Emojis/EmojiLoaderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Emojis/EmojiProvider.swift b/ElementX/Sources/Services/Emojis/EmojiProvider.swift index 9787171af..14c166cc4 100644 --- a/ElementX/Sources/Services/Emojis/EmojiProvider.swift +++ b/ElementX/Sources/Services/Emojis/EmojiProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Emojis/EmojiProviderProtocol.swift b/ElementX/Sources/Services/Emojis/EmojiProviderProtocol.swift index 500e9e03c..76681d64d 100644 --- a/ElementX/Sources/Services/Emojis/EmojiProviderProtocol.swift +++ b/ElementX/Sources/Services/Emojis/EmojiProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Keychain/EncryptionKeyProvider.swift b/ElementX/Sources/Services/Keychain/EncryptionKeyProvider.swift index e2acf1598..1d76a3b71 100644 --- a/ElementX/Sources/Services/Keychain/EncryptionKeyProvider.swift +++ b/ElementX/Sources/Services/Keychain/EncryptionKeyProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Keychain/EncryptionKeyProviderProtocol.swift b/ElementX/Sources/Services/Keychain/EncryptionKeyProviderProtocol.swift index bc0464791..773c09923 100644 --- a/ElementX/Sources/Services/Keychain/EncryptionKeyProviderProtocol.swift +++ b/ElementX/Sources/Services/Keychain/EncryptionKeyProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Keychain/KeychainController.swift b/ElementX/Sources/Services/Keychain/KeychainController.swift index 15389f43e..8647c6eb9 100644 --- a/ElementX/Sources/Services/Keychain/KeychainController.swift +++ b/ElementX/Sources/Services/Keychain/KeychainController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Keychain/KeychainControllerMock.swift b/ElementX/Sources/Services/Keychain/KeychainControllerMock.swift index 1efe2955d..e5bb3debd 100644 --- a/ElementX/Sources/Services/Keychain/KeychainControllerMock.swift +++ b/ElementX/Sources/Services/Keychain/KeychainControllerMock.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Keychain/KeychainControllerProtocol.swift b/ElementX/Sources/Services/Keychain/KeychainControllerProtocol.swift index cbe5c9615..481abcec2 100644 --- a/ElementX/Sources/Services/Keychain/KeychainControllerProtocol.swift +++ b/ElementX/Sources/Services/Keychain/KeychainControllerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/LinkMetadata/LinkMetadataProvider.swift b/ElementX/Sources/Services/LinkMetadata/LinkMetadataProvider.swift index fcd97ffc3..4e3dacaa0 100644 --- a/ElementX/Sources/Services/LinkMetadata/LinkMetadataProvider.swift +++ b/ElementX/Sources/Services/LinkMetadata/LinkMetadataProvider.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/LinkMetadata/LinkMetadataProviderProtocol.swift b/ElementX/Sources/Services/LinkMetadata/LinkMetadataProviderProtocol.swift index 2d03aaa26..b23663e52 100644 --- a/ElementX/Sources/Services/LinkMetadata/LinkMetadataProviderProtocol.swift +++ b/ElementX/Sources/Services/LinkMetadata/LinkMetadataProviderProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/MediaUploadingPreprocessor.swift b/ElementX/Sources/Services/Media/MediaUploadingPreprocessor.swift index f4519ee2a..a1a37737e 100644 --- a/ElementX/Sources/Services/Media/MediaUploadingPreprocessor.swift +++ b/ElementX/Sources/Services/Media/MediaUploadingPreprocessor.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaFileHandleProxy.swift b/ElementX/Sources/Services/Media/Provider/MediaFileHandleProxy.swift index af40e0909..e90997523 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaFileHandleProxy.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaFileHandleProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaLoader.swift b/ElementX/Sources/Services/Media/Provider/MediaLoader.swift index 79214f534..d1754945c 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaLoader.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaLoader.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaLoaderProtocol.swift b/ElementX/Sources/Services/Media/Provider/MediaLoaderProtocol.swift index b1274ead2..ba7f63efd 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaLoaderProtocol.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaLoaderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaProvider.swift b/ElementX/Sources/Services/Media/Provider/MediaProvider.swift index 26e73087f..dad17ee15 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaProvider.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaProviderProtocol.swift b/ElementX/Sources/Services/Media/Provider/MediaProviderProtocol.swift index 1fe98f16d..32c8e3616 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaProviderProtocol.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Media/Provider/MediaSourceProxy.swift b/ElementX/Sources/Services/Media/Provider/MediaSourceProxy.swift index a4c7216b6..6c4e8a165 100644 --- a/ElementX/Sources/Services/Media/Provider/MediaSourceProxy.swift +++ b/ElementX/Sources/Services/Media/Provider/MediaSourceProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/MediaPlayer/MediaPlayerProvider.swift b/ElementX/Sources/Services/MediaPlayer/MediaPlayerProvider.swift index 42532dec0..b44f31332 100644 --- a/ElementX/Sources/Services/MediaPlayer/MediaPlayerProvider.swift +++ b/ElementX/Sources/Services/MediaPlayer/MediaPlayerProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/MediaPlayer/MediaPlayerProviderProtocol.swift b/ElementX/Sources/Services/MediaPlayer/MediaPlayerProviderProtocol.swift index d3f59fca5..09bc067cc 100644 --- a/ElementX/Sources/Services/MediaPlayer/MediaPlayerProviderProtocol.swift +++ b/ElementX/Sources/Services/MediaPlayer/MediaPlayerProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Manager/APNSPayload.swift b/ElementX/Sources/Services/Notification/Manager/APNSPayload.swift index 341e0d242..31d8eba1f 100644 --- a/ElementX/Sources/Services/Notification/Manager/APNSPayload.swift +++ b/ElementX/Sources/Services/Notification/Manager/APNSPayload.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Manager/NotificationManager.swift b/ElementX/Sources/Services/Notification/Manager/NotificationManager.swift index cf8316a76..34238ba60 100644 --- a/ElementX/Sources/Services/Notification/Manager/NotificationManager.swift +++ b/ElementX/Sources/Services/Notification/Manager/NotificationManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Manager/NotificationManagerProtocol.swift b/ElementX/Sources/Services/Notification/Manager/NotificationManagerProtocol.swift index 90406af9f..4df19f98d 100644 --- a/ElementX/Sources/Services/Notification/Manager/NotificationManagerProtocol.swift +++ b/ElementX/Sources/Services/Notification/Manager/NotificationManagerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Manager/UserNotificationCenterProtocol.swift b/ElementX/Sources/Services/Notification/Manager/UserNotificationCenterProtocol.swift index 12e149878..871983d56 100644 --- a/ElementX/Sources/Services/Notification/Manager/UserNotificationCenterProtocol.swift +++ b/ElementX/Sources/Services/Notification/Manager/UserNotificationCenterProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/NotificationConstants.swift b/ElementX/Sources/Services/Notification/NotificationConstants.swift index 3351a8e1d..9359b9920 100644 --- a/ElementX/Sources/Services/Notification/NotificationConstants.swift +++ b/ElementX/Sources/Services/Notification/NotificationConstants.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift index 31264d822..3059a4b00 100644 --- a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift +++ b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxyProtocol.swift b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxyProtocol.swift index 0f0f7214c..894bc7cfa 100644 --- a/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxyProtocol.swift +++ b/ElementX/Sources/Services/Notification/Proxy/NotificationItemProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsChatType.swift b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsChatType.swift index 1ec5d1a96..7d5e43ff3 100644 --- a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsChatType.swift +++ b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsChatType.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxy.swift b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxy.swift index 9ff2ff150..3741f58ec 100644 --- a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxy.swift +++ b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxyProtocol.swift b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxyProtocol.swift index 8ea6aaedc..651d4829e 100644 --- a/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxyProtocol.swift +++ b/ElementX/Sources/Services/NotificationSettings/NotificationSettingsProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/RoomNotificationModeProxy.swift b/ElementX/Sources/Services/NotificationSettings/RoomNotificationModeProxy.swift index 947814cbb..822ca223c 100644 --- a/ElementX/Sources/Services/NotificationSettings/RoomNotificationModeProxy.swift +++ b/ElementX/Sources/Services/NotificationSettings/RoomNotificationModeProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxy.swift b/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxy.swift index e801e69d0..6fe2d0bd4 100644 --- a/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxy.swift +++ b/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxyProtocol.swift b/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxyProtocol.swift index 18835afa5..301d48327 100644 --- a/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxyProtocol.swift +++ b/ElementX/Sources/Services/NotificationSettings/RoomNotificationSettingsProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Polls/PollInteractionHandler.swift b/ElementX/Sources/Services/Polls/PollInteractionHandler.swift index 504d2c4e9..8eb232dd3 100644 --- a/ElementX/Sources/Services/Polls/PollInteractionHandler.swift +++ b/ElementX/Sources/Services/Polls/PollInteractionHandler.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Polls/PollInteractionHandlerProtocol.swift b/ElementX/Sources/Services/Polls/PollInteractionHandlerProtocol.swift index ce0062c3b..60871c625 100644 --- a/ElementX/Sources/Services/Polls/PollInteractionHandlerProtocol.swift +++ b/ElementX/Sources/Services/Polls/PollInteractionHandlerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/BannedRoomProxy.swift b/ElementX/Sources/Services/Room/BannedRoomProxy.swift index a394fca85..29d867de7 100644 --- a/ElementX/Sources/Services/Room/BannedRoomProxy.swift +++ b/ElementX/Sources/Services/Room/BannedRoomProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/InvitedRoomProxy.swift b/ElementX/Sources/Services/Room/InvitedRoomProxy.swift index fa1fdabd5..4278ef1e8 100644 --- a/ElementX/Sources/Services/Room/InvitedRoomProxy.swift +++ b/ElementX/Sources/Services/Room/InvitedRoomProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/JoinedRoomProxy.swift b/ElementX/Sources/Services/Room/JoinedRoomProxy.swift index 270c9a95a..b4ebea8a1 100644 --- a/ElementX/Sources/Services/Room/JoinedRoomProxy.swift +++ b/ElementX/Sources/Services/Room/JoinedRoomProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/KnockRequestProxy.swift b/ElementX/Sources/Services/Room/KnockRequestProxy.swift index a5b40cf19..bb5f6d5d1 100644 --- a/ElementX/Sources/Services/Room/KnockRequestProxy.swift +++ b/ElementX/Sources/Services/Room/KnockRequestProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/KnockRequestProxyProtocol.swift b/ElementX/Sources/Services/Room/KnockRequestProxyProtocol.swift index cad18cff5..6f354013c 100644 --- a/ElementX/Sources/Services/Room/KnockRequestProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/KnockRequestProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/KnockedRoomProxy.swift b/ElementX/Sources/Services/Room/KnockedRoomProxy.swift index 01b1159c6..54ae93cc1 100644 --- a/ElementX/Sources/Services/Room/KnockedRoomProxy.swift +++ b/ElementX/Sources/Services/Room/KnockedRoomProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/Room.swift b/ElementX/Sources/Services/Room/Room.swift index b2e7354d6..a1da5a53b 100644 --- a/ElementX/Sources/Services/Room/Room.swift +++ b/ElementX/Sources/Services/Room/Room.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomDetails.swift b/ElementX/Sources/Services/Room/RoomDetails.swift index a716eaaa4..349552722 100644 --- a/ElementX/Sources/Services/Room/RoomDetails.swift +++ b/ElementX/Sources/Services/Room/RoomDetails.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomInfoProxy.swift b/ElementX/Sources/Services/Room/RoomInfoProxy.swift index 77a048cbc..13b9d2ba4 100644 --- a/ElementX/Sources/Services/Room/RoomInfoProxy.swift +++ b/ElementX/Sources/Services/Room/RoomInfoProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomInfoProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomInfoProxyProtocol.swift index 4905b1c69..b6bce5d64 100644 --- a/ElementX/Sources/Services/Room/RoomInfoProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomInfoProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomMember/RoomMemberDetails.swift b/ElementX/Sources/Services/Room/RoomMember/RoomMemberDetails.swift index 844eeacc3..8dc81c440 100644 --- a/ElementX/Sources/Services/Room/RoomMember/RoomMemberDetails.swift +++ b/ElementX/Sources/Services/Room/RoomMember/RoomMemberDetails.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxy.swift b/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxy.swift index 6347c5041..b829c57e4 100644 --- a/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxy.swift +++ b/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxyProtocol.swift index f14dc8e48..fecb51c5d 100644 --- a/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomMember/RoomMemberProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxy.swift b/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxy.swift index 5b266db1a..be8fb7229 100644 --- a/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxy.swift +++ b/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxyProtocol.swift index 13449c821..434134e83 100644 --- a/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomMembershipDetails/RoomMembershipDetailsProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPermissions.swift b/ElementX/Sources/Services/Room/RoomPermissions.swift index db7c0139b..762c8044b 100644 --- a/ElementX/Sources/Services/Room/RoomPermissions.swift +++ b/ElementX/Sources/Services/Room/RoomPermissions.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPowerLevel.swift b/ElementX/Sources/Services/Room/RoomPowerLevel.swift index 830b18cf6..393e16e97 100644 --- a/ElementX/Sources/Services/Room/RoomPowerLevel.swift +++ b/ElementX/Sources/Services/Room/RoomPowerLevel.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPowerLevelProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomPowerLevelProxyProtocol.swift index 266d5895b..08ea98024 100644 --- a/ElementX/Sources/Services/Room/RoomPowerLevelProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomPowerLevelProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPowerLevelsProxy.swift b/ElementX/Sources/Services/Room/RoomPowerLevelsProxy.swift index 07c6ce902..45fa56f5b 100644 --- a/ElementX/Sources/Services/Room/RoomPowerLevelsProxy.swift +++ b/ElementX/Sources/Services/Room/RoomPowerLevelsProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxy.swift b/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxy.swift index 646dda008..0cd09c7ac 100644 --- a/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxy.swift +++ b/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxyProtocol.swift index 3d8422037..5eb450b9b 100644 --- a/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomPreview/RoomPreviewProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomProxyProtocol.swift b/ElementX/Sources/Services/Room/RoomProxyProtocol.swift index d9433f5a6..04117706e 100644 --- a/ElementX/Sources/Services/Room/RoomProxyProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomRole.swift b/ElementX/Sources/Services/Room/RoomRole.swift index 326eb2885..b8e229455 100644 --- a/ElementX/Sources/Services/Room/RoomRole.swift +++ b/ElementX/Sources/Services/Room/RoomRole.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomEventStringBuilder.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomEventStringBuilder.swift index 71d00a65a..926112d2a 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomEventStringBuilder.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomEventStringBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomMessageEventStringBuilder.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomMessageEventStringBuilder.swift index 5e94213f2..cb5aa679d 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomMessageEventStringBuilder.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomMessageEventStringBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomSummary.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomSummary.swift index 76adb13cb..8225f9c84 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomSummary.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomSummary.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift index 6df31d848..0c27e113a 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProviderProtocol.swift b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProviderProtocol.swift index 219eb37fa..29457b942 100644 --- a/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProviderProtocol.swift +++ b/ElementX/Sources/Services/Room/RoomSummary/RoomSummaryProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxy.swift b/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxy.swift index b08e2570d..563cbf678 100644 --- a/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxy.swift +++ b/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxyProtocol.swift b/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxyProtocol.swift index 84df5ac28..e26c1ad6e 100644 --- a/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxyProtocol.swift +++ b/ElementX/Sources/Services/RoomDirectorySearch/RoomDirectorySearchProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/SecureBackup/SecureBackupController.swift b/ElementX/Sources/Services/SecureBackup/SecureBackupController.swift index cf0dba381..441bc299f 100644 --- a/ElementX/Sources/Services/SecureBackup/SecureBackupController.swift +++ b/ElementX/Sources/Services/SecureBackup/SecureBackupController.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/SecureBackup/SecureBackupControllerProtocol.swift b/ElementX/Sources/Services/SecureBackup/SecureBackupControllerProtocol.swift index f2b1e9356..86afd113e 100644 --- a/ElementX/Sources/Services/SecureBackup/SecureBackupControllerProtocol.swift +++ b/ElementX/Sources/Services/SecureBackup/SecureBackupControllerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Session/UserSession.swift b/ElementX/Sources/Services/Session/UserSession.swift index 6bbc0303b..eeff92df9 100644 --- a/ElementX/Sources/Services/Session/UserSession.swift +++ b/ElementX/Sources/Services/Session/UserSession.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Session/UserSessionProtocol.swift b/ElementX/Sources/Services/Session/UserSessionProtocol.swift index 795980cf0..f3b7e5ca7 100644 --- a/ElementX/Sources/Services/Session/UserSessionProtocol.swift +++ b/ElementX/Sources/Services/Session/UserSessionProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxy.swift b/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxy.swift index fe704523a..f4f5af88f 100644 --- a/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxy.swift +++ b/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxyProtocol.swift b/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxyProtocol.swift index 07c85ca1c..06c63c422 100644 --- a/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxyProtocol.swift +++ b/ElementX/Sources/Services/SessionVerification/SessionVerificationControllerProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/LeaveSpaceHandleProxy.swift b/ElementX/Sources/Services/Spaces/LeaveSpaceHandleProxy.swift index 641002cbb..a3a08bdb5 100644 --- a/ElementX/Sources/Services/Spaces/LeaveSpaceHandleProxy.swift +++ b/ElementX/Sources/Services/Spaces/LeaveSpaceHandleProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceRoomListProxy.swift b/ElementX/Sources/Services/Spaces/SpaceRoomListProxy.swift index 03e639745..9bb029516 100644 --- a/ElementX/Sources/Services/Spaces/SpaceRoomListProxy.swift +++ b/ElementX/Sources/Services/Spaces/SpaceRoomListProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceRoomListProxyProtocol.swift b/ElementX/Sources/Services/Spaces/SpaceRoomListProxyProtocol.swift index 8b266d479..285dae0ec 100644 --- a/ElementX/Sources/Services/Spaces/SpaceRoomListProxyProtocol.swift +++ b/ElementX/Sources/Services/Spaces/SpaceRoomListProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceRoomProxy.swift b/ElementX/Sources/Services/Spaces/SpaceRoomProxy.swift index d1e7388ba..10d4251cc 100644 --- a/ElementX/Sources/Services/Spaces/SpaceRoomProxy.swift +++ b/ElementX/Sources/Services/Spaces/SpaceRoomProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceRoomProxyProtocol.swift b/ElementX/Sources/Services/Spaces/SpaceRoomProxyProtocol.swift index f8e911bc4..ab8669366 100644 --- a/ElementX/Sources/Services/Spaces/SpaceRoomProxyProtocol.swift +++ b/ElementX/Sources/Services/Spaces/SpaceRoomProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceServiceProxy.swift b/ElementX/Sources/Services/Spaces/SpaceServiceProxy.swift index 5956a39b1..7073ad5b2 100644 --- a/ElementX/Sources/Services/Spaces/SpaceServiceProxy.swift +++ b/ElementX/Sources/Services/Spaces/SpaceServiceProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Spaces/SpaceServiceProxyProtocol.swift b/ElementX/Sources/Services/Spaces/SpaceServiceProxyProtocol.swift index 9cea3680c..9a30730f9 100644 --- a/ElementX/Sources/Services/Spaces/SpaceServiceProxyProtocol.swift +++ b/ElementX/Sources/Services/Spaces/SpaceServiceProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/StateMachine/StateMachineFactory.swift b/ElementX/Sources/Services/StateMachine/StateMachineFactory.swift index 56cb1cc24..809618cdb 100644 --- a/ElementX/Sources/Services/StateMachine/StateMachineFactory.swift +++ b/ElementX/Sources/Services/StateMachine/StateMachineFactory.swift @@ -1,4 +1,5 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial diff --git a/ElementX/Sources/Services/Timeline/Fixtures/RoomTimelineItemFixtures.swift b/ElementX/Sources/Services/Timeline/Fixtures/RoomTimelineItemFixtures.swift index e258d2851..2bee3cb2b 100644 --- a/ElementX/Sources/Services/Timeline/Fixtures/RoomTimelineItemFixtures.swift +++ b/ElementX/Sources/Services/Timeline/Fixtures/RoomTimelineItemFixtures.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/GeoURI.swift b/ElementX/Sources/Services/Timeline/GeoURI.swift index 70af675ce..9f54684e9 100644 --- a/ElementX/Sources/Services/Timeline/GeoURI.swift +++ b/ElementX/Sources/Services/Timeline/GeoURI.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/IntentionalMentions.swift b/ElementX/Sources/Services/Timeline/IntentionalMentions.swift index a4d495fa1..b84ad9759 100644 --- a/ElementX/Sources/Services/Timeline/IntentionalMentions.swift +++ b/ElementX/Sources/Services/Timeline/IntentionalMentions.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineController/MockTimelineController.swift b/ElementX/Sources/Services/Timeline/TimelineController/MockTimelineController.swift index 2c6add8a8..02d87dd4a 100644 --- a/ElementX/Sources/Services/Timeline/TimelineController/MockTimelineController.swift +++ b/ElementX/Sources/Services/Timeline/TimelineController/MockTimelineController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineController/TimelineController.swift b/ElementX/Sources/Services/Timeline/TimelineController/TimelineController.swift index 491fa88e4..b718a913f 100644 --- a/ElementX/Sources/Services/Timeline/TimelineController/TimelineController.swift +++ b/ElementX/Sources/Services/Timeline/TimelineController/TimelineController.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactory.swift b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactory.swift index 676cd2140..a6c520e8c 100644 --- a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactory.swift +++ b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactory.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactoryProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactoryProtocol.swift index b69a17bff..9eb2bacbd 100644 --- a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactoryProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerFactoryProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerProtocol.swift index 5972ffc7a..bed5ef1fb 100644 --- a/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineController/TimelineControllerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/AggregratedReaction.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/AggregratedReaction.swift index 651243d39..45d566a9e 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/AggregratedReaction.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/AggregratedReaction.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/CustomStringConvertible.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/CustomStringConvertible.swift index 9638761d6..03ea1e479 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/CustomStringConvertible.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/CustomStringConvertible.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/EncryptionAuthenticity.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/EncryptionAuthenticity.swift index bc6e7a788..05d0e49fe 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/EncryptionAuthenticity.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/EncryptionAuthenticity.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/ReadReceipt.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/ReadReceipt.swift index 8aa0ceaef..84dd0b5f7 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/ReadReceipt.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/ReadReceipt.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/RoomTimelineItemProperties.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/RoomTimelineItemProperties.swift index 1803fea9e..9b2d0006b 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/RoomTimelineItemProperties.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/RoomTimelineItemProperties.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineEventContent.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineEventContent.swift index c87e2b15b..f2978735e 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineEventContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineEventContent.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemReplyDetails.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemReplyDetails.swift index 12aeba7a5..4c27c1962 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemReplyDetails.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemReplyDetails.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemThreadSummary.swift b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemThreadSummary.swift index 7230f9a11..42d303db6 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemThreadSummary.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemContent/TimelineItemThreadSummary.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemIdentifier.swift b/ElementX/Sources/Services/Timeline/TimelineItemIdentifier.swift index bfc181274..f0c2b1723 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemIdentifier.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemIdentifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemProvider.swift b/ElementX/Sources/Services/Timeline/TimelineItemProvider.swift index 6fa864806..587d41631 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemProvider.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemProvider.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemProviderProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItemProviderProtocol.swift index ce9289ab6..ed7bff308 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemProviderProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemProviderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemProxy.swift b/ElementX/Sources/Services/Timeline/TimelineItemProxy.swift index 7657e6e11..ebec45125 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemProxy.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItemSender.swift b/ElementX/Sources/Services/Timeline/TimelineItemSender.swift index 2f6c67a28..56831c060 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItemSender.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItemSender.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/DecorationTimelineItemProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItems/DecorationTimelineItemProtocol.swift index 10a8ce75f..869f76d21 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/DecorationTimelineItemProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/DecorationTimelineItemProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedMessageTimelineItemProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedMessageTimelineItemProtocol.swift index f8ffb80af..663071330 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedMessageTimelineItemProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedMessageTimelineItemProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedTimelineItemProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedTimelineItemProtocol.swift index f0fc75c56..7cf00953c 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedTimelineItemProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/EventBasedTimelineItemProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItem.swift index e54e11631..f26857185 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItemContent.swift index 95a4057e1..9074858a8 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/AudioRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItem.swift index c4af9a8ad..d14250592 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItemContent.swift index 4b53e0110..9a3b07c93 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/EmoteRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItem.swift index 78c749e4c..c4257300d 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItemContent.swift index 1f5c2be66..606da9a14 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/FileRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItem.swift index fc6317ff6..88bb28aee 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItemContent.swift index f58dab03b..77e27c54a 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/ImageRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItem.swift index c800c6a24..504dbb563 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItemContent.swift index 8b5646c49..a13a411c3 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/LocationRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItem.swift index 6c423cd85..4bfcffb15 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItemContent.swift index e461dd3e5..208dbc7db 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/NoticeRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItem.swift index 596ed8704..eb6b91556 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItemContent.swift index a6e8c84ca..2c2791b85 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/TextRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItem.swift index ebf448b79..b59f9a409 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItemContent.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItemContent.swift index 1768648c7..724d4e4fa 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItemContent.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VideoRoomTimelineItemContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VoiceMessageRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VoiceMessageRoomTimelineItem.swift index 11b7fe546..98cb12ab3 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VoiceMessageRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Messages/VoiceMessageRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallInviteRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallInviteRoomTimelineItem.swift index 5c59bef3c..f78530a46 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallInviteRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallInviteRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallNotificationRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallNotificationRoomTimelineItem.swift index 66f1e9ff0..62660df87 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallNotificationRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CallNotificationRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CollapsibleTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CollapsibleTimelineItem.swift index 4c9951aab..742f13d7a 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CollapsibleTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/CollapsibleTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/EncryptedRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/EncryptedRoomTimelineItem.swift index 72e1057f9..7de19031d 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/EncryptedRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/EncryptedRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/PollRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/PollRoomTimelineItem.swift index 0197ac751..3ddd2b705 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/PollRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/PollRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/RedactedRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/RedactedRoomTimelineItem.swift index 58028e6f7..675eb2c29 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/RedactedRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/RedactedRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StateRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StateRoomTimelineItem.swift index e885ac48a..0dd623963 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StateRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StateRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StickerRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StickerRoomTimelineItem.swift index 038df88de..c25f75af1 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StickerRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/StickerRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/UnsupportedRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/UnsupportedRoomTimelineItem.swift index 8e2367817..39a3f7b20 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/UnsupportedRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Other/UnsupportedRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/PaginationIndicatorRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/PaginationIndicatorRoomTimelineItem.swift index 2724cb990..a62c50c6b 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/PaginationIndicatorRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/PaginationIndicatorRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/ReadMarkerRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/ReadMarkerRoomTimelineItem.swift index 24b28e949..15820a257 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/ReadMarkerRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/ReadMarkerRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/SeparatorRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/SeparatorRoomTimelineItem.swift index a5b641bcd..7c32787f5 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/SeparatorRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/SeparatorRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/TimelineStartRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/TimelineStartRoomTimelineItem.swift index d38e1addf..bd026fe06 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/TimelineStartRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/Items/Virtual/TimelineStartRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomStateEventStringBuilder.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomStateEventStringBuilder.swift index bb6d50793..7253955df 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomStateEventStringBuilder.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomStateEventStringBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift index 7a3267637..0d8a0ee02 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactory.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactoryProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactoryProtocol.swift index 17fe9c84b..8c5fc48e4 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactoryProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemFactoryProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemProtocol.swift index 1233c33d4..e63a1f5dd 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemView.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemView.swift index ca6624a58..cabc11f68 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemView.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemView.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // import SwiftUI diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemViewState.swift b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemViewState.swift index 11d31b44f..15d7c3d78 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemViewState.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/RoomTimelineItemViewState.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineItems/TextBasedRoomTimelineItem.swift b/ElementX/Sources/Services/Timeline/TimelineItems/TextBasedRoomTimelineItem.swift index 55b32fc18..90394bf62 100644 --- a/ElementX/Sources/Services/Timeline/TimelineItems/TextBasedRoomTimelineItem.swift +++ b/ElementX/Sources/Services/Timeline/TimelineItems/TextBasedRoomTimelineItem.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineProxy.swift b/ElementX/Sources/Services/Timeline/TimelineProxy.swift index 6f4643651..125f13a8b 100644 --- a/ElementX/Sources/Services/Timeline/TimelineProxy.swift +++ b/ElementX/Sources/Services/Timeline/TimelineProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift b/ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift index a79e61e02..a7969cb38 100644 --- a/ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift +++ b/ElementX/Sources/Services/Timeline/TimelineProxyProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/UserSession/RestorationToken.swift b/ElementX/Sources/Services/UserSession/RestorationToken.swift index 8d022ab54..0d0c2fb63 100644 --- a/ElementX/Sources/Services/UserSession/RestorationToken.swift +++ b/ElementX/Sources/Services/UserSession/RestorationToken.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/UserSession/SessionDirectories.swift b/ElementX/Sources/Services/UserSession/SessionDirectories.swift index 1db5f5a6b..64ae6e8e0 100644 --- a/ElementX/Sources/Services/UserSession/SessionDirectories.swift +++ b/ElementX/Sources/Services/UserSession/SessionDirectories.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/UserSession/UserSessionStore.swift b/ElementX/Sources/Services/UserSession/UserSessionStore.swift index ec7d4dd66..bd8b08b9c 100644 --- a/ElementX/Sources/Services/UserSession/UserSessionStore.swift +++ b/ElementX/Sources/Services/UserSession/UserSessionStore.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/UserSession/UserSessionStoreProtocol.swift b/ElementX/Sources/Services/UserSession/UserSessionStoreProtocol.swift index b13e92068..fdf22f75f 100644 --- a/ElementX/Sources/Services/UserSession/UserSessionStoreProtocol.swift +++ b/ElementX/Sources/Services/UserSession/UserSessionStoreProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserDiscoverySection.swift b/ElementX/Sources/Services/Users/UserDiscoverySection.swift index 738d27dbb..947c7e49a 100644 --- a/ElementX/Sources/Services/Users/UserDiscoverySection.swift +++ b/ElementX/Sources/Services/Users/UserDiscoverySection.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserDiscoveryService.swift b/ElementX/Sources/Services/Users/UserDiscoveryService.swift index 7bf9648e9..ede565516 100644 --- a/ElementX/Sources/Services/Users/UserDiscoveryService.swift +++ b/ElementX/Sources/Services/Users/UserDiscoveryService.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserDiscoveryServiceProtocol.swift b/ElementX/Sources/Services/Users/UserDiscoveryServiceProtocol.swift index 9bdebdb6f..3de6a428a 100644 --- a/ElementX/Sources/Services/Users/UserDiscoveryServiceProtocol.swift +++ b/ElementX/Sources/Services/Users/UserDiscoveryServiceProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserIdentityProxy.swift b/ElementX/Sources/Services/Users/UserIdentityProxy.swift index 072c1920b..a1b7cb6ec 100644 --- a/ElementX/Sources/Services/Users/UserIdentityProxy.swift +++ b/ElementX/Sources/Services/Users/UserIdentityProxy.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserIdentityProxyProtocol.swift b/ElementX/Sources/Services/Users/UserIdentityProxyProtocol.swift index 03f8a0406..b16790aa4 100644 --- a/ElementX/Sources/Services/Users/UserIdentityProxyProtocol.swift +++ b/ElementX/Sources/Services/Users/UserIdentityProxyProtocol.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/Users/UserProfileProxy.swift b/ElementX/Sources/Services/Users/UserProfileProxy.swift index a8af95bc4..ff3263947 100644 --- a/ElementX/Sources/Services/Users/UserProfileProxy.swift +++ b/ElementX/Sources/Services/Users/UserProfileProxy.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageCache.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageCache.swift index 08c2a3407..0253f470f 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageCache.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageCache.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageCacheProtocol.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageCacheProtocol.swift index 6ae19e811..b6b00f342 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageCacheProtocol.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageCacheProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManager.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManager.swift index 47d9e37c9..785168d86 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManager.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManagerProtocol.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManagerProtocol.swift index 6c3daa806..deadb816f 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManagerProtocol.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageMediaManagerProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorder.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorder.swift index 351773760..25a0c2c4f 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorder.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorderProtocol.swift b/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorderProtocol.swift index 645dfee9f..2772a20ce 100644 --- a/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorderProtocol.swift +++ b/ElementX/Sources/Services/VoiceMessage/VoiceMessageRecorderProtocol.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/ShareExtension/ShareExtensionModels.swift b/ElementX/Sources/ShareExtension/ShareExtensionModels.swift index 6b61c3ece..dba08578b 100644 --- a/ElementX/Sources/ShareExtension/ShareExtensionModels.swift +++ b/ElementX/Sources/ShareExtension/ShareExtensionModels.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ElementX/Sources/UITests/BlankFormCoordinator.swift b/ElementX/Sources/UITests/BlankFormCoordinator.swift index 146614cd4..e70abbefd 100644 --- a/ElementX/Sources/UITests/BlankFormCoordinator.swift +++ b/ElementX/Sources/UITests/BlankFormCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/UITests/UITestsAppCoordinator.swift b/ElementX/Sources/UITests/UITestsAppCoordinator.swift index 2ccbd3630..d237ba62b 100644 --- a/ElementX/Sources/UITests/UITestsAppCoordinator.swift +++ b/ElementX/Sources/UITests/UITestsAppCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/UITests/UITestsNotificationCenter.swift b/ElementX/Sources/UITests/UITestsNotificationCenter.swift index 601014afc..2c3e7a409 100644 --- a/ElementX/Sources/UITests/UITestsNotificationCenter.swift +++ b/ElementX/Sources/UITests/UITestsNotificationCenter.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/UITests/UITestsScreenIdentifier.swift b/ElementX/Sources/UITests/UITestsScreenIdentifier.swift index cae3b08b9..32b31bdf0 100644 --- a/ElementX/Sources/UITests/UITestsScreenIdentifier.swift +++ b/ElementX/Sources/UITests/UITestsScreenIdentifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/UITests/UITestsSignalling.swift b/ElementX/Sources/UITests/UITestsSignalling.swift index 6b389e51d..c5d1ddaad 100644 --- a/ElementX/Sources/UITests/UITestsSignalling.swift +++ b/ElementX/Sources/UITests/UITestsSignalling.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/Sources/UnitTests/UnitTestsAppCoordinator.swift b/ElementX/Sources/UnitTests/UnitTestsAppCoordinator.swift index 69e51eaa9..0f2987085 100644 --- a/ElementX/Sources/UnitTests/UnitTestsAppCoordinator.swift +++ b/ElementX/Sources/UnitTests/UnitTestsAppCoordinator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist b/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist index ed4b9c3b1..b2096612a 100644 --- a/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist +++ b/ElementX/SupportingFiles/Settings.bundle/Acknowledgements.plist @@ -44,9 +44,9 @@ File - Packages/Emojibase + Packages/emojibase-bindings Title - Emojibase + emojibase-bindings Type PSChildPaneSpecifier @@ -100,17 +100,17 @@ File - Packages/MapLibre GL Native + Packages/maplibre-gl-native-distribution Title - MapLibre GL Native + maplibre-gl-native-distribution Type PSChildPaneSpecifier File - Packages/AnalyticsEvents + Packages/matrix-analytics-events Title - AnalyticsEvents + matrix-analytics-events Type PSChildPaneSpecifier @@ -124,33 +124,33 @@ File - Packages/YbridOgg + Packages/ogg-swift Title - YbridOgg + ogg-swift Type PSChildPaneSpecifier File - Packages/YbridOpus + Packages/opus-swift Title - YbridOpus + opus-swift Type PSChildPaneSpecifier File - Packages/PostHog + Packages/posthog-ios Title - PostHog + posthog-ios Type PSChildPaneSpecifier File - Packages/Sentry + Packages/sentry-cocoa Title - Sentry + sentry-cocoa Type PSChildPaneSpecifier @@ -196,9 +196,9 @@ File - Packages/Mutex + Packages/swift-mutex Title - Mutex + swift-mutex Type PSChildPaneSpecifier @@ -212,9 +212,9 @@ File - Packages/SwiftOGG + Packages/swift-ogg Title - SwiftOGG + swift-ogg Type PSChildPaneSpecifier diff --git a/IntegrationTests/Sources/Application.swift b/IntegrationTests/Sources/Application.swift index 675cc9ab5..913d314d8 100644 --- a/IntegrationTests/Sources/Application.swift +++ b/IntegrationTests/Sources/Application.swift @@ -1,5 +1,6 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/IntegrationTests/Sources/Common.swift b/IntegrationTests/Sources/Common.swift index a1aa9d92c..f5ba55f87 100644 --- a/IntegrationTests/Sources/Common.swift +++ b/IntegrationTests/Sources/Common.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index b9824d440..13651316d 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -1,5 +1,6 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/NSE/Sources/DataProtectionManager.swift b/NSE/Sources/DataProtectionManager.swift index daa7339ff..09b5834d6 100644 --- a/NSE/Sources/DataProtectionManager.swift +++ b/NSE/Sources/DataProtectionManager.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/NSE/Sources/NSEUserSession.swift b/NSE/Sources/NSEUserSession.swift index ca0d6ac97..6839ddbae 100644 --- a/NSE/Sources/NSEUserSession.swift +++ b/NSE/Sources/NSEUserSession.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/NSE/Sources/NotificationContentBuilder.swift b/NSE/Sources/NotificationContentBuilder.swift index e5c3590f6..d6a5cec93 100644 --- a/NSE/Sources/NotificationContentBuilder.swift +++ b/NSE/Sources/NotificationContentBuilder.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/NSE/Sources/NotificationHandler.swift b/NSE/Sources/NotificationHandler.swift index bfa8d2872..1cc40f4cf 100644 --- a/NSE/Sources/NotificationHandler.swift +++ b/NSE/Sources/NotificationHandler.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/NSE/Sources/NotificationServiceExtension.swift b/NSE/Sources/NotificationServiceExtension.swift index 50bb2ede6..9aadde26c 100644 --- a/NSE/Sources/NotificationServiceExtension.swift +++ b/NSE/Sources/NotificationServiceExtension.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/PreviewTests/Sources/PreviewTests.swift b/PreviewTests/Sources/PreviewTests.swift index 7612aa9d8..9dfae63ce 100644 --- a/PreviewTests/Sources/PreviewTests.swift +++ b/PreviewTests/Sources/PreviewTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/README.md b/README.md index fbd837ac4..8dfabcbe6 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,10 @@ Please read our [forking guide](docs/FORKING.md). ## Copyright & License -Copyright (c) 2022 - 2025 New Vector Ltd +Copyright (c) 2025 Element Creations Ltd. +Copyright (c) 2022 - 2025 New Vector Ltd. -This software is dual licensed by New Vector Ltd (Element). It can be used either: +This software is dual licensed by Element Creations Ltd (Element). It can be used either: (1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR diff --git a/ShareExtension/Sources/ShareExtensionViewController.swift b/ShareExtension/Sources/ShareExtensionViewController.swift index 8e2b2f928..e0498fc2c 100644 --- a/ShareExtension/Sources/ShareExtensionViewController.swift +++ b/ShareExtension/Sources/ShareExtensionViewController.swift @@ -1,5 +1,6 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/ShareExtension/Sources/View/ShareExtensionView.swift b/ShareExtension/Sources/View/ShareExtensionView.swift index b0dfc9972..bba84646a 100644 --- a/ShareExtension/Sources/View/ShareExtensionView.swift +++ b/ShareExtension/Sources/View/ShareExtensionView.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenCoordinator.swift b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenCoordinator.swift index 82c8a8e14..2ac4e3469 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenCoordinator.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenCoordinator.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2025 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenModels.swift b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenModels.swift index 45395a56a..9fbf3aeb4 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenModels.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenModels.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2025 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModel.swift b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModel.swift index 24006dd52..d25009c01 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModel.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModel.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2025 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModelProtocol.swift b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModelProtocol.swift index 7fecb9297..6d7fb05fe 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModelProtocol.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/TemplateScreenViewModelProtocol.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2025 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/View/TemplateScreen.swift b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/View/TemplateScreen.swift index cc2354369..6b6058129 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/ElementX/View/TemplateScreen.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/ElementX/View/TemplateScreen.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2025 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit/TemplateScreenViewModelTests.swift b/Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit/TemplateScreenViewModelTests.swift index ef6f28a1d..cdb7d3ffd 100644 --- a/Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit/TemplateScreenViewModelTests.swift +++ b/Tools/Scripts/Templates/SimpleScreenExample/Tests/Unit/TemplateScreenViewModelTests.swift @@ -1,5 +1,5 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. // // SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial // Please see LICENSE files in the repository root for full details. diff --git a/UITests/Sources/AppLockSetupTests.swift b/UITests/Sources/AppLockSetupTests.swift index d90941b00..ce73c7c6b 100644 --- a/UITests/Sources/AppLockSetupTests.swift +++ b/UITests/Sources/AppLockSetupTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/AppLockTests.swift b/UITests/Sources/AppLockTests.swift index f8e103276..295e6ca21 100644 --- a/UITests/Sources/AppLockTests.swift +++ b/UITests/Sources/AppLockTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/Application.swift b/UITests/Sources/Application.swift index 7192a3095..4aa099b18 100644 --- a/UITests/Sources/Application.swift +++ b/UITests/Sources/Application.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/AuthenticationFlowCoordinatorTests.swift b/UITests/Sources/AuthenticationFlowCoordinatorTests.swift index efad14bcd..8358d20cf 100644 --- a/UITests/Sources/AuthenticationFlowCoordinatorTests.swift +++ b/UITests/Sources/AuthenticationFlowCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/BugReportTests.swift b/UITests/Sources/BugReportTests.swift index 1a9ad79a3..f79419965 100644 --- a/UITests/Sources/BugReportTests.swift +++ b/UITests/Sources/BugReportTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/CreateRoomScreenTests.swift b/UITests/Sources/CreateRoomScreenTests.swift index 96c959c6e..7c186400a 100644 --- a/UITests/Sources/CreateRoomScreenTests.swift +++ b/UITests/Sources/CreateRoomScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/EncryptionResetTests.swift b/UITests/Sources/EncryptionResetTests.swift index 5f42427e6..a02dc84fb 100644 --- a/UITests/Sources/EncryptionResetTests.swift +++ b/UITests/Sources/EncryptionResetTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/EncryptionSettingsTests.swift b/UITests/Sources/EncryptionSettingsTests.swift index ce70159fc..b2e2a8278 100644 --- a/UITests/Sources/EncryptionSettingsTests.swift +++ b/UITests/Sources/EncryptionSettingsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/PollFormScreenTests.swift b/UITests/Sources/PollFormScreenTests.swift index 9d0290a82..42361bc0c 100644 --- a/UITests/Sources/PollFormScreenTests.swift +++ b/UITests/Sources/PollFormScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/RoomMembersListScreenTests.swift b/UITests/Sources/RoomMembersListScreenTests.swift index 2fdb6aba1..a2795202f 100644 --- a/UITests/Sources/RoomMembersListScreenTests.swift +++ b/UITests/Sources/RoomMembersListScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/RoomRolesAndPermissionsTests.swift b/UITests/Sources/RoomRolesAndPermissionsTests.swift index 32eec7fc0..896d1d5e6 100644 --- a/UITests/Sources/RoomRolesAndPermissionsTests.swift +++ b/UITests/Sources/RoomRolesAndPermissionsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/RoomScreenTests.swift b/UITests/Sources/RoomScreenTests.swift index c29306441..6d1a72725 100644 --- a/UITests/Sources/RoomScreenTests.swift +++ b/UITests/Sources/RoomScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/ServerSelectionTests.swift b/UITests/Sources/ServerSelectionTests.swift index 24a3adb59..0dcf04193 100644 --- a/UITests/Sources/ServerSelectionTests.swift +++ b/UITests/Sources/ServerSelectionTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/SessionVerificationTests.swift b/UITests/Sources/SessionVerificationTests.swift index dae55daec..362fbad20 100644 --- a/UITests/Sources/SessionVerificationTests.swift +++ b/UITests/Sources/SessionVerificationTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/StartChatScreenTests.swift b/UITests/Sources/StartChatScreenTests.swift index c707079f7..ddf8f3002 100644 --- a/UITests/Sources/StartChatScreenTests.swift +++ b/UITests/Sources/StartChatScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UITests/Sources/UserSessionScreenTests.swift b/UITests/Sources/UserSessionScreenTests.swift index 0aac44953..5e1e3bbe0 100644 --- a/UITests/Sources/UserSessionScreenTests.swift +++ b/UITests/Sources/UserSessionScreenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AVMetadataMachineReadableCodeObjectExtensionsTest.swift b/UnitTests/Sources/AVMetadataMachineReadableCodeObjectExtensionsTest.swift index f5955a189..fec5163ee 100644 --- a/UnitTests/Sources/AVMetadataMachineReadableCodeObjectExtensionsTest.swift +++ b/UnitTests/Sources/AVMetadataMachineReadableCodeObjectExtensionsTest.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AnalyticsSettingsScreenViewModelTests.swift b/UnitTests/Sources/AnalyticsSettingsScreenViewModelTests.swift index a9b9e8ba7..3f14c2cbc 100644 --- a/UnitTests/Sources/AnalyticsSettingsScreenViewModelTests.swift +++ b/UnitTests/Sources/AnalyticsSettingsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AnalyticsTests.swift b/UnitTests/Sources/AnalyticsTests.swift index 9d78706e3..dcbe58c56 100644 --- a/UnitTests/Sources/AnalyticsTests.swift +++ b/UnitTests/Sources/AnalyticsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockScreenViewModelTests.swift b/UnitTests/Sources/AppLock/AppLockScreenViewModelTests.swift index 213f58e8c..7b03cba7b 100644 --- a/UnitTests/Sources/AppLock/AppLockScreenViewModelTests.swift +++ b/UnitTests/Sources/AppLock/AppLockScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockServiceTests.swift b/UnitTests/Sources/AppLock/AppLockServiceTests.swift index 9363177c4..617911027 100644 --- a/UnitTests/Sources/AppLock/AppLockServiceTests.swift +++ b/UnitTests/Sources/AppLock/AppLockServiceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockSettingsScreenViewModelTests.swift b/UnitTests/Sources/AppLock/AppLockSettingsScreenViewModelTests.swift index a66939dac..3dfc014f0 100644 --- a/UnitTests/Sources/AppLock/AppLockSettingsScreenViewModelTests.swift +++ b/UnitTests/Sources/AppLock/AppLockSettingsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockSetupBiometricsScreenViewModelTests.swift b/UnitTests/Sources/AppLock/AppLockSetupBiometricsScreenViewModelTests.swift index d8c1ceb29..196927fac 100644 --- a/UnitTests/Sources/AppLock/AppLockSetupBiometricsScreenViewModelTests.swift +++ b/UnitTests/Sources/AppLock/AppLockSetupBiometricsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockSetupPINScreenViewModelTests.swift b/UnitTests/Sources/AppLock/AppLockSetupPINScreenViewModelTests.swift index 8e77ccf40..ce898ffeb 100644 --- a/UnitTests/Sources/AppLock/AppLockSetupPINScreenViewModelTests.swift +++ b/UnitTests/Sources/AppLock/AppLockSetupPINScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/AppLockTimerTests.swift b/UnitTests/Sources/AppLock/AppLockTimerTests.swift index 7f2e53b87..350db1e94 100644 --- a/UnitTests/Sources/AppLock/AppLockTimerTests.swift +++ b/UnitTests/Sources/AppLock/AppLockTimerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppLock/PINTextFieldTests.swift b/UnitTests/Sources/AppLock/PINTextFieldTests.swift index 7ac96d2a3..d1701db21 100644 --- a/UnitTests/Sources/AppLock/PINTextFieldTests.swift +++ b/UnitTests/Sources/AppLock/PINTextFieldTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AppRouteURLParserTests.swift b/UnitTests/Sources/AppRouteURLParserTests.swift index 041e03b87..fe074b092 100644 --- a/UnitTests/Sources/AppRouteURLParserTests.swift +++ b/UnitTests/Sources/AppRouteURLParserTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ArrayTests.swift b/UnitTests/Sources/ArrayTests.swift index a0aaf62b2..1a259dad3 100644 --- a/UnitTests/Sources/ArrayTests.swift +++ b/UnitTests/Sources/ArrayTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AttributedStringBuilderTests.swift b/UnitTests/Sources/AttributedStringBuilderTests.swift index 93a50320e..64eaf1a0e 100644 --- a/UnitTests/Sources/AttributedStringBuilderTests.swift +++ b/UnitTests/Sources/AttributedStringBuilderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AttributedStringTests.swift b/UnitTests/Sources/AttributedStringTests.swift index 3e67a10fe..d9bb9a0a4 100644 --- a/UnitTests/Sources/AttributedStringTests.swift +++ b/UnitTests/Sources/AttributedStringTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AudioPlayerStateTests.swift b/UnitTests/Sources/AudioPlayerStateTests.swift index ac3cbc7ef..f479d70ab 100644 --- a/UnitTests/Sources/AudioPlayerStateTests.swift +++ b/UnitTests/Sources/AudioPlayerStateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AudioRecorderStateTests.swift b/UnitTests/Sources/AudioRecorderStateTests.swift index 2b3d1aa6c..a4da7ca92 100644 --- a/UnitTests/Sources/AudioRecorderStateTests.swift +++ b/UnitTests/Sources/AudioRecorderStateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AudioRecorderTests.swift b/UnitTests/Sources/AudioRecorderTests.swift index 9abcdf3f1..a8e61cf74 100644 --- a/UnitTests/Sources/AudioRecorderTests.swift +++ b/UnitTests/Sources/AudioRecorderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AuthenticationServiceTests.swift b/UnitTests/Sources/AuthenticationServiceTests.swift index a1413d4d3..33399081f 100644 --- a/UnitTests/Sources/AuthenticationServiceTests.swift +++ b/UnitTests/Sources/AuthenticationServiceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/AuthenticationStartScreenViewModelTests.swift b/UnitTests/Sources/AuthenticationStartScreenViewModelTests.swift index 4954b91a4..8a3021e51 100644 --- a/UnitTests/Sources/AuthenticationStartScreenViewModelTests.swift +++ b/UnitTests/Sources/AuthenticationStartScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/BlockedUsersScreenViewModelTests.swift b/UnitTests/Sources/BlockedUsersScreenViewModelTests.swift index 291a17863..ce71052d9 100644 --- a/UnitTests/Sources/BlockedUsersScreenViewModelTests.swift +++ b/UnitTests/Sources/BlockedUsersScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/BugReportScreenViewModelTests.swift b/UnitTests/Sources/BugReportScreenViewModelTests.swift index b72a2ec9b..d86d4e0a8 100644 --- a/UnitTests/Sources/BugReportScreenViewModelTests.swift +++ b/UnitTests/Sources/BugReportScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/BugReportServiceTests.swift b/UnitTests/Sources/BugReportServiceTests.swift index 32f5ec8ea..59b8b23de 100644 --- a/UnitTests/Sources/BugReportServiceTests.swift +++ b/UnitTests/Sources/BugReportServiceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/CallScreenViewModelTests.swift b/UnitTests/Sources/CallScreenViewModelTests.swift index e006fad09..1616bbc10 100644 --- a/UnitTests/Sources/CallScreenViewModelTests.swift +++ b/UnitTests/Sources/CallScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ChatsFlowCoordinatorTests.swift b/UnitTests/Sources/ChatsFlowCoordinatorTests.swift index df38d72f6..b8dd60773 100644 --- a/UnitTests/Sources/ChatsFlowCoordinatorTests.swift +++ b/UnitTests/Sources/ChatsFlowCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/CompletionSuggestionServiceTests.swift b/UnitTests/Sources/CompletionSuggestionServiceTests.swift index 3bc23c855..f83b371fd 100644 --- a/UnitTests/Sources/CompletionSuggestionServiceTests.swift +++ b/UnitTests/Sources/CompletionSuggestionServiceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ComposerToolbarViewModelTests.swift b/UnitTests/Sources/ComposerToolbarViewModelTests.swift index cecc4cafe..d81de03d3 100644 --- a/UnitTests/Sources/ComposerToolbarViewModelTests.swift +++ b/UnitTests/Sources/ComposerToolbarViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/CreateRoomViewModelTests.swift b/UnitTests/Sources/CreateRoomViewModelTests.swift index a26ad55c9..4867c41c0 100644 --- a/UnitTests/Sources/CreateRoomViewModelTests.swift +++ b/UnitTests/Sources/CreateRoomViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/DateTests.swift b/UnitTests/Sources/DateTests.swift index af7d9dcb9..7e666cee4 100644 --- a/UnitTests/Sources/DateTests.swift +++ b/UnitTests/Sources/DateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/DeactivateAccountScreenViewModelTests.swift b/UnitTests/Sources/DeactivateAccountScreenViewModelTests.swift index 606b7ebed..00a43f6c1 100644 --- a/UnitTests/Sources/DeactivateAccountScreenViewModelTests.swift +++ b/UnitTests/Sources/DeactivateAccountScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/DeclineAndBlockScreenViewModelTests.swift b/UnitTests/Sources/DeclineAndBlockScreenViewModelTests.swift index 260298419..0126da994 100644 --- a/UnitTests/Sources/DeclineAndBlockScreenViewModelTests.swift +++ b/UnitTests/Sources/DeclineAndBlockScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/DeferredFulfillmentTests.swift b/UnitTests/Sources/DeferredFulfillmentTests.swift index c1394614e..e8edfaf9c 100644 --- a/UnitTests/Sources/DeferredFulfillmentTests.swift +++ b/UnitTests/Sources/DeferredFulfillmentTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/DeveloperOptionsScreenViewModelTests.swift b/UnitTests/Sources/DeveloperOptionsScreenViewModelTests.swift index adf7890d6..5757e871b 100644 --- a/UnitTests/Sources/DeveloperOptionsScreenViewModelTests.swift +++ b/UnitTests/Sources/DeveloperOptionsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/EditRoomAddressScreenViewModelTests.swift b/UnitTests/Sources/EditRoomAddressScreenViewModelTests.swift index 133ed37db..3eaaa6c31 100644 --- a/UnitTests/Sources/EditRoomAddressScreenViewModelTests.swift +++ b/UnitTests/Sources/EditRoomAddressScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/UnitTests/Sources/EmojiPickerScreenViewModelTests.swift b/UnitTests/Sources/EmojiPickerScreenViewModelTests.swift index f2dd7680e..c1b0e21c0 100644 --- a/UnitTests/Sources/EmojiPickerScreenViewModelTests.swift +++ b/UnitTests/Sources/EmojiPickerScreenViewModelTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/EmojiProviderTests.swift b/UnitTests/Sources/EmojiProviderTests.swift index d9788587d..546b50bf9 100644 --- a/UnitTests/Sources/EmojiProviderTests.swift +++ b/UnitTests/Sources/EmojiProviderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ExpiringTaskRunnerTests.swift b/UnitTests/Sources/ExpiringTaskRunnerTests.swift index 284ae618a..2fb1bfd48 100644 --- a/UnitTests/Sources/ExpiringTaskRunnerTests.swift +++ b/UnitTests/Sources/ExpiringTaskRunnerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/GeoURITests.swift b/UnitTests/Sources/GeoURITests.swift index 22dd38c6d..1653e7b1d 100644 --- a/UnitTests/Sources/GeoURITests.swift +++ b/UnitTests/Sources/GeoURITests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/GlobalSearchScreenViewModelTests.swift b/UnitTests/Sources/GlobalSearchScreenViewModelTests.swift index 148ff2543..aa6652c13 100644 --- a/UnitTests/Sources/GlobalSearchScreenViewModelTests.swift +++ b/UnitTests/Sources/GlobalSearchScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/HomeScreenRoomTests.swift b/UnitTests/Sources/HomeScreenRoomTests.swift index 648ae2844..6e2c25bb1 100644 --- a/UnitTests/Sources/HomeScreenRoomTests.swift +++ b/UnitTests/Sources/HomeScreenRoomTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/HomeScreenViewModelTests.swift b/UnitTests/Sources/HomeScreenViewModelTests.swift index 445394966..a1fd21162 100644 --- a/UnitTests/Sources/HomeScreenViewModelTests.swift +++ b/UnitTests/Sources/HomeScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/InviteUsersViewModelTests.swift b/UnitTests/Sources/InviteUsersViewModelTests.swift index e961c838a..a4cafd552 100644 --- a/UnitTests/Sources/InviteUsersViewModelTests.swift +++ b/UnitTests/Sources/InviteUsersViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/JoinRoomScreenViewModelTests.swift b/UnitTests/Sources/JoinRoomScreenViewModelTests.swift index 1b6a67ebd..39de9c936 100644 --- a/UnitTests/Sources/JoinRoomScreenViewModelTests.swift +++ b/UnitTests/Sources/JoinRoomScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/KeychainControllerTests.swift b/UnitTests/Sources/KeychainControllerTests.swift index 628567796..037877d23 100644 --- a/UnitTests/Sources/KeychainControllerTests.swift +++ b/UnitTests/Sources/KeychainControllerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/KnockRequestsListScreenViewModelTests.swift b/UnitTests/Sources/KnockRequestsListScreenViewModelTests.swift index 1aedacc49..480b9793d 100644 --- a/UnitTests/Sources/KnockRequestsListScreenViewModelTests.swift +++ b/UnitTests/Sources/KnockRequestsListScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LayoutTests/CollapsibleFlowLayoutTests.swift b/UnitTests/Sources/LayoutTests/CollapsibleFlowLayoutTests.swift index 3a06df010..3844e90bd 100644 --- a/UnitTests/Sources/LayoutTests/CollapsibleFlowLayoutTests.swift +++ b/UnitTests/Sources/LayoutTests/CollapsibleFlowLayoutTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LayoutTests/LayoutMocks.swift b/UnitTests/Sources/LayoutTests/LayoutMocks.swift index b6a3ecb9c..fdfb8d29c 100644 --- a/UnitTests/Sources/LayoutTests/LayoutMocks.swift +++ b/UnitTests/Sources/LayoutTests/LayoutMocks.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LegalInformationScreenViewModelTests.swift b/UnitTests/Sources/LegalInformationScreenViewModelTests.swift index f20f43688..1a8aa46b0 100644 --- a/UnitTests/Sources/LegalInformationScreenViewModelTests.swift +++ b/UnitTests/Sources/LegalInformationScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LocalizationTests.swift b/UnitTests/Sources/LocalizationTests.swift index a727fcd48..ad41bc0bf 100644 --- a/UnitTests/Sources/LocalizationTests.swift +++ b/UnitTests/Sources/LocalizationTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LoggingTests.swift b/UnitTests/Sources/LoggingTests.swift index c4a4003a9..6da1b5b99 100644 --- a/UnitTests/Sources/LoggingTests.swift +++ b/UnitTests/Sources/LoggingTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/LoginScreenViewModelTests.swift b/UnitTests/Sources/LoginScreenViewModelTests.swift index 776cdbb05..ebb3c1f9a 100644 --- a/UnitTests/Sources/LoginScreenViewModelTests.swift +++ b/UnitTests/Sources/LoginScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ManageRoomMemberSheetViewModelTests.swift b/UnitTests/Sources/ManageRoomMemberSheetViewModelTests.swift index ee14d978e..fd310a0af 100644 --- a/UnitTests/Sources/ManageRoomMemberSheetViewModelTests.swift +++ b/UnitTests/Sources/ManageRoomMemberSheetViewModelTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MapTilerURLBuilderTests.swift b/UnitTests/Sources/MapTilerURLBuilderTests.swift index 146459135..deb9a05b1 100644 --- a/UnitTests/Sources/MapTilerURLBuilderTests.swift +++ b/UnitTests/Sources/MapTilerURLBuilderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MatrixEntityRegexTests.swift b/UnitTests/Sources/MatrixEntityRegexTests.swift index 6486d4a83..710b700a9 100644 --- a/UnitTests/Sources/MatrixEntityRegexTests.swift +++ b/UnitTests/Sources/MatrixEntityRegexTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MediaPlayerProviderTests.swift b/UnitTests/Sources/MediaPlayerProviderTests.swift index 9fc50106d..01e12c3d9 100644 --- a/UnitTests/Sources/MediaPlayerProviderTests.swift +++ b/UnitTests/Sources/MediaPlayerProviderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift b/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift index 34f3f87e4..08bb9904a 100644 --- a/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift +++ b/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MediaProvider/MediaProviderTests.swift b/UnitTests/Sources/MediaProvider/MediaProviderTests.swift index 5f832f1a7..a502e24df 100644 --- a/UnitTests/Sources/MediaProvider/MediaProviderTests.swift +++ b/UnitTests/Sources/MediaProvider/MediaProviderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MediaProvider/MockImageCache.swift b/UnitTests/Sources/MediaProvider/MockImageCache.swift index 33b699b55..7b339fca7 100644 --- a/UnitTests/Sources/MediaProvider/MockImageCache.swift +++ b/UnitTests/Sources/MediaProvider/MockImageCache.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // @testable import ElementX diff --git a/UnitTests/Sources/MediaUploadPreviewScreenViewModelTests.swift b/UnitTests/Sources/MediaUploadPreviewScreenViewModelTests.swift index 633eaf6fc..54aed5571 100644 --- a/UnitTests/Sources/MediaUploadPreviewScreenViewModelTests.swift +++ b/UnitTests/Sources/MediaUploadPreviewScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MediaUploadingPreprocessorTests.swift b/UnitTests/Sources/MediaUploadingPreprocessorTests.swift index 008eab1fd..1cd18e7b4 100644 --- a/UnitTests/Sources/MediaUploadingPreprocessorTests.swift +++ b/UnitTests/Sources/MediaUploadingPreprocessorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/MessageForwardingScreenViewModelTests.swift b/UnitTests/Sources/MessageForwardingScreenViewModelTests.swift index b0b67f9d6..fc15b9980 100644 --- a/UnitTests/Sources/MessageForwardingScreenViewModelTests.swift +++ b/UnitTests/Sources/MessageForwardingScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NavigationRootCoordinatorTests.swift b/UnitTests/Sources/NavigationRootCoordinatorTests.swift index e6e7de794..ab83b372f 100644 --- a/UnitTests/Sources/NavigationRootCoordinatorTests.swift +++ b/UnitTests/Sources/NavigationRootCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NavigationSplitCoordinatorTests.swift b/UnitTests/Sources/NavigationSplitCoordinatorTests.swift index 64deb4b2e..43c15b14a 100644 --- a/UnitTests/Sources/NavigationSplitCoordinatorTests.swift +++ b/UnitTests/Sources/NavigationSplitCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NavigationStackCoordinatorTests.swift b/UnitTests/Sources/NavigationStackCoordinatorTests.swift index f1127a885..194c2fba8 100644 --- a/UnitTests/Sources/NavigationStackCoordinatorTests.swift +++ b/UnitTests/Sources/NavigationStackCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NavigationTabCoordinatorTests.swift b/UnitTests/Sources/NavigationTabCoordinatorTests.swift index dbfb61ed9..4dc3416ca 100644 --- a/UnitTests/Sources/NavigationTabCoordinatorTests.swift +++ b/UnitTests/Sources/NavigationTabCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationManager/MockCoder.swift b/UnitTests/Sources/NotificationManager/MockCoder.swift index 966f2dd0d..c6a993732 100644 --- a/UnitTests/Sources/NotificationManager/MockCoder.swift +++ b/UnitTests/Sources/NotificationManager/MockCoder.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift b/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift index b564b6d17..a6313eb55 100644 --- a/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift +++ b/UnitTests/Sources/NotificationManager/NotificationManagerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationManager/UNNotification+Creator.swift b/UnitTests/Sources/NotificationManager/UNNotification+Creator.swift index 4acbe2484..eadfe3e29 100644 --- a/UnitTests/Sources/NotificationManager/UNNotification+Creator.swift +++ b/UnitTests/Sources/NotificationManager/UNNotification+Creator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationManager/UNTextInputNotificationResponse+Creator.swift b/UnitTests/Sources/NotificationManager/UNTextInputNotificationResponse+Creator.swift index ae374684a..e5ba5be6c 100644 --- a/UnitTests/Sources/NotificationManager/UNTextInputNotificationResponse+Creator.swift +++ b/UnitTests/Sources/NotificationManager/UNTextInputNotificationResponse+Creator.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationSettingsEditScreenViewModelTests.swift b/UnitTests/Sources/NotificationSettingsEditScreenViewModelTests.swift index f841460a8..d7e61738b 100644 --- a/UnitTests/Sources/NotificationSettingsEditScreenViewModelTests.swift +++ b/UnitTests/Sources/NotificationSettingsEditScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/NotificationSettingsScreenViewModelTests.swift b/UnitTests/Sources/NotificationSettingsScreenViewModelTests.swift index d032a9aa3..9ade62ebb 100644 --- a/UnitTests/Sources/NotificationSettingsScreenViewModelTests.swift +++ b/UnitTests/Sources/NotificationSettingsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/PermalinkTests.swift b/UnitTests/Sources/PermalinkTests.swift index bf538c223..0d3ac2118 100644 --- a/UnitTests/Sources/PermalinkTests.swift +++ b/UnitTests/Sources/PermalinkTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/PillContextTests.swift b/UnitTests/Sources/PillContextTests.swift index 994970086..13630270b 100644 --- a/UnitTests/Sources/PillContextTests.swift +++ b/UnitTests/Sources/PillContextTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/PinnedEventsBannerStateTests.swift b/UnitTests/Sources/PinnedEventsBannerStateTests.swift index 08abb8194..1f13cc82b 100644 --- a/UnitTests/Sources/PinnedEventsBannerStateTests.swift +++ b/UnitTests/Sources/PinnedEventsBannerStateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/PollFormScreenViewModelTests.swift b/UnitTests/Sources/PollFormScreenViewModelTests.swift index e2ac84eb5..497498730 100644 --- a/UnitTests/Sources/PollFormScreenViewModelTests.swift +++ b/UnitTests/Sources/PollFormScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/QRCodeLoginScreenViewModelTests.swift b/UnitTests/Sources/QRCodeLoginScreenViewModelTests.swift index 440a26f2c..0a43bb917 100644 --- a/UnitTests/Sources/QRCodeLoginScreenViewModelTests.swift +++ b/UnitTests/Sources/QRCodeLoginScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RemotePreferenceTests.swift b/UnitTests/Sources/RemotePreferenceTests.swift index 291fb2bf3..2674d8464 100644 --- a/UnitTests/Sources/RemotePreferenceTests.swift +++ b/UnitTests/Sources/RemotePreferenceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ReportContentScreenViewModelTests.swift b/UnitTests/Sources/ReportContentScreenViewModelTests.swift index 47b83f2de..6a815ce7d 100644 --- a/UnitTests/Sources/ReportContentScreenViewModelTests.swift +++ b/UnitTests/Sources/ReportContentScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ReportRoomScreenViewModelTests.swift b/UnitTests/Sources/ReportRoomScreenViewModelTests.swift index 937f0ba37..633723a5f 100644 --- a/UnitTests/Sources/ReportRoomScreenViewModelTests.swift +++ b/UnitTests/Sources/ReportRoomScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ResolveVerifiedUserSendFailureScreenViewModelTests.swift b/UnitTests/Sources/ResolveVerifiedUserSendFailureScreenViewModelTests.swift index 1b6713f74..d483d3b46 100644 --- a/UnitTests/Sources/ResolveVerifiedUserSendFailureScreenViewModelTests.swift +++ b/UnitTests/Sources/ResolveVerifiedUserSendFailureScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RestorationTokenTests.swift b/UnitTests/Sources/RestorationTokenTests.swift index 03d7ad968..03b082fed 100644 --- a/UnitTests/Sources/RestorationTokenTests.swift +++ b/UnitTests/Sources/RestorationTokenTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomChangePermissionsScreenViewModelTests.swift b/UnitTests/Sources/RoomChangePermissionsScreenViewModelTests.swift index 2d7aeae6e..7d101b411 100644 --- a/UnitTests/Sources/RoomChangePermissionsScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomChangePermissionsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomChangeRolesScreenViewModelTests.swift b/UnitTests/Sources/RoomChangeRolesScreenViewModelTests.swift index bd09fc429..7e4d5a4d1 100644 --- a/UnitTests/Sources/RoomChangeRolesScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomChangeRolesScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomDetailsEditScreenViewModelTests.swift b/UnitTests/Sources/RoomDetailsEditScreenViewModelTests.swift index 9c807fc96..52c2bfcce 100644 --- a/UnitTests/Sources/RoomDetailsEditScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomDetailsEditScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomDetailsScreenViewModelTests.swift b/UnitTests/Sources/RoomDetailsScreenViewModelTests.swift index 2b099ecd3..a8cef5427 100644 --- a/UnitTests/Sources/RoomDetailsScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomDetailsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomDirectorySearchScreenScreenViewModelTests.swift b/UnitTests/Sources/RoomDirectorySearchScreenScreenViewModelTests.swift index b74029d36..371128ae5 100644 --- a/UnitTests/Sources/RoomDirectorySearchScreenScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomDirectorySearchScreenScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomEventStringBuilderTests.swift b/UnitTests/Sources/RoomEventStringBuilderTests.swift index ec38e06b8..ba22963e6 100644 --- a/UnitTests/Sources/RoomEventStringBuilderTests.swift +++ b/UnitTests/Sources/RoomEventStringBuilderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomFlowCoordinatorTests.swift b/UnitTests/Sources/RoomFlowCoordinatorTests.swift index 8e781fe6f..c55e4ae94 100644 --- a/UnitTests/Sources/RoomFlowCoordinatorTests.swift +++ b/UnitTests/Sources/RoomFlowCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomListFiltersStateTests.swift b/UnitTests/Sources/RoomListFiltersStateTests.swift index 71a79a422..3eaa58362 100644 --- a/UnitTests/Sources/RoomListFiltersStateTests.swift +++ b/UnitTests/Sources/RoomListFiltersStateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomMemberDetailsViewModelTests.swift b/UnitTests/Sources/RoomMemberDetailsViewModelTests.swift index bfdc3c53f..33e74e985 100644 --- a/UnitTests/Sources/RoomMemberDetailsViewModelTests.swift +++ b/UnitTests/Sources/RoomMemberDetailsViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomMembersListScreenViewModelTests.swift b/UnitTests/Sources/RoomMembersListScreenViewModelTests.swift index 5800fa8bf..14911a481 100644 --- a/UnitTests/Sources/RoomMembersListScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomMembersListScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomNotificationSettingsScreenViewModelTests.swift b/UnitTests/Sources/RoomNotificationSettingsScreenViewModelTests.swift index 3e2ccf08b..a866a4a50 100644 --- a/UnitTests/Sources/RoomNotificationSettingsScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomNotificationSettingsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomPermissionsTests.swift b/UnitTests/Sources/RoomPermissionsTests.swift index eed58f552..fc503b3c5 100644 --- a/UnitTests/Sources/RoomPermissionsTests.swift +++ b/UnitTests/Sources/RoomPermissionsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomPollsHistoryScreenViewModelTests.swift b/UnitTests/Sources/RoomPollsHistoryScreenViewModelTests.swift index b468dc1f1..3f253c7e1 100644 --- a/UnitTests/Sources/RoomPollsHistoryScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomPollsHistoryScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomRolesAndPermissionsScreenViewModelTests.swift b/UnitTests/Sources/RoomRolesAndPermissionsScreenViewModelTests.swift index f9681935e..1b5c34bfc 100644 --- a/UnitTests/Sources/RoomRolesAndPermissionsScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomRolesAndPermissionsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomScreenViewModelTests.swift b/UnitTests/Sources/RoomScreenViewModelTests.swift index 6c5e5cbf1..9d5caa7a4 100644 --- a/UnitTests/Sources/RoomScreenViewModelTests.swift +++ b/UnitTests/Sources/RoomScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomStateEventStringBuilderTests.swift b/UnitTests/Sources/RoomStateEventStringBuilderTests.swift index 34ebd2eff..a6178adc2 100644 --- a/UnitTests/Sources/RoomStateEventStringBuilderTests.swift +++ b/UnitTests/Sources/RoomStateEventStringBuilderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomSummaryProviderTests.swift b/UnitTests/Sources/RoomSummaryProviderTests.swift index b96ce9916..01e69ddab 100644 --- a/UnitTests/Sources/RoomSummaryProviderTests.swift +++ b/UnitTests/Sources/RoomSummaryProviderTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomSummaryTests.swift b/UnitTests/Sources/RoomSummaryTests.swift index 6f7f43766..2957f3765 100644 --- a/UnitTests/Sources/RoomSummaryTests.swift +++ b/UnitTests/Sources/RoomSummaryTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/RoomTests.swift b/UnitTests/Sources/RoomTests.swift index f544e4961..3b905df92 100644 --- a/UnitTests/Sources/RoomTests.swift +++ b/UnitTests/Sources/RoomTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SecureBackupKeyBackupScreenViewModelTests.swift b/UnitTests/Sources/SecureBackupKeyBackupScreenViewModelTests.swift index 5cfe3945a..3eedd1f1c 100644 --- a/UnitTests/Sources/SecureBackupKeyBackupScreenViewModelTests.swift +++ b/UnitTests/Sources/SecureBackupKeyBackupScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SecureBackupLogoutConfirmationScreenViewModelTests.swift b/UnitTests/Sources/SecureBackupLogoutConfirmationScreenViewModelTests.swift index aa1f91d80..4fc10ccec 100644 --- a/UnitTests/Sources/SecureBackupLogoutConfirmationScreenViewModelTests.swift +++ b/UnitTests/Sources/SecureBackupLogoutConfirmationScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SecureBackupRecoveryKeyScreenViewModelTests.swift b/UnitTests/Sources/SecureBackupRecoveryKeyScreenViewModelTests.swift index 6e6d176ec..2c488119a 100644 --- a/UnitTests/Sources/SecureBackupRecoveryKeyScreenViewModelTests.swift +++ b/UnitTests/Sources/SecureBackupRecoveryKeyScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SecureBackupScreenViewModelTests.swift b/UnitTests/Sources/SecureBackupScreenViewModelTests.swift index b4df42a39..c952dd6f0 100644 --- a/UnitTests/Sources/SecureBackupScreenViewModelTests.swift +++ b/UnitTests/Sources/SecureBackupScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SecurityAndPrivacyScreenViewModelTests.swift b/UnitTests/Sources/SecurityAndPrivacyScreenViewModelTests.swift index dc9519448..3801136cb 100644 --- a/UnitTests/Sources/SecurityAndPrivacyScreenViewModelTests.swift +++ b/UnitTests/Sources/SecurityAndPrivacyScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ServerConfigurationScreenViewStateTests.swift b/UnitTests/Sources/ServerConfigurationScreenViewStateTests.swift index 66fc72874..2f8e857d4 100644 --- a/UnitTests/Sources/ServerConfigurationScreenViewStateTests.swift +++ b/UnitTests/Sources/ServerConfigurationScreenViewStateTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ServerConfirmationScreenViewModelTests.swift b/UnitTests/Sources/ServerConfirmationScreenViewModelTests.swift index bf3f9016c..3ee1bea2a 100644 --- a/UnitTests/Sources/ServerConfirmationScreenViewModelTests.swift +++ b/UnitTests/Sources/ServerConfirmationScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/ServerSelectionScreenViewModelTests.swift b/UnitTests/Sources/ServerSelectionScreenViewModelTests.swift index 4298e7ccd..bb16d9b5a 100644 --- a/UnitTests/Sources/ServerSelectionScreenViewModelTests.swift +++ b/UnitTests/Sources/ServerSelectionScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SessionDirectoriesTests.swift b/UnitTests/Sources/SessionDirectoriesTests.swift index 706cd7b3d..c153cba8e 100644 --- a/UnitTests/Sources/SessionDirectoriesTests.swift +++ b/UnitTests/Sources/SessionDirectoriesTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SessionVerificationStateMachineTests.swift b/UnitTests/Sources/SessionVerificationStateMachineTests.swift index c8b9ef159..37e755e34 100644 --- a/UnitTests/Sources/SessionVerificationStateMachineTests.swift +++ b/UnitTests/Sources/SessionVerificationStateMachineTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SessionVerificationViewModelTests.swift b/UnitTests/Sources/SessionVerificationViewModelTests.swift index 149c77232..56f8f6bbc 100644 --- a/UnitTests/Sources/SessionVerificationViewModelTests.swift +++ b/UnitTests/Sources/SessionVerificationViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SettingsScreenViewModelTests.swift b/UnitTests/Sources/SettingsScreenViewModelTests.swift index 480ce3374..83acbc556 100644 --- a/UnitTests/Sources/SettingsScreenViewModelTests.swift +++ b/UnitTests/Sources/SettingsScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SoftLogoutScreenViewModelTests.swift b/UnitTests/Sources/SoftLogoutScreenViewModelTests.swift index 9f3998a30..62ea26ad7 100644 --- a/UnitTests/Sources/SoftLogoutScreenViewModelTests.swift +++ b/UnitTests/Sources/SoftLogoutScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SpaceListScreenViewModelTests.swift b/UnitTests/Sources/SpaceListScreenViewModelTests.swift index 77816b30c..e6fc8ddae 100644 --- a/UnitTests/Sources/SpaceListScreenViewModelTests.swift +++ b/UnitTests/Sources/SpaceListScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/SpaceScreenViewModelTests.swift b/UnitTests/Sources/SpaceScreenViewModelTests.swift index dadd2d5b2..8a2d3c888 100644 --- a/UnitTests/Sources/SpaceScreenViewModelTests.swift +++ b/UnitTests/Sources/SpaceScreenViewModelTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/StartChatViewModelTests.swift b/UnitTests/Sources/StartChatViewModelTests.swift index da2162858..2b14b860f 100644 --- a/UnitTests/Sources/StartChatViewModelTests.swift +++ b/UnitTests/Sources/StartChatViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/StaticLocationScreenViewModelTests.swift b/UnitTests/Sources/StaticLocationScreenViewModelTests.swift index b5551a11d..0efa34dd2 100644 --- a/UnitTests/Sources/StaticLocationScreenViewModelTests.swift +++ b/UnitTests/Sources/StaticLocationScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/StringTests.swift b/UnitTests/Sources/StringTests.swift index c09e9ddf6..eb4cb5a89 100644 --- a/UnitTests/Sources/StringTests.swift +++ b/UnitTests/Sources/StringTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/TextBasedRoomTimelineTests.swift b/UnitTests/Sources/TextBasedRoomTimelineTests.swift index ab132bbfa..fa0c4570a 100644 --- a/UnitTests/Sources/TextBasedRoomTimelineTests.swift +++ b/UnitTests/Sources/TextBasedRoomTimelineTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/TimelineItemFactoryTests.swift b/UnitTests/Sources/TimelineItemFactoryTests.swift index 210b0da55..df4738635 100644 --- a/UnitTests/Sources/TimelineItemFactoryTests.swift +++ b/UnitTests/Sources/TimelineItemFactoryTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/TimelineMediaPreviewDataSourceTests.swift b/UnitTests/Sources/TimelineMediaPreviewDataSourceTests.swift index 27278abcb..4a4889896 100644 --- a/UnitTests/Sources/TimelineMediaPreviewDataSourceTests.swift +++ b/UnitTests/Sources/TimelineMediaPreviewDataSourceTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/TimelineMediaPreviewViewModelTests.swift b/UnitTests/Sources/TimelineMediaPreviewViewModelTests.swift index 0958198a7..67ff50019 100644 --- a/UnitTests/Sources/TimelineMediaPreviewViewModelTests.swift +++ b/UnitTests/Sources/TimelineMediaPreviewViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/TimelineViewModelTests.swift b/UnitTests/Sources/TimelineViewModelTests.swift index 36c2a2941..e5ceb90fa 100644 --- a/UnitTests/Sources/TimelineViewModelTests.swift +++ b/UnitTests/Sources/TimelineViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/URLComponentsTests.swift b/UnitTests/Sources/URLComponentsTests.swift index b2aa0435c..929d93f91 100644 --- a/UnitTests/Sources/URLComponentsTests.swift +++ b/UnitTests/Sources/URLComponentsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/URLTests.swift b/UnitTests/Sources/URLTests.swift index b7a6004c4..e175f88b7 100644 --- a/UnitTests/Sources/URLTests.swift +++ b/UnitTests/Sources/URLTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserAgentBuilderTests.swift b/UnitTests/Sources/UserAgentBuilderTests.swift index 23dac6785..e23c5e3c5 100644 --- a/UnitTests/Sources/UserAgentBuilderTests.swift +++ b/UnitTests/Sources/UserAgentBuilderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserDiscoveryService/UserDiscoveryServiceTest.swift b/UnitTests/Sources/UserDiscoveryService/UserDiscoveryServiceTest.swift index b6de4d7e3..198d32bae 100644 --- a/UnitTests/Sources/UserDiscoveryService/UserDiscoveryServiceTest.swift +++ b/UnitTests/Sources/UserDiscoveryService/UserDiscoveryServiceTest.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserIndicatorControllerTests.swift b/UnitTests/Sources/UserIndicatorControllerTests.swift index 9c3ddc727..054e2ab34 100644 --- a/UnitTests/Sources/UserIndicatorControllerTests.swift +++ b/UnitTests/Sources/UserIndicatorControllerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserPreferenceTests.swift b/UnitTests/Sources/UserPreferenceTests.swift index 11582875d..60c928115 100644 --- a/UnitTests/Sources/UserPreferenceTests.swift +++ b/UnitTests/Sources/UserPreferenceTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserProfileScreenViewModelTests.swift b/UnitTests/Sources/UserProfileScreenViewModelTests.swift index afd76b760..772fb3027 100644 --- a/UnitTests/Sources/UserProfileScreenViewModelTests.swift +++ b/UnitTests/Sources/UserProfileScreenViewModelTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/UserSession/UserSessionTests.swift b/UnitTests/Sources/UserSession/UserSessionTests.swift index 663b93cf9..d3269b516 100644 --- a/UnitTests/Sources/UserSession/UserSessionTests.swift +++ b/UnitTests/Sources/UserSession/UserSessionTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // import Combine diff --git a/UnitTests/Sources/UserSessionFlowCoordinatorTests.swift b/UnitTests/Sources/UserSessionFlowCoordinatorTests.swift index 448ae67f3..2b9d79f76 100644 --- a/UnitTests/Sources/UserSessionFlowCoordinatorTests.swift +++ b/UnitTests/Sources/UserSessionFlowCoordinatorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/VoiceMessageCacheTests.swift b/UnitTests/Sources/VoiceMessageCacheTests.swift index 4d53f2323..6599d9784 100644 --- a/UnitTests/Sources/VoiceMessageCacheTests.swift +++ b/UnitTests/Sources/VoiceMessageCacheTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/VoiceMessageMediaManagerTests.swift b/UnitTests/Sources/VoiceMessageMediaManagerTests.swift index 5690f549c..db5d34500 100644 --- a/UnitTests/Sources/VoiceMessageMediaManagerTests.swift +++ b/UnitTests/Sources/VoiceMessageMediaManagerTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/UnitTests/Sources/VoiceMessageRecorderTests.swift b/UnitTests/Sources/VoiceMessageRecorderTests.swift index efa7eed53..d6e653a11 100644 --- a/UnitTests/Sources/VoiceMessageRecorderTests.swift +++ b/UnitTests/Sources/VoiceMessageRecorderTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist b/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist index bffbfdc99..93069277a 100644 --- a/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist +++ b/compound-ios/.swiftpm/xcode/xcshareddata/IDETemplateMacros.plist @@ -4,10 +4,10 @@ FILEHEADER -// Copyright ___YEAR___ New Vector Ltd +// Copyright ___YEAR___ Element Creations Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only -// Please see LICENSE in the repository root for full details. +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. +// Please see LICENSE files in the repository root for full details. // \ No newline at end of file diff --git a/compound-ios/Inspector/Sources/Components/ButtonsScreen.swift b/compound-ios/Inspector/Sources/Components/ButtonsScreen.swift index 34f426625..09826e508 100644 --- a/compound-ios/Inspector/Sources/Components/ButtonsScreen.swift +++ b/compound-ios/Inspector/Sources/Components/ButtonsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Components/ListScreen.swift b/compound-ios/Inspector/Sources/Components/ListScreen.swift index e64206ebd..c677ccdd8 100644 --- a/compound-ios/Inspector/Sources/Components/ListScreen.swift +++ b/compound-ios/Inspector/Sources/Components/ListScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Components/TextFieldsScreen.swift b/compound-ios/Inspector/Sources/Components/TextFieldsScreen.swift index 4162cfea9..af71eafff 100644 --- a/compound-ios/Inspector/Sources/Components/TextFieldsScreen.swift +++ b/compound-ios/Inspector/Sources/Components/TextFieldsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/CompoundInspectorApp.swift b/compound-ios/Inspector/Sources/CompoundInspectorApp.swift index 82473eb68..ba83f49ff 100644 --- a/compound-ios/Inspector/Sources/CompoundInspectorApp.swift +++ b/compound-ios/Inspector/Sources/CompoundInspectorApp.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Screen.swift b/compound-ios/Inspector/Sources/Screen.swift index 760559c11..c20b8b878 100644 --- a/compound-ios/Inspector/Sources/Screen.swift +++ b/compound-ios/Inspector/Sources/Screen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/ScreenContent.swift b/compound-ios/Inspector/Sources/ScreenContent.swift index ae86c5f53..8a50d1130 100644 --- a/compound-ios/Inspector/Sources/ScreenContent.swift +++ b/compound-ios/Inspector/Sources/ScreenContent.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/SidebarList.swift b/compound-ios/Inspector/Sources/SidebarList.swift index 60a508d71..1c3a50e91 100644 --- a/compound-ios/Inspector/Sources/SidebarList.swift +++ b/compound-ios/Inspector/Sources/SidebarList.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/System Components/ActionSheetScreen.swift b/compound-ios/Inspector/Sources/System Components/ActionSheetScreen.swift index 18cd0dc9c..0fe6c48b0 100644 --- a/compound-ios/Inspector/Sources/System Components/ActionSheetScreen.swift +++ b/compound-ios/Inspector/Sources/System Components/ActionSheetScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/System Components/AlertScreen.swift b/compound-ios/Inspector/Sources/System Components/AlertScreen.swift index 0747eed73..f7aa7af6e 100644 --- a/compound-ios/Inspector/Sources/System Components/AlertScreen.swift +++ b/compound-ios/Inspector/Sources/System Components/AlertScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/System Components/ContextMenuScreen.swift b/compound-ios/Inspector/Sources/System Components/ContextMenuScreen.swift index 16b1cbd08..af08ed44d 100644 --- a/compound-ios/Inspector/Sources/System Components/ContextMenuScreen.swift +++ b/compound-ios/Inspector/Sources/System Components/ContextMenuScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/System Components/NavigationBarScreen.swift b/compound-ios/Inspector/Sources/System Components/NavigationBarScreen.swift index c49ca6ae7..9b41d0eca 100644 --- a/compound-ios/Inspector/Sources/System Components/NavigationBarScreen.swift +++ b/compound-ios/Inspector/Sources/System Components/NavigationBarScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/System Components/ShareSheetScreen.swift b/compound-ios/Inspector/Sources/System Components/ShareSheetScreen.swift index 58edaed00..4a5a34fba 100644 --- a/compound-ios/Inspector/Sources/System Components/ShareSheetScreen.swift +++ b/compound-ios/Inspector/Sources/System Components/ShareSheetScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Tokens/AllCases.swift b/compound-ios/Inspector/Sources/Tokens/AllCases.swift index 2582e2859..2913067a0 100644 --- a/compound-ios/Inspector/Sources/Tokens/AllCases.swift +++ b/compound-ios/Inspector/Sources/Tokens/AllCases.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Tokens/ColorsScreen.swift b/compound-ios/Inspector/Sources/Tokens/ColorsScreen.swift index 2004f175a..ad5a9ad30 100644 --- a/compound-ios/Inspector/Sources/Tokens/ColorsScreen.swift +++ b/compound-ios/Inspector/Sources/Tokens/ColorsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Tokens/FontsScreen.swift b/compound-ios/Inspector/Sources/Tokens/FontsScreen.swift index 94743ce91..ccfb4a99b 100644 --- a/compound-ios/Inspector/Sources/Tokens/FontsScreen.swift +++ b/compound-ios/Inspector/Sources/Tokens/FontsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Tokens/GradientsScreen.swift b/compound-ios/Inspector/Sources/Tokens/GradientsScreen.swift index 17729a4e5..f61c5bba9 100644 --- a/compound-ios/Inspector/Sources/Tokens/GradientsScreen.swift +++ b/compound-ios/Inspector/Sources/Tokens/GradientsScreen.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Inspector/Sources/Tokens/IconsScreen.swift b/compound-ios/Inspector/Sources/Tokens/IconsScreen.swift index 4d00b37f9..73f92330e 100644 --- a/compound-ios/Inspector/Sources/Tokens/IconsScreen.swift +++ b/compound-ios/Inspector/Sources/Tokens/IconsScreen.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/BaseStyles/CompoundButtonStyle.swift b/compound-ios/Sources/Compound/BaseStyles/CompoundButtonStyle.swift index d3868cae5..680cb3645 100644 --- a/compound-ios/Sources/Compound/BaseStyles/CompoundButtonStyle.swift +++ b/compound-ios/Sources/Compound/BaseStyles/CompoundButtonStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/BaseStyles/CompoundTextFieldStyles.swift b/compound-ios/Sources/Compound/BaseStyles/CompoundTextFieldStyles.swift index 694a35164..2b09d7067 100644 --- a/compound-ios/Sources/Compound/BaseStyles/CompoundTextFieldStyles.swift +++ b/compound-ios/Sources/Compound/BaseStyles/CompoundTextFieldStyles.swift @@ -1,7 +1,7 @@ // -// Copyright 2022-2024 New Vector Ltd. +// Copyright 2022-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/BaseStyles/CompoundToggleStyle.swift b/compound-ios/Sources/Compound/BaseStyles/CompoundToggleStyle.swift index 40283d0fc..51ae12684 100644 --- a/compound-ios/Sources/Compound/BaseStyles/CompoundToggleStyle.swift +++ b/compound-ios/Sources/Compound/BaseStyles/CompoundToggleStyle.swift @@ -1,7 +1,7 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Colors/CompoundColors.swift b/compound-ios/Sources/Compound/Colors/CompoundColors.swift index 83795ab14..5881ae4fb 100644 --- a/compound-ios/Sources/Compound/Colors/CompoundColors.swift +++ b/compound-ios/Sources/Compound/Colors/CompoundColors.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Colors/CompoundGradients.swift b/compound-ios/Sources/Compound/Colors/CompoundGradients.swift index d51cd08aa..6a4da9e44 100644 --- a/compound-ios/Sources/Compound/Colors/CompoundGradients.swift +++ b/compound-ios/Sources/Compound/Colors/CompoundGradients.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Colors/CompoundUIColors.swift b/compound-ios/Sources/Compound/Colors/CompoundUIColors.swift index 0b5487761..3635812a8 100644 --- a/compound-ios/Sources/Compound/Colors/CompoundUIColors.swift +++ b/compound-ios/Sources/Compound/Colors/CompoundUIColors.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Extensions/PlatformVersionPredicate.swift b/compound-ios/Sources/Compound/Extensions/PlatformVersionPredicate.swift index 91b0b0dec..52c436f67 100644 --- a/compound-ios/Sources/Compound/Extensions/PlatformVersionPredicate.swift +++ b/compound-ios/Sources/Compound/Extensions/PlatformVersionPredicate.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Fonts/CompoundFonts.swift b/compound-ios/Sources/Compound/Fonts/CompoundFonts.swift index 442d7357b..486d21ee4 100644 --- a/compound-ios/Sources/Compound/Fonts/CompoundFonts.swift +++ b/compound-ios/Sources/Compound/Fonts/CompoundFonts.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Layout/ScaledFrameModifier.swift b/compound-ios/Sources/Compound/Layout/ScaledFrameModifier.swift index e0ba03847..445605ad8 100644 --- a/compound-ios/Sources/Compound/Layout/ScaledFrameModifier.swift +++ b/compound-ios/Sources/Compound/Layout/ScaledFrameModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Layout/ScaledOffsetModifier.swift b/compound-ios/Sources/Compound/Layout/ScaledOffsetModifier.swift index de5efcba4..fcdb1540d 100644 --- a/compound-ios/Sources/Compound/Layout/ScaledOffsetModifier.swift +++ b/compound-ios/Sources/Compound/Layout/ScaledOffsetModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Layout/ScaledPaddingModifier.swift b/compound-ios/Sources/Compound/Layout/ScaledPaddingModifier.swift index 272a9b7bc..880455391 100644 --- a/compound-ios/Sources/Compound/Layout/ScaledPaddingModifier.swift +++ b/compound-ios/Sources/Compound/Layout/ScaledPaddingModifier.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListInlinePicker.swift b/compound-ios/Sources/Compound/List/ListInlinePicker.swift index 01bc4430a..bddb5b763 100644 --- a/compound-ios/Sources/Compound/List/ListInlinePicker.swift +++ b/compound-ios/Sources/Compound/List/ListInlinePicker.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRow.swift b/compound-ios/Sources/Compound/List/ListRow.swift index 177a01a94..b61d532bf 100644 --- a/compound-ios/Sources/Compound/List/ListRow.swift +++ b/compound-ios/Sources/Compound/List/ListRow.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRowAccessory.swift b/compound-ios/Sources/Compound/List/ListRowAccessory.swift index a2c764e87..f19da99a6 100644 --- a/compound-ios/Sources/Compound/List/ListRowAccessory.swift +++ b/compound-ios/Sources/Compound/List/ListRowAccessory.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRowButtonStyle.swift b/compound-ios/Sources/Compound/List/ListRowButtonStyle.swift index b7dd16154..c2b640d66 100644 --- a/compound-ios/Sources/Compound/List/ListRowButtonStyle.swift +++ b/compound-ios/Sources/Compound/List/ListRowButtonStyle.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRowDetails.swift b/compound-ios/Sources/Compound/List/ListRowDetails.swift index 9acb5f527..5caf5b2cd 100644 --- a/compound-ios/Sources/Compound/List/ListRowDetails.swift +++ b/compound-ios/Sources/Compound/List/ListRowDetails.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRowLabel.swift b/compound-ios/Sources/Compound/List/ListRowLabel.swift index 7621de5d6..cd331ebe8 100644 --- a/compound-ios/Sources/Compound/List/ListRowLabel.swift +++ b/compound-ios/Sources/Compound/List/ListRowLabel.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListRowTrailingSection.swift b/compound-ios/Sources/Compound/List/ListRowTrailingSection.swift index cc5995664..0440cd008 100644 --- a/compound-ios/Sources/Compound/List/ListRowTrailingSection.swift +++ b/compound-ios/Sources/Compound/List/ListRowTrailingSection.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/List/ListStyles.swift b/compound-ios/Sources/Compound/List/ListStyles.swift index adc986bbd..13476352d 100644 --- a/compound-ios/Sources/Compound/List/ListStyles.swift +++ b/compound-ios/Sources/Compound/List/ListStyles.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Previews/Snapshotting.swift b/compound-ios/Sources/Compound/Previews/Snapshotting.swift index e529e87f2..eb468af54 100644 --- a/compound-ios/Sources/Compound/Previews/Snapshotting.swift +++ b/compound-ios/Sources/Compound/Previews/Snapshotting.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/compound-ios/Sources/Compound/Previews/TestablePreview.swift b/compound-ios/Sources/Compound/Previews/TestablePreview.swift index b75eda8df..91617caca 100644 --- a/compound-ios/Sources/Compound/Previews/TestablePreview.swift +++ b/compound-ios/Sources/Compound/Previews/TestablePreview.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. // diff --git a/compound-ios/Tests/CompoundTests/AvatarColorsTests.swift b/compound-ios/Tests/CompoundTests/AvatarColorsTests.swift index 59bd2315c..aca77d558 100644 --- a/compound-ios/Tests/CompoundTests/AvatarColorsTests.swift +++ b/compound-ios/Tests/CompoundTests/AvatarColorsTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Tests/CompoundTests/FontSizeTests.swift b/compound-ios/Tests/CompoundTests/FontSizeTests.swift index 4630d9a85..6e93ccd32 100644 --- a/compound-ios/Tests/CompoundTests/FontSizeTests.swift +++ b/compound-ios/Tests/CompoundTests/FontSizeTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2023, 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2023-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Tests/CompoundTests/OverrideColorTests.swift b/compound-ios/Tests/CompoundTests/OverrideColorTests.swift index 0659145ce..fe82ef02c 100644 --- a/compound-ios/Tests/CompoundTests/OverrideColorTests.swift +++ b/compound-ios/Tests/CompoundTests/OverrideColorTests.swift @@ -1,7 +1,8 @@ // -// Copyright 2024 New Vector Ltd. +// Copyright 2025 Element Creations Ltd. +// Copyright 2024-2025 New Vector Ltd. // -// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE files in the repository root for full details. // diff --git a/compound-ios/Tests/CompoundTests/PreviewTests.swift b/compound-ios/Tests/CompoundTests/PreviewTests.swift index 2bace0d67..6b736ce74 100644 --- a/compound-ios/Tests/CompoundTests/PreviewTests.swift +++ b/compound-ios/Tests/CompoundTests/PreviewTests.swift @@ -1,7 +1,8 @@ // +// Copyright 2025 Element Creations Ltd. // Copyright 2025 New Vector Ltd // -// SPDX-License-Identifier: AGPL-3.0-only +// SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial. // Please see LICENSE in the repository root for full details. //