From 13b216afdb92376bc36d8129f854ef6094c0cdd7 Mon Sep 17 00:00:00 2001 From: axon-consultancy <45140927+axon-consultancy@users.noreply.github.com> Date: Wed, 15 Apr 2020 10:18:17 +0200 Subject: [PATCH] add copying to list of license file names --- licensedb/internal/investigation.go | 1 + 1 file changed, 1 insertion(+) diff --git a/licensedb/internal/investigation.go b/licensedb/internal/investigation.go index 9be308b..8895970 100644 --- a/licensedb/internal/investigation.go +++ b/licensedb/internal/investigation.go @@ -35,6 +35,7 @@ var ( "bsd", "mit", "apache", + "copying", } // License file extensions. Combined with the fileNames slice