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/linuxvdso | |
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/linuxvdso')
-rw-r--r-- | contrib/libs/linuxvdso/original/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/linuxvdso/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/libs/linuxvdso/original/ya.make b/contrib/libs/linuxvdso/original/ya.make index c5b41c3586..e0ddbcee78 100644 --- a/contrib/libs/linuxvdso/original/ya.make +++ b/contrib/libs/linuxvdso/original/ya.make @@ -1,7 +1,7 @@ LIBRARY() - + LICENSE(BSD-3-Clause) - + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) OWNER( diff --git a/contrib/libs/linuxvdso/ya.make b/contrib/libs/linuxvdso/ya.make index 4da8d3d076..37d467e1ee 100644 --- a/contrib/libs/linuxvdso/ya.make +++ b/contrib/libs/linuxvdso/ya.make @@ -1,9 +1,9 @@ LIBRARY() - + WITHOUT_LICENSE_TEXTS() LICENSE(BSD-3-Clause) - + VERSION(2.0) ORIGINAL_SOURCE(https://github.com/gperftools/gperftools) |