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 | 249e91c445cb92462f9509d1ef2730b27629f43d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/cxxsupp | |
parent | ef42528cdc4019bf12e878add78e77c15997af4f (diff) | |
download | ydb-249e91c445cb92462f9509d1ef2730b27629f43d.tar.gz |
Restoring authorship annotation for Sergey Brazhnik <s.brazhnik@gmail.com>. Commit 2 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 af11a403e5..d2c319c927 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 1aaeba3a62..15403fe6d5 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 63423d0c3e..12dccbd505 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 85efc6af37..2c64468375 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) |