Skip to content

Apache-2.0 URL alone is enough to match the license; is this intentional? #40

@ericphanson

Description

@ericphanson

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions