From d0f8005169630620f953e11cf847a99595be6c6c Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Tue, 6 Feb 2024 16:59:01 +0000 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard (#540) --- canvas/Cargo.toml | 2 +- color/Cargo.toml | 2 +- content/Cargo.toml | 2 +- geometry/Cargo.toml | 2 +- gl/Cargo.toml | 2 +- gpu/Cargo.toml | 2 +- metal/Cargo.toml | 2 +- renderer/Cargo.toml | 2 +- resources/Cargo.toml | 2 +- simd/Cargo.toml | 2 +- svg/Cargo.toml | 2 +- text/Cargo.toml | 2 +- ui/Cargo.toml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/canvas/Cargo.toml b/canvas/Cargo.toml index b247fcd6..e3aef620 100644 --- a/canvas/Cargo.toml +++ b/canvas/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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"] diff --git a/color/Cargo.toml b/color/Cargo.toml index bbae0b6b..ec9e804b 100644 --- a/color/Cargo.toml +++ b/color/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/content/Cargo.toml b/content/Cargo.toml index c2b769e0..24b2e483 100644 --- a/content/Cargo.toml +++ b/content/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/geometry/Cargo.toml b/geometry/Cargo.toml index 1ed81d50..5ad70918 100644 --- a/geometry/Cargo.toml +++ b/geometry/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.1" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/gl/Cargo.toml b/gl/Cargo.toml index ccefff01..a019df31 100644 --- a/gl/Cargo.toml +++ b/gl/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/gpu/Cargo.toml b/gpu/Cargo.toml index b0f973be..f845a785 100644 --- a/gpu/Cargo.toml +++ b/gpu/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 0941e276..9e84a646 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.1" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml index 95d48b8b..df36c77f 100644 --- a/renderer/Cargo.toml +++ b/renderer/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/resources/Cargo.toml b/resources/Cargo.toml index 6068f061..d8f7b936 100644 --- a/resources/Cargo.toml +++ b/resources/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/simd/Cargo.toml b/simd/Cargo.toml index bd08452f..eec263f7 100644 --- a/simd/Cargo.toml +++ b/simd/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/svg/Cargo.toml b/svg/Cargo.toml index 1842c81d..425fd908 100644 --- a/svg/Cargo.toml +++ b/svg/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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"] diff --git a/text/Cargo.toml b/text/Cargo.toml index adcdfb84..3c5c1135 100644 --- a/text/Cargo.toml +++ b/text/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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" diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 9064fb5c..17ae44c7 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.0" edition = "2018" authors = ["Patrick Walton "] 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"