Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/ArrayObjectCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/Bearer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationBearer.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationCustom.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationJsonBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/IAuthenticationJsonBasicCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/JsonBasic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/JsonBasicCookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Authentication/None.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Authentication;
Expand Down
2 changes: 1 addition & 1 deletion lib/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2023 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient;
Expand Down
2 changes: 1 addition & 1 deletion lib/Exceptions/InvalidParameterTypeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Exceptions;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Blob/BlobGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Blob;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Blob/BlobParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Blob;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Blob/BlobSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Blob;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/CalendarChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/CalendarGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/CalendarParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/CalendarPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/CalendarSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventCommonParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventMutationParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventNotificationParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventParticipantIdentityChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventParticipantIdentityGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventParticipantIdentitySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2025 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventParticipantParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventPhysicalLocationParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
2 changes: 1 addition & 1 deletion lib/Requests/Calendar/EventQueryChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* SPDX-FileCopyrightText: 2024 Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace JmapClient\Requests\Calendar;
Expand Down
Loading
Loading