diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-12-15 23:50:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-12-16 00:08:50 +0300 |
commit | 0f6fa8ccc1193ad9320c894c564e4915f48501e2 (patch) | |
tree | 2a2a6a1c2a9bc219bb3f7c5310e0253e785d756c /contrib/libs/cxxsupp | |
parent | 17c15e9fcc5070dd6af154f065e21174c4c9ba85 (diff) | |
download | ydb-0f6fa8ccc1193ad9320c894c564e4915f48501e2.tar.gz |
Introduce Service-Sourceless-Library license
commit_hash:ba1ce4b64e2bf08bca9c948c2e2ddd788870045a
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/stdc/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/ya.make | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/stdc/ya.make b/contrib/libs/cxxsupp/stdc/ya.make index 51b44443dd..3a4e52aed4 100644 --- a/contrib/libs/cxxsupp/stdc/ya.make +++ b/contrib/libs/cxxsupp/stdc/ya.make @@ -2,9 +2,9 @@ LIBRARY() WITHOUT_LICENSE_TEXTS() -LICENSE(YandexOpen) +VERSION(Service-proxy-version) -VERSION(2024-06-20) +LICENSE(Service-Sourceless-Library) SUBSCRIBER( g:contrib diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make index 21d7a35747..d536c83ef5 100644 --- a/contrib/libs/cxxsupp/system_stl/ya.make +++ b/contrib/libs/cxxsupp/system_stl/ya.make @@ -4,7 +4,7 @@ WITHOUT_LICENSE_TEXTS() VERSION(Service-proxy-version) -LICENSE(YandexOpen) +LICENSE(Service-Sourceless-Library) SUBSCRIBER( g:contrib |