From 4c902b11fde07e90c908e76ef7791d9322b70362 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 22 Mar 2024 08:45:49 -0400 Subject: [PATCH] influxdb: remove license audit exception Should be possible due to https://github.com/Homebrew/brew/pull/16812 Signed-off-by: Michael Cho --- Formula/i/influxdb.rb | 3 +-- audit_exceptions/permitted_formula_license_mismatches.json | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Formula/i/influxdb.rb b/Formula/i/influxdb.rb index cb48161f7aa3..f405fa51cbaf 100644 --- a/Formula/i/influxdb.rb +++ b/Formula/i/influxdb.rb @@ -1,8 +1,7 @@ class Influxdb < Formula desc "Time series, events, and metrics database" homepage "https://influxdata.com/time-series-platform/influxdb/" - # When bumping to 3.x, remove from `permitted_formula_license_mismatches.json` - # and update license stanza to `license any_of: ["Apache-2.0", "MIT"]` + # When bumping to 3.x, update license stanza to `license any_of: ["Apache-2.0", "MIT"]` # Ref: https://github.com/influxdata/influxdb/blob/main/Cargo.toml#L124 url "https://github.com/influxdata/influxdb.git", tag: "v2.7.5", diff --git a/audit_exceptions/permitted_formula_license_mismatches.json b/audit_exceptions/permitted_formula_license_mismatches.json index 557eb0f13aa2..fe51488c7066 100644 --- a/audit_exceptions/permitted_formula_license_mismatches.json +++ b/audit_exceptions/permitted_formula_license_mismatches.json @@ -1,3 +1 @@ -[ - "influxdb" -] +[]