diff options
author | Sergey Brazhnik <s.brazhnik@gmail.com> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | ef42528cdc4019bf12e878add78e77c15997af4f (patch) | |
tree | d317eddc46806e0fa8b36da200c8cea15820301e /contrib/libs/cxxsupp | |
parent | 11a24635da4c4f39428b182c49a7bc35e47c9534 (diff) | |
download | ydb-ef42528cdc4019bf12e878add78e77c15997af4f.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxrt/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/openmp/ya.make | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index d2c319c927..af11a403e5 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -1,7 +1,7 @@ LIBRARY() # Part of compiler-rt LLVM subproject - + # git repository: https://github.com/llvm/llvm-project.git # directory: compiler-rt/lib/builtins # revision: 08f0372c351a57b01afee6c64066961203da28c5 diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make index 15403fe6d5..1aaeba3a62 100644 --- a/contrib/libs/cxxsupp/libcxx/ya.make +++ b/contrib/libs/cxxsupp/libcxx/ya.make @@ -7,7 +7,7 @@ LICENSE( MIT AND NCSA ) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(2021-04-02-7959d59028dd126416cdf10dbbd22162922e1336) diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make index 12dccbd505..63423d0c3e 100644 --- a/contrib/libs/cxxsupp/libcxxrt/ya.make +++ b/contrib/libs/cxxsupp/libcxxrt/ya.make @@ -8,7 +8,7 @@ LICENSE( BSD-3-Clause AND MIT ) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make index 2c64468375..85efc6af37 100644 --- a/contrib/libs/cxxsupp/openmp/ya.make +++ b/contrib/libs/cxxsupp/openmp/ya.make @@ -4,7 +4,7 @@ LICENSE( MIT AND NCSA ) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(5.0) |