|
1 | 1 | """
|
2 |
| -MIT License |
| 2 | +License |
3 | 3 |
|
4 | 4 | Copyright (c) 2017-2019 kyb3r
|
5 | 5 |
|
6 | 6 | Permission is hereby granted, free of charge, to any person obtaining a copy
|
7 | 7 | of this software and associated documentation files (the "Software"), to deal
|
8 |
| -in the Software without restriction, including without limitation the rights |
9 |
| -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
10 |
| -copies of the Software, and to permit persons to whom the Software is |
11 |
| -furnished to do so, subject to the following conditions: |
| 8 | +in the Software without restriction, including the rights to use, copy, modify |
| 9 | +and distribute copies of the Software, and to permit persons to whom the Software |
| 10 | +is furnished to do so, subject to the following terms and conditions: |
12 | 11 |
|
13 |
| -The above copyright notice and this permission notice shall be included in all |
14 |
| -copies or substantial portions of the Software. |
| 12 | +- The above copyright notice shall be included in all copies of the Software. |
15 | 13 |
|
| 14 | +You may not: |
| 15 | + - Claim credit for, or refuse to give credit to the creator(s) of the Software. |
| 16 | + - Sell copies of the Software and of derivative works. |
| 17 | + - Modify the original Software to contain hidden harmful content. |
| 18 | + |
16 | 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
17 | 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
18 | 21 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
@@ -1008,8 +1011,6 @@ async def metadata_loop(self):
|
1008 | 1011 | if __name__ == "__main__":
|
1009 | 1012 | if os.name != "nt":
|
1010 | 1013 | import uvloop
|
1011 |
| - |
1012 | 1014 | uvloop.install()
|
1013 |
| - |
1014 | 1015 | bot = ModmailBot()
|
1015 | 1016 | bot.run()
|
0 commit comments