Skip to content

Commit 3f70838

Browse files
authored
Update license headers and authors. (#39)
1 parent 94fe016 commit 3f70838

File tree

121 files changed

+165
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+165
-165
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:

.licenserc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
@@ -11,7 +11,7 @@
1111
header:
1212
license:
1313
spdx-id: MulanPSL-2.0
14-
copyright-owner: jmjoy
14+
copyright-owner: PHPER Framework Team
1515
software-name: PHPER
1616

1717
paths-ignore:

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:

README.md

Lines changed: 5 additions & 5 deletions

examples/hello/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
@@ -11,7 +11,7 @@
1111
[package]
1212
name = "hello"
1313
version = "0.0.0"
14-
authors = ["jmjoy <[email protected]>"]
14+
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
1515
edition = "2021"
1616
rust-version = "1.56"
1717
publish = false
@@ -29,10 +29,10 @@ path = "src/_reexport.rs"
2929
crate-type = ["cdylib"]
3030

3131
[dependencies]
32-
phper = { version = "0.4.0", path = "../../phper" }
32+
phper = { version = "0.5.0", path = "../../phper" }
3333

3434
[dev-dependencies]
35-
phper-test = { version = "0.4.0", path = "../../phper-test" }
35+
phper-test = { version = "0.5.0", path = "../../phper-test" }
3636

3737
[build-dependencies]
38-
phper-build = { version = "0.4.0", path = "../../phper-build" }
38+
phper-build = { version = "0.5.0", path = "../../phper-build" }

examples/hello/README.md

Lines changed: 1 addition & 1 deletion

examples/hello/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/hello/src/_reexport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/hello/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/hello/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/hello/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/hello/tests/php/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// Copyright (c) 2019 jmjoy
3+
// Copyright (c) 2022 PHPER Framework Team
44
// PHPER is licensed under Mulan PSL v2.
55
// You can use this software according to the terms and conditions of the Mulan
66
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
@@ -11,7 +11,7 @@
1111
[package]
1212
name = "http-client"
1313
version = "0.0.0"
14-
authors = ["jmjoy <[email protected]>"]
14+
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
1515
edition = "2021"
1616
rust-version = "1.56"
1717
publish = false
@@ -32,9 +32,9 @@ crate-type = ["cdylib"]
3232
anyhow = "1.0.58"
3333
bytes = "1.1.0"
3434
indexmap = "1.9.1"
35-
phper = { version = "0.4.0", path = "../../phper" }
35+
phper = { version = "0.5.0", path = "../../phper" }
3636
reqwest = { version = "0.11.11", features = ["blocking", "cookies"] }
3737
thiserror = "1.0.31"
3838

3939
[dev-dependencies]
40-
phper-test = { version = "0.4.0", path = "../../phper-test" }
40+
phper-test = { version = "0.5.0", path = "../../phper-test" }

examples/http-client/README.md

Lines changed: 1 addition & 1 deletion

examples/http-client/src/_reexport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-client/tests/php/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// Copyright (c) 2019 jmjoy
3+
// Copyright (c) 2022 PHPER Framework Team
44
// PHPER is licensed under Mulan PSL v2.
55
// You can use this software according to the terms and conditions of the Mulan
66
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
@@ -11,7 +11,7 @@
1111
[package]
1212
name = "http-server"
1313
version = "0.0.0"
14-
authors = ["jmjoy <[email protected]>"]
14+
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
1515
edition = "2021"
1616
rust-version = "1.56"
1717
publish = false
@@ -30,10 +30,10 @@ crate-type = ["cdylib"]
3030

3131
[dependencies]
3232
hyper = { version = "0.14.20", features = ["http1", "runtime", "server"] }
33-
phper = { version = "0.4.0", path = "../../phper" }
33+
phper = { version = "0.5.0", path = "../../phper" }
3434
thiserror = "1.0.31"
3535
tokio = { version = "1.19.2", features = ["full"] }
3636

3737
[dev-dependencies]
38-
phper-test = { version = "0.4.0", path = "../../phper-test" }
38+
phper-test = { version = "0.5.0", path = "../../phper-test" }
3939
reqwest = "0.11.11"

examples/http-server/README.md

Lines changed: 1 addition & 1 deletion

examples/http-server/src/_reexport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/request.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/http-server/tests/php/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// Copyright (c) 2019 jmjoy
3+
// Copyright (c) 2022 PHPER Framework Team
44
// PHPER is licensed under Mulan PSL v2.
55
// You can use this software according to the terms and conditions of the Mulan
66
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/logging/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 jmjoy
1+
# Copyright (c) 2022 PHPER Framework Team
22
# PHPER is licensed under Mulan PSL v2.
33
# You can use this software according to the terms and conditions of the Mulan
44
# PSL v2. You may obtain a copy of Mulan PSL v2 at:
@@ -11,7 +11,7 @@
1111
[package]
1212
name = "logging"
1313
version = "0.0.0"
14-
authors = ["jmjoy <[email protected]>"]
14+
authors = ["PHPER Framework Team", "jmjoy <[email protected]>"]
1515
edition = "2021"
1616
rust-version = "1.56"
1717
publish = false
@@ -30,10 +30,10 @@ crate-type = ["cdylib"]
3030

3131
[dependencies]
3232
anyhow = "1.0.58"
33-
phper = { version = "0.4.0", path = "../../phper" }
33+
phper = { version = "0.5.0", path = "../../phper" }
3434

3535
[dev-dependencies]
36-
phper-test = { version = "0.4.0", path = "../../phper-test" }
36+
phper-test = { version = "0.5.0", path = "../../phper-test" }
3737

3838
[build-dependencies]
39-
phper-build = { version = "0.4.0", path = "../../phper-build" }
39+
phper-build = { version = "0.5.0", path = "../../phper-build" }

examples/logging/README.md

Lines changed: 1 addition & 1 deletion

examples/logging/src/_reexport.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/logging/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/logging/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

examples/logging/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019 jmjoy
1+
// Copyright (c) 2022 PHPER Framework Team
22
// PHPER is licensed under Mulan PSL v2.
33
// You can use this software according to the terms and conditions of the Mulan
44
// PSL v2. You may obtain a copy of Mulan PSL v2 at:

0 commit comments

Comments
 (0)