From dbf7af297fe1511dbfd9a8f7f7a0db60dee75c7e Mon Sep 17 00:00:00 2001 From: Navendu Pottekkat Date: Tue, 12 Apr 2022 04:44:51 +0530 Subject: [PATCH] chore: set the license location threshold (#6825) Signed-off-by: Navendu Pottekkat --- .licenserc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 13fb94f5..5822d7fd 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -19,6 +19,8 @@ header: spdx-id: Apache-2.0 copyright-owner: Apache Software Foundation + license-location-threshold: 250 + paths-ignore: - '.gitignore' - 'LICENSE'