From aa014528ca83bd3f1d17604d8c138ac2d0484074 Mon Sep 17 00:00:00 2001 From: Bruce Guenter Date: Tue, 30 May 2023 10:17:29 -0600 Subject: [PATCH] chore(ci): Drop VRL license exceptions (#17529) Ref: https://github.com/vectordotdev/vector/pull/17378#pullrequestreview-1424780253 --- license-tool.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/license-tool.toml b/license-tool.toml index dcefb5284d8cb..64e86fe9837b0 100644 --- a/license-tool.toml +++ b/license-tool.toml @@ -4,15 +4,6 @@ "openssl-macros" = { origin = "https://github.com/sfackler/rust-openssl" } "serde_nanos" = { origin = "https://github.com/caspervonb/serde_nanos" } -# These can go away once Vector starts using a release of the VRL crate with a -# library field set up. -"vrl" = { license = "MPL-2.0" } -"vrl-compiler" = { license = "MPL-2.0" } -"vrl-core" = { license = "MPL-2.0" } -"vrl-diagnostic" = { license = "MPL-2.0" } -"vrl-parser" = { license = "MPL-2.0" } -"vrl-tests" = { license = "MPL-2.0" } - # `ring` has a custom license that is mostly "ISC-style" but parts of it also fall under OpenSSL licensing. "ring-0.16.20" = { license = "ISC AND Custom" }