aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-01-21 10:24:23 -0800
committerBob Badour <bbadour@google.com>2021-01-21 18:47:30 -0800
commit1147c183f7df5a27c830ed53ba6c15835191529f (patch)
treed66f4531a5a968eaf9864c20a45f4c0569a93dfd
parent7f07a404de4a24fe07f57a66f53cbe4d18beaf72 (diff)
downloadslf4j-1147c183f7df5a27c830ed53ba6c15835191529f.tar.gz
Fix license_type. Test code contains GPL.
See: http://go/android-license-checking-v2-lsc Test: m all Bug: 151953481 Bug: 151177513 Bug: 67772237 Change-Id: Iafa18d078c5edc2c375eb72de66fcfa96d0ac477
-rw-r--r--METADATA5
1 files changed, 4 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index d97975ca..9b058bb3 100644
--- a/METADATA
+++ b/METADATA
@@ -1,3 +1,6 @@
third_party {
- license_type: NOTICE
+ # would be NOTICE save for:
+ # log4j-over-slf4j/compatibility/src/main/java/test/Log4j12Calls.java
+ # log4j-over-slf4j/compatibility/src/main/java/test/Log4j13Calls.java
+ license_type: RESTRICTED
}