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 <918734043@qq.com>"]
14+
authors = ["PHPER Framework Team", "jmjoy <jmjoy@apache.org>"]
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:

0 commit comments

Comments
 (0)