From f162f0ab60f08def35aeb490a3d000b79e8204d2 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Fri, 24 Sep 2021 11:33:06 -0600 Subject: [PATCH] Update license headers --- LICENSE | 4 ++-- __init__.py | 2 +- config.ci.py | 2 +- config.example.py | 2 +- litecord/__init__.py | 2 +- litecord/admin_schemas.py | 2 +- litecord/auth.py | 2 +- litecord/blueprints/__init__.py | 2 +- litecord/blueprints/admin_api/__init__.py | 2 +- litecord/blueprints/admin_api/features.py | 2 +- litecord/blueprints/admin_api/guilds.py | 2 +- litecord/blueprints/admin_api/instance_invites.py | 2 +- litecord/blueprints/admin_api/users.py | 2 +- litecord/blueprints/admin_api/voice.py | 2 +- litecord/blueprints/applications.py | 2 +- litecord/blueprints/attachments.py | 2 +- litecord/blueprints/auth.py | 2 +- litecord/blueprints/channel/__init__.py | 2 +- litecord/blueprints/channel/messages.py | 2 +- litecord/blueprints/channel/pins.py | 2 +- litecord/blueprints/channel/reactions.py | 2 +- litecord/blueprints/channels.py | 2 +- litecord/blueprints/checks.py | 2 +- litecord/blueprints/dm_channels.py | 2 +- litecord/blueprints/dms.py | 2 +- litecord/blueprints/gateway.py | 2 +- litecord/blueprints/guild/__init__.py | 2 +- litecord/blueprints/guild/channels.py | 2 +- litecord/blueprints/guild/emoji.py | 2 +- litecord/blueprints/guild/members.py | 2 +- litecord/blueprints/guild/mod.py | 2 +- litecord/blueprints/guild/roles.py | 2 +- litecord/blueprints/guilds.py | 2 +- litecord/blueprints/icons.py | 2 +- litecord/blueprints/invites.py | 2 +- litecord/blueprints/nodeinfo.py | 2 +- litecord/blueprints/read_states.py | 2 +- litecord/blueprints/relationships.py | 2 +- litecord/blueprints/science.py | 2 +- litecord/blueprints/static.py | 2 +- litecord/blueprints/stickers.py | 2 +- litecord/blueprints/store.py | 2 +- litecord/blueprints/user/__init__.py | 2 +- litecord/blueprints/user/billing.py | 2 +- litecord/blueprints/user/billing_job.py | 2 +- litecord/blueprints/user/fake_store.py | 2 +- litecord/blueprints/user/settings.py | 2 +- litecord/blueprints/users.py | 2 +- litecord/blueprints/voice.py | 2 +- litecord/blueprints/webhooks.py | 2 +- litecord/common/channels.py | 2 +- litecord/common/guilds.py | 2 +- litecord/common/users.py | 2 +- litecord/dispatcher.py | 2 +- litecord/embed/__init__.py | 2 +- litecord/embed/messages.py | 2 +- litecord/embed/sanitizer.py | 2 +- litecord/embed/schemas.py | 2 +- litecord/enums.py | 2 +- litecord/errors.py | 2 +- litecord/gateway/encoding.py | 2 +- litecord/gateway/errors.py | 2 +- litecord/gateway/gateway.py | 2 +- litecord/gateway/opcodes.py | 2 +- litecord/gateway/schemas.py | 2 +- litecord/gateway/state.py | 2 +- litecord/gateway/state_manager.py | 2 +- litecord/gateway/utils.py | 2 +- litecord/gateway/websocket.py | 2 +- litecord/guild_memory_store.py | 2 +- litecord/images.py | 2 +- litecord/jobs.py | 2 +- litecord/permissions.py | 2 +- litecord/presence.py | 2 +- litecord/pubsub/__init__.py | 2 +- litecord/pubsub/channel.py | 2 +- litecord/pubsub/dispatcher.py | 2 +- litecord/pubsub/friend.py | 2 +- litecord/pubsub/guild.py | 2 +- litecord/pubsub/lazy_guild.py | 2 +- litecord/pubsub/member.py | 2 +- litecord/pubsub/user.py | 2 +- litecord/pubsub/utils.py | 2 +- litecord/ratelimits/bucket.py | 2 +- litecord/ratelimits/handler.py | 2 +- litecord/ratelimits/main.py | 2 +- litecord/schemas.py | 2 +- litecord/snowflake.py | 2 +- litecord/storage.py | 2 +- litecord/system_messages.py | 2 +- litecord/types.py | 2 +- litecord/user_storage.py | 2 +- litecord/utils.py | 2 +- litecord/voice/lvsp_conn.py | 2 +- litecord/voice/lvsp_manager.py | 2 +- litecord/voice/lvsp_opcodes.py | 2 +- litecord/voice/manager.py | 2 +- litecord/voice/state.py | 2 +- manage.py | 2 +- manage/__init__.py | 2 +- manage/cmd/invites.py | 2 +- manage/cmd/migration/__init__.py | 2 +- manage/cmd/migration/command.py | 2 +- manage/cmd/users.py | 2 +- manage/main.py | 2 +- run.py | 2 +- setup.py | 2 +- tests/common.py | 2 +- tests/conftest.py | 2 +- tests/test_admin_api/test_guilds.py | 2 +- tests/test_admin_api/test_instance_invites.py | 2 +- tests/test_admin_api/test_users.py | 2 +- tests/test_channels.py | 2 +- tests/test_embeds.py | 2 +- tests/test_gateway.py | 2 +- tests/test_guild.py | 2 +- tests/test_invites.py | 2 +- tests/test_main.py | 2 +- tests/test_messages.py | 2 +- tests/test_no_tracking.py | 2 +- tests/test_ratelimits.py | 2 +- tests/test_user.py | 2 +- tests/test_webhooks.py | 2 +- tests/test_websocket.py | 2 +- 124 files changed, 125 insertions(+), 125 deletions(-) diff --git a/LICENSE b/LICENSE index f1d5400..8bd7101 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Litecord - Copyright (C) 2018 Luna Mendes + Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 @@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - litecord Copyright (C) 2018 Luna Mendes + litecord Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/__init__.py b/__init__.py index 62dfb89..f0e4609 100644 --- a/__init__.py +++ b/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/config.ci.py b/config.ci.py index 911085a..83290d3 100644 --- a/config.ci.py +++ b/config.ci.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/config.example.py b/config.example.py index 999add7..f5c2b8a 100644 --- a/config.example.py +++ b/config.example.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/__init__.py b/litecord/__init__.py index d21f555..3878d03 100644 --- a/litecord/__init__.py +++ b/litecord/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/admin_schemas.py b/litecord/admin_schemas.py index 900f734..39cc244 100644 --- a/litecord/admin_schemas.py +++ b/litecord/admin_schemas.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/auth.py b/litecord/auth.py index 849a45a..841c49d 100644 --- a/litecord/auth.py +++ b/litecord/auth.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/__init__.py b/litecord/blueprints/__init__.py index e02db5b..0d8ad80 100644 --- a/litecord/blueprints/__init__.py +++ b/litecord/blueprints/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/__init__.py b/litecord/blueprints/admin_api/__init__.py index ab0e1e8..633221b 100644 --- a/litecord/blueprints/admin_api/__init__.py +++ b/litecord/blueprints/admin_api/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/features.py b/litecord/blueprints/admin_api/features.py index 2d9d655..6e4aeb6 100644 --- a/litecord/blueprints/admin_api/features.py +++ b/litecord/blueprints/admin_api/features.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/guilds.py b/litecord/blueprints/admin_api/guilds.py index 153bdff..e1d98d3 100644 --- a/litecord/blueprints/admin_api/guilds.py +++ b/litecord/blueprints/admin_api/guilds.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/instance_invites.py b/litecord/blueprints/admin_api/instance_invites.py index 2a9540d..d053dc9 100644 --- a/litecord/blueprints/admin_api/instance_invites.py +++ b/litecord/blueprints/admin_api/instance_invites.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/users.py b/litecord/blueprints/admin_api/users.py index d18cb76..4c04fc7 100644 --- a/litecord/blueprints/admin_api/users.py +++ b/litecord/blueprints/admin_api/users.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/admin_api/voice.py b/litecord/blueprints/admin_api/voice.py index 6326003..83a33ba 100644 --- a/litecord/blueprints/admin_api/voice.py +++ b/litecord/blueprints/admin_api/voice.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/applications.py b/litecord/blueprints/applications.py index 5b789c2..67b39a7 100644 --- a/litecord/blueprints/applications.py +++ b/litecord/blueprints/applications.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/attachments.py b/litecord/blueprints/attachments.py index 49da21a..9c60082 100644 --- a/litecord/blueprints/attachments.py +++ b/litecord/blueprints/attachments.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/auth.py b/litecord/blueprints/auth.py index dda3e4f..c801bde 100644 --- a/litecord/blueprints/auth.py +++ b/litecord/blueprints/auth.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/channel/__init__.py b/litecord/blueprints/channel/__init__.py index fc08dd2..081f072 100644 --- a/litecord/blueprints/channel/__init__.py +++ b/litecord/blueprints/channel/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/channel/messages.py b/litecord/blueprints/channel/messages.py index 98f7e3b..ee1b6ba 100644 --- a/litecord/blueprints/channel/messages.py +++ b/litecord/blueprints/channel/messages.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/channel/pins.py b/litecord/blueprints/channel/pins.py index 477d543..56db54e 100644 --- a/litecord/blueprints/channel/pins.py +++ b/litecord/blueprints/channel/pins.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/channel/reactions.py b/litecord/blueprints/channel/reactions.py index 3fa18a6..b42c47f 100644 --- a/litecord/blueprints/channel/reactions.py +++ b/litecord/blueprints/channel/reactions.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/channels.py b/litecord/blueprints/channels.py index d1caf94..21dcb55 100644 --- a/litecord/blueprints/channels.py +++ b/litecord/blueprints/channels.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/checks.py b/litecord/blueprints/checks.py index aa126b8..ddd345d 100644 --- a/litecord/blueprints/checks.py +++ b/litecord/blueprints/checks.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/dm_channels.py b/litecord/blueprints/dm_channels.py index 041c288..a126928 100644 --- a/litecord/blueprints/dm_channels.py +++ b/litecord/blueprints/dm_channels.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/dms.py b/litecord/blueprints/dms.py index 5c7ad31..de0d10d 100644 --- a/litecord/blueprints/dms.py +++ b/litecord/blueprints/dms.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/gateway.py b/litecord/blueprints/gateway.py index bb90d42..5453cef 100644 --- a/litecord/blueprints/gateway.py +++ b/litecord/blueprints/gateway.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/__init__.py b/litecord/blueprints/guild/__init__.py index 31c2640..37be2f8 100644 --- a/litecord/blueprints/guild/__init__.py +++ b/litecord/blueprints/guild/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/channels.py b/litecord/blueprints/guild/channels.py index 56a1d21..6cce8d0 100644 --- a/litecord/blueprints/guild/channels.py +++ b/litecord/blueprints/guild/channels.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/emoji.py b/litecord/blueprints/guild/emoji.py index 1716af2..aa8d7e5 100644 --- a/litecord/blueprints/guild/emoji.py +++ b/litecord/blueprints/guild/emoji.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/members.py b/litecord/blueprints/guild/members.py index 0f77dc8..e6aae5c 100644 --- a/litecord/blueprints/guild/members.py +++ b/litecord/blueprints/guild/members.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/mod.py b/litecord/blueprints/guild/mod.py index 8084e72..913c3cc 100644 --- a/litecord/blueprints/guild/mod.py +++ b/litecord/blueprints/guild/mod.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guild/roles.py b/litecord/blueprints/guild/roles.py index 265ccf8..dc7a122 100644 --- a/litecord/blueprints/guild/roles.py +++ b/litecord/blueprints/guild/roles.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/guilds.py b/litecord/blueprints/guilds.py index 4ada15f..0e064cd 100644 --- a/litecord/blueprints/guilds.py +++ b/litecord/blueprints/guilds.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/icons.py b/litecord/blueprints/icons.py index fc6eec3..2d455d9 100644 --- a/litecord/blueprints/icons.py +++ b/litecord/blueprints/icons.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/invites.py b/litecord/blueprints/invites.py index c31820a..c53b739 100644 --- a/litecord/blueprints/invites.py +++ b/litecord/blueprints/invites.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/nodeinfo.py b/litecord/blueprints/nodeinfo.py index 7afefb2..a15e84b 100644 --- a/litecord/blueprints/nodeinfo.py +++ b/litecord/blueprints/nodeinfo.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/read_states.py b/litecord/blueprints/read_states.py index 04053b5..827698a 100644 --- a/litecord/blueprints/read_states.py +++ b/litecord/blueprints/read_states.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/relationships.py b/litecord/blueprints/relationships.py index 7e88af2..50b7310 100644 --- a/litecord/blueprints/relationships.py +++ b/litecord/blueprints/relationships.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/science.py b/litecord/blueprints/science.py index 7a5273c..ba995b0 100644 --- a/litecord/blueprints/science.py +++ b/litecord/blueprints/science.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/static.py b/litecord/blueprints/static.py index 61f2148..63ca185 100644 --- a/litecord/blueprints/static.py +++ b/litecord/blueprints/static.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/stickers.py b/litecord/blueprints/stickers.py index afd8297..824f74a 100644 --- a/litecord/blueprints/stickers.py +++ b/litecord/blueprints/stickers.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/store.py b/litecord/blueprints/store.py index 27a22a7..46efc4a 100644 --- a/litecord/blueprints/store.py +++ b/litecord/blueprints/store.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/user/__init__.py b/litecord/blueprints/user/__init__.py index bd27fa4..a383443 100644 --- a/litecord/blueprints/user/__init__.py +++ b/litecord/blueprints/user/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/user/billing.py b/litecord/blueprints/user/billing.py index 30e27e3..8d159fa 100644 --- a/litecord/blueprints/user/billing.py +++ b/litecord/blueprints/user/billing.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/user/billing_job.py b/litecord/blueprints/user/billing_job.py index 0824f82..3676ef7 100644 --- a/litecord/blueprints/user/billing_job.py +++ b/litecord/blueprints/user/billing_job.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/user/fake_store.py b/litecord/blueprints/user/fake_store.py index 7f4fc3c..eaeef0e 100644 --- a/litecord/blueprints/user/fake_store.py +++ b/litecord/blueprints/user/fake_store.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/user/settings.py b/litecord/blueprints/user/settings.py index ae05b59..cc8c018 100644 --- a/litecord/blueprints/user/settings.py +++ b/litecord/blueprints/user/settings.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/users.py b/litecord/blueprints/users.py index af4e028..f50e583 100644 --- a/litecord/blueprints/users.py +++ b/litecord/blueprints/users.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/voice.py b/litecord/blueprints/voice.py index dd3cad5..cde0db8 100644 --- a/litecord/blueprints/voice.py +++ b/litecord/blueprints/voice.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/blueprints/webhooks.py b/litecord/blueprints/webhooks.py index fb5e7b7..9c903da 100644 --- a/litecord/blueprints/webhooks.py +++ b/litecord/blueprints/webhooks.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/common/channels.py b/litecord/common/channels.py index 08ff7f0..7245e20 100644 --- a/litecord/common/channels.py +++ b/litecord/common/channels.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/common/guilds.py b/litecord/common/guilds.py index 44ec3f4..476d9a1 100644 --- a/litecord/common/guilds.py +++ b/litecord/common/guilds.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/common/users.py b/litecord/common/users.py index 550218b..04428cc 100644 --- a/litecord/common/users.py +++ b/litecord/common/users.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/dispatcher.py b/litecord/dispatcher.py index 21e3dfe..67c27d5 100644 --- a/litecord/dispatcher.py +++ b/litecord/dispatcher.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/embed/__init__.py b/litecord/embed/__init__.py index c813d99..35a696e 100644 --- a/litecord/embed/__init__.py +++ b/litecord/embed/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/embed/messages.py b/litecord/embed/messages.py index 69b1576..72be730 100644 --- a/litecord/embed/messages.py +++ b/litecord/embed/messages.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/embed/sanitizer.py b/litecord/embed/sanitizer.py index 992522b..79416d9 100644 --- a/litecord/embed/sanitizer.py +++ b/litecord/embed/sanitizer.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/embed/schemas.py b/litecord/embed/schemas.py index 7df073c..b3521c2 100644 --- a/litecord/embed/schemas.py +++ b/litecord/embed/schemas.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/enums.py b/litecord/enums.py index 284204c..394ec04 100644 --- a/litecord/enums.py +++ b/litecord/enums.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/errors.py b/litecord/errors.py index 89463be..23ffea4 100644 --- a/litecord/errors.py +++ b/litecord/errors.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/encoding.py b/litecord/gateway/encoding.py index 788d2b7..a2001d8 100644 --- a/litecord/gateway/encoding.py +++ b/litecord/gateway/encoding.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/errors.py b/litecord/gateway/errors.py index 569bc88..0b89dc2 100644 --- a/litecord/gateway/errors.py +++ b/litecord/gateway/errors.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/gateway.py b/litecord/gateway/gateway.py index c7f0cf1..50c231a 100644 --- a/litecord/gateway/gateway.py +++ b/litecord/gateway/gateway.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/opcodes.py b/litecord/gateway/opcodes.py index 626d109..67c7463 100644 --- a/litecord/gateway/opcodes.py +++ b/litecord/gateway/opcodes.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/schemas.py b/litecord/gateway/schemas.py index 8335a37..d969762 100644 --- a/litecord/gateway/schemas.py +++ b/litecord/gateway/schemas.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/state.py b/litecord/gateway/state.py index 3d97788..840af3e 100644 --- a/litecord/gateway/state.py +++ b/litecord/gateway/state.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/state_manager.py b/litecord/gateway/state_manager.py index bbfdc2c..c1b88bf 100644 --- a/litecord/gateway/state_manager.py +++ b/litecord/gateway/state_manager.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/utils.py b/litecord/gateway/utils.py index 8f158b3..81da248 100644 --- a/litecord/gateway/utils.py +++ b/litecord/gateway/utils.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/gateway/websocket.py b/litecord/gateway/websocket.py index c306591..6a9bf4d 100644 --- a/litecord/gateway/websocket.py +++ b/litecord/gateway/websocket.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/guild_memory_store.py b/litecord/guild_memory_store.py index 223891c..b2541d0 100644 --- a/litecord/guild_memory_store.py +++ b/litecord/guild_memory_store.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/images.py b/litecord/images.py index d13f997..e14ab2d 100644 --- a/litecord/images.py +++ b/litecord/images.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/jobs.py b/litecord/jobs.py index 44342e1..46e3ad1 100644 --- a/litecord/jobs.py +++ b/litecord/jobs.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/permissions.py b/litecord/permissions.py index 654e2be..3825fe3 100644 --- a/litecord/permissions.py +++ b/litecord/permissions.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/presence.py b/litecord/presence.py index 32600ae..398bbe0 100644 --- a/litecord/presence.py +++ b/litecord/presence.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/__init__.py b/litecord/pubsub/__init__.py index a038822..b4e20f3 100644 --- a/litecord/pubsub/__init__.py +++ b/litecord/pubsub/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/channel.py b/litecord/pubsub/channel.py index 4cdb9b2..67826d0 100644 --- a/litecord/pubsub/channel.py +++ b/litecord/pubsub/channel.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/dispatcher.py b/litecord/pubsub/dispatcher.py index 50e3ead..b617dc0 100644 --- a/litecord/pubsub/dispatcher.py +++ b/litecord/pubsub/dispatcher.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/friend.py b/litecord/pubsub/friend.py index c129ed3..aa9ba3d 100644 --- a/litecord/pubsub/friend.py +++ b/litecord/pubsub/friend.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/guild.py b/litecord/pubsub/guild.py index 32a3e6d..ab9194a 100644 --- a/litecord/pubsub/guild.py +++ b/litecord/pubsub/guild.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/lazy_guild.py b/litecord/pubsub/lazy_guild.py index 9b9dd0c..69f57a6 100644 --- a/litecord/pubsub/lazy_guild.py +++ b/litecord/pubsub/lazy_guild.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/member.py b/litecord/pubsub/member.py index d026ef9..c7679da 100644 --- a/litecord/pubsub/member.py +++ b/litecord/pubsub/member.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/user.py b/litecord/pubsub/user.py index 178d6b8..d3b4220 100644 --- a/litecord/pubsub/user.py +++ b/litecord/pubsub/user.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/pubsub/utils.py b/litecord/pubsub/utils.py index bb1981b..614553d 100644 --- a/litecord/pubsub/utils.py +++ b/litecord/pubsub/utils.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/ratelimits/bucket.py b/litecord/ratelimits/bucket.py index c79bca2..817ab24 100644 --- a/litecord/ratelimits/bucket.py +++ b/litecord/ratelimits/bucket.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/ratelimits/handler.py b/litecord/ratelimits/handler.py index 74b2270..708feb9 100644 --- a/litecord/ratelimits/handler.py +++ b/litecord/ratelimits/handler.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/ratelimits/main.py b/litecord/ratelimits/main.py index 88ec1a2..6ede010 100644 --- a/litecord/ratelimits/main.py +++ b/litecord/ratelimits/main.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/schemas.py b/litecord/schemas.py index 2d4fca1..0803e4e 100644 --- a/litecord/schemas.py +++ b/litecord/schemas.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/snowflake.py b/litecord/snowflake.py index 24a83c8..dbf47b1 100644 --- a/litecord/snowflake.py +++ b/litecord/snowflake.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/storage.py b/litecord/storage.py index eca2481..a4cec8b 100644 --- a/litecord/storage.py +++ b/litecord/storage.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/system_messages.py b/litecord/system_messages.py index b32168d..e1f18e0 100644 --- a/litecord/system_messages.py +++ b/litecord/system_messages.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/types.py b/litecord/types.py index da8b157..81ac165 100644 --- a/litecord/types.py +++ b/litecord/types.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/user_storage.py b/litecord/user_storage.py index 02979fd..1dadd8a 100644 --- a/litecord/user_storage.py +++ b/litecord/user_storage.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/utils.py b/litecord/utils.py index 355bebf..028f7e6 100644 --- a/litecord/utils.py +++ b/litecord/utils.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/voice/lvsp_conn.py b/litecord/voice/lvsp_conn.py index 30a39da..8743f37 100644 --- a/litecord/voice/lvsp_conn.py +++ b/litecord/voice/lvsp_conn.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/voice/lvsp_manager.py b/litecord/voice/lvsp_manager.py index 178ab41..f3e1265 100644 --- a/litecord/voice/lvsp_manager.py +++ b/litecord/voice/lvsp_manager.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/voice/lvsp_opcodes.py b/litecord/voice/lvsp_opcodes.py index b617fae..9f27cc1 100644 --- a/litecord/voice/lvsp_opcodes.py +++ b/litecord/voice/lvsp_opcodes.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/voice/manager.py b/litecord/voice/manager.py index 5499363..09d43bc 100644 --- a/litecord/voice/manager.py +++ b/litecord/voice/manager.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/litecord/voice/state.py b/litecord/voice/state.py index b3d8d31..b993be7 100644 --- a/litecord/voice/state.py +++ b/litecord/voice/state.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage.py b/manage.py index 454f304..5a2a2de 100755 --- a/manage.py +++ b/manage.py @@ -2,7 +2,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/__init__.py b/manage/__init__.py index d21f555..3878d03 100644 --- a/manage/__init__.py +++ b/manage/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/cmd/invites.py b/manage/cmd/invites.py index 05b3edc..7f354b0 100644 --- a/manage/cmd/invites.py +++ b/manage/cmd/invites.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/cmd/migration/__init__.py b/manage/cmd/migration/__init__.py index 6ceffc6..5d1db64 100644 --- a/manage/cmd/migration/__init__.py +++ b/manage/cmd/migration/__init__.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/cmd/migration/command.py b/manage/cmd/migration/command.py index 9151d51..87ebd0b 100644 --- a/manage/cmd/migration/command.py +++ b/manage/cmd/migration/command.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/cmd/users.py b/manage/cmd/users.py index efd3cf4..10aefd1 100644 --- a/manage/cmd/users.py +++ b/manage/cmd/users.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/manage/main.py b/manage/main.py index 2008237..f65d430 100644 --- a/manage/main.py +++ b/manage/main.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/run.py b/run.py index b85e894..ff232e5 100644 --- a/run.py +++ b/run.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/setup.py b/setup.py index ee848cf..0b312ed 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/common.py b/tests/common.py index 1c25743..aed8d44 100644 --- a/tests/common.py +++ b/tests/common.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/conftest.py b/tests/conftest.py index e625dba..417b98b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_admin_api/test_guilds.py b/tests/test_admin_api/test_guilds.py index cdb4110..846fd75 100644 --- a/tests/test_admin_api/test_guilds.py +++ b/tests/test_admin_api/test_guilds.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_admin_api/test_instance_invites.py b/tests/test_admin_api/test_instance_invites.py index e9149c6..6bd423a 100644 --- a/tests/test_admin_api/test_instance_invites.py +++ b/tests/test_admin_api/test_instance_invites.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_admin_api/test_users.py b/tests/test_admin_api/test_users.py index 814cd29..6fb7cd8 100644 --- a/tests/test_admin_api/test_users.py +++ b/tests/test_admin_api/test_users.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_channels.py b/tests/test_channels.py index 0a7203b..4d2a70f 100644 --- a/tests/test_channels.py +++ b/tests/test_channels.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_embeds.py b/tests/test_embeds.py index 3ec0448..6e76732 100644 --- a/tests/test_embeds.py +++ b/tests/test_embeds.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_gateway.py b/tests/test_gateway.py index 073c1e0..f6d374f 100644 --- a/tests/test_gateway.py +++ b/tests/test_gateway.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_guild.py b/tests/test_guild.py index b5c9e97..f776ad6 100644 --- a/tests/test_guild.py +++ b/tests/test_guild.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_invites.py b/tests/test_invites.py index 7f4b8f7..dbfeec6 100644 --- a/tests/test_invites.py +++ b/tests/test_invites.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_main.py b/tests/test_main.py index 729b37d..ab72813 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_messages.py b/tests/test_messages.py index a92b58d..874a514 100644 --- a/tests/test_messages.py +++ b/tests/test_messages.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_no_tracking.py b/tests/test_no_tracking.py index aefc4f5..e9a93dd 100644 --- a/tests/test_no_tracking.py +++ b/tests/test_no_tracking.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_ratelimits.py b/tests/test_ratelimits.py index bd675d0..8c22cae 100644 --- a/tests/test_ratelimits.py +++ b/tests/test_ratelimits.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_user.py b/tests/test_user.py index 9e0c77a..470ca75 100644 --- a/tests/test_user.py +++ b/tests/test_user.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_webhooks.py b/tests/test_webhooks.py index e73c615..f253df6 100644 --- a/tests/test_webhooks.py +++ b/tests/test_webhooks.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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 diff --git a/tests/test_websocket.py b/tests/test_websocket.py index f9a6153..403b142 100644 --- a/tests/test_websocket.py +++ b/tests/test_websocket.py @@ -1,7 +1,7 @@ """ Litecord -Copyright (C) 2018-2019 Luna Mendes +Copyright (C) 2018-2021 Luna Mendes and Litecord Contributors 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