Skip to content

required match percentage for Scan to identify a string of text as a license must be increased #2900

@lalitbittu11

Description

@lalitbittu11

Scan thinks there is a "google-patent-license-webm" but this is not true

The rule (bsd-new_and_google-patent-license-webm_5.RULE):

  • Use of this source code is governed by a BSD-style license
  • that can be found in the LICENSE file in the root of the source
  • tree. An additional intellectual property rights grant can be found
  • in the file PATENTS.

The text in the source code:

 1                     // Copyright 2014 The Go Authors. All rights reserved.
 2                     // Use of this source code is governed by a BSD-style
 3                     // license that can be found in the LICENSE file.
 4                     
 5                     // Package oauth2 provides support for making
 6                     // OAuth2 authorized and authenticated HTTP requests,
 7                     // as specified in RFC 6749.
 8                     // It can additionally grant authorization with Bearer JWT.

So, except line 2 and 3, the whole part is missing (except for the word “grant”) from the source codes.

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions