You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# unknown-license-reference를 제거하고 lge-proprietary만 남김
170
-
ifKEYWORD_UNKNOWN_LICENSE_REFERENCE.lower() in [x.lower() forxinlicense_detected] andKEYWORD_LGE_PROPRIETARY.lower() in [x.lower() forxinlicense_detected]:
168
+
# Remove unknown-license-reference and leave only lge-proprietary
# unknown-license-reference를 제거하고 lge-proprietary만 남김
273
-
ifKEYWORD_UNKNOWN_LICENSE_REFERENCE.lower() in [x.lower() forxinlicense_detected] andKEYWORD_LGE_PROPRIETARY.lower() in [x.lower() forxinlicense_detected]:
274
+
275
+
# Remove unknown-license-reference and leave only lge-proprietary
0 commit comments