diff options
author | trivias <trivias@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:12 +0300 |
commit | 9bf2fa2b060c9881d3135c2208c624a1dd546ecc (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted/boost/libs/container/ya.make | |
parent | 11ab7328455192b9cdb4bbb79f8615bf356182ca (diff) | |
download | ydb-9bf2fa2b060c9881d3135c2208c624a1dd546ecc.tar.gz |
Restoring authorship annotation for <trivias@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted/boost/libs/container/ya.make')
-rw-r--r-- | contrib/restricted/boost/libs/container/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/contrib/restricted/boost/libs/container/ya.make b/contrib/restricted/boost/libs/container/ya.make index 0575a06293..bc9a2cd150 100644 --- a/contrib/restricted/boost/libs/container/ya.make +++ b/contrib/restricted/boost/libs/container/ya.make @@ -1,12 +1,12 @@ -LIBRARY() - +LIBRARY() + LICENSE( BSL-1.0 AND CC0-1.0 ) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) - + OWNER( antoshkka g:cpp-committee @@ -14,15 +14,15 @@ OWNER( ) INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - -SRCS( - src/alloc_lib.c - src/dlmalloc.cpp - src/global_resource.cpp - src/monotonic_buffer_resource.cpp - src/pool_resource.cpp - src/synchronized_pool_resource.cpp - src/unsynchronized_pool_resource.cpp -) - -END() + +SRCS( + src/alloc_lib.c + src/dlmalloc.cpp + src/global_resource.cpp + src/monotonic_buffer_resource.cpp + src/pool_resource.cpp + src/synchronized_pool_resource.cpp + src/unsynchronized_pool_resource.cpp +) + +END() |