Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
  • Loading branch information
frisoft authored and kali committed Jul 21, 2023
1 parent 68fb2e6 commit d17fa62
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract"
version = "0.20.7-pre"
authors = [ "Romain Liautaud <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "TensorFlow", "NeuralNetworks" ]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-core"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-data"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion examples/jupyter-keras-tract-tf1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jupyter-keras-tract-tf1"
version = "0.20.7-pre"
authors = ["Matthew Alhonte <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion examples/jupyter-keras-tract-tf2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "jupyter-keras-tract-tf2"
version = "0.20.7-pre"
authors = ["Matthew Alhonte <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion examples/nnef-dump-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-dump-nnef-mobilenet-v2"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/nnef-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-nnef-mobilenet-v2"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/onnx-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-onnx-mobilenet-v2"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/pytorch-resnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-pytorch-resnet"
version = "0.20.7-pre"
authors = ["Teddy Koker <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion examples/tensorflow-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-tensorflow-mobilenet-v2"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/tflite-mobilenet-v3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "example-tflite-mobilenet-v3"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-ffi"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion harness/core-proptest-pulse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "core-proptest-pulse"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion harness/lstm-proptest-onnx-vs-tf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "lstm-proptest-onnx-vs-tf"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion harness/nnef-inceptionv3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nnef-inceptionv3"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion harness/tf-inceptionv3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tf-inceptionv3"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
image.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion harness/tf-mobilenet-v2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tf-mobilenet-v2"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
image.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion harness/tf-moz-deepspeech/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tf-moz-deepspeech"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
edition = "2021"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
log.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hir/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-hir"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion libcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-libcli"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion linalg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-linalg"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion nnef/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract-nnef"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "NeuralNetworks", "NNEF" ]
Expand Down
2 changes: 1 addition & 1 deletion nnef/nnef-resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
"Mathieu Poumeyrol <[email protected]>",
"Hubert de La Jonquière <[email protected]>"
]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "NeuralNetworks", "NNEF" ]
Expand Down
2 changes: 1 addition & 1 deletion onnx-opl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract-onnx-opl"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "TensorFlow", "NeuralNetworks", "ONNX" ]
Expand Down
2 changes: 1 addition & 1 deletion onnx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract-onnx"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "TensorFlow", "NeuralNetworks", "ONNX" ]
Expand Down
2 changes: 1 addition & 1 deletion pulse-opl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-pulse-opl"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion pulse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tract-pulse"
version = "0.20.7-pre"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Mathieu Poumeyrol <[email protected]>"]
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract-tensorflow"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
keywords = [ "TensorFlow", "NeuralNetworks", "ONNX" ]
Expand Down
2 changes: 1 addition & 1 deletion test-rt/test-onnx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "test-onnx-core"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tflite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tract-tflite"
version = "0.20.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"
repository = "https://github.com/snipsco/tract"
edition = "2021"
Expand Down

0 comments on commit d17fa62

Please sign in to comment.