From 5bef198e6d4585a9cb46983814349d0a96bc7e2b Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Sat, 9 Nov 2013 19:13:08 -0800 Subject: [PATCH] More lenient regex for LICENSE --- lib/linguist/vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 1e106812..2bc71b72 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -139,7 +139,7 @@ # LICENSE, README, git config files - ^COPYING$ -- ^LICENSE$ +- LICENSE$ - gitattributes$ - gitignore$ - gitmodules$