|
1 |
| - Copyright (c) 2016-present MagicStack Inc. http://magic.io |
2 |
| - |
3 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
4 |
| - you may not use this file except in compliance with the License. |
5 |
| - You may obtain a copy of the License at |
6 |
| - |
7 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
8 |
| - |
9 |
| - Unless required by applicable law or agreed to in writing, software |
10 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
11 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
12 |
| - See the License for the specific language governing permissions and |
13 |
| - limitations under the License. |
14 |
| - |
| 1 | +Copyright (C) 2016-present the asyncpg authors and contributors. |
15 | 2 |
|
16 | 3 | Apache License
|
17 | 4 | Version 2.0, January 2004
|
|
187 | 174 | defend, and hold each Contributor harmless for any liability
|
188 | 175 | incurred by, or claims asserted against, such Contributor by reason
|
189 | 176 | of your accepting any such warranty or additional liability.
|
| 177 | + |
| 178 | + END OF TERMS AND CONDITIONS |
| 179 | + |
| 180 | + APPENDIX: How to apply the Apache License to your work. |
| 181 | + |
| 182 | + To apply the Apache License to your work, attach the following |
| 183 | + boilerplate notice, with the fields enclosed by brackets "[]" |
| 184 | + replaced with your own identifying information. (Don't include |
| 185 | + the brackets!) The text should be enclosed in the appropriate |
| 186 | + comment syntax for the file format. We also recommend that a |
| 187 | + file or class name and description of purpose be included on the |
| 188 | + same "printed page" as the copyright notice for easier |
| 189 | + identification within third-party archives. |
| 190 | + |
| 191 | + Copyright (C) 2016-present the asyncpg authors and contributors |
| 192 | + <see AUTHORS file> |
| 193 | + |
| 194 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 195 | + you may not use this file except in compliance with the License. |
| 196 | + You may obtain a copy of the License at |
| 197 | + |
| 198 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 199 | + |
| 200 | + Unless required by applicable law or agreed to in writing, software |
| 201 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 202 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 203 | + See the License for the specific language governing permissions and |
| 204 | + limitations under the License. |
0 commit comments