summary refs log tree commit diff
path: root/synapse/api/auth
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--synapse/api/auth/__init__.py1
-rw-r--r--synapse/api/auth/base.py1
-rw-r--r--synapse/api/auth/internal.py1
-rw-r--r--synapse/api/auth/msc3861_delegated.py1
-rw-r--r--synapse/api/auth_blocking.py1
5 files changed, 5 insertions, 0 deletions
diff --git a/synapse/api/auth/__init__.py b/synapse/api/auth/__init__.py

index 9a50925b32..234dcf1ca4 100644 --- a/synapse/api/auth/__init__.py +++ b/synapse/api/auth/__init__.py
@@ -1,6 +1,7 @@ # # This file is licensed under the Affero General Public License (AGPL) version 3. # +# Copyright 2023 The Matrix.org Foundation. # Copyright (C) 2023 New Vector, Ltd # # This program is free software: you can redistribute it and/or modify diff --git a/synapse/api/auth/base.py b/synapse/api/auth/base.py
index 71b8237087..fc1c0cc903 100644 --- a/synapse/api/auth/base.py +++ b/synapse/api/auth/base.py
@@ -1,6 +1,7 @@ # # This file is licensed under the Affero General Public License (AGPL) version 3. # +# Copyright 2023 The Matrix.org Foundation. # Copyright (C) 2023 New Vector, Ltd # # This program is free software: you can redistribute it and/or modify diff --git a/synapse/api/auth/internal.py b/synapse/api/auth/internal.py
index 832dfd0b0a..2878f3e6e9 100644 --- a/synapse/api/auth/internal.py +++ b/synapse/api/auth/internal.py
@@ -1,6 +1,7 @@ # # This file is licensed under the Affero General Public License (AGPL) version 3. # +# Copyright 2023 The Matrix.org Foundation. # Copyright (C) 2023 New Vector, Ltd # # This program is free software: you can redistribute it and/or modify diff --git a/synapse/api/auth/msc3861_delegated.py b/synapse/api/auth/msc3861_delegated.py
index 86b9ad96c9..3146e1577c 100644 --- a/synapse/api/auth/msc3861_delegated.py +++ b/synapse/api/auth/msc3861_delegated.py
@@ -1,6 +1,7 @@ # # This file is licensed under the Affero General Public License (AGPL) version 3. # +# Copyright 2023 The Matrix.org Foundation. # Copyright (C) 2023 New Vector, Ltd # # This program is free software: you can redistribute it and/or modify diff --git a/synapse/api/auth_blocking.py b/synapse/api/auth_blocking.py
index ed3095f26e..303c9ba03e 100644 --- a/synapse/api/auth_blocking.py +++ b/synapse/api/auth_blocking.py
@@ -1,6 +1,7 @@ # # This file is licensed under the Affero General Public License (AGPL) version 3. # +# Copyright 2020 The Matrix.org Foundation C.I.C. # Copyright (C) 2023 New Vector, Ltd # # This program is free software: you can redistribute it and/or modify