From 7fe37a83f4fd00f31f87b69c997d9223bf3b2f73 Mon Sep 17 00:00:00 2001 From: Nia Weiss Date: Fri, 14 May 2021 10:45:46 -0400 Subject: [PATCH] update license header check exceptions When moving the protobuf files around, the paths to the generated protobuf files were not updated. This change updates the paths. --- license.exceptions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license.exceptions b/license.exceptions index 4d0dc19dc..d2af92dc4 100644 --- a/license.exceptions +++ b/license.exceptions @@ -1,8 +1,8 @@ # names of files which we do not expect to have our license header ./apimethod_string.go ./pql/pql.peg.go -./internal/private.pb.go -./internal/public.pb.go +./pb/private.pb.go +./pb/public.pb.go ./lru/lru.go ./roaring/btree.go ./roaring/btree_test.go