commit | cac8a3cf09f74e32f5231a6829700b210bc8cfae | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Tue Nov 22 12:04:10 2022 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Nov 30 10:52:41 2022 -0800 |
tree | ae61965cd58909cf12235e8c71263efe070cb192 | |
parent | dd026fce63c5378e8305b86b48c79bf57b192ce0 [diff] [blame] |
Change condition to match go/thirdpartylicenses Policy uses restricted_if_statically_linked at https://opensource.google/documentation/reference/thirdparty/licenses#RestrictedIfStaticallyLinked Test: m droid Change-Id: I9b18d3133ae72de1bede99f46b530298313bc2e6
diff --git a/tools/compliance/test_util.go b/tools/compliance/test_util.go index db711a7..f0242e2 100644 --- a/tools/compliance/test_util.go +++ b/tools/compliance/test_util.go
@@ -57,7 +57,7 @@ LGPL = `` + `package_name: "Free Library" license_kinds: "SPDX-license-identifier-LGPL-2.0" -license_conditions: "restricted_allows_dynamic_linking" +license_conditions: "restricted_if_statically_linked" ` // MPL starts a test metadata file for a module with MPL 2.0 reciprical licensing.