Skip to content

Commit

Permalink
chore(ci): Drop VRL license exceptions (vectordotdev#17529)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceg authored May 30, 2023
1 parent da7bc95 commit aa01452
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions license-tool.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit aa01452

Please sign in to comment.