|
1 | 1 | /*
|
2 |
| - +----------------------------------------------------------------------+ |
3 |
| - | Swoole | |
4 |
| - +----------------------------------------------------------------------+ |
5 |
| - | Copyright (c) 2012-2024 The Swoole Group | |
6 |
| - +----------------------------------------------------------------------+ |
7 |
| - | This source file is subject to version 2.0 of the Apache license, | |
8 |
| - | that is bundled with this package in the file LICENSE, and is | |
9 |
| - | available through the world-wide-web at the following url: | |
10 |
| - | http://www.apache.org/licenses/LICENSE-2.0.html | |
11 |
| - | If you did not receive a copy of the Apache2.0 license and are unable| |
12 |
| - | to obtain it through the world-wide-web, please send a note to | |
13 |
| - | [email protected] so we can mail you a copy immediately. | |
14 |
| - +----------------------------------------------------------------------+ |
15 |
| - | Author: Yurun <[email protected]> | |
16 |
| - +----------------------------------------------------------------------+ |
| 2 | + +----------------------------------------------------------------------+ |
| 3 | + | Swoole | |
| 4 | + +----------------------------------------------------------------------+ |
| 5 | + | This source file is subject to version 2.0 of the Apache license, | |
| 6 | + | that is bundled with this package in the file LICENSE, and is | |
| 7 | + | available through the world-wide-web at the following url: | |
| 8 | + | http://www.apache.org/licenses/LICENSE-2.0.html | |
| 9 | + | If you did not receive a copy of the Apache2.0 license and are unable| |
| 10 | + | to obtain it through the world-wide-web, please send a note to | |
| 11 | + | [email protected] so we can mail you a copy immediately. | |
| 12 | + +----------------------------------------------------------------------+ |
| 13 | + | Author: Yurun <[email protected]> | |
| 14 | + +----------------------------------------------------------------------+ |
17 | 15 | */
|
18 | 16 |
|
19 | 17 | #pragma once
|
|
0 commit comments