Skip to content

Commit d268381

Browse files
committed
Change license in bot file
1 parent 578117d commit d268381

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LICENSE
1+
License
22

33
Copyright (c) 2017-2019 kyb3r
44

bot.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
"""
2-
MIT License
2+
License
33
44
Copyright (c) 2017-2019 kyb3r
55
66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
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:
1211
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.
1513
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+
1619
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1720
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1821
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
@@ -1008,8 +1011,6 @@ async def metadata_loop(self):
10081011
if __name__ == "__main__":
10091012
if os.name != "nt":
10101013
import uvloop
1011-
10121014
uvloop.install()
1013-
10141015
bot = ModmailBot()
10151016
bot.run()

0 commit comments

Comments
 (0)