Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3836a30

Browse files
Make license metadata SPDX compliant
1 parent64caf4c commit3836a30

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

‎postgres-derive/Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name ="postgres-derive"
33
version ="0.4.5"
44
authors = ["Steven Fackler <sfackler@palantir.com>"]
5-
license ="MIT/Apache-2.0"
5+
license ="MIT ORApache-2.0"
66
edition ="2018"
77
description ="An internal crate used by postgres-types"
88
repository ="https://github.com/sfackler/rust-postgres"
@@ -15,4 +15,4 @@ test = false
1515
syn ="2.0"
1616
proc-macro2 ="1.0"
1717
quote ="1.0"
18-
heck ="0.4"
18+
heck ="0.4"

‎postgres-native-tls/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgres-native-tls"
33
version ="0.5.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
6-
license ="MIT/Apache-2.0"
6+
license ="MIT ORApache-2.0"
77
description ="TLS support for tokio-postgres via native-tls"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"

‎postgres-openssl/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgres-openssl"
33
version ="0.5.0"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
6-
license ="MIT/Apache-2.0"
6+
license ="MIT ORApache-2.0"
77
description ="TLS support for tokio-postgres via openssl"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"

‎postgres-protocol/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.6"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
66
description ="Low level Postgres protocol APIs"
7-
license ="MIT/Apache-2.0"
7+
license ="MIT ORApache-2.0"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"
1010

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgres-types"
33
version ="0.2.6"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
6-
license ="MIT/Apache-2.0"
6+
license ="MIT ORApache-2.0"
77
description ="Conversions between Rust and Postgres values"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"

‎postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgres"
33
version ="0.19.7"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
6-
license ="MIT/Apache-2.0"
6+
license ="MIT ORApache-2.0"
77
description ="A native, synchronous PostgreSQL client"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "tokio-postgres"
33
version ="0.7.10"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
edition ="2018"
6-
license ="MIT/Apache-2.0"
6+
license ="MIT ORApache-2.0"
77
description ="A native, asynchronous PostgreSQL client"
88
repository ="https://github.com/sfackler/rust-postgres"
99
readme ="../README.md"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp