Skip to content

Commit 3cde5be

Browse files
committed
adding MIT license and COC to chatmail repo
1 parent b055736 commit 3cde5be

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.github/CODE_OF_CONDUCT

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
Please refer to [https://delta.chat/en/community-standards](Delta Chat community standards).

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2023, chatmail and delta chat teams
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9+
of the Software, and to permit persons to whom the Software is furnished to do
10+
so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

cmdeploy/src/cmdeploy/tests/online/benchmark.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ def smtp_connect_and_login():
3030

3131
class TestDC:
3232
def test_autoconfigure(self, benchmark, cmfactory):
33-
def autoconfig_and_idle_ready():
33+
def dc_autoconfig_and_idle_ready():
3434
cmfactory.get_online_accounts(1)
3535

36-
benchmark(autoconfig_and_idle_ready, 5)
36+
benchmark(dc_autoconfig_and_idle_ready, 5)
3737

3838
def test_ping_pong(self, benchmark, cmfactory):
3939
ac1, ac2 = cmfactory.get_online_accounts(2)

0 commit comments

Comments
 (0)