The Apache-2.0 URL (http://www.apache.org/licenses/LICENSE-2.0) alone counts as a match to the license. Text containing parts of other licenses usually does not produce a match, so I wanted to ask if this was intentional.
Here's the example using my Julia wrapper LicenseCheck.jl:
julia> using LicenseCheck
julia> licensecheck("http://www.apache.org/licenses/LICENSE-2.0")
(licenses_found = ["Apache-2.0"], license_file_percent_covered = 100.0)