diff options
author | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
---|---|---|
committer | monster <monster@ydb.tech> | 2022-07-07 14:41:37 +0300 |
commit | 06e5c21a835c0e923506c4ff27929f34e00761c2 (patch) | |
tree | 75efcbc6854ef9bd476eb8bf00cc5c900da436a2 /contrib/libs/poco/XML | |
parent | 03f024c4412e3aa613bb543cf1660176320ba8f4 (diff) | |
download | ydb-06e5c21a835c0e923506c4ff27929f34e00761c2.tar.gz |
fix ya.make
Diffstat (limited to 'contrib/libs/poco/XML')
-rw-r--r-- | contrib/libs/poco/XML/.yandex_meta/licenses.list.txt | 60 | ||||
-rw-r--r-- | contrib/libs/poco/XML/CMakeLists.txt | 2 |
2 files changed, 1 insertions, 61 deletions
diff --git a/contrib/libs/poco/XML/.yandex_meta/licenses.list.txt b/contrib/libs/poco/XML/.yandex_meta/licenses.list.txt deleted file mode 100644 index 264a647cef4..00000000000 --- a/contrib/libs/poco/XML/.yandex_meta/licenses.list.txt +++ /dev/null @@ -1,60 +0,0 @@ -====================BSL-1.0==================== -// SPDX-License-Identifier: BSL-1.0 - - -====================BSL-1.0==================== -Boost Software License - Version 1.0 - August 17th, 2003 - -Permission is hereby granted, free of charge, to any person or organization -obtaining a copy of the software and accompanying documentation covered by -this license (the "Software") to use, reproduce, display, distribute, -execute, and transmit the Software, and to prepare derivative works of the -Software, and to permit third-parties to whom the Software is furnished to -do so, all subject to the following: - -The copyright notices in the Software and this entire statement, including -the above license grant, this restriction and the following disclaimer, -must be included in all copies of the Software, in whole or in part, and -all derivative works of the Software, unless such copies or derivative -works are solely in the form of machine-executable object code generated by -a source language processor. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT -SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE -FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. - ---------------------------------------------------------------------------- -Note: -Individual files contain the following tag instead of the full license text. - - SPDX-License-Identifier: BSL-1.0 - -This enables machine processing of license information based on the SPDX -License Identifiers that are here available: http://spdx.org/licenses/ - -====================COPYRIGHT==================== -// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. -// and Contributors. - - -====================COPYRIGHT==================== -// Copyright (c) 2004-2007, Applied Informatics Software Engineering GmbH. -// and Contributors. - - -====================COPYRIGHT==================== -// Copyright (c) 2007, Applied Informatics Software Engineering GmbH. -// and Contributors. - - -====================COPYRIGHT==================== -// Copyright (c) 2009-2013 Code Synthesis Tools CC. - - -====================COPYRIGHT==================== -// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. -// and Contributors. diff --git a/contrib/libs/poco/XML/CMakeLists.txt b/contrib/libs/poco/XML/CMakeLists.txt index e8c98bfd99f..c031ddb850e 100644 --- a/contrib/libs/poco/XML/CMakeLists.txt +++ b/contrib/libs/poco/XML/CMakeLists.txt @@ -6,6 +6,6 @@ # original buildsystem will not be accepted. -if (UNIX AND NOT APPLE) +if (UNIX) include(CMakeLists.linux.txt) endif() |