From 4210f3195fcee4008f38aa6850091e6a7cee7957 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 8 Jun 2019 17:42:07 +0300 Subject: [PATCH] Update copyright year --- maubot/__main__.py | 2 +- maubot/cli/base.py | 2 +- maubot/cli/cliq/cliq.py | 2 +- maubot/cli/cliq/validators.py | 2 +- maubot/cli/commands/build.py | 2 +- maubot/cli/commands/init.py | 2 +- maubot/cli/commands/login.py | 2 +- maubot/cli/commands/logs.py | 2 +- maubot/cli/commands/upload.py | 2 +- maubot/cli/config.py | 2 +- maubot/cli/util/spdx.py | 2 +- maubot/client.py | 2 +- maubot/config.py | 2 +- maubot/db.py | 2 +- maubot/handlers/command.py | 2 +- maubot/handlers/event.py | 2 +- maubot/instance.py | 2 +- maubot/loader/abc.py | 2 +- maubot/loader/zip.py | 2 +- maubot/management/api/__init__.py | 2 +- maubot/management/api/auth.py | 2 +- maubot/management/api/base.py | 2 +- maubot/management/api/client.py | 2 +- maubot/management/api/client_auth.py | 2 +- maubot/management/api/client_proxy.py | 2 +- maubot/management/api/dev_open.py | 2 +- maubot/management/api/instance.py | 2 +- maubot/management/api/instance_database.py | 2 +- maubot/management/api/log.py | 2 +- maubot/management/api/login.py | 2 +- maubot/management/api/middleware.py | 2 +- maubot/management/api/plugin.py | 2 +- maubot/management/api/plugin_upload.py | 2 +- maubot/management/api/responses.py | 2 +- maubot/management/frontend/public/index.html | 2 +- maubot/management/frontend/src/api.js | 2 +- maubot/management/frontend/src/components/PreferenceTable.js | 2 +- maubot/management/frontend/src/components/PrivateRoute.js | 2 +- maubot/management/frontend/src/components/Switch.js | 2 +- maubot/management/frontend/src/index.js | 2 +- maubot/management/frontend/src/pages/Login.js | 2 +- maubot/management/frontend/src/pages/Main.js | 2 +- maubot/management/frontend/src/pages/dashboard/Client.js | 2 +- maubot/management/frontend/src/pages/dashboard/Home.js | 2 +- maubot/management/frontend/src/pages/dashboard/Instance.js | 2 +- .../management/frontend/src/pages/dashboard/InstanceDatabase.js | 2 +- maubot/management/frontend/src/pages/dashboard/Log.js | 2 +- maubot/management/frontend/src/pages/dashboard/Modal.js | 2 +- maubot/management/frontend/src/pages/dashboard/Plugin.js | 2 +- maubot/management/frontend/src/pages/dashboard/index.js | 2 +- maubot/management/frontend/src/style/base/body.sass | 2 +- maubot/management/frontend/src/style/base/elements.sass | 2 +- maubot/management/frontend/src/style/base/vars.sass | 2 +- maubot/management/frontend/src/style/index.sass | 2 +- maubot/management/frontend/src/style/lib/preferencetable.sass | 2 +- maubot/management/frontend/src/style/lib/switch.sass | 2 +- maubot/management/frontend/src/style/pages/client/avatar.sass | 2 +- maubot/management/frontend/src/style/pages/client/index.sass | 2 +- maubot/management/frontend/src/style/pages/client/started.sass | 2 +- maubot/management/frontend/src/style/pages/dashboard.sass | 2 +- .../management/frontend/src/style/pages/instance-database.sass | 2 +- maubot/management/frontend/src/style/pages/instance.sass | 2 +- maubot/management/frontend/src/style/pages/log.sass | 2 +- maubot/management/frontend/src/style/pages/login.sass | 2 +- .../frontend/src/style/pages/mixins/instancelist.sass | 2 +- .../frontend/src/style/pages/mixins/upload-container.sass | 2 +- maubot/management/frontend/src/style/pages/modal.sass | 2 +- maubot/management/frontend/src/style/pages/plugin.sass | 2 +- maubot/management/frontend/src/style/pages/sidebar.sass | 2 +- maubot/management/frontend/src/style/pages/topbar.sass | 2 +- maubot/matrix.py | 2 +- maubot/plugin_base.py | 2 +- maubot/plugin_server.py | 2 +- maubot/server.py | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/maubot/__main__.py b/maubot/__main__.py index 586091e..6c0a96a 100644 --- a/maubot/__main__.py +++ b/maubot/__main__.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/base.py b/maubot/cli/base.py index 2201c30..1aaeec8 100644 --- a/maubot/cli/base.py +++ b/maubot/cli/base.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/cliq/cliq.py b/maubot/cli/cliq/cliq.py index 9d78325..32a28b1 100644 --- a/maubot/cli/cliq/cliq.py +++ b/maubot/cli/cliq/cliq.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/cliq/validators.py b/maubot/cli/cliq/validators.py index 2a98252..9a57914 100644 --- a/maubot/cli/cliq/validators.py +++ b/maubot/cli/cliq/validators.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/commands/build.py b/maubot/cli/commands/build.py index a5e6148..8eddae8 100644 --- a/maubot/cli/commands/build.py +++ b/maubot/cli/commands/build.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/commands/init.py b/maubot/cli/commands/init.py index cc6b55e..7372a2d 100644 --- a/maubot/cli/commands/init.py +++ b/maubot/cli/commands/init.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/commands/login.py b/maubot/cli/commands/login.py index 7171a6e..1d2f3bb 100644 --- a/maubot/cli/commands/login.py +++ b/maubot/cli/commands/login.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/commands/logs.py b/maubot/cli/commands/logs.py index 52018e1..d16b68e 100644 --- a/maubot/cli/commands/logs.py +++ b/maubot/cli/commands/logs.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/commands/upload.py b/maubot/cli/commands/upload.py index 2111d8a..cb5b4b5 100644 --- a/maubot/cli/commands/upload.py +++ b/maubot/cli/commands/upload.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/config.py b/maubot/cli/config.py index 08995f6..5be4ec7 100644 --- a/maubot/cli/config.py +++ b/maubot/cli/config.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/cli/util/spdx.py b/maubot/cli/util/spdx.py index 2655356..08e245b 100644 --- a/maubot/cli/util/spdx.py +++ b/maubot/cli/util/spdx.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/client.py b/maubot/client.py index 1ec6d4f..cf0ec2e 100644 --- a/maubot/client.py +++ b/maubot/client.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/config.py b/maubot/config.py index 9b18b6b..3901dad 100644 --- a/maubot/config.py +++ b/maubot/config.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/db.py b/maubot/db.py index 709795d..b1ef598 100644 --- a/maubot/db.py +++ b/maubot/db.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/handlers/command.py b/maubot/handlers/command.py index 2d7d1a6..0f1e0cd 100644 --- a/maubot/handlers/command.py +++ b/maubot/handlers/command.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/handlers/event.py b/maubot/handlers/event.py index d6bde8e..1c0d72b 100644 --- a/maubot/handlers/event.py +++ b/maubot/handlers/event.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/instance.py b/maubot/instance.py index 114858d..11b5da6 100644 --- a/maubot/instance.py +++ b/maubot/instance.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/loader/abc.py b/maubot/loader/abc.py index 4f0c5ed..eabc728 100644 --- a/maubot/loader/abc.py +++ b/maubot/loader/abc.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/loader/zip.py b/maubot/loader/zip.py index 7fd63cf..7262bf0 100644 --- a/maubot/loader/zip.py +++ b/maubot/loader/zip.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/__init__.py b/maubot/management/api/__init__.py index 5a56534..5326039 100644 --- a/maubot/management/api/__init__.py +++ b/maubot/management/api/__init__.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/auth.py b/maubot/management/api/auth.py index 2001b7c..4675301 100644 --- a/maubot/management/api/auth.py +++ b/maubot/management/api/auth.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/base.py b/maubot/management/api/base.py index c1e80e3..b6a5dea 100644 --- a/maubot/management/api/base.py +++ b/maubot/management/api/base.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/client.py b/maubot/management/api/client.py index 8fbf894..eb1748a 100644 --- a/maubot/management/api/client.py +++ b/maubot/management/api/client.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/client_auth.py b/maubot/management/api/client_auth.py index a23083a..1aa54b4 100644 --- a/maubot/management/api/client_auth.py +++ b/maubot/management/api/client_auth.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/client_proxy.py b/maubot/management/api/client_proxy.py index d34f236..f95de23 100644 --- a/maubot/management/api/client_proxy.py +++ b/maubot/management/api/client_proxy.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/dev_open.py b/maubot/management/api/dev_open.py index 1447edb..323c515 100644 --- a/maubot/management/api/dev_open.py +++ b/maubot/management/api/dev_open.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/instance.py b/maubot/management/api/instance.py index 80d0c08..944c41f 100644 --- a/maubot/management/api/instance.py +++ b/maubot/management/api/instance.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/instance_database.py b/maubot/management/api/instance_database.py index 7a0eb55..bc3baf3 100644 --- a/maubot/management/api/instance_database.py +++ b/maubot/management/api/instance_database.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/log.py b/maubot/management/api/log.py index fee233f..d4e78cc 100644 --- a/maubot/management/api/log.py +++ b/maubot/management/api/log.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/login.py b/maubot/management/api/login.py index 1229e6b..21f9342 100644 --- a/maubot/management/api/login.py +++ b/maubot/management/api/login.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/middleware.py b/maubot/management/api/middleware.py index ecba3b8..ff6b4c1 100644 --- a/maubot/management/api/middleware.py +++ b/maubot/management/api/middleware.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/plugin.py b/maubot/management/api/plugin.py index 92bd744..4429e11 100644 --- a/maubot/management/api/plugin.py +++ b/maubot/management/api/plugin.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/plugin_upload.py b/maubot/management/api/plugin_upload.py index 7abee4f..7b5b5de 100644 --- a/maubot/management/api/plugin_upload.py +++ b/maubot/management/api/plugin_upload.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/api/responses.py b/maubot/management/api/responses.py index f823d6f..5fac09b 100644 --- a/maubot/management/api/responses.py +++ b/maubot/management/api/responses.py @@ -1,5 +1,5 @@ # maubot - A plugin-based Matrix bot system. -# Copyright (C) 2018 Tulir Asokan +# Copyright (C) 2019 Tulir Asokan # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/maubot/management/frontend/public/index.html b/maubot/management/frontend/public/index.html index 1beecf9..43255d8 100644 --- a/maubot/management/frontend/public/index.html +++ b/maubot/management/frontend/public/index.html @@ -1,6 +1,6 @@