diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-28 13:28:50 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-28 13:55:04 +0300 |
commit | dd4f18892ffda75a087a89e4ccb0957909fba749 (patch) | |
tree | 538bddd95acd216924e10a2ae0e530e575d27792 /yt | |
parent | d687e61cce5bbc4cd2c85eb88940f1fc93ee70e8 (diff) | |
download | ydb-dd4f18892ffda75a087a89e4ccb0957909fba749.tar.gz |
RESTRICT LICENSES on linux-opensource by default
Diffstat (limited to 'yt')
-rw-r--r-- | yt/opensource.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt/opensource.inc b/yt/opensource.inc index 134432fd70..89bb5a403d 100644 --- a/yt/opensource.inc +++ b/yt/opensource.inc @@ -15,7 +15,6 @@ IF (OPENSOURCE) DENY REQUIRE_DISCLOSURE FORBIDDEN PROTESTWARE ) LICENSE_RESTRICTION_EXCEPTIONS( - contrib/libs/linux-headers # DTCC-553 contrib/libs/fmt # DTCC-1317 ) ENDIF() |