-
-
Notifications
You must be signed in to change notification settings - Fork 613
Closed
Labels
Milestone
Description
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.
