Skip to content

Commit e33c592

Browse files
committed
Clean docstrings from wrong license lines
1 parent 35a5e56 commit e33c592

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

peewee_async.py

+2-12
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,9 @@
88
.. _peewee: https://github.com/coleifer/peewee
99
.. _asyncio: https://docs.python.org/3/library/asyncio.html
1010
11-
Copyright 2014 Alexey Kinev, 05Bit http://05bit.com
11+
Licensed under The MIT License (MIT)
1212
13-
Licensed under the Apache License, Version 2.0 (the "License");
14-
you may not use this file except in compliance with the License.
15-
You may obtain a copy of the License at
16-
17-
http://www.apache.org/licenses/LICENSE-2.0
18-
19-
Unless required by applicable law or agreed to in writing, software
20-
distributed under the License is distributed on an "AS IS" BASIS,
21-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
See the License for the specific language governing permissions and
23-
limitations under the License.
13+
Copyright (c) 2014, Alexey Kinev <[email protected]>
2414
2515
"""
2616
import asyncio

peewee_asyncext.py

+2-12
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,9 @@
88
.. _peewee: https://github.com/coleifer/peewee
99
.. _asyncio: https://docs.python.org/3/library/asyncio.html
1010
11-
Copyright 2014 Alexey Kinev, 05Bit http://05bit.com
11+
Licensed under The MIT License (MIT)
1212
13-
Licensed under the Apache License, Version 2.0 (the "License");
14-
you may not use this file except in compliance with the License.
15-
You may obtain a copy of the License at
16-
17-
http://www.apache.org/licenses/LICENSE-2.0
18-
19-
Unless required by applicable law or agreed to in writing, software
20-
distributed under the License is distributed on an "AS IS" BASIS,
21-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22-
See the License for the specific language governing permissions and
23-
limitations under the License.
13+
Copyright (c) 2014, Alexey Kinev <[email protected]>
2414
2515
"""
2616
from peewee_async import AsyncPostgresqlMixin, PooledAsyncConnection

0 commit comments

Comments
 (0)