diff --git a/LICENSE b/LICENSE index 6c587a9fcef04a8d27d7e048a0b69cbb9941d67c..c5f9bd04f06759f488338a4bad0116ba50724bbf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/aki/__init__.py b/aki/__init__.py index ab5356e05b1127e19e03fe245eca30209fb5d81b..291ae9b89ebc0a09398f6598bca5d02df7fad26d 100644 --- a/aki/__init__.py +++ b/aki/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/aki/aki.py b/aki/aki.py index 98f204125d07e7f88c4e2e4b0464777924501527..2f5e90c7ff694135f914f499ed9bbcbab259dfed 100644 --- a/aki/aki.py +++ b/aki/aki.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/aki/menus.py b/aki/menus.py index 1a93f417104d1cdbd0c28fbbf3a035e81b79ac00..128126035faca08da24415cb17b658473c063e1a 100644 --- a/aki/menus.py +++ b/aki/menus.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import logging from collections import namedtuple diff --git a/altdentifier/__init__.py b/altdentifier/__init__.py index 0bed05f900046400fa271384cfa494750cef4d51..579ebf7b25b022eee1d6365eaf38e28867668ba6 100644 --- a/altdentifier/__init__.py +++ b/altdentifier/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/altdentifier/altdentifier.py b/altdentifier/altdentifier.py index 3b6834511a2f5dcedb14ccc4807848d51fe1f594..5a50bbc4cad0024305b640589308c82e639fffe6 100644 --- a/altdentifier/altdentifier.py +++ b/altdentifier/altdentifier.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/altdentifier/converters.py b/altdentifier/converters.py index 41407dee1926315b4ed28a9aaf4b2e6bf62c4928..f7eace9a03b35b893cfed3b3076bc10f83772555 100644 --- a/altdentifier/converters.py +++ b/altdentifier/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/antihonde/__init__.py b/antihonde/__init__.py index 33c0b9746c1d520db1e5ac8907cff1d45dbf00f6..31a18af6d6b7995b0c8c9bcd78f97b5191f2fbb4 100644 --- a/antihonde/__init__.py +++ b/antihonde/__init__.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import json from pathlib import Path diff --git a/antihonde/antihonde.py b/antihonde/antihonde.py index aa2efd328f28acb2b0f4ebff365fc213ba72d966..5ec97e3e1e27287e2f7e033524c3cde965063ed7 100644 --- a/antihonde/antihonde.py +++ b/antihonde/antihonde.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import logging import re diff --git a/banchart/__init__.py b/banchart/__init__.py index 8e58d5282676469a1888f556494915d97a23fd54..dfc7d62f42b211e4cfec5ec15aff34440eae0e21 100644 --- a/banchart/__init__.py +++ b/banchart/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/banchart/banchart.py b/banchart/banchart.py index e7f9cfbd61cb17981a195554bb34be0116cd0ad8..8fca4624f423709b80863405ed06041d5ae8c4a1 100644 --- a/banchart/banchart.py +++ b/banchart/banchart.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/baron/__init__.py b/baron/__init__.py index 63abd6977536c36d516de2fc6cf9676491efd66b..91aabab0ed9e96fd6aeb93111330e3b2ea49de32 100644 --- a/baron/__init__.py +++ b/baron/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/baron/baron.py b/baron/baron.py index cea4357aab14b3a8787b1b5d87dbcb4481d1845c..3a8bad328460fe417bebe4d70c6963ee0a96f54b 100644 --- a/baron/baron.py +++ b/baron/baron.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/connect4/__init__.py b/connect4/__init__.py index f5462f1a64e833286804cb1975b74d56580e65d1..14969680170f415e75beb8c9d7c70ef36807a11e 100644 --- a/connect4/__init__.py +++ b/connect4/__init__.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from redbot.core.utils import get_end_user_data_statement from .connect4 import Connect4 diff --git a/connect4/connect4.py b/connect4/connect4.py index 45f30dd35e7a441fa964e8a31e024636ea4e43f9..27c33f3fb20b05fa13256d506cb980c0d2ff2eb1 100644 --- a/connect4/connect4.py +++ b/connect4/connect4.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio from collections import Counter diff --git a/connect4/core.py b/connect4/core.py index feedce5b48f85daa1d2844d4b357bae85d60cc0b..6e3c65d992d0fdafe3ea6e1fad4b6e26c6b8324a 100644 --- a/connect4/core.py +++ b/connect4/core.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from itertools import chain, groupby from typing import Union diff --git a/connect4/menus.py b/connect4/menus.py index f46f579c1983cb511595ac3be6f76b574b7e4843..9baa201fc5fe41ef87879e5250a41f10af212ce1 100644 --- a/connect4/menus.py +++ b/connect4/menus.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import discord diff --git a/customping/__init__.py b/customping/__init__.py index 6acb55ceb317dcf20625393f49cd5af57be86c8c..207daf27815c6276ac6991ed6b2a5ec103ce3798 100644 --- a/customping/__init__.py +++ b/customping/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/customping/customping.py b/customping/customping.py index 6a6f823afc87dd018903360d2a9bf7e4f243377f..fe6a5a36661f3e938cd28630e9c14545e1a9c46c 100644 --- a/customping/customping.py +++ b/customping/customping.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/disboardreminder/__init__.py b/disboardreminder/__init__.py index 342ed960ecece36c7b206a770153d14045d566e0..6df6188a9556af2b764e86954a26840ffb2d6e13 100644 --- a/disboardreminder/__init__.py +++ b/disboardreminder/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/disboardreminder/converters.py b/disboardreminder/converters.py index a4fb70431df69bc4cbed9176516a9c84a861db99..110466898f67d472c2f54e603ea8c20d732573d2 100644 --- a/disboardreminder/converters.py +++ b/disboardreminder/converters.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from typing import Tuple import discord diff --git a/disboardreminder/disboardreminder.py b/disboardreminder/disboardreminder.py index 2bfba3e5e21187e04652c3f94cd424bded7bbaac..9ee17d67fbd0605494f4849b55d14c3ad93b4d00 100644 --- a/disboardreminder/disboardreminder.py +++ b/disboardreminder/disboardreminder.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/embedutils/__init__.py b/embedutils/__init__.py index 7f6bfe9eefcc3189d16439c781c23855f536002b..c115f4b3ab0be4378c2f30a71fd0ea31a41fa547 100644 --- a/embedutils/__init__.py +++ b/embedutils/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/embedutils/commands.py b/embedutils/commands.py index 87893c03d23548ad1f8d976ca866aa348102ad0c..b4f45cf04950d441bed949c21dc3beb5b61433e5 100644 --- a/embedutils/commands.py +++ b/embedutils/commands.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from redbot.core import commands DISC_DOC = "This must be in the format expected by [this Discord documentation](https://discord.com/developers/docs/resources/channel#embed-object)." diff --git a/embedutils/converters.py b/embedutils/converters.py index c96f0cec6d312c53d32032c9d9d57fb68f354b39..c66bed82efdc780c658146a1670a810ccfc27b34 100644 --- a/embedutils/converters.py +++ b/embedutils/converters.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import json import re diff --git a/embedutils/embed.py b/embedutils/embed.py index e1b9ef0329b6c50a000ad63f1bd87855ec426627..beb507430481515acbddb9e22ec4a69c3ed5feee 100644 --- a/embedutils/embed.py +++ b/embedutils/embed.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/embedutils/errors.py b/embedutils/errors.py index 2ce2bc6624d8cb0f4b0c56faf58e97f3779012a7..6176694f29fbf323d2a8822fc0e1797329c0ff2c 100644 --- a/embedutils/errors.py +++ b/embedutils/errors.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from redbot.core import commands __all__ = ( diff --git a/forcemention/__init__.py b/forcemention/__init__.py index dcda640ea924071095378eeedbb339e31b57ff3c..20840fc9651173a4c361803c628bd4a8136cc0e3 100644 --- a/forcemention/__init__.py +++ b/forcemention/__init__.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from .forcemention import ForceMention __red_end_user_data_statement__ = "This cog does not store any End User Data." diff --git a/forcemention/forcemention.py b/forcemention/forcemention.py index 488209dc1456148bd0111113a6ec9bd30d057c5a..497dcf4193379895b169baea2dc542e6541183e7 100644 --- a/forcemention/forcemention.py +++ b/forcemention/forcemention.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + # this is a modified version of Bobloy's forcemention cog import asyncio diff --git a/linkquoter/__init__.py b/linkquoter/__init__.py index 93534ca663a41ba3c1576ce06638bc402e1abedb..072ba51d3be064aead1e8fbb19d53628db405a20 100644 --- a/linkquoter/__init__.py +++ b/linkquoter/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/linkquoter/converters.py b/linkquoter/converters.py index 44eca2879000ac3194360a456956cebc5a451ea4..e160071dbbcb43ff84669e44f037d8a5ed5bb1aa 100644 --- a/linkquoter/converters.py +++ b/linkquoter/converters.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import re import discord diff --git a/linkquoter/linkquoter.py b/linkquoter/linkquoter.py index 10e344658f0eb46d2536a90ca08dc7a680f2765d..4d610c3561b2b51bbf8f3d831d23fa9fd109670e 100644 --- a/linkquoter/linkquoter.py +++ b/linkquoter/linkquoter.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lock/__init__.py b/lock/__init__.py index 3365be1521aa685f6e4d25ee0d4434de9497f6d0..e488790620493bd22f23560d23eb46d029a1a997 100644 --- a/lock/__init__.py +++ b/lock/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lock/converters.py b/lock/converters.py index 6361bbc19366ee07a3c994f5346b9fa2289a2d8c..ac8d302999bd83c432651fb5658bd1552db8ad67 100644 --- a/lock/converters.py +++ b/lock/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lock/lock.py b/lock/lock.py index 736d0626953c2d3da559c967e84fbe997638f370..f0ef1600abe50cda7c4e87eea2811d046fd28387 100644 --- a/lock/lock.py +++ b/lock/lock.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/permissionslocker/__init__.py b/permissionslocker/__init__.py index 486b6cbe2d94887db3689bd2d9771276d77605d2..322065ed23148175bb023efe75b7569f0ee11f30 100644 --- a/permissionslocker/__init__.py +++ b/permissionslocker/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/permissionslocker/permissionslocker.py b/permissionslocker/permissionslocker.py index e0095295fbb060bb8537aed4aa08d56a6591f036..25c308bc2b774902faf230b4f657d7c863d0fff7 100644 --- a/permissionslocker/permissionslocker.py +++ b/permissionslocker/permissionslocker.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/petpet/__init__.py b/petpet/__init__.py index 7098304c4f91b8609f53a26b9f4cb96f09854f8e..457b8228f155602a4cecb36a02342c177b804baf 100644 --- a/petpet/__init__.py +++ b/petpet/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/petpet/petpet.py b/petpet/petpet.py index 02316bc358061f751eeae2b16bfa8fb947d9c000..1398e681fcf23fb53cee4a769aecc0816e83323c 100644 --- a/petpet/petpet.py +++ b/petpet/petpet.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pfpimgen/__init__.py b/pfpimgen/__init__.py index f98b9d6c6f39993c07b799d434ee7ed9039f64ef..b479c8e2d8982233b45bf984a8c5881bf4e51004 100644 --- a/pfpimgen/__init__.py +++ b/pfpimgen/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pfpimgen/converters.py b/pfpimgen/converters.py index 949a6abee9bc2bb4ad23ecc44af4b52deea1fe3b..d45f70a9ad708a53700d339e6f031d6159661156 100644 --- a/pfpimgen/converters.py +++ b/pfpimgen/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pfpimgen/pfpimgen.py b/pfpimgen/pfpimgen.py index 1e9590f0f308913725869c0f2deb96d1d6f77c5f..837a3bac879aa8ab8c7ca8229fca70e6af3b2810 100644 --- a/pfpimgen/pfpimgen.py +++ b/pfpimgen/pfpimgen.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/phenutils/__init__.py b/phenutils/__init__.py index 74c68d32cb6ea40f4bd541943743f2f07092b921..a9af304a092c6ab0c39f02d4c653169ad82ffcfb 100644 --- a/phenutils/__init__.py +++ b/phenutils/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/phenutils/phenutils.py b/phenutils/phenutils.py index dbdc172a7dbd453dda7161a31014ef2dedba76aa..aada6b4e3dccc4449a38c3aac31b5e7e3808b0f9 100644 --- a/phenutils/phenutils.py +++ b/phenutils/phenutils.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plaguegame/__init__.py b/plaguegame/__init__.py index efb93fc6ff72f4352f0ad7c5430a4b515d25c769..6251f217cb040e5341fd9a21e90edcb7505ec3ce 100644 --- a/plaguegame/__init__.py +++ b/plaguegame/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plaguegame/converters.py b/plaguegame/converters.py index 236e7d91e713523009f2cff37fae60580c1408d7..08c6c1d948cd324787c77297da972d1b38ba4e1d 100644 --- a/plaguegame/converters.py +++ b/plaguegame/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/plaguegame/plague.py b/plaguegame/plague.py index 6b351e9b2a318989b18678fb1a2e4c139e6373ea..ce318d91d2f1a9c08b7005701c35440ff2e2480c 100644 --- a/plaguegame/plague.py +++ b/plaguegame/plague.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prefix/__init__.py b/prefix/__init__.py index d50018690bc04d48848bfd545be3ffe4566aab77..403ced93f69e31de5de3dd700f66bae67ae8bfda 100644 --- a/prefix/__init__.py +++ b/prefix/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/prefix/converters.py b/prefix/converters.py index d6cd0d446d640feb7af360ad8e73dcda0f337397..e4c11eb4be23d9e491a33ec14abd9f9e8eae529f 100644 --- a/prefix/converters.py +++ b/prefix/converters.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from redbot.core import commands try: diff --git a/prefix/prefix.py b/prefix/prefix.py index 49e72fb164ad71afe9dc98429ea4fd395cb4a755..7a1e4931f7aabfe4e044a5c9d670ab35df33d081 100644 --- a/prefix/prefix.py +++ b/prefix/prefix.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ratings/__init__.py b/ratings/__init__.py index c0de4b1629846dfb421b2a5225e08c8c190fac0d..8771443916acc53eb0768c901306bc9595c4f9f3 100644 --- a/ratings/__init__.py +++ b/ratings/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ratings/ratings.py b/ratings/ratings.py index 26df0165a4b949a040c57e90ae758596224f8c9d..42ed7ae0593db6b987824ebd0bc711cca1565120 100644 --- a/ratings/ratings.py +++ b/ratings/ratings.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/__init__.py b/roleutils/__init__.py index d5419491ecd83c80c93d1461aff8ac47faf10b73..1926b330f25ee17e26998cbfa339aeb5314614f5 100644 --- a/roleutils/__init__.py +++ b/roleutils/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/abc.py b/roleutils/abc.py index cbb44ed602613607f9a7f6ff2dead53793bfe46b..eb1fc75a47c842fec302c49f1ed64fb3bcfabc2c 100644 --- a/roleutils/abc.py +++ b/roleutils/abc.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/autorole.py b/roleutils/autorole.py index 4cbf63ac947dbbc19f62ddb5753e4686b52f1bf9..1ef58a70e86cbe28a9c88d48cad6e1064cb53cd2 100644 --- a/roleutils/autorole.py +++ b/roleutils/autorole.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/converters.py b/roleutils/converters.py index 1f764977299591a704c404136e31f806987bd8f8..e74da7175fe51bbe9ffcc5860ba6a58f928abe5b 100644 --- a/roleutils/converters.py +++ b/roleutils/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/reactroles.py b/roleutils/reactroles.py index b44bc080912bf26a1897c4b9ed603c9ed614facb..5deb4fb6465af2a491aa1375262f86fc56f5e4cd 100644 --- a/roleutils/reactroles.py +++ b/roleutils/reactroles.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/roles.py b/roleutils/roles.py index 6db93a65c47df2e8d351689e38c35e3370689886..611d2193f5d07ec129688d8101bea09405bb7f76 100644 --- a/roleutils/roles.py +++ b/roleutils/roles.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/roleutils.py b/roleutils/roleutils.py index 5d4af6b12a166abc04bce3afbf93e5c28aa26e6b..8e6a6fb75ca4eecaec26bba2d908dc70b38aff70 100644 --- a/roleutils/roleutils.py +++ b/roleutils/roleutils.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/roleutils/utils.py b/roleutils/utils.py index 6fc0dad4762bedea08e84dc868ec432744920609..0c33db881b3a24262ee884667a6aeba51566b6ff 100644 --- a/roleutils/utils.py +++ b/roleutils/utils.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/simplecalculator/__init__.py b/simplecalculator/__init__.py index 006aed1e28118507088f1d506b453ea011ebcc8e..ddb47e1b94deb17918e062587a36ea4b4079837a 100644 --- a/simplecalculator/__init__.py +++ b/simplecalculator/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/simplecalculator/calculator.py b/simplecalculator/calculator.py index 32f3d6b2fbbf01707e6bd601b591bc1aa91fb4e8..1ab3e105072d425115411a338e80ea5758519bee 100644 --- a/simplecalculator/calculator.py +++ b/simplecalculator/calculator.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/__init__.py b/slashtags/__init__.py index 03265871610c2d0e79e15acc07e17ede8724cd74..aef809ba65ead4ec9bba838f046aa201c0a7e917 100644 --- a/slashtags/__init__.py +++ b/slashtags/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/abc.py b/slashtags/abc.py index 127ac79361957e507f46b11b06d115774b7bff92..a4cad6a3257f1f2795aa4e6d66f3a268a1895478 100644 --- a/slashtags/abc.py +++ b/slashtags/abc.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/blocks/__init__.py b/slashtags/blocks/__init__.py index 4b5304e915f516305ee30f391b854b678a839693..7cfabf4433895fe4442c1b7a7b3ac3c42a44ef7b 100644 --- a/slashtags/blocks/__init__.py +++ b/slashtags/blocks/__init__.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from .hidden import HideBlock __all__ = ("HideBlock",) diff --git a/slashtags/blocks/hidden.py b/slashtags/blocks/hidden.py index f9bdbcdb4d0590906d9203699cbc8dad5a4c84cb..7552809efec6122f7d970bfcefd10eb9493f5936 100644 --- a/slashtags/blocks/hidden.py +++ b/slashtags/blocks/hidden.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/converters.py b/slashtags/converters.py index 5e3c489a3f29605c31a4ffaf41d9a3743ebfda26..25b661b0e41b98172088d4bdcdcafd4c7d69db35 100644 --- a/slashtags/converters.py +++ b/slashtags/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/core.py b/slashtags/core.py index 89490550415d8d9bced0c8f2b4999bc677e72ee8..f7e3cbc0db3ac3f06f99a88cb27ca242f6c1a5cf 100644 --- a/slashtags/core.py +++ b/slashtags/core.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/errors.py b/slashtags/errors.py index 82fe82218bf61ee6df600caca1669354222cbad2..f6b41c24c84a403116721cee75861ef9a8418d26 100644 --- a/slashtags/errors.py +++ b/slashtags/errors.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/http/__init__.py b/slashtags/http/__init__.py index bc05fd47deade80de35c0b07f6af9767b06b39d6..af911cb52785964c6319c235fc08c182e77d6346 100644 --- a/slashtags/http/__init__.py +++ b/slashtags/http/__init__.py @@ -1,2 +1,26 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from .httpclient import SlashHTTP # noqa from .models import * # noqa diff --git a/slashtags/http/httpclient.py b/slashtags/http/httpclient.py index b10412d2ffcdde581824c6863536c4d1e825adbb..428f7302adb5e03927e746051ccb0fe09b685c4f 100644 --- a/slashtags/http/httpclient.py +++ b/slashtags/http/httpclient.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/http/models.py b/slashtags/http/models.py index 0b080a266291507e7acd96cdc039457ddc575f17..94781fffb2f951ba11b983bf874c10853c6c649d 100644 --- a/slashtags/http/models.py +++ b/slashtags/http/models.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/mixins/__init__.py b/slashtags/mixins/__init__.py index 631a3065c2f18517d74b20bcd8836acb1be1e578..2dbaa139fd56a1dd46dc37e999f8a93441b8f5a3 100644 --- a/slashtags/mixins/__init__.py +++ b/slashtags/mixins/__init__.py @@ -1,2 +1,26 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from .commands import Commands # noqa from .processor import Processor # noqa diff --git a/slashtags/mixins/commands.py b/slashtags/mixins/commands.py index d473bedf6d9b3bd0f9a364b17085a107a2b1d36e..7ca4b5308f48cb161081920789f0cfaed577f79d 100644 --- a/slashtags/mixins/commands.py +++ b/slashtags/mixins/commands.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import logging import re diff --git a/slashtags/mixins/processor.py b/slashtags/mixins/processor.py index f73f7fb0655f5b961fe4b84847683016494f05db..44c8565a6d5da365e0faa46711a7cb0a220f700e 100644 --- a/slashtags/mixins/processor.py +++ b/slashtags/mixins/processor.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import logging from copy import copy diff --git a/slashtags/objects.py b/slashtags/objects.py index eb1488d3653d74ed466206315aa824bfdfdd2e45..d0c060910988b215c5422c7b65cd724a9b1457e9 100644 --- a/slashtags/objects.py +++ b/slashtags/objects.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/slashtags/testing/button_menus.py b/slashtags/testing/button_menus.py index 19862aadf22973e0ec1dc50f63ceefc838c9d8ac..f3c978764b92dbd08758931baaf248623f7a4948 100644 --- a/slashtags/testing/button_menus.py +++ b/slashtags/testing/button_menus.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import logging from typing import List, Union diff --git a/slashtags/testing/test_cog.py b/slashtags/testing/test_cog.py index 1698e242606c7ae1cdd73e41a69121b9a78cbf7d..b8681dae659968f0da7c78421e20333afe427462 100644 --- a/slashtags/testing/test_cog.py +++ b/slashtags/testing/test_cog.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import logging from typing import Optional diff --git a/slashtags/utils.py b/slashtags/utils.py index 7fe7de395d07d87086810741614e45e09ae57453..2256650a42796cbe368a7111202f48dd4c029d7f 100644 --- a/slashtags/utils.py +++ b/slashtags/utils.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/__init__.py b/tags/__init__.py index ae4df31e51d6b930edbb0bd92685e374f1639c40..19a99f49873803e61c8ab7538d7a0215244a0586 100644 --- a/tags/__init__.py +++ b/tags/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/abc.py b/tags/abc.py index 67cdea95a3cae6ed79e8f087755268c673610aea..b0840e9ce62abfb5ff50081b715e0d7fb285b2c8 100644 --- a/tags/abc.py +++ b/tags/abc.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/__init__.py b/tags/blocks/__init__.py index 80c16e215f7065f3fcb43d5fa54d7b2958787fa4..0c8f694af05f4ec610c70ada9e9e9b3289f66e0f 100644 --- a/tags/blocks/__init__.py +++ b/tags/blocks/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/allowed_mentions.py b/tags/blocks/allowed_mentions.py index 54fa17cda8573da4ef754789f8ea6d7dba6f2c89..8b208fe2b7f48d6b1494772a62de5509103bc969 100644 --- a/tags/blocks/allowed_mentions.py +++ b/tags/blocks/allowed_mentions.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/customcom.py b/tags/blocks/customcom.py index bca333b1c02f7c626fe96933bc31dd7dba77285a..1454271c7c6d9e29031072e0180f91384f0c134d 100644 --- a/tags/blocks/customcom.py +++ b/tags/blocks/customcom.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/delete.py b/tags/blocks/delete.py index 2b442a1c032c8866f1444fbf981c0af284540c93..e2a1ddfc223991021baa579e8ca9b2e5537d50d8 100644 --- a/tags/blocks/delete.py +++ b/tags/blocks/delete.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/react.py b/tags/blocks/react.py index 9e402a7d2dead83860f5efbef3271ec6c498e955..49d5bb3129a683466fa44ef5c4685bc7e95ea81f 100644 --- a/tags/blocks/react.py +++ b/tags/blocks/react.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/blocks/silent.py b/tags/blocks/silent.py index 68a832cc84714fdaed8101c2fc248bc627da5f12..b4090de59e86502c60aa8af5695a6b5198403807 100644 --- a/tags/blocks/silent.py +++ b/tags/blocks/silent.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/commands.py b/tags/commands.py index 7d1139b9e0a64584764b6d6009c3290dfbff1284..7f5418979496e4fdf303d5c9037ca47f4290cf4c 100644 --- a/tags/commands.py +++ b/tags/commands.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/converters.py b/tags/converters.py index 999723a8620b4efadbee922158a2c9ef5fb1f244..3030568f8c171bfcf39a124843723b6a4e153336 100644 --- a/tags/converters.py +++ b/tags/converters.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/core.py b/tags/core.py index 8a8ab5aa04c598a1f3ad7d6cf9eff0636086cd27..c159cb46bc6ae3552620eac9d8c4098c2c2d1627 100644 --- a/tags/core.py +++ b/tags/core.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/doc_parser.py b/tags/doc_parser.py index d8c4c03bfa9c585427326190ad45c74b4549f77d..ce30079d0e559d5f17466063d6224ed98742445c 100644 --- a/tags/doc_parser.py +++ b/tags/doc_parser.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + # 99% of this comes from RoboDanny # https://github.com/Rapptz/RoboDanny/blob/a8513406e08f74f62a4dc8c9989e64fc8a939ced/cogs/api.py#L180 import io diff --git a/tags/errors.py b/tags/errors.py index e39f29bebc3d0381ed60c9358442e99fdfa90677..f735b19427ad7d8a33dc3bf0e10c2bd58c3010b7 100644 --- a/tags/errors.py +++ b/tags/errors.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/objects.py b/tags/objects.py index e6a16babec7e443d39303dadb49b0be01935a05c..8ce4598ba9d992073f6a27621dc4269ece0088f1 100644 --- a/tags/objects.py +++ b/tags/objects.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/owner.py b/tags/owner.py index 7dc4f5305785911ecad98d5d3b8ae36f4f091795..84bc6803cbf0b2681a0dcb66fe07dd947703188c 100644 --- a/tags/owner.py +++ b/tags/owner.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tags/processor.py b/tags/processor.py index 77a99d5280d3ca958ab8b3f8673da7ebaf5aac8f..f0d7c2175b3603d32605ece4627ae9d99b3c48bf 100644 --- a/tags/processor.py +++ b/tags/processor.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import logging from copy import copy diff --git a/tags/utils.py b/tags/utils.py index 40e49779bed1e9cb6fb1f5960842b16e5cf62a22..57d43057da38b924fe390688149cdad399cbbaaf 100644 --- a/tags/utils.py +++ b/tags/utils.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from importlib import reload from redbot.core.bot import Red diff --git a/typeracer/__init__.py b/typeracer/__init__.py index c46fa59b725512af766f6922e389d3684640ce4a..51c983df2d9036cc0ca55a68893dbf85587755d2 100644 --- a/typeracer/__init__.py +++ b/typeracer/__init__.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import json from pathlib import Path diff --git a/typeracer/typeracer.py b/typeracer/typeracer.py index 99128fc38534d154465da543b6e551fdae508574..c1a43a2c04d2e74c0d3a536fc460631e84fe8799 100644 --- a/typeracer/typeracer.py +++ b/typeracer/typeracer.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import asyncio import textwrap from difflib import SequenceMatcher diff --git a/webhook/__init__.py b/webhook/__init__.py index 885b8a10acec09a0ef13bd2bf430744b879abbe1..242bc154fb2aaf3b72156243e1048accfdc3ba34 100644 --- a/webhook/__init__.py +++ b/webhook/__init__.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/webhook/converters.py b/webhook/converters.py index ac195d7d9713328f06d5034c6d2aafc8a2af3b63..2a4d6b62d533b1b94a09add34043bcd405aac47f 100644 --- a/webhook/converters.py +++ b/webhook/converters.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from discord import Webhook from redbot.core.commands import BadArgument, Context, Converter diff --git a/webhook/errors.py b/webhook/errors.py index acbd44080518b6e6756cfe148ca3102de0224373..26b7134df21c2ecd1678692675e85111d35f028d 100644 --- a/webhook/errors.py +++ b/webhook/errors.py @@ -1,3 +1,28 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + + class WebhookError(RuntimeError): """Base class for Webhook cog exceptions.""" diff --git a/webhook/session.py b/webhook/session.py index 3814b48e04f2a4fd66879235392272d89ce6cbe7..edb8f6a8a7afbb661406c0b1ad3b15bb1074f9f1 100644 --- a/webhook/session.py +++ b/webhook/session.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + from typing import Optional import discord diff --git a/webhook/utils.py b/webhook/utils.py index 84dd5a85821810f3ba812084d6970828df48c28b..60652bf0a5fb58eb37f612eac700378eff72f02f 100644 --- a/webhook/utils.py +++ b/webhook/utils.py @@ -1,3 +1,27 @@ +""" +MIT License + +Copyright (c) 2020-present phenom4n4n + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +""" + import re import discord diff --git a/webhook/webhook.py b/webhook/webhook.py index 79afa613ad7047972a482ce7a0355ec4cd85f27b..d8b2726aaf8b2559a638b06d2bddf15589f1d9c5 100644 --- a/webhook/webhook.py +++ b/webhook/webhook.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2020-2021 phenom4n4n +Copyright (c) 2020-present phenom4n4n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal