Use my formal English name for previous contributions

This commit is contained in:
Chih-Hsuan Yen 2020-10-06 01:40:04 +08:00
parent 42dfd483c7
commit f957acc756
No known key found for this signature in database
GPG Key ID: 0453A6CA23C56315
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# MIT licensed # MIT licensed
# Copyright (c) 2020 lilydjwg <lilydjwg@gmail.com>, et al. # Copyright (c) 2020 lilydjwg <lilydjwg@gmail.com>, et al.
# Copyright (c) 2017 Yen Chi Hsuan <yan12125 at gmail dot com> # Copyright (c) 2017 Chih-Hsuan Yen <yan12125 at gmail dot com>
import os import os
import re import re

View File

@ -1,6 +1,6 @@
# MIT licensed # MIT licensed
# Copyright (c) 2020 lilydjwg <lilydjwg@gmail.com>, et al. # Copyright (c) 2020 lilydjwg <lilydjwg@gmail.com>, et al.
# Copyright (c) 2017 Yen Chi Hsuan <yan12125 at gmail dot com> # Copyright (c) 2017 Chih-Hsuan Yen <yan12125 at gmail dot com>
import pytest import pytest
pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net] pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]