diff --git a/README.md b/README.md index 3f184cc..5174a41 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ composer cs:check ## License -This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later). See the [LICENSE](LICENSE) file for details. +This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-only). See the [LICENSE](LICENSE) file for details. ## Author diff --git a/lib/ArrayObjectCollection.php b/lib/ArrayObjectCollection.php index e4f0b83..0706d9c 100644 --- a/lib/ArrayObjectCollection.php +++ b/lib/ArrayObjectCollection.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient; diff --git a/lib/Authentication/Basic.php b/lib/Authentication/Basic.php index 2d30493..b1bf782 100644 --- a/lib/Authentication/Basic.php +++ b/lib/Authentication/Basic.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/Bearer.php b/lib/Authentication/Bearer.php index 4b5c687..b163e23 100644 --- a/lib/Authentication/Bearer.php +++ b/lib/Authentication/Bearer.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/Cookie.php b/lib/Authentication/Cookie.php index 35c6978..2c943cd 100644 --- a/lib/Authentication/Cookie.php +++ b/lib/Authentication/Cookie.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/Custom.php b/lib/Authentication/Custom.php index 8f15f47..1bc936c 100644 --- a/lib/Authentication/Custom.php +++ b/lib/Authentication/Custom.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthentication.php b/lib/Authentication/IAuthentication.php index 6f5a339..9ebf271 100644 --- a/lib/Authentication/IAuthentication.php +++ b/lib/Authentication/IAuthentication.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationBasic.php b/lib/Authentication/IAuthenticationBasic.php index 01b8b94..996da57 100644 --- a/lib/Authentication/IAuthenticationBasic.php +++ b/lib/Authentication/IAuthenticationBasic.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationBearer.php b/lib/Authentication/IAuthenticationBearer.php index 56f96e8..8d7bd65 100644 --- a/lib/Authentication/IAuthenticationBearer.php +++ b/lib/Authentication/IAuthenticationBearer.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationCookie.php b/lib/Authentication/IAuthenticationCookie.php index f9b5f3b..2a6beaf 100644 --- a/lib/Authentication/IAuthenticationCookie.php +++ b/lib/Authentication/IAuthenticationCookie.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationCustom.php b/lib/Authentication/IAuthenticationCustom.php index 607830f..29efcae 100644 --- a/lib/Authentication/IAuthenticationCustom.php +++ b/lib/Authentication/IAuthenticationCustom.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationJsonBasic.php b/lib/Authentication/IAuthenticationJsonBasic.php index 9ef7f6b..6e06e69 100644 --- a/lib/Authentication/IAuthenticationJsonBasic.php +++ b/lib/Authentication/IAuthenticationJsonBasic.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/IAuthenticationJsonBasicCookie.php b/lib/Authentication/IAuthenticationJsonBasicCookie.php index f2deef4..07a1787 100644 --- a/lib/Authentication/IAuthenticationJsonBasicCookie.php +++ b/lib/Authentication/IAuthenticationJsonBasicCookie.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/JsonBasic.php b/lib/Authentication/JsonBasic.php index d2c7a53..5c57605 100644 --- a/lib/Authentication/JsonBasic.php +++ b/lib/Authentication/JsonBasic.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/JsonBasicCookie.php b/lib/Authentication/JsonBasicCookie.php index 6f42abf..fd83faa 100644 --- a/lib/Authentication/JsonBasicCookie.php +++ b/lib/Authentication/JsonBasicCookie.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Authentication/None.php b/lib/Authentication/None.php index 05063e6..fb3131c 100644 --- a/lib/Authentication/None.php +++ b/lib/Authentication/None.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Authentication; diff --git a/lib/Client.php b/lib/Client.php index fb9e1ae..59c5aa5 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2023 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient; diff --git a/lib/Exceptions/InvalidParameterTypeException.php b/lib/Exceptions/InvalidParameterTypeException.php index 5768c8e..9f276a5 100644 --- a/lib/Exceptions/InvalidParameterTypeException.php +++ b/lib/Exceptions/InvalidParameterTypeException.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Exceptions; diff --git a/lib/Requests/Blob/BlobGet.php b/lib/Requests/Blob/BlobGet.php index 7b64b25..ad4e1c5 100644 --- a/lib/Requests/Blob/BlobGet.php +++ b/lib/Requests/Blob/BlobGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Blob; diff --git a/lib/Requests/Blob/BlobParameters.php b/lib/Requests/Blob/BlobParameters.php index c305395..503b365 100644 --- a/lib/Requests/Blob/BlobParameters.php +++ b/lib/Requests/Blob/BlobParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Blob; diff --git a/lib/Requests/Blob/BlobSet.php b/lib/Requests/Blob/BlobSet.php index b0cc0b2..278a2ca 100644 --- a/lib/Requests/Blob/BlobSet.php +++ b/lib/Requests/Blob/BlobSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Blob; diff --git a/lib/Requests/Calendar/CalendarChanges.php b/lib/Requests/Calendar/CalendarChanges.php index ef019c8..8bd7c65 100644 --- a/lib/Requests/Calendar/CalendarChanges.php +++ b/lib/Requests/Calendar/CalendarChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/CalendarGet.php b/lib/Requests/Calendar/CalendarGet.php index 3f4ddfb..9c6474e 100644 --- a/lib/Requests/Calendar/CalendarGet.php +++ b/lib/Requests/Calendar/CalendarGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/CalendarParameters.php b/lib/Requests/Calendar/CalendarParameters.php index 9141d6e..c3ccbde 100644 --- a/lib/Requests/Calendar/CalendarParameters.php +++ b/lib/Requests/Calendar/CalendarParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/CalendarPermissions.php b/lib/Requests/Calendar/CalendarPermissions.php index 397bc15..f234c71 100644 --- a/lib/Requests/Calendar/CalendarPermissions.php +++ b/lib/Requests/Calendar/CalendarPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/CalendarSet.php b/lib/Requests/Calendar/CalendarSet.php index bfaf9a2..95d323a 100644 --- a/lib/Requests/Calendar/CalendarSet.php +++ b/lib/Requests/Calendar/CalendarSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventChanges.php b/lib/Requests/Calendar/EventChanges.php index 5bf2dad..0282421 100644 --- a/lib/Requests/Calendar/EventChanges.php +++ b/lib/Requests/Calendar/EventChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventCommonParameters.php b/lib/Requests/Calendar/EventCommonParameters.php index 3c5e49a..94741f5 100644 --- a/lib/Requests/Calendar/EventCommonParameters.php +++ b/lib/Requests/Calendar/EventCommonParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventFilter.php b/lib/Requests/Calendar/EventFilter.php index 9636f0b..d2462e7 100644 --- a/lib/Requests/Calendar/EventFilter.php +++ b/lib/Requests/Calendar/EventFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventGet.php b/lib/Requests/Calendar/EventGet.php index 217101d..8177da7 100644 --- a/lib/Requests/Calendar/EventGet.php +++ b/lib/Requests/Calendar/EventGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventMutationParameters.php b/lib/Requests/Calendar/EventMutationParameters.php index 9fefe92..fbb030d 100644 --- a/lib/Requests/Calendar/EventMutationParameters.php +++ b/lib/Requests/Calendar/EventMutationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventNotificationParameters.php b/lib/Requests/Calendar/EventNotificationParameters.php index bd5a034..fb29871 100644 --- a/lib/Requests/Calendar/EventNotificationParameters.php +++ b/lib/Requests/Calendar/EventNotificationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventNotificationTriggerAbsoluteParameters.php b/lib/Requests/Calendar/EventNotificationTriggerAbsoluteParameters.php index 2851edb..70f82a6 100644 --- a/lib/Requests/Calendar/EventNotificationTriggerAbsoluteParameters.php +++ b/lib/Requests/Calendar/EventNotificationTriggerAbsoluteParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventNotificationTriggerRelativeParameters.php b/lib/Requests/Calendar/EventNotificationTriggerRelativeParameters.php index 2e25258..431254b 100644 --- a/lib/Requests/Calendar/EventNotificationTriggerRelativeParameters.php +++ b/lib/Requests/Calendar/EventNotificationTriggerRelativeParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventNotificationTriggerUnknownParameters.php b/lib/Requests/Calendar/EventNotificationTriggerUnknownParameters.php index 304732e..ca834fd 100644 --- a/lib/Requests/Calendar/EventNotificationTriggerUnknownParameters.php +++ b/lib/Requests/Calendar/EventNotificationTriggerUnknownParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParameters.php b/lib/Requests/Calendar/EventParameters.php index 1bf1903..5aaf7f5 100644 --- a/lib/Requests/Calendar/EventParameters.php +++ b/lib/Requests/Calendar/EventParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParticipantIdentityChanges.php b/lib/Requests/Calendar/EventParticipantIdentityChanges.php index 2bd2708..eb74726 100644 --- a/lib/Requests/Calendar/EventParticipantIdentityChanges.php +++ b/lib/Requests/Calendar/EventParticipantIdentityChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParticipantIdentityGet.php b/lib/Requests/Calendar/EventParticipantIdentityGet.php index 10ce3b5..0396b79 100644 --- a/lib/Requests/Calendar/EventParticipantIdentityGet.php +++ b/lib/Requests/Calendar/EventParticipantIdentityGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParticipantIdentityParameters.php b/lib/Requests/Calendar/EventParticipantIdentityParameters.php index 1228aea..d48342e 100644 --- a/lib/Requests/Calendar/EventParticipantIdentityParameters.php +++ b/lib/Requests/Calendar/EventParticipantIdentityParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParticipantIdentitySet.php b/lib/Requests/Calendar/EventParticipantIdentitySet.php index 6958d91..fe27e86 100644 --- a/lib/Requests/Calendar/EventParticipantIdentitySet.php +++ b/lib/Requests/Calendar/EventParticipantIdentitySet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventParticipantParameters.php b/lib/Requests/Calendar/EventParticipantParameters.php index 0a4d9c2..0a2058c 100644 --- a/lib/Requests/Calendar/EventParticipantParameters.php +++ b/lib/Requests/Calendar/EventParticipantParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventPhysicalLocationParameters.php b/lib/Requests/Calendar/EventPhysicalLocationParameters.php index 64edd64..f63de94 100644 --- a/lib/Requests/Calendar/EventPhysicalLocationParameters.php +++ b/lib/Requests/Calendar/EventPhysicalLocationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventQuery.php b/lib/Requests/Calendar/EventQuery.php index bb8fa8a..e148dd5 100644 --- a/lib/Requests/Calendar/EventQuery.php +++ b/lib/Requests/Calendar/EventQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventQueryChanges.php b/lib/Requests/Calendar/EventQueryChanges.php index 60ecb2b..318a1ed 100644 --- a/lib/Requests/Calendar/EventQueryChanges.php +++ b/lib/Requests/Calendar/EventQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventRecurrenceDayParameters.php b/lib/Requests/Calendar/EventRecurrenceDayParameters.php index 78eff1d..e600e10 100644 --- a/lib/Requests/Calendar/EventRecurrenceDayParameters.php +++ b/lib/Requests/Calendar/EventRecurrenceDayParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventRecurrenceRuleParameters.php b/lib/Requests/Calendar/EventRecurrenceRuleParameters.php index 14150bf..38b8368 100644 --- a/lib/Requests/Calendar/EventRecurrenceRuleParameters.php +++ b/lib/Requests/Calendar/EventRecurrenceRuleParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventSet.php b/lib/Requests/Calendar/EventSet.php index 333687c..497311f 100644 --- a/lib/Requests/Calendar/EventSet.php +++ b/lib/Requests/Calendar/EventSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventSort.php b/lib/Requests/Calendar/EventSort.php index 1e0ce70..5f6cb50 100644 --- a/lib/Requests/Calendar/EventSort.php +++ b/lib/Requests/Calendar/EventSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Calendar/EventVirtualLocationParameters.php b/lib/Requests/Calendar/EventVirtualLocationParameters.php index a50834f..240853f 100644 --- a/lib/Requests/Calendar/EventVirtualLocationParameters.php +++ b/lib/Requests/Calendar/EventVirtualLocationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Calendar; diff --git a/lib/Requests/Contacts/AddressBookChanges.php b/lib/Requests/Contacts/AddressBookChanges.php index 6712f0d..bfcbf01 100644 --- a/lib/Requests/Contacts/AddressBookChanges.php +++ b/lib/Requests/Contacts/AddressBookChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/AddressBookGet.php b/lib/Requests/Contacts/AddressBookGet.php index 979352a..b651e5a 100644 --- a/lib/Requests/Contacts/AddressBookGet.php +++ b/lib/Requests/Contacts/AddressBookGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/AddressBookParameters.php b/lib/Requests/Contacts/AddressBookParameters.php index 65c61ac..6f8772e 100644 --- a/lib/Requests/Contacts/AddressBookParameters.php +++ b/lib/Requests/Contacts/AddressBookParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/AddressBookPermissions.php b/lib/Requests/Contacts/AddressBookPermissions.php index 6c97259..68b2f08 100644 --- a/lib/Requests/Contacts/AddressBookPermissions.php +++ b/lib/Requests/Contacts/AddressBookPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/AddressBookSet.php b/lib/Requests/Contacts/AddressBookSet.php index 533c542..3dd766e 100644 --- a/lib/Requests/Contacts/AddressBookSet.php +++ b/lib/Requests/Contacts/AddressBookSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactAddressParameters.php b/lib/Requests/Contacts/ContactAddressParameters.php index 1b42eab..2323e17 100644 --- a/lib/Requests/Contacts/ContactAddressParameters.php +++ b/lib/Requests/Contacts/ContactAddressParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactAliasParameters.php b/lib/Requests/Contacts/ContactAliasParameters.php index a1d7416..e6e8a97 100644 --- a/lib/Requests/Contacts/ContactAliasParameters.php +++ b/lib/Requests/Contacts/ContactAliasParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactAnniversaryParameters.php b/lib/Requests/Contacts/ContactAnniversaryParameters.php index f53ac3d..0f5a279 100644 --- a/lib/Requests/Contacts/ContactAnniversaryParameters.php +++ b/lib/Requests/Contacts/ContactAnniversaryParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactChanges.php b/lib/Requests/Contacts/ContactChanges.php index e856864..38d0fad 100644 --- a/lib/Requests/Contacts/ContactChanges.php +++ b/lib/Requests/Contacts/ContactChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactComponentParameters.php b/lib/Requests/Contacts/ContactComponentParameters.php index 677ef26..e073056 100644 --- a/lib/Requests/Contacts/ContactComponentParameters.php +++ b/lib/Requests/Contacts/ContactComponentParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactCryptoParameters.php b/lib/Requests/Contacts/ContactCryptoParameters.php index e40364a..3135ed3 100644 --- a/lib/Requests/Contacts/ContactCryptoParameters.php +++ b/lib/Requests/Contacts/ContactCryptoParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactDatePartialParameters.php b/lib/Requests/Contacts/ContactDatePartialParameters.php index deade7e..aaf595d 100644 --- a/lib/Requests/Contacts/ContactDatePartialParameters.php +++ b/lib/Requests/Contacts/ContactDatePartialParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactDateStampParameters.php b/lib/Requests/Contacts/ContactDateStampParameters.php index 627e763..cd1207f 100644 --- a/lib/Requests/Contacts/ContactDateStampParameters.php +++ b/lib/Requests/Contacts/ContactDateStampParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactDirectoryParameters.php b/lib/Requests/Contacts/ContactDirectoryParameters.php index 1ee9c27..e56316d 100644 --- a/lib/Requests/Contacts/ContactDirectoryParameters.php +++ b/lib/Requests/Contacts/ContactDirectoryParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactEmailParameters.php b/lib/Requests/Contacts/ContactEmailParameters.php index 157cc99..b8160a8 100644 --- a/lib/Requests/Contacts/ContactEmailParameters.php +++ b/lib/Requests/Contacts/ContactEmailParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactFilter.php b/lib/Requests/Contacts/ContactFilter.php index 2f96316..0bd3569 100644 --- a/lib/Requests/Contacts/ContactFilter.php +++ b/lib/Requests/Contacts/ContactFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactGet.php b/lib/Requests/Contacts/ContactGet.php index 74060c9..2628e2b 100644 --- a/lib/Requests/Contacts/ContactGet.php +++ b/lib/Requests/Contacts/ContactGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactLinkParameters.php b/lib/Requests/Contacts/ContactLinkParameters.php index d897f1f..40943ab 100644 --- a/lib/Requests/Contacts/ContactLinkParameters.php +++ b/lib/Requests/Contacts/ContactLinkParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactMediaParameters.php b/lib/Requests/Contacts/ContactMediaParameters.php index b98b749..da7ea9d 100644 --- a/lib/Requests/Contacts/ContactMediaParameters.php +++ b/lib/Requests/Contacts/ContactMediaParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactNameParameters.php b/lib/Requests/Contacts/ContactNameParameters.php index b6f019f..8f6f575 100644 --- a/lib/Requests/Contacts/ContactNameParameters.php +++ b/lib/Requests/Contacts/ContactNameParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactNoteAuthorParameters.php b/lib/Requests/Contacts/ContactNoteAuthorParameters.php index b11180f..aa52fcf 100644 --- a/lib/Requests/Contacts/ContactNoteAuthorParameters.php +++ b/lib/Requests/Contacts/ContactNoteAuthorParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactNoteParameters.php b/lib/Requests/Contacts/ContactNoteParameters.php index 4e02dfd..2ec8092 100644 --- a/lib/Requests/Contacts/ContactNoteParameters.php +++ b/lib/Requests/Contacts/ContactNoteParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactOrganizationParameters.php b/lib/Requests/Contacts/ContactOrganizationParameters.php index 6053672..80f46e1 100644 --- a/lib/Requests/Contacts/ContactOrganizationParameters.php +++ b/lib/Requests/Contacts/ContactOrganizationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactOrganizationUnitParameters.php b/lib/Requests/Contacts/ContactOrganizationUnitParameters.php index 3868d60..dd719cd 100644 --- a/lib/Requests/Contacts/ContactOrganizationUnitParameters.php +++ b/lib/Requests/Contacts/ContactOrganizationUnitParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactParameters.php b/lib/Requests/Contacts/ContactParameters.php index 3da0c79..00e2f03 100644 --- a/lib/Requests/Contacts/ContactParameters.php +++ b/lib/Requests/Contacts/ContactParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactPhoneParameters.php b/lib/Requests/Contacts/ContactPhoneParameters.php index c86debc..236acae 100644 --- a/lib/Requests/Contacts/ContactPhoneParameters.php +++ b/lib/Requests/Contacts/ContactPhoneParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactPronounsParameters.php b/lib/Requests/Contacts/ContactPronounsParameters.php index e5c9dff..d364e89 100644 --- a/lib/Requests/Contacts/ContactPronounsParameters.php +++ b/lib/Requests/Contacts/ContactPronounsParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactQuery.php b/lib/Requests/Contacts/ContactQuery.php index b4b682e..7026a0c 100644 --- a/lib/Requests/Contacts/ContactQuery.php +++ b/lib/Requests/Contacts/ContactQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactQueryChanges.php b/lib/Requests/Contacts/ContactQueryChanges.php index fb5a403..82d1852 100644 --- a/lib/Requests/Contacts/ContactQueryChanges.php +++ b/lib/Requests/Contacts/ContactQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactRelationParameters.php b/lib/Requests/Contacts/ContactRelationParameters.php index aa5637e..403fb66 100644 --- a/lib/Requests/Contacts/ContactRelationParameters.php +++ b/lib/Requests/Contacts/ContactRelationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactResourceParameters.php b/lib/Requests/Contacts/ContactResourceParameters.php index c041b6c..4cb5716 100644 --- a/lib/Requests/Contacts/ContactResourceParameters.php +++ b/lib/Requests/Contacts/ContactResourceParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactSet.php b/lib/Requests/Contacts/ContactSet.php index da624ab..b1a3e71 100644 --- a/lib/Requests/Contacts/ContactSet.php +++ b/lib/Requests/Contacts/ContactSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactSort.php b/lib/Requests/Contacts/ContactSort.php index c25162e..8788a74 100644 --- a/lib/Requests/Contacts/ContactSort.php +++ b/lib/Requests/Contacts/ContactSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactSpeakToAsParameters.php b/lib/Requests/Contacts/ContactSpeakToAsParameters.php index d9ea14e..3e54653 100644 --- a/lib/Requests/Contacts/ContactSpeakToAsParameters.php +++ b/lib/Requests/Contacts/ContactSpeakToAsParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Contacts/ContactTitleParameters.php b/lib/Requests/Contacts/ContactTitleParameters.php index 22a2d43..c171c11 100644 --- a/lib/Requests/Contacts/ContactTitleParameters.php +++ b/lib/Requests/Contacts/ContactTitleParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Contacts; diff --git a/lib/Requests/Core/SubscriptionGet.php b/lib/Requests/Core/SubscriptionGet.php index 68f053e..d60f353 100644 --- a/lib/Requests/Core/SubscriptionGet.php +++ b/lib/Requests/Core/SubscriptionGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Core; diff --git a/lib/Requests/Core/SubscriptionParameters.php b/lib/Requests/Core/SubscriptionParameters.php index 0c4858c..8d3b30f 100644 --- a/lib/Requests/Core/SubscriptionParameters.php +++ b/lib/Requests/Core/SubscriptionParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Core; diff --git a/lib/Requests/Core/SubscriptionSet.php b/lib/Requests/Core/SubscriptionSet.php index 3bf0771..d81abfc 100644 --- a/lib/Requests/Core/SubscriptionSet.php +++ b/lib/Requests/Core/SubscriptionSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Core; diff --git a/lib/Requests/Files/NodeChanges.php b/lib/Requests/Files/NodeChanges.php index b19f8c3..d51271a 100644 --- a/lib/Requests/Files/NodeChanges.php +++ b/lib/Requests/Files/NodeChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeFilter.php b/lib/Requests/Files/NodeFilter.php index 5efb53f..cb3cc80 100644 --- a/lib/Requests/Files/NodeFilter.php +++ b/lib/Requests/Files/NodeFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeGet.php b/lib/Requests/Files/NodeGet.php index eb6f613..3c75c0f 100644 --- a/lib/Requests/Files/NodeGet.php +++ b/lib/Requests/Files/NodeGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeParameters.php b/lib/Requests/Files/NodeParameters.php index c67651f..0e795c1 100644 --- a/lib/Requests/Files/NodeParameters.php +++ b/lib/Requests/Files/NodeParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodePermissions.php b/lib/Requests/Files/NodePermissions.php index c5b7740..c6f8678 100644 --- a/lib/Requests/Files/NodePermissions.php +++ b/lib/Requests/Files/NodePermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeQuery.php b/lib/Requests/Files/NodeQuery.php index ca5df78..7695bc9 100644 --- a/lib/Requests/Files/NodeQuery.php +++ b/lib/Requests/Files/NodeQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeQueryChanges.php b/lib/Requests/Files/NodeQueryChanges.php index 45d76fa..077cecb 100644 --- a/lib/Requests/Files/NodeQueryChanges.php +++ b/lib/Requests/Files/NodeQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeSet.php b/lib/Requests/Files/NodeSet.php index cce71f2..96611ac 100644 --- a/lib/Requests/Files/NodeSet.php +++ b/lib/Requests/Files/NodeSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Files/NodeSort.php b/lib/Requests/Files/NodeSort.php index d9c87bc..e384c37 100644 --- a/lib/Requests/Files/NodeSort.php +++ b/lib/Requests/Files/NodeSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Files; diff --git a/lib/Requests/Interfaces/RequestChangesInterface.php b/lib/Requests/Interfaces/RequestChangesInterface.php index 16cf54c..fa74a2d 100644 --- a/lib/Requests/Interfaces/RequestChangesInterface.php +++ b/lib/Requests/Interfaces/RequestChangesInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestGetInterface.php b/lib/Requests/Interfaces/RequestGetInterface.php index d60ea5f..57fe0a4 100644 --- a/lib/Requests/Interfaces/RequestGetInterface.php +++ b/lib/Requests/Interfaces/RequestGetInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestParametersInterface.php b/lib/Requests/Interfaces/RequestParametersInterface.php index 28bdd4a..1a8ea6a 100644 --- a/lib/Requests/Interfaces/RequestParametersInterface.php +++ b/lib/Requests/Interfaces/RequestParametersInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestPatchInterface.php b/lib/Requests/Interfaces/RequestPatchInterface.php index f143c32..944247c 100644 --- a/lib/Requests/Interfaces/RequestPatchInterface.php +++ b/lib/Requests/Interfaces/RequestPatchInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2026 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestQueryInterface.php b/lib/Requests/Interfaces/RequestQueryInterface.php index 118236b..288c0fd 100644 --- a/lib/Requests/Interfaces/RequestQueryInterface.php +++ b/lib/Requests/Interfaces/RequestQueryInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestSetInterface.php b/lib/Requests/Interfaces/RequestSetInterface.php index db01561..b389b3b 100644 --- a/lib/Requests/Interfaces/RequestSetInterface.php +++ b/lib/Requests/Interfaces/RequestSetInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Interfaces/RequestUploadInterface.php b/lib/Requests/Interfaces/RequestUploadInterface.php index 8ff0741..042d567 100644 --- a/lib/Requests/Interfaces/RequestUploadInterface.php +++ b/lib/Requests/Interfaces/RequestUploadInterface.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Interfaces; diff --git a/lib/Requests/Mail/MailChanges.php b/lib/Requests/Mail/MailChanges.php index ecee219..debdf7d 100644 --- a/lib/Requests/Mail/MailChanges.php +++ b/lib/Requests/Mail/MailChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailFilter.php b/lib/Requests/Mail/MailFilter.php index 0363199..57c7987 100644 --- a/lib/Requests/Mail/MailFilter.php +++ b/lib/Requests/Mail/MailFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailGet.php b/lib/Requests/Mail/MailGet.php index 7e7435a..9657409 100644 --- a/lib/Requests/Mail/MailGet.php +++ b/lib/Requests/Mail/MailGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailIdentityChanges.php b/lib/Requests/Mail/MailIdentityChanges.php index 6134ace..e2b2cc6 100644 --- a/lib/Requests/Mail/MailIdentityChanges.php +++ b/lib/Requests/Mail/MailIdentityChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailIdentityGet.php b/lib/Requests/Mail/MailIdentityGet.php index ad7cb66..9a7babb 100644 --- a/lib/Requests/Mail/MailIdentityGet.php +++ b/lib/Requests/Mail/MailIdentityGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailIdentityParameters.php b/lib/Requests/Mail/MailIdentityParameters.php index 420b0d9..5536f9a 100644 --- a/lib/Requests/Mail/MailIdentityParameters.php +++ b/lib/Requests/Mail/MailIdentityParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailIdentitySet.php b/lib/Requests/Mail/MailIdentitySet.php index 60c023d..0b70b2f 100644 --- a/lib/Requests/Mail/MailIdentitySet.php +++ b/lib/Requests/Mail/MailIdentitySet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailParameters.php b/lib/Requests/Mail/MailParameters.php index ffb2e8c..39eee35 100644 --- a/lib/Requests/Mail/MailParameters.php +++ b/lib/Requests/Mail/MailParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailParse.php b/lib/Requests/Mail/MailParse.php index b88fffa..b39cb11 100644 --- a/lib/Requests/Mail/MailParse.php +++ b/lib/Requests/Mail/MailParse.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailPart.php b/lib/Requests/Mail/MailPart.php index 4d6bea7..7ca896a 100644 --- a/lib/Requests/Mail/MailPart.php +++ b/lib/Requests/Mail/MailPart.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailQuery.php b/lib/Requests/Mail/MailQuery.php index bec01f8..71d3f9c 100644 --- a/lib/Requests/Mail/MailQuery.php +++ b/lib/Requests/Mail/MailQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailQueryChanges.php b/lib/Requests/Mail/MailQueryChanges.php index ab36421..36b9b0c 100644 --- a/lib/Requests/Mail/MailQueryChanges.php +++ b/lib/Requests/Mail/MailQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSet.php b/lib/Requests/Mail/MailSet.php index 8be60ad..06087c9 100644 --- a/lib/Requests/Mail/MailSet.php +++ b/lib/Requests/Mail/MailSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSort.php b/lib/Requests/Mail/MailSort.php index 74adfda..0efa9a8 100644 --- a/lib/Requests/Mail/MailSort.php +++ b/lib/Requests/Mail/MailSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionChanges.php b/lib/Requests/Mail/MailSubmissionChanges.php index 4473f77..1538a99 100644 --- a/lib/Requests/Mail/MailSubmissionChanges.php +++ b/lib/Requests/Mail/MailSubmissionChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionFilter.php b/lib/Requests/Mail/MailSubmissionFilter.php index 7e56e03..a8a0924 100644 --- a/lib/Requests/Mail/MailSubmissionFilter.php +++ b/lib/Requests/Mail/MailSubmissionFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionGet.php b/lib/Requests/Mail/MailSubmissionGet.php index a3968cb..2b7bb01 100644 --- a/lib/Requests/Mail/MailSubmissionGet.php +++ b/lib/Requests/Mail/MailSubmissionGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionParameters.php b/lib/Requests/Mail/MailSubmissionParameters.php index 2a5905e..168f7a7 100644 --- a/lib/Requests/Mail/MailSubmissionParameters.php +++ b/lib/Requests/Mail/MailSubmissionParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionQuery.php b/lib/Requests/Mail/MailSubmissionQuery.php index 40346da..666b8cd 100644 --- a/lib/Requests/Mail/MailSubmissionQuery.php +++ b/lib/Requests/Mail/MailSubmissionQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionQueryChanges.php b/lib/Requests/Mail/MailSubmissionQueryChanges.php index 7b9c492..f4c7433 100644 --- a/lib/Requests/Mail/MailSubmissionQueryChanges.php +++ b/lib/Requests/Mail/MailSubmissionQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionSet.php b/lib/Requests/Mail/MailSubmissionSet.php index bf551cb..3dd546e 100644 --- a/lib/Requests/Mail/MailSubmissionSet.php +++ b/lib/Requests/Mail/MailSubmissionSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailSubmissionSort.php b/lib/Requests/Mail/MailSubmissionSort.php index b0444a8..c99873e 100644 --- a/lib/Requests/Mail/MailSubmissionSort.php +++ b/lib/Requests/Mail/MailSubmissionSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailThreadChanges.php b/lib/Requests/Mail/MailThreadChanges.php index 59ec631..a4d4666 100644 --- a/lib/Requests/Mail/MailThreadChanges.php +++ b/lib/Requests/Mail/MailThreadChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailThreadGet.php b/lib/Requests/Mail/MailThreadGet.php index d78aaab..c3f156b 100644 --- a/lib/Requests/Mail/MailThreadGet.php +++ b/lib/Requests/Mail/MailThreadGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailVacationGet.php b/lib/Requests/Mail/MailVacationGet.php index 8102fb8..fecfbb7 100644 --- a/lib/Requests/Mail/MailVacationGet.php +++ b/lib/Requests/Mail/MailVacationGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailVacationParameters.php b/lib/Requests/Mail/MailVacationParameters.php index 7610aee..3a25d32 100644 --- a/lib/Requests/Mail/MailVacationParameters.php +++ b/lib/Requests/Mail/MailVacationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailVacationSet.php b/lib/Requests/Mail/MailVacationSet.php index ab7b721..aa3f9b4 100644 --- a/lib/Requests/Mail/MailVacationSet.php +++ b/lib/Requests/Mail/MailVacationSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxChanges.php b/lib/Requests/Mail/MailboxChanges.php index 7500278..fa9b123 100644 --- a/lib/Requests/Mail/MailboxChanges.php +++ b/lib/Requests/Mail/MailboxChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxFilter.php b/lib/Requests/Mail/MailboxFilter.php index 44b5e4f..937085a 100644 --- a/lib/Requests/Mail/MailboxFilter.php +++ b/lib/Requests/Mail/MailboxFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxGet.php b/lib/Requests/Mail/MailboxGet.php index 7665e45..ddcaa51 100644 --- a/lib/Requests/Mail/MailboxGet.php +++ b/lib/Requests/Mail/MailboxGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxParameters.php b/lib/Requests/Mail/MailboxParameters.php index 69bd3cc..27f61e4 100644 --- a/lib/Requests/Mail/MailboxParameters.php +++ b/lib/Requests/Mail/MailboxParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxQuery.php b/lib/Requests/Mail/MailboxQuery.php index c2653d7..2c44167 100644 --- a/lib/Requests/Mail/MailboxQuery.php +++ b/lib/Requests/Mail/MailboxQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxQueryChanges.php b/lib/Requests/Mail/MailboxQueryChanges.php index a0a3b53..cd64936 100644 --- a/lib/Requests/Mail/MailboxQueryChanges.php +++ b/lib/Requests/Mail/MailboxQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxSet.php b/lib/Requests/Mail/MailboxSet.php index e4213b8..bb8d192 100644 --- a/lib/Requests/Mail/MailboxSet.php +++ b/lib/Requests/Mail/MailboxSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Mail/MailboxSort.php b/lib/Requests/Mail/MailboxSort.php index 90082d7..f1cab06 100644 --- a/lib/Requests/Mail/MailboxSort.php +++ b/lib/Requests/Mail/MailboxSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Mail; diff --git a/lib/Requests/Request.php b/lib/Requests/Request.php index 3118755..bffe38a 100644 --- a/lib/Requests/Request.php +++ b/lib/Requests/Request.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestBundle.php b/lib/Requests/RequestBundle.php index 92eae4a..d032abf 100644 --- a/lib/Requests/RequestBundle.php +++ b/lib/Requests/RequestBundle.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestChanges.php b/lib/Requests/RequestChanges.php index f51c952..d3a6ae1 100644 --- a/lib/Requests/RequestChanges.php +++ b/lib/Requests/RequestChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestClasses.php b/lib/Requests/RequestClasses.php index 3e6f512..e522d6a 100644 --- a/lib/Requests/RequestClasses.php +++ b/lib/Requests/RequestClasses.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestFactory.php b/lib/Requests/RequestFactory.php index 6ffb79b..c9a84b1 100644 --- a/lib/Requests/RequestFactory.php +++ b/lib/Requests/RequestFactory.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestFilter.php b/lib/Requests/RequestFilter.php index 67bb403..cc3e373 100644 --- a/lib/Requests/RequestFilter.php +++ b/lib/Requests/RequestFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestGet.php b/lib/Requests/RequestGet.php index 9d346f5..bf36643 100644 --- a/lib/Requests/RequestGet.php +++ b/lib/Requests/RequestGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestParameters.php b/lib/Requests/RequestParameters.php index 1aebc7b..b27c7f6 100644 --- a/lib/Requests/RequestParameters.php +++ b/lib/Requests/RequestParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestParse.php b/lib/Requests/RequestParse.php index 7bebfbe..ff63663 100644 --- a/lib/Requests/RequestParse.php +++ b/lib/Requests/RequestParse.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestPatch.php b/lib/Requests/RequestPatch.php index 3289e1a..c07cfa3 100644 --- a/lib/Requests/RequestPatch.php +++ b/lib/Requests/RequestPatch.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2026 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestPermissions.php b/lib/Requests/RequestPermissions.php index 1d28d36..ff526e1 100644 --- a/lib/Requests/RequestPermissions.php +++ b/lib/Requests/RequestPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestQuery.php b/lib/Requests/RequestQuery.php index 4f7728a..24fdee9 100644 --- a/lib/Requests/RequestQuery.php +++ b/lib/Requests/RequestQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestQueryChanges.php b/lib/Requests/RequestQueryChanges.php index 6c43ed1..f113404 100644 --- a/lib/Requests/RequestQueryChanges.php +++ b/lib/Requests/RequestQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestSet.php b/lib/Requests/RequestSet.php index 5469cf3..bf394ab 100644 --- a/lib/Requests/RequestSet.php +++ b/lib/Requests/RequestSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestSort.php b/lib/Requests/RequestSort.php index ed63bfb..f1ee20c 100644 --- a/lib/Requests/RequestSort.php +++ b/lib/Requests/RequestSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/RequestUpload.php b/lib/Requests/RequestUpload.php index 41f755c..24e26c3 100644 --- a/lib/Requests/RequestUpload.php +++ b/lib/Requests/RequestUpload.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests; diff --git a/lib/Requests/Tasks/TaskChanges.php b/lib/Requests/Tasks/TaskChanges.php index ea0a5db..04b965c 100644 --- a/lib/Requests/Tasks/TaskChanges.php +++ b/lib/Requests/Tasks/TaskChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskFilter.php b/lib/Requests/Tasks/TaskFilter.php index 83486e0..f973f9b 100644 --- a/lib/Requests/Tasks/TaskFilter.php +++ b/lib/Requests/Tasks/TaskFilter.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskGet.php b/lib/Requests/Tasks/TaskGet.php index a7d42d6..d9a8b83 100644 --- a/lib/Requests/Tasks/TaskGet.php +++ b/lib/Requests/Tasks/TaskGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskListChanges.php b/lib/Requests/Tasks/TaskListChanges.php index 9d2d55c..764c757 100644 --- a/lib/Requests/Tasks/TaskListChanges.php +++ b/lib/Requests/Tasks/TaskListChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskListGet.php b/lib/Requests/Tasks/TaskListGet.php index 1a780bd..969ed7f 100644 --- a/lib/Requests/Tasks/TaskListGet.php +++ b/lib/Requests/Tasks/TaskListGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskListParameters.php b/lib/Requests/Tasks/TaskListParameters.php index 08e9d34..9a4bd5f 100644 --- a/lib/Requests/Tasks/TaskListParameters.php +++ b/lib/Requests/Tasks/TaskListParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskListSet.php b/lib/Requests/Tasks/TaskListSet.php index c2932d2..f820ef8 100644 --- a/lib/Requests/Tasks/TaskListSet.php +++ b/lib/Requests/Tasks/TaskListSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskParameters.php b/lib/Requests/Tasks/TaskParameters.php index 32d61b8..b5a8751 100644 --- a/lib/Requests/Tasks/TaskParameters.php +++ b/lib/Requests/Tasks/TaskParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskQuery.php b/lib/Requests/Tasks/TaskQuery.php index 4f87655..cd964b8 100644 --- a/lib/Requests/Tasks/TaskQuery.php +++ b/lib/Requests/Tasks/TaskQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskQueryChanges.php b/lib/Requests/Tasks/TaskQueryChanges.php index 8d56223..31a537d 100644 --- a/lib/Requests/Tasks/TaskQueryChanges.php +++ b/lib/Requests/Tasks/TaskQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskSet.php b/lib/Requests/Tasks/TaskSet.php index 3dcf0b4..3211799 100644 --- a/lib/Requests/Tasks/TaskSet.php +++ b/lib/Requests/Tasks/TaskSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Requests/Tasks/TaskSort.php b/lib/Requests/Tasks/TaskSort.php index 7ebdfb5..a229857 100644 --- a/lib/Requests/Tasks/TaskSort.php +++ b/lib/Requests/Tasks/TaskSort.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Requests\Tasks; diff --git a/lib/Responses/Blob/BlobGet.php b/lib/Responses/Blob/BlobGet.php index 1e17620..85203bd 100644 --- a/lib/Responses/Blob/BlobGet.php +++ b/lib/Responses/Blob/BlobGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Blob; diff --git a/lib/Responses/Blob/BlobParameters.php b/lib/Responses/Blob/BlobParameters.php index 20c4c41..3f9b70e 100644 --- a/lib/Responses/Blob/BlobParameters.php +++ b/lib/Responses/Blob/BlobParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Blob; diff --git a/lib/Responses/Blob/BlobSet.php b/lib/Responses/Blob/BlobSet.php index 9207cab..31da2ab 100644 --- a/lib/Responses/Blob/BlobSet.php +++ b/lib/Responses/Blob/BlobSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Blob; diff --git a/lib/Responses/Calendar/CalendarChanges.php b/lib/Responses/Calendar/CalendarChanges.php index bdf97ce..8512145 100644 --- a/lib/Responses/Calendar/CalendarChanges.php +++ b/lib/Responses/Calendar/CalendarChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/CalendarGet.php b/lib/Responses/Calendar/CalendarGet.php index 7941f3c..83be987 100644 --- a/lib/Responses/Calendar/CalendarGet.php +++ b/lib/Responses/Calendar/CalendarGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/CalendarParameters.php b/lib/Responses/Calendar/CalendarParameters.php index 045754f..d919357 100644 --- a/lib/Responses/Calendar/CalendarParameters.php +++ b/lib/Responses/Calendar/CalendarParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/CalendarPermissions.php b/lib/Responses/Calendar/CalendarPermissions.php index 185dd01..79349f7 100644 --- a/lib/Responses/Calendar/CalendarPermissions.php +++ b/lib/Responses/Calendar/CalendarPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/CalendarSet.php b/lib/Responses/Calendar/CalendarSet.php index 91d20c3..daeed14 100644 --- a/lib/Responses/Calendar/CalendarSet.php +++ b/lib/Responses/Calendar/CalendarSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventChanges.php b/lib/Responses/Calendar/EventChanges.php index 6a8aefa..4375134 100644 --- a/lib/Responses/Calendar/EventChanges.php +++ b/lib/Responses/Calendar/EventChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventCommonParameters.php b/lib/Responses/Calendar/EventCommonParameters.php index dbb5605..99efe5e 100644 --- a/lib/Responses/Calendar/EventCommonParameters.php +++ b/lib/Responses/Calendar/EventCommonParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventGet.php b/lib/Responses/Calendar/EventGet.php index 2bbeb81..a917db9 100644 --- a/lib/Responses/Calendar/EventGet.php +++ b/lib/Responses/Calendar/EventGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventMutationParameters.php b/lib/Responses/Calendar/EventMutationParameters.php index 45b6038..d1889a9 100644 --- a/lib/Responses/Calendar/EventMutationParameters.php +++ b/lib/Responses/Calendar/EventMutationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventNotificationParameters.php b/lib/Responses/Calendar/EventNotificationParameters.php index 4695448..4153887 100644 --- a/lib/Responses/Calendar/EventNotificationParameters.php +++ b/lib/Responses/Calendar/EventNotificationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventNotificationTriggerAbsoluteParameters.php b/lib/Responses/Calendar/EventNotificationTriggerAbsoluteParameters.php index c12ff8e..877e21f 100644 --- a/lib/Responses/Calendar/EventNotificationTriggerAbsoluteParameters.php +++ b/lib/Responses/Calendar/EventNotificationTriggerAbsoluteParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventNotificationTriggerRelativeParameters.php b/lib/Responses/Calendar/EventNotificationTriggerRelativeParameters.php index 2a9ccdd..3c09e89 100644 --- a/lib/Responses/Calendar/EventNotificationTriggerRelativeParameters.php +++ b/lib/Responses/Calendar/EventNotificationTriggerRelativeParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventNotificationTriggerUnknownParameters.php b/lib/Responses/Calendar/EventNotificationTriggerUnknownParameters.php index aa95a39..cf63eb2 100644 --- a/lib/Responses/Calendar/EventNotificationTriggerUnknownParameters.php +++ b/lib/Responses/Calendar/EventNotificationTriggerUnknownParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParameters.php b/lib/Responses/Calendar/EventParameters.php index 5a8f2f0..f1855e1 100644 --- a/lib/Responses/Calendar/EventParameters.php +++ b/lib/Responses/Calendar/EventParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParticipantIdentityChanges.php b/lib/Responses/Calendar/EventParticipantIdentityChanges.php index 0779740..83f80fd 100644 --- a/lib/Responses/Calendar/EventParticipantIdentityChanges.php +++ b/lib/Responses/Calendar/EventParticipantIdentityChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParticipantIdentityGet.php b/lib/Responses/Calendar/EventParticipantIdentityGet.php index 2a1d192..5b124bf 100644 --- a/lib/Responses/Calendar/EventParticipantIdentityGet.php +++ b/lib/Responses/Calendar/EventParticipantIdentityGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParticipantIdentityParameters.php b/lib/Responses/Calendar/EventParticipantIdentityParameters.php index 1557fca..980d71e 100644 --- a/lib/Responses/Calendar/EventParticipantIdentityParameters.php +++ b/lib/Responses/Calendar/EventParticipantIdentityParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParticipantIdentitySet.php b/lib/Responses/Calendar/EventParticipantIdentitySet.php index 49c73dd..2efa399 100644 --- a/lib/Responses/Calendar/EventParticipantIdentitySet.php +++ b/lib/Responses/Calendar/EventParticipantIdentitySet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventParticipantParameters.php b/lib/Responses/Calendar/EventParticipantParameters.php index bb792d9..4609ee9 100644 --- a/lib/Responses/Calendar/EventParticipantParameters.php +++ b/lib/Responses/Calendar/EventParticipantParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventPhysicalLocationParameters.php b/lib/Responses/Calendar/EventPhysicalLocationParameters.php index 2d50ea6..9f1cae2 100644 --- a/lib/Responses/Calendar/EventPhysicalLocationParameters.php +++ b/lib/Responses/Calendar/EventPhysicalLocationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventQuery.php b/lib/Responses/Calendar/EventQuery.php index c977a55..8c44d82 100644 --- a/lib/Responses/Calendar/EventQuery.php +++ b/lib/Responses/Calendar/EventQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventQueryChanges.php b/lib/Responses/Calendar/EventQueryChanges.php index b068dca..f06a8c2 100644 --- a/lib/Responses/Calendar/EventQueryChanges.php +++ b/lib/Responses/Calendar/EventQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventRecurrenceRuleParameters.php b/lib/Responses/Calendar/EventRecurrenceRuleParameters.php index 4d13294..1c68999 100644 --- a/lib/Responses/Calendar/EventRecurrenceRuleParameters.php +++ b/lib/Responses/Calendar/EventRecurrenceRuleParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventSet.php b/lib/Responses/Calendar/EventSet.php index eef8db6..3ae1728 100644 --- a/lib/Responses/Calendar/EventSet.php +++ b/lib/Responses/Calendar/EventSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Calendar/EventVirtualLocationParameters.php b/lib/Responses/Calendar/EventVirtualLocationParameters.php index 76c9c20..a66485d 100644 --- a/lib/Responses/Calendar/EventVirtualLocationParameters.php +++ b/lib/Responses/Calendar/EventVirtualLocationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Calendar; diff --git a/lib/Responses/Contacts/AddressBookChanges.php b/lib/Responses/Contacts/AddressBookChanges.php index 5130585..0ec12fb 100644 --- a/lib/Responses/Contacts/AddressBookChanges.php +++ b/lib/Responses/Contacts/AddressBookChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/AddressBookGet.php b/lib/Responses/Contacts/AddressBookGet.php index 949edaa..5615754 100644 --- a/lib/Responses/Contacts/AddressBookGet.php +++ b/lib/Responses/Contacts/AddressBookGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/AddressBookParameters.php b/lib/Responses/Contacts/AddressBookParameters.php index a9ef371..9778d17 100644 --- a/lib/Responses/Contacts/AddressBookParameters.php +++ b/lib/Responses/Contacts/AddressBookParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/AddressBookPermissions.php b/lib/Responses/Contacts/AddressBookPermissions.php index 2a199a6..167ecfc 100644 --- a/lib/Responses/Contacts/AddressBookPermissions.php +++ b/lib/Responses/Contacts/AddressBookPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/AddressBookSet.php b/lib/Responses/Contacts/AddressBookSet.php index 9d9f531..5d71386 100644 --- a/lib/Responses/Contacts/AddressBookSet.php +++ b/lib/Responses/Contacts/AddressBookSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactAliasParameters.php b/lib/Responses/Contacts/ContactAliasParameters.php index 9b57a99..2b20564 100644 --- a/lib/Responses/Contacts/ContactAliasParameters.php +++ b/lib/Responses/Contacts/ContactAliasParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactAnniversaryParameters.php b/lib/Responses/Contacts/ContactAnniversaryParameters.php index 81d9237..395878d 100644 --- a/lib/Responses/Contacts/ContactAnniversaryParameters.php +++ b/lib/Responses/Contacts/ContactAnniversaryParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactChanges.php b/lib/Responses/Contacts/ContactChanges.php index f5d62ca..20a11a4 100644 --- a/lib/Responses/Contacts/ContactChanges.php +++ b/lib/Responses/Contacts/ContactChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactComponentParameters.php b/lib/Responses/Contacts/ContactComponentParameters.php index c094942..af0df10 100644 --- a/lib/Responses/Contacts/ContactComponentParameters.php +++ b/lib/Responses/Contacts/ContactComponentParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactDatePartialParameters.php b/lib/Responses/Contacts/ContactDatePartialParameters.php index 89fa7ec..328190b 100644 --- a/lib/Responses/Contacts/ContactDatePartialParameters.php +++ b/lib/Responses/Contacts/ContactDatePartialParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactDateStampParameters.php b/lib/Responses/Contacts/ContactDateStampParameters.php index a1e14b4..cd8e2cf 100644 --- a/lib/Responses/Contacts/ContactDateStampParameters.php +++ b/lib/Responses/Contacts/ContactDateStampParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactGet.php b/lib/Responses/Contacts/ContactGet.php index f56c39b..1e43622 100644 --- a/lib/Responses/Contacts/ContactGet.php +++ b/lib/Responses/Contacts/ContactGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactNameParameters.php b/lib/Responses/Contacts/ContactNameParameters.php index bcdce2d..02df4c9 100644 --- a/lib/Responses/Contacts/ContactNameParameters.php +++ b/lib/Responses/Contacts/ContactNameParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactParameters.php b/lib/Responses/Contacts/ContactParameters.php index 2633009..6336ab0 100644 --- a/lib/Responses/Contacts/ContactParameters.php +++ b/lib/Responses/Contacts/ContactParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactPronounsParameters.php b/lib/Responses/Contacts/ContactPronounsParameters.php index 5b503a4..6d99acc 100644 --- a/lib/Responses/Contacts/ContactPronounsParameters.php +++ b/lib/Responses/Contacts/ContactPronounsParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactQuery.php b/lib/Responses/Contacts/ContactQuery.php index c30265a..957224e 100644 --- a/lib/Responses/Contacts/ContactQuery.php +++ b/lib/Responses/Contacts/ContactQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactQueryChanges.php b/lib/Responses/Contacts/ContactQueryChanges.php index 7672565..bbcbda6 100644 --- a/lib/Responses/Contacts/ContactQueryChanges.php +++ b/lib/Responses/Contacts/ContactQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactRelationParameters.php b/lib/Responses/Contacts/ContactRelationParameters.php index e0991fc..4566d21 100644 --- a/lib/Responses/Contacts/ContactRelationParameters.php +++ b/lib/Responses/Contacts/ContactRelationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactSet.php b/lib/Responses/Contacts/ContactSet.php index 0cb623b..42d0d1e 100644 --- a/lib/Responses/Contacts/ContactSet.php +++ b/lib/Responses/Contacts/ContactSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Contacts/ContactSpeakToAsParameters.php b/lib/Responses/Contacts/ContactSpeakToAsParameters.php index 772eacc..85e7c8a 100644 --- a/lib/Responses/Contacts/ContactSpeakToAsParameters.php +++ b/lib/Responses/Contacts/ContactSpeakToAsParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Contacts; diff --git a/lib/Responses/Core/SubscriptionGet.php b/lib/Responses/Core/SubscriptionGet.php index fb91cb0..5630118 100644 --- a/lib/Responses/Core/SubscriptionGet.php +++ b/lib/Responses/Core/SubscriptionGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Core; diff --git a/lib/Responses/Core/SubscriptionParameters.php b/lib/Responses/Core/SubscriptionParameters.php index c948c45..3d5c22d 100644 --- a/lib/Responses/Core/SubscriptionParameters.php +++ b/lib/Responses/Core/SubscriptionParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Core; diff --git a/lib/Responses/Core/SubscriptionSet.php b/lib/Responses/Core/SubscriptionSet.php index 924c55c..e2c52de 100644 --- a/lib/Responses/Core/SubscriptionSet.php +++ b/lib/Responses/Core/SubscriptionSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Core; diff --git a/lib/Responses/Files/NodeChanges.php b/lib/Responses/Files/NodeChanges.php index dcd59ab..5d57b31 100644 --- a/lib/Responses/Files/NodeChanges.php +++ b/lib/Responses/Files/NodeChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodeGet.php b/lib/Responses/Files/NodeGet.php index bf3d59e..ff6cbaf 100644 --- a/lib/Responses/Files/NodeGet.php +++ b/lib/Responses/Files/NodeGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodeParameters.php b/lib/Responses/Files/NodeParameters.php index 39a8d11..34c4828 100644 --- a/lib/Responses/Files/NodeParameters.php +++ b/lib/Responses/Files/NodeParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodePermissions.php b/lib/Responses/Files/NodePermissions.php index 1b9e162..9f748bd 100644 --- a/lib/Responses/Files/NodePermissions.php +++ b/lib/Responses/Files/NodePermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodeQuery.php b/lib/Responses/Files/NodeQuery.php index f9dd240..ec4dc10 100644 --- a/lib/Responses/Files/NodeQuery.php +++ b/lib/Responses/Files/NodeQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodeQueryChanges.php b/lib/Responses/Files/NodeQueryChanges.php index 87524a6..afdf969 100644 --- a/lib/Responses/Files/NodeQueryChanges.php +++ b/lib/Responses/Files/NodeQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Files/NodeSet.php b/lib/Responses/Files/NodeSet.php index f5b6d74..ac9c698 100644 --- a/lib/Responses/Files/NodeSet.php +++ b/lib/Responses/Files/NodeSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Files; diff --git a/lib/Responses/Mail/MailChanges.php b/lib/Responses/Mail/MailChanges.php index 2cb9947..808c38c 100644 --- a/lib/Responses/Mail/MailChanges.php +++ b/lib/Responses/Mail/MailChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailGet.php b/lib/Responses/Mail/MailGet.php index 4ecefea..555fea2 100644 --- a/lib/Responses/Mail/MailGet.php +++ b/lib/Responses/Mail/MailGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailIdentityChanges.php b/lib/Responses/Mail/MailIdentityChanges.php index cad7a94..9ed92dc 100644 --- a/lib/Responses/Mail/MailIdentityChanges.php +++ b/lib/Responses/Mail/MailIdentityChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailIdentityGet.php b/lib/Responses/Mail/MailIdentityGet.php index 1e5376a..c7abf98 100644 --- a/lib/Responses/Mail/MailIdentityGet.php +++ b/lib/Responses/Mail/MailIdentityGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailIdentityParameters.php b/lib/Responses/Mail/MailIdentityParameters.php index 1d5fcfc..8a11179 100644 --- a/lib/Responses/Mail/MailIdentityParameters.php +++ b/lib/Responses/Mail/MailIdentityParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailIdentitySet.php b/lib/Responses/Mail/MailIdentitySet.php index b4643ed..fd685b6 100644 --- a/lib/Responses/Mail/MailIdentitySet.php +++ b/lib/Responses/Mail/MailIdentitySet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailParameters.php b/lib/Responses/Mail/MailParameters.php index 6781959..c1da344 100644 --- a/lib/Responses/Mail/MailParameters.php +++ b/lib/Responses/Mail/MailParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailParse.php b/lib/Responses/Mail/MailParse.php index b2d910d..ef4a990 100644 --- a/lib/Responses/Mail/MailParse.php +++ b/lib/Responses/Mail/MailParse.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailPart.php b/lib/Responses/Mail/MailPart.php index 9b0f00d..a9bb412 100644 --- a/lib/Responses/Mail/MailPart.php +++ b/lib/Responses/Mail/MailPart.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailQuery.php b/lib/Responses/Mail/MailQuery.php index 68ca958..c951795 100644 --- a/lib/Responses/Mail/MailQuery.php +++ b/lib/Responses/Mail/MailQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailQueryChanges.php b/lib/Responses/Mail/MailQueryChanges.php index fb50f33..18e2a40 100644 --- a/lib/Responses/Mail/MailQueryChanges.php +++ b/lib/Responses/Mail/MailQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSet.php b/lib/Responses/Mail/MailSet.php index 3449ded..961aaa7 100644 --- a/lib/Responses/Mail/MailSet.php +++ b/lib/Responses/Mail/MailSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionChanges.php b/lib/Responses/Mail/MailSubmissionChanges.php index c689655..53b772a 100644 --- a/lib/Responses/Mail/MailSubmissionChanges.php +++ b/lib/Responses/Mail/MailSubmissionChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionGet.php b/lib/Responses/Mail/MailSubmissionGet.php index fb262db..fc5bb92 100644 --- a/lib/Responses/Mail/MailSubmissionGet.php +++ b/lib/Responses/Mail/MailSubmissionGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionParameters.php b/lib/Responses/Mail/MailSubmissionParameters.php index 06cdbdc..dfda5ca 100644 --- a/lib/Responses/Mail/MailSubmissionParameters.php +++ b/lib/Responses/Mail/MailSubmissionParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionQuery.php b/lib/Responses/Mail/MailSubmissionQuery.php index 4f1f25a..63a23b2 100644 --- a/lib/Responses/Mail/MailSubmissionQuery.php +++ b/lib/Responses/Mail/MailSubmissionQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionQueryChanges.php b/lib/Responses/Mail/MailSubmissionQueryChanges.php index 217b43c..09fa437 100644 --- a/lib/Responses/Mail/MailSubmissionQueryChanges.php +++ b/lib/Responses/Mail/MailSubmissionQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailSubmissionSet.php b/lib/Responses/Mail/MailSubmissionSet.php index b0cc371..6715ca3 100644 --- a/lib/Responses/Mail/MailSubmissionSet.php +++ b/lib/Responses/Mail/MailSubmissionSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailThreadChanges.php b/lib/Responses/Mail/MailThreadChanges.php index 7aabbc9..4152e5b 100644 --- a/lib/Responses/Mail/MailThreadChanges.php +++ b/lib/Responses/Mail/MailThreadChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailThreadGet.php b/lib/Responses/Mail/MailThreadGet.php index ffbdfad..b7f0266 100644 --- a/lib/Responses/Mail/MailThreadGet.php +++ b/lib/Responses/Mail/MailThreadGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailVacationGet.php b/lib/Responses/Mail/MailVacationGet.php index b68cd2b..4dd7271 100644 --- a/lib/Responses/Mail/MailVacationGet.php +++ b/lib/Responses/Mail/MailVacationGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailVacationParameters.php b/lib/Responses/Mail/MailVacationParameters.php index 25d9b29..814792d 100644 --- a/lib/Responses/Mail/MailVacationParameters.php +++ b/lib/Responses/Mail/MailVacationParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailVacationSet.php b/lib/Responses/Mail/MailVacationSet.php index f00e068..1aec772 100644 --- a/lib/Responses/Mail/MailVacationSet.php +++ b/lib/Responses/Mail/MailVacationSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxChanges.php b/lib/Responses/Mail/MailboxChanges.php index 9dfcd6e..81bc408 100644 --- a/lib/Responses/Mail/MailboxChanges.php +++ b/lib/Responses/Mail/MailboxChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxGet.php b/lib/Responses/Mail/MailboxGet.php index e469fcd..2dc1577 100644 --- a/lib/Responses/Mail/MailboxGet.php +++ b/lib/Responses/Mail/MailboxGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxParameters.php b/lib/Responses/Mail/MailboxParameters.php index e20fb59..3393c78 100644 --- a/lib/Responses/Mail/MailboxParameters.php +++ b/lib/Responses/Mail/MailboxParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxPermissions.php b/lib/Responses/Mail/MailboxPermissions.php index 8317661..7a06621 100644 --- a/lib/Responses/Mail/MailboxPermissions.php +++ b/lib/Responses/Mail/MailboxPermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxQuery.php b/lib/Responses/Mail/MailboxQuery.php index b11a3e0..4dff596 100644 --- a/lib/Responses/Mail/MailboxQuery.php +++ b/lib/Responses/Mail/MailboxQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxQueryChanges.php b/lib/Responses/Mail/MailboxQueryChanges.php index d494c27..16b7661 100644 --- a/lib/Responses/Mail/MailboxQueryChanges.php +++ b/lib/Responses/Mail/MailboxQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Mail/MailboxSet.php b/lib/Responses/Mail/MailboxSet.php index 0d2962f..ae75f53 100644 --- a/lib/Responses/Mail/MailboxSet.php +++ b/lib/Responses/Mail/MailboxSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Mail; diff --git a/lib/Responses/Response.php b/lib/Responses/Response.php index eda856e..8e1f8a3 100644 --- a/lib/Responses/Response.php +++ b/lib/Responses/Response.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseBundle.php b/lib/Responses/ResponseBundle.php index 42ed827..f34cf28 100644 --- a/lib/Responses/ResponseBundle.php +++ b/lib/Responses/ResponseBundle.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseChanges.php b/lib/Responses/ResponseChanges.php index e8c2681..819cdea 100644 --- a/lib/Responses/ResponseChanges.php +++ b/lib/Responses/ResponseChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseClasses.php b/lib/Responses/ResponseClasses.php index e9cd87e..0ba3d61 100644 --- a/lib/Responses/ResponseClasses.php +++ b/lib/Responses/ResponseClasses.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseException.php b/lib/Responses/ResponseException.php index 6f16bce..fb4490d 100644 --- a/lib/Responses/ResponseException.php +++ b/lib/Responses/ResponseException.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseGet.php b/lib/Responses/ResponseGet.php index ac9a048..22689af 100644 --- a/lib/Responses/ResponseGet.php +++ b/lib/Responses/ResponseGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseParameters.php b/lib/Responses/ResponseParameters.php index a797ad1..cbb82c5 100644 --- a/lib/Responses/ResponseParameters.php +++ b/lib/Responses/ResponseParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseParse.php b/lib/Responses/ResponseParse.php index 4cbf0d2..6e642d5 100644 --- a/lib/Responses/ResponseParse.php +++ b/lib/Responses/ResponseParse.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponsePermissions.php b/lib/Responses/ResponsePermissions.php index 9e281d4..1bf499d 100644 --- a/lib/Responses/ResponsePermissions.php +++ b/lib/Responses/ResponsePermissions.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseQuery.php b/lib/Responses/ResponseQuery.php index b7b1ff6..637c1cb 100644 --- a/lib/Responses/ResponseQuery.php +++ b/lib/Responses/ResponseQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseQueryChanges.php b/lib/Responses/ResponseQueryChanges.php index 919e86e..f81cf1c 100644 --- a/lib/Responses/ResponseQueryChanges.php +++ b/lib/Responses/ResponseQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/ResponseSet.php b/lib/Responses/ResponseSet.php index d7d22b4..0c28d8b 100644 --- a/lib/Responses/ResponseSet.php +++ b/lib/Responses/ResponseSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses; diff --git a/lib/Responses/Tasks/TaskChanges.php b/lib/Responses/Tasks/TaskChanges.php index 10e4ee2..10b3cb4 100644 --- a/lib/Responses/Tasks/TaskChanges.php +++ b/lib/Responses/Tasks/TaskChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskGet.php b/lib/Responses/Tasks/TaskGet.php index a227d2e..a0c47e8 100644 --- a/lib/Responses/Tasks/TaskGet.php +++ b/lib/Responses/Tasks/TaskGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskListChanges.php b/lib/Responses/Tasks/TaskListChanges.php index 6ac2f13..dd8bd3c 100644 --- a/lib/Responses/Tasks/TaskListChanges.php +++ b/lib/Responses/Tasks/TaskListChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskListGet.php b/lib/Responses/Tasks/TaskListGet.php index bbd31ca..0b2c177 100644 --- a/lib/Responses/Tasks/TaskListGet.php +++ b/lib/Responses/Tasks/TaskListGet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskListParameters.php b/lib/Responses/Tasks/TaskListParameters.php index d237a2b..475dee5 100644 --- a/lib/Responses/Tasks/TaskListParameters.php +++ b/lib/Responses/Tasks/TaskListParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskListSet.php b/lib/Responses/Tasks/TaskListSet.php index 9f680aa..9b9725b 100644 --- a/lib/Responses/Tasks/TaskListSet.php +++ b/lib/Responses/Tasks/TaskListSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskParameters.php b/lib/Responses/Tasks/TaskParameters.php index c4299eb..0c288cc 100644 --- a/lib/Responses/Tasks/TaskParameters.php +++ b/lib/Responses/Tasks/TaskParameters.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskQuery.php b/lib/Responses/Tasks/TaskQuery.php index fc6f942..dfef914 100644 --- a/lib/Responses/Tasks/TaskQuery.php +++ b/lib/Responses/Tasks/TaskQuery.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskQueryChanges.php b/lib/Responses/Tasks/TaskQueryChanges.php index b55c663..0db5030 100644 --- a/lib/Responses/Tasks/TaskQueryChanges.php +++ b/lib/Responses/Tasks/TaskQueryChanges.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Responses/Tasks/TaskSet.php b/lib/Responses/Tasks/TaskSet.php index 47765e3..d71a421 100644 --- a/lib/Responses/Tasks/TaskSet.php +++ b/lib/Responses/Tasks/TaskSet.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Responses\Tasks; diff --git a/lib/Session/Account.php b/lib/Session/Account.php index 9f8c712..aef2ebf 100644 --- a/lib/Session/Account.php +++ b/lib/Session/Account.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Session; diff --git a/lib/Session/AccountCollection.php b/lib/Session/AccountCollection.php index a278123..c9deebc 100644 --- a/lib/Session/AccountCollection.php +++ b/lib/Session/AccountCollection.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Session; diff --git a/lib/Session/Capability.php b/lib/Session/Capability.php index 7ef05bd..c682c7b 100644 --- a/lib/Session/Capability.php +++ b/lib/Session/Capability.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Session; diff --git a/lib/Session/CapabilityCollection.php b/lib/Session/CapabilityCollection.php index 5fab01a..52bd281 100644 --- a/lib/Session/CapabilityCollection.php +++ b/lib/Session/CapabilityCollection.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Session; diff --git a/lib/Session/Session.php b/lib/Session/Session.php index 85bd18b..eeb8daa 100644 --- a/lib/Session/Session.php +++ b/lib/Session/Session.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Session; diff --git a/tests/integration/Calendar/CalendarTest.php b/tests/integration/Calendar/CalendarTest.php index 71196db..8b81148 100644 --- a/tests/integration/Calendar/CalendarTest.php +++ b/tests/integration/Calendar/CalendarTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Calendar; diff --git a/tests/integration/Calendar/EventTest.php b/tests/integration/Calendar/EventTest.php index bb2b711..985b31c 100644 --- a/tests/integration/Calendar/EventTest.php +++ b/tests/integration/Calendar/EventTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Calendar; diff --git a/tests/integration/ClientFactory.php b/tests/integration/ClientFactory.php index d6d0792..2553e8b 100644 --- a/tests/integration/ClientFactory.php +++ b/tests/integration/ClientFactory.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration; diff --git a/tests/integration/ClientTest.php b/tests/integration/ClientTest.php index 63a9685..0f8db54 100644 --- a/tests/integration/ClientTest.php +++ b/tests/integration/ClientTest.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2025 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration; diff --git a/tests/integration/Contacts/AddressBookTest.php b/tests/integration/Contacts/AddressBookTest.php index 7972b97..2c9da73 100644 --- a/tests/integration/Contacts/AddressBookTest.php +++ b/tests/integration/Contacts/AddressBookTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Contacts; diff --git a/tests/integration/Contacts/ContactTest.php b/tests/integration/Contacts/ContactTest.php index 23015c4..a172bb8 100644 --- a/tests/integration/Contacts/ContactTest.php +++ b/tests/integration/Contacts/ContactTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Contacts; diff --git a/tests/integration/Files/NodeTest.php b/tests/integration/Files/NodeTest.php index b6f9e94..d8eaeaa 100644 --- a/tests/integration/Files/NodeTest.php +++ b/tests/integration/Files/NodeTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Files; diff --git a/tests/integration/Mail/MailIdentityTest.php b/tests/integration/Mail/MailIdentityTest.php index 416ba34..ef60cc8 100644 --- a/tests/integration/Mail/MailIdentityTest.php +++ b/tests/integration/Mail/MailIdentityTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Mail; diff --git a/tests/integration/Mail/MailVacationTest.php b/tests/integration/Mail/MailVacationTest.php index 4d98d31..a14f7e2 100644 --- a/tests/integration/Mail/MailVacationTest.php +++ b/tests/integration/Mail/MailVacationTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Mail; diff --git a/tests/integration/Mail/MailboxTest.php b/tests/integration/Mail/MailboxTest.php index 0426db6..4c47c16 100644 --- a/tests/integration/Mail/MailboxTest.php +++ b/tests/integration/Mail/MailboxTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** * SPDX-FileCopyrightText: Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Integration\Mail; diff --git a/tests/unit/Authentication/BasicTest.php b/tests/unit/Authentication/BasicTest.php index 2a5a5c0..e597ca9 100644 --- a/tests/unit/Authentication/BasicTest.php +++ b/tests/unit/Authentication/BasicTest.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Unit\Authentication; diff --git a/tests/unit/ClientTest.php b/tests/unit/ClientTest.php index 2259e51..e60c980 100644 --- a/tests/unit/ClientTest.php +++ b/tests/unit/ClientTest.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2023 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Unit; diff --git a/tests/unit/Requests/Mail/MailParametersTest.php b/tests/unit/Requests/Mail/MailParametersTest.php index 9f64874..7b04b9f 100644 --- a/tests/unit/Requests/Mail/MailParametersTest.php +++ b/tests/unit/Requests/Mail/MailParametersTest.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Unit\Requests\Mail; diff --git a/tests/unit/Responses/Mail/MailParametersTest.php b/tests/unit/Responses/Mail/MailParametersTest.php index b72c1f1..949b725 100644 --- a/tests/unit/Responses/Mail/MailParametersTest.php +++ b/tests/unit/Responses/Mail/MailParametersTest.php @@ -4,7 +4,7 @@ /** * SPDX-FileCopyrightText: 2024 Sebastian Krupinski - * SPDX-License-Identifier: AGPL-3.0-or-later + * SPDX-License-Identifier: AGPL-3.0-only */ namespace JmapClient\Tests\Unit\Responses\Mail;