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+
111name : CI
212
313on :
414 push :
515 branches :
616 - master
7- - 0.4.x-dev
817 pull_request :
918 branches : [ "**" ]
1019
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+
111fn_args_layout = " Compressed"
212format_code_in_doc_comments = true
313format_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+
111[workspace ]
212members = [
313 " 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+
111[package ]
212name = " hello"
313version = " 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+
111[package ]
212name = " http-client"
313version = " 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+
111[package ]
212name = " http-server"
313version = " 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+
111[package ]
212name = " logging"
313version = " 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+
111[package ]
212name = " phper-alloc"
313version = " 0.4.0-alpha.3"
You can’t perform that action at this time.
0 commit comments