Add missing copyright for files changed by Max Berger
This commit is contained in:
@@ -1,3 +1,23 @@
|
|||||||
|
# This file is part of Radicale - CalDAV and CardDAV server
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
|
#
|
||||||
|
# This library is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
"""
|
||||||
|
Common utilities for integration tests for radicale
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import pathlib
|
import pathlib
|
||||||
import socket
|
import socket
|
||||||
|
|||||||
@@ -1,3 +1,23 @@
|
|||||||
|
# This file is part of Radicale - CalDAV and CardDAV server
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
|
#
|
||||||
|
# This library is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
"""
|
||||||
|
Integration test for basic operations
|
||||||
|
"""
|
||||||
|
|
||||||
import pathlib
|
import pathlib
|
||||||
from typing import Any, Generator
|
from typing import Any, Generator
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,23 @@
|
|||||||
|
# This file is part of Radicale - CalDAV and CardDAV server
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
|
#
|
||||||
|
# This library is free software: you can redistribute it and/or modify
|
||||||
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
# the Free Software Foundation, either version 3 of the License, or
|
||||||
|
# (at your option) any later version.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
# GNU General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU General Public License
|
||||||
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
"""
|
||||||
|
Integration tests for sharing pages
|
||||||
|
"""
|
||||||
|
|
||||||
import pathlib
|
import pathlib
|
||||||
from typing import Any, Generator
|
from typing import Any, Generator
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# This file is part of Radicale Server - Calendar Server
|
# This file is part of Radicale Server - Calendar Server
|
||||||
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
#
|
#
|
||||||
# This library is free software: you can redistribute it and/or modify
|
# This library is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# This file is part of Radicale Server - Calendar Server
|
# This file is part of Radicale Server - Calendar Server
|
||||||
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
#
|
#
|
||||||
# This library is free software: you can redistribute it and/or modify
|
# This library is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# This file is part of Radicale - CalDAV and CardDAV server
|
# This file is part of Radicale - CalDAV and CardDAV server
|
||||||
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
# Copyright © 2026-2026 Peter Bieringer <pb@bieringer.de>
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
#
|
#
|
||||||
# This library is free software: you can redistribute it and/or modify
|
# This library is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
* Copyright © 2017-2024 Unrud <unrud@outlook.com>
|
||||||
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
* Copyright © 2023-2024 Matthew Hana <matthew.hana@gmail.com>
|
||||||
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
* Copyright © 2024-2025 Peter Bieringer <pb@bieringer.de>
|
||||||
|
* Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
# Copyright © 2009-2017 Guillaume Ayoub
|
# Copyright © 2009-2017 Guillaume Ayoub
|
||||||
# Copyright © 2017-2018 Unrud <unrud@outlook.com>
|
# Copyright © 2017-2018 Unrud <unrud@outlook.com>
|
||||||
# Copyright © 2024-2026 Peter Bieringer <pb@bieringer.de>
|
# Copyright © 2024-2026 Peter Bieringer <pb@bieringer.de>
|
||||||
|
# Copyright © 2026-2026 Max Berger <max@berger.name>
|
||||||
#
|
#
|
||||||
# This library is free software: you can redistribute it and/or modify
|
# This library is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
Reference in New Issue
Block a user