From af886aad50472a999b79853759cee780bfc56691 Mon Sep 17 00:00:00 2001 From: Laith Shadeed Date: Fri, 21 Dec 2018 16:34:38 +0100 Subject: [PATCH] Add LICENSE (British version of the word) (#58) Some npm modules use British English. Examples: dom-walk, min-document & xtend --- prune.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prune.go b/prune.go index 3399636..efa5410 100644 --- a/prune.go +++ b/prune.go @@ -55,6 +55,11 @@ var DefaultFiles = []string{ "LICENSE-MIT", "LICENSE.BSD", "license", + "LICENCE.txt", + "LICENCE", + "LICENCE-MIT", + "LICENCE.BSD", + "licence", "AUTHORS", "CONTRIBUTORS", ".yarn-integrity",