Update license field following SPDX 2.1 license expression standard (#540)

This commit is contained in:
Andrea Frigido 2024-02-06 16:59:01 +00:00 committed by GitHub
parent a3ceb814ca
commit d0f8005169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A GPU-accelerated vector graphics renderer that works like HTML canvas" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"
keywords = ["pathfinder", "canvas", "vector", "graphics", "gpu"] keywords = ["pathfinder", "canvas", "vector", "graphics", "gpu"]

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A minimal SIMD-accelerated color handling library" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "Vector path utilities for the Pathfinder rendering library" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.1"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "Basic SIMD-accelerated geometry/linear algebra" description = "Basic SIMD-accelerated geometry/linear algebra"
license = "MIT/Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A simple cross-platform GPU abstraction library: OpenGL backend" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A simple cross-platform GPU abstraction library" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.1"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A simple cross-platform GPU abstraction library: Metal backend" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A GPU-accelerated vector graphics and font renderer" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "Shaders, textures, etc. for the Pathfinder vector graphics library" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -5,7 +5,7 @@ edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
build = "build.rs" build = "build.rs"
description = "A simple SIMD library" description = "A simple SIMD library"
license = "MIT/Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A GPU-accelerated SVG renderer" description = "A GPU-accelerated SVG renderer"
license = "MIT/Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/pathfinder" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"
keywords = ["pathfinder", "svg", "vector", "graphics", "gpu"] keywords = ["pathfinder", "svg", "vector", "graphics", "gpu"]

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "Text layout for the Pathfinder vector graphics renderer" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"

View File

@ -4,7 +4,7 @@ version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Patrick Walton <pcwalton@mimiga.net>"] authors = ["Patrick Walton <pcwalton@mimiga.net>"]
description = "A minimal immediate mode UI library for debugging overlays" 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" repository = "https://github.com/servo/pathfinder"
homepage = "https://github.com/servo/pathfinder" homepage = "https://github.com/servo/pathfinder"