Silence WITH_PERMISSION_ONLY warnings
Currently using a license in the WITH_PERMISSION_ONLY list will create a warning. By making an ALL_LICENSE list including this list and also allowing it when checking for open source compatible licenses, it will no longer create warnings. This will enable us to change the current warnings into errors. Bug: b/388620886 Change-Id: I883a3d3c825f0f1903b62d0b93810218b1f42bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6188501 Commit-Queue: Jordan Brown <rop@google.com> Reviewed-by: Rachael Newitt <renewitt@google.com>changes/01/6188501/5
parent
2b1cab2267
commit
a4131b9447
@ -0,0 +1,22 @@
|
||||
Name: Dependency using a restricted license
|
||||
Short Name: restricted-license-dependency
|
||||
URL: https://www.example.com/metadata,
|
||||
https://www.example.com/parser
|
||||
Unknown Field: Should be extracted into a field, because the preceding URL
|
||||
field is structured, thus terminated by another field-like
|
||||
line, even if the field name isn't well known to us.
|
||||
Version: 1.0.12
|
||||
Date: 2020-12-03
|
||||
License: GPL-2.0
|
||||
License File: LICENSE
|
||||
Security Critical: yes
|
||||
Shipped: yes
|
||||
CPEPrefix: unknown
|
||||
This line should be ignored because CPEPrefix is a one-liner field.
|
||||
Description:
|
||||
This is a dependency that uses a restricted license.
|
||||
|
||||
Local Modifications:
|
||||
None.
|
||||
|
||||
Additional paragraphs describing the package, which are not part of Description.
|
Loading…
Reference in New Issue