File tree Expand file tree Collapse file tree 19 files changed +225
-4
lines changed Expand file tree Collapse file tree 19 files changed +225
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
name : CI
2
12
3
13
on :
4
14
push :
5
15
branches :
6
16
- master
7
- - 0.4.x-dev
8
17
pull_request :
9
18
branches : [ "**" ]
10
19
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
11
+ name : License
12
+
13
+ on :
14
+ push :
15
+ branches :
16
+ - master
17
+ pull_request :
18
+ branches : [ "**" ]
19
+
20
+ jobs :
21
+ license-check :
22
+ name : License check
23
+ runs-on : ubuntu-latest
24
+ steps :
25
+ - name : Checkout
26
+ uses : actions/checkout@v2
27
+ - name : Check License Header
28
+ uses : apache/skywalking-eyes/header/@d5466651aaded6fbd588d2278eccc469afc89d92
29
+ with :
30
+ config : .licenserc.yaml
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
11
+ header :
12
+ license :
13
+ spdx-id : MulanPSL-2.0
14
+ copyright-owner : jmjoy
15
+ software-name : PHPER
16
+
17
+ paths-ignore :
18
+ - ' LICENSE'
19
+ - ' NOTICE'
20
+ - ' **/*.md'
21
+ - ' **/*.lock'
22
+ - ' **/.gitignore'
23
+ - ' **/.gitmodules'
24
+ - ' vendor'
25
+ - ' .cargo'
26
+ - ' .vscode'
27
+ - ' .idea'
28
+
29
+ comment : on-failure
30
+
31
+ dependency :
32
+ files :
33
+ - Cargo.toml
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
fn_args_layout = " Compressed"
2
12
format_code_in_doc_comments = true
3
13
format_macro_bodies = true
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[workspace ]
2
12
members = [
3
13
" phper" ,
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[package ]
2
12
name = " hello"
3
13
version = " 0.0.0"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[package ]
2
12
name = " http-client"
3
13
version = " 0.0.0"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[package ]
2
12
name = " http-server"
3
13
version = " 0.0.0"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[package ]
2
12
name = " logging"
3
13
version = " 0.0.0"
Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2019 jmjoy
2
+ # PHPER is licensed under Mulan PSL v2.
3
+ # You can use this software according to the terms and conditions of the Mulan
4
+ # PSL v2. You may obtain a copy of Mulan PSL v2 at:
5
+ # http://license.coscl.org.cn/MulanPSL2
6
+ # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY
7
+ # KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
8
+ # NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
9
+ # See the Mulan PSL v2 for more details.
10
+
1
11
[package ]
2
12
name = " phper-alloc"
3
13
version = " 0.4.0-alpha.3"
You can’t perform that action at this time.
0 commit comments