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 Feb 6, 2024
1 parent a3ceb81 commit d0f8005
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion canvas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A GPU-accelerated vector graphics renderer that works like HTML canvas"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
keywords = ["pathfinder", "canvas", "vector", "graphics", "gpu"]
Expand Down
2 changes: 1 addition & 1 deletion color/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A minimal SIMD-accelerated color handling library"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "Vector path utilities for the Pathfinder rendering library"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion geometry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.1"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "Basic SIMD-accelerated geometry/linear algebra"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion gl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A simple cross-platform GPU abstraction library: OpenGL backend"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion gpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A simple cross-platform GPU abstraction library"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion metal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.1"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A simple cross-platform GPU abstraction library: Metal backend"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A GPU-accelerated vector graphics and font renderer"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion resources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "Shaders, textures, etc. for the Pathfinder vector graphics library"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion simd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
build = "build.rs"
description = "A simple SIMD library"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A GPU-accelerated SVG renderer"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"
keywords = ["pathfinder", "svg", "vector", "graphics", "gpu"]
Expand Down
2 changes: 1 addition & 1 deletion text/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "Text layout for the Pathfinder vector graphics renderer"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down
2 changes: 1 addition & 1 deletion ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018"
authors = ["Patrick Walton <[email protected]>"]
description = "A minimal immediate mode UI library for debugging overlays"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder"

Expand Down

0 comments on commit d0f8005

Please sign in to comment.