Skip to content

Commit

Permalink
Merge pull request #633 from frisoft/main
Browse files Browse the repository at this point in the history
Update license field following SPDX 2.1 license expression standard
  • Loading branch information
mrmonday committed Jul 27, 2023
2 parents 9bd20d8 + 8ed68b5 commit 87f362d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet"
version = "0.34.0"
authors = [ "Robert Clipsham <robert@octarineparrot.com>" ]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, low level networking using the Rust programming language."
Expand Down
2 changes: 1 addition & 1 deletion pnet_base/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_base"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Fundamental base types and code used by pnet."
Expand Down
2 changes: 1 addition & 1 deletion pnet_datalink/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_datalink"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, datalink layer networking."
Expand Down
2 changes: 1 addition & 1 deletion pnet_macros/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_macros"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Pierre Chifflier <chifflier@wzdftpd.net>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Automatic bit manipulation for binary data formats"
Expand Down
2 changes: 1 addition & 1 deletion pnet_macros_support/Cargo.toml
Expand Up @@ -3,7 +3,7 @@
name = "pnet_macros_support"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Support library for libpnet_macros"
Expand Down
2 changes: 1 addition & 1 deletion pnet_packet/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_packet"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, binary packet parsing and manipulation"
Expand Down
2 changes: 1 addition & 1 deletion pnet_sys/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_sys"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>", "Linus Färnstrand <faern@faern.net>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Access to network related system function and calls."
Expand Down
2 changes: 1 addition & 1 deletion pnet_transport/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pnet_transport"
version = "0.34.0"
authors = ["Robert Clipsham <robert@octarineparrot.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/libpnet/libpnet"
repository = "https://github.com/libpnet/libpnet"
description = "Cross-platform, transport layer networking."
Expand Down

0 comments on commit 87f362d

Please sign in to comment.