From e85a4cebb0b667238acd27ea6162b188ca42d784 Mon Sep 17 00:00:00 2001 From: Martin Rey Date: Tue, 29 Sep 2020 00:54:34 +0200 Subject: [PATCH] [misc] Add member to copyright section of edited files --- kibicara/email.py | 1 + kibicara/kibicara.py | 1 + kibicara/model.py | 1 + kibicara/platformapi.py | 1 + kibicara/platforms/email/model.py | 1 + kibicara/platforms/telegram/model.py | 1 + kibicara/platforms/test/bot.py | 1 + kibicara/platforms/test/model.py | 1 + kibicara/platforms/twitter/model.py | 1 + kibicara/webapi/__init__.py | 1 + kibicara/webapi/admin.py | 1 + kibicara/webapi/hoods/__init__.py | 1 + kibicara/webapi/hoods/badwords.py | 1 + kibicara/webapi/hoods/triggers.py | 1 + tests/tests_telegram/conftest.py | 1 + tests/tests_twitter/conftest.py | 1 + 16 files changed, 16 insertions(+) diff --git a/kibicara/email.py b/kibicara/email.py index 9b4b384..42bf034 100644 --- a/kibicara/email.py +++ b/kibicara/email.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/kibicara.py b/kibicara/kibicara.py index b4d9b38..0e38e8b 100644 --- a/kibicara/kibicara.py +++ b/kibicara/kibicara.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/model.py b/kibicara/model.py index 5876a4b..e7554a9 100644 --- a/kibicara/model.py +++ b/kibicara/model.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platformapi.py b/kibicara/platformapi.py index 89666fb..a29f995 100644 --- a/kibicara/platformapi.py +++ b/kibicara/platformapi.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platforms/email/model.py b/kibicara/platforms/email/model.py index a8686f4..a7fa87a 100644 --- a/kibicara/platforms/email/model.py +++ b/kibicara/platforms/email/model.py @@ -1,6 +1,7 @@ # Copyright (C) 2020 by Maike # Copyright (C) 2020 by Cathy Hu # Copyright (C) 2020 by Thomas Lindner +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platforms/telegram/model.py b/kibicara/platforms/telegram/model.py index a5beae1..932259a 100644 --- a/kibicara/platforms/telegram/model.py +++ b/kibicara/platforms/telegram/model.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platforms/test/bot.py b/kibicara/platforms/test/bot.py index cbb84f5..b46fe2f 100644 --- a/kibicara/platforms/test/bot.py +++ b/kibicara/platforms/test/bot.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platforms/test/model.py b/kibicara/platforms/test/model.py index 2443cca..1921ebc 100644 --- a/kibicara/platforms/test/model.py +++ b/kibicara/platforms/test/model.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 by Thomas Lindner +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/platforms/twitter/model.py b/kibicara/platforms/twitter/model.py index d60af97..d1c3e56 100644 --- a/kibicara/platforms/twitter/model.py +++ b/kibicara/platforms/twitter/model.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/webapi/__init__.py b/kibicara/webapi/__init__.py index 4387224..22b8ba5 100644 --- a/kibicara/webapi/__init__.py +++ b/kibicara/webapi/__init__.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/webapi/admin.py b/kibicara/webapi/admin.py index 485670d..7956688 100644 --- a/kibicara/webapi/admin.py +++ b/kibicara/webapi/admin.py @@ -1,6 +1,7 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu # Copyright (C) 2020 by Christian Hagenest +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/webapi/hoods/__init__.py b/kibicara/webapi/hoods/__init__.py index 9f770c4..0294573 100644 --- a/kibicara/webapi/hoods/__init__.py +++ b/kibicara/webapi/hoods/__init__.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/webapi/hoods/badwords.py b/kibicara/webapi/hoods/badwords.py index aab6b55..67caf21 100644 --- a/kibicara/webapi/hoods/badwords.py +++ b/kibicara/webapi/hoods/badwords.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/kibicara/webapi/hoods/triggers.py b/kibicara/webapi/hoods/triggers.py index b362772..8c13685 100644 --- a/kibicara/webapi/hoods/triggers.py +++ b/kibicara/webapi/hoods/triggers.py @@ -1,5 +1,6 @@ # Copyright (C) 2020 by Thomas Lindner # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/tests/tests_telegram/conftest.py b/tests/tests_telegram/conftest.py index aa2b8ef..d8f8632 100644 --- a/tests/tests_telegram/conftest.py +++ b/tests/tests_telegram/conftest.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD diff --git a/tests/tests_twitter/conftest.py b/tests/tests_twitter/conftest.py index 556ff11..524c628 100644 --- a/tests/tests_twitter/conftest.py +++ b/tests/tests_twitter/conftest.py @@ -1,4 +1,5 @@ # Copyright (C) 2020 by Cathy Hu +# Copyright (C) 2020 by Martin Rey # # SPDX-License-Identifier: 0BSD