From bdca472ead98d309e474da1e66fb820ffa603f79 Mon Sep 17 00:00:00 2001 From: beierlm Date: Thu, 3 Sep 2020 14:02:30 -0400 Subject: [PATCH] Allow more image types Removes need for license from .tiff and .svg files. Fixes bug 1202 Change-Id: Iff9dab4acab33328e161dab86be766021da2bb38 Signed-off-by: beierlm --- tools/license_scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/license_scan.sh b/tools/license_scan.sh index 5af31dff..dfcda7e4 100755 --- a/tools/license_scan.sh +++ b/tools/license_scan.sh @@ -29,7 +29,7 @@ dpkg -l curl &>/dev/null ||sudo apt-get install -y curl apache=0 nolicense=0 other=0 -exception_list="':(exclude)*.pdf' ':(exclude)*.png' ':(exclude)*.jpeg' ':(exclude)*.jpg' ':(exclude)*.gif' ':(exclude)*.json' ':(exclude)*.ico'" +exception_list="':(exclude)*.pdf' ':(exclude)*.png' ':(exclude)*.jpeg' ':(exclude)*.jpg' ':(exclude)*.gif' ':(exclude)*.json' ':(exclude)*.ico' ':(exclude)*.svg' ':(exclude)*.tiff'" git fetch RE="FATAL: your file did not get passed through" -- 2.17.1