Commit 8bac42c4 authored by Fabio Pelosin's avatar Fabio Pelosin

[LocalPod] Support British spelling of license.

parent ebd1176c
......@@ -265,7 +265,7 @@ module Pod
if top_specification.license && top_specification.license[:file]
root + top_specification.license[:file]
else
expanded_paths(%w[ LICENSE{*,.*} licence{*,.*} ]).first
expanded_paths(%w[ LICEN{C,S}E{*,.*} licen{c,s}e{*,.*} ]).first
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment