aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre/.yandex_meta
diff options
context:
space:
mode:
authormaxim-yurchuk <maxim-yurchuk@yandex-team.com>2024-10-09 12:29:46 +0300
committermaxim-yurchuk <maxim-yurchuk@yandex-team.com>2024-10-09 13:14:22 +0300
commit9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80 (patch)
treea8fb3181d5947c0d78cf402aa56e686130179049 /contrib/libs/pcre/.yandex_meta
parenta44b779cd359f06c3ebbef4ec98c6b38609d9d85 (diff)
downloadydb-9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80.tar.gz
publishFullContrib: true for ydb
<HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
Diffstat (limited to 'contrib/libs/pcre/.yandex_meta')
-rw-r--r--contrib/libs/pcre/.yandex_meta/__init__.py48
-rw-r--r--contrib/libs/pcre/.yandex_meta/devtools.copyrights.report308
-rw-r--r--contrib/libs/pcre/.yandex_meta/devtools.licenses.report351
-rw-r--r--contrib/libs/pcre/.yandex_meta/licenses.list.txt321
-rw-r--r--contrib/libs/pcre/.yandex_meta/override.nix23
5 files changed, 1051 insertions, 0 deletions
diff --git a/contrib/libs/pcre/.yandex_meta/__init__.py b/contrib/libs/pcre/.yandex_meta/__init__.py
new file mode 100644
index 0000000000..1fc4abde8c
--- /dev/null
+++ b/contrib/libs/pcre/.yandex_meta/__init__.py
@@ -0,0 +1,48 @@
+import os
+
+from devtools.yamaker import fileutil
+from devtools.yamaker.modules import GLOBAL, Linkable, Switch
+from devtools.yamaker.project import NixProject
+
+
+def post_install(self):
+ fileutil.convert_to_utf8(f"{self.dstdir}/ChangeLog", from_="latin-1")
+
+ fileutil.re_sub_file(f"{self.dstdir}/config.h", "#define [^ ]*_EXP_DE", r"// \g<0>")
+ fileutil.re_sub_dir(self.dstdir, r'(# *include) "config\.h"', r'\1 "pcre_config.h"')
+ fileutil.re_sub_dir(self.dstdir, r"(# *include) <(pcre.*)>", r'\1 "\2"')
+ os.rename(f"{self.dstdir}/config.h", f"{self.dstdir}/pcre_config.h")
+
+ with self.yamakes["."] as pcre:
+ pcre.CFLAGS.insert(0, GLOBAL("-DPCRE_STATIC"))
+ pcre.after(
+ "CFLAGS",
+ """
+# JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions
+DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes)
+ """.strip(),
+ )
+ pcre.after(
+ "CFLAGS",
+ Switch(ARCADIA_PCRE_ENABLE_JIT=Linkable(CFLAGS=["-DARCADIA_PCRE_ENABLE_JIT"])),
+ )
+
+
+pcre = NixProject(
+ arcdir="contrib/libs/pcre",
+ nixattr="pcre",
+ license="BSD-3-Clause",
+ disable_includes=[
+ "bits/type_traits.h",
+ "sys/cache.h",
+ "sljitNativeSPARC_64.c",
+ "sljitProtExecAllocator.c",
+ ],
+ put_with={"pcre": ["pcreposix"]},
+ install_targets=["pcre", "pcre16", "pcre32", "pcrecpp"],
+ put={"pcre": "."},
+ copy_sources=[
+ "sljit/**",
+ ],
+ post_install=post_install,
+)
diff --git a/contrib/libs/pcre/.yandex_meta/devtools.copyrights.report b/contrib/libs/pcre/.yandex_meta/devtools.copyrights.report
new file mode 100644
index 0000000000..60271ff529
--- /dev/null
+++ b/contrib/libs/pcre/.yandex_meta/devtools.copyrights.report
@@ -0,0 +1,308 @@
+# File format ($ symbol means the beginning of a line):
+#
+# $ # this message
+# $ # =======================
+# $ # comments (all commentaries should starts with some number of spaces and # symbol)
+# ${action} {license id} {license text hash}
+# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
+# ${all_file_action} filename
+# $ # user commentaries (many lines)
+# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
+# ${action} {license spdx} {license text hash}
+# $BELONGS ./ya/make/file/relative/path/3/ya.make
+# ${all_file_action} filename
+# $ # user commentaries
+# $ generated description
+# $ ...
+#
+# You can modify action, all_file_action and add commentaries
+# Available actions:
+# keep - keep license in contrib and use in credits
+# skip - skip license
+# remove - remove all files with this license
+# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
+#
+# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
+# We suppose that that files can contain some license info
+# Available all file actions:
+# FILE_IGNORE - ignore file (do nothing)
+# FILE_INCLUDE - include all file data into licenses text file
+# =======================
+
+KEEP COPYRIGHT_SERVICE_LABEL 02578fd01d3e29e6c82aba69bdb82970
+BELONGS ya.make
+ License text:
+ * Copyright 2013-2013 Tilera Corporation(jiwang@tilera.com). All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ sljit/sljitNativeTILEGX-encoder.c [4:4]
+ sljit/sljitNativeTILEGX_64.c [4:4]
+
+KEEP COPYRIGHT_SERVICE_LABEL 029b66de29e9893a9af854e4049ff264
+BELONGS ya.make
+ License text:
+ Copyright(c) 2009-2021 Zoltan Herczeg
+ All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ LICENCE [50:51]
+
+KEEP COPYRIGHT_SERVICE_LABEL 1e873553d39834f61b495e45fcd01679
+BELONGS ya.make
+ License text:
+ // Copyright (c) 2005, Google Inc.
+ // All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre_scanner.cc [1:2]
+ pcre_scanner.h [1:2]
+ pcre_stringpiece.cc [1:2]
+ pcre_stringpiece.h [1:2]
+ pcrecpp.h [1:2]
+ pcrecpp_internal.h [6:7]
+ pcrecpparg.h [1:2]
+
+KEEP COPYRIGHT_SERVICE_LABEL 20b71da944b9e6967071fc4782c1355f
+BELONGS ya.make
+ License text:
+ // Copyright (c) 2010, Google Inc.
+ // All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcrecpp.cc [1:2]
+
+KEEP COPYRIGHT_SERVICE_LABEL 3ae28e7dc2a24b7c7ecd4b6d57ca4d94
+BELONGS ya.make
+ License text:
+ Written by Philip Hazel
+ Copyright (c) 1997-2017 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre_dfa_exec.c [9:10]
+ pcre_tables.c [8:9]
+
+KEEP COPYRIGHT_SERVICE_LABEL 50a557143a871aeb8473a4c0c56687f2
+BELONGS ya.make
+ License text:
+ Copyright (c) 1997-2014 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre.h [8:8]
+ pcre_byte_order.c [8:9]
+ pcre_globals.c [8:9]
+ pcre_string_utils.c [8:9]
+
+KEEP COPYRIGHT_SERVICE_LABEL 592125ca0e46e64eae2bb2293e947755
+BELONGS ya.make
+ License text:
+ Written by Philip Hazel
+ Copyright (c) 1997-2020 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcreposix.c [8:9]
+
+KEEP COPYRIGHT_SERVICE_LABEL 71499817b900aaf04d853fdffdc657b0
+BELONGS ya.make
+ License text:
+ Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+ Foundation, Inc.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ INSTALL [4:5]
+
+KEEP COPYRIGHT_SERVICE_LABEL 71a195031e61150b1a1da7b8f788beec
+BELONGS ya.make
+ License text:
+ Copyright (c) 2007-2012, Google Inc.
+ All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ LICENCE [59:60]
+
+KEEP COPYRIGHT_SERVICE_LABEL 9370509aa40e84590d30bdafb0dac440
+BELONGS ya.make
+ License text:
+ * Copyright Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ sljit/sljitConfig.h [4:4]
+ sljit/sljitConfigInternal.h [4:4]
+ sljit/sljitExecAllocator.c [4:4]
+ sljit/sljitLir.c [4:4]
+ sljit/sljitLir.h [4:4]
+ sljit/sljitNativeARM_32.c [4:4]
+ sljit/sljitNativeARM_64.c [4:4]
+ sljit/sljitNativeARM_T2_32.c [4:4]
+ sljit/sljitNativeMIPS_32.c [4:4]
+ sljit/sljitNativeMIPS_64.c [4:4]
+ sljit/sljitNativeMIPS_common.c [4:4]
+ sljit/sljitNativePPC_32.c [4:4]
+ sljit/sljitNativePPC_64.c [4:4]
+ sljit/sljitNativePPC_common.c [4:4]
+ sljit/sljitNativeSPARC_32.c [4:4]
+ sljit/sljitNativeSPARC_common.c [4:4]
+ sljit/sljitNativeTILEGX-encoder.c [5:5]
+ sljit/sljitNativeTILEGX_64.c [5:5]
+ sljit/sljitNativeX86_32.c [4:4]
+ sljit/sljitNativeX86_64.c [4:4]
+ sljit/sljitNativeX86_common.c [4:4]
+ sljit/sljitUtils.c [4:4]
+
+KEEP COPYRIGHT_SERVICE_LABEL 93ea79c5b4cd71715061d76f9f2a8a6e
+BELONGS ya.make
+ License text:
+ Written by Philip Hazel
+ Copyright (c) 1997-2016 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre_internal.h [9:10]
+
+KEEP COPYRIGHT_SERVICE_LABEL 97c1bd68d12fc7ffbf6b6583c204031e
+BELONGS ya.make
+ License text:
+ Copyright (c) 1997-2021 University of Cambridge
+ All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ LICENCE [28:29]
+ pcre_compile.c [8:9]
+ pcre_exec.c [8:9]
+
+KEEP COPYRIGHT_SERVICE_LABEL d2e7c83484cc274d175a441339febefd
+BELONGS ya.make
+ License text:
+ Written by Philip Hazel
+ Copyright (c) 1997-2013 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre16_valid_utf16.c [8:9]
+ pcre32_valid_utf32.c [8:9]
+ pcre_fullinfo.c [8:9]
+ pcre_jit_compile.c [8:9]
+ pcre_valid_utf8.c [8:9]
+ pcre_xclass.c [8:9]
+
+KEEP COPYRIGHT_SERVICE_LABEL f210bdfe8075eda540c36de510ed81c0
+BELONGS ya.make
+ License text:
+ Copyright(c) 2010-2021 Zoltan Herczeg
+ All rights reserved.
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ LICENCE [39:40]
+
+KEEP COPYRIGHT_SERVICE_LABEL f28a4750d9101477330316879bfef000
+BELONGS ya.make
+ License text:
+ Written by Philip Hazel
+ Copyright (c) 1997-2012 University of Cambridge
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre16_byte_order.c [8:9]
+ pcre16_chartables.c [8:9]
+ pcre16_compile.c [8:9]
+ pcre16_config.c [8:9]
+ pcre16_dfa_exec.c [8:9]
+ pcre16_exec.c [8:9]
+ pcre16_fullinfo.c [8:9]
+ pcre16_get.c [8:9]
+ pcre16_globals.c [8:9]
+ pcre16_jit_compile.c [8:9]
+ pcre16_maketables.c [8:9]
+ pcre16_newline.c [8:9]
+ pcre16_ord2utf16.c [8:9]
+ pcre16_refcount.c [8:9]
+ pcre16_string_utils.c [8:9]
+ pcre16_study.c [8:9]
+ pcre16_tables.c [8:9]
+ pcre16_ucd.c [8:9]
+ pcre16_utf16_utils.c [8:9]
+ pcre16_version.c [8:9]
+ pcre16_xclass.c [8:9]
+ pcre32_byte_order.c [8:9]
+ pcre32_chartables.c [8:9]
+ pcre32_compile.c [8:9]
+ pcre32_config.c [8:9]
+ pcre32_dfa_exec.c [8:9]
+ pcre32_exec.c [8:9]
+ pcre32_fullinfo.c [8:9]
+ pcre32_get.c [8:9]
+ pcre32_globals.c [8:9]
+ pcre32_jit_compile.c [8:9]
+ pcre32_maketables.c [8:9]
+ pcre32_newline.c [8:9]
+ pcre32_ord2utf32.c [8:9]
+ pcre32_refcount.c [8:9]
+ pcre32_string_utils.c [8:9]
+ pcre32_study.c [8:9]
+ pcre32_tables.c [8:9]
+ pcre32_ucd.c [8:9]
+ pcre32_utf32_utils.c [8:9]
+ pcre32_version.c [8:9]
+ pcre32_xclass.c [8:9]
+ pcre_config.c [8:9]
+ pcre_get.c [8:9]
+ pcre_maketables.c [8:9]
+ pcre_newline.c [8:9]
+ pcre_ord2utf8.c [8:9]
+ pcre_refcount.c [8:9]
+ pcre_study.c [8:9]
+ pcre_version.c [8:9]
+ pcreposix.h [12:12]
+
+KEEP COPYRIGHT_SERVICE_LABEL f739539008599df8a5179e14aed6a3a4
+BELONGS ya.make
+ License text:
+ The machine code generator part (this module) was written by Zoltan Herczeg
+ Copyright (c) 2010-2013
+ Scancode info:
+ Original SPDX id: COPYRIGHT_SERVICE_LABEL
+ Score : 100.00
+ Match type : COPYRIGHT
+ Files with this license:
+ pcre_jit_compile.c [11:12]
diff --git a/contrib/libs/pcre/.yandex_meta/devtools.licenses.report b/contrib/libs/pcre/.yandex_meta/devtools.licenses.report
new file mode 100644
index 0000000000..bce209798f
--- /dev/null
+++ b/contrib/libs/pcre/.yandex_meta/devtools.licenses.report
@@ -0,0 +1,351 @@
+# File format ($ symbol means the beginning of a line):
+#
+# $ # this message
+# $ # =======================
+# $ # comments (all commentaries should starts with some number of spaces and # symbol)
+# ${action} {license spdx} {license text hash}
+# $BELONGS ./ya/make/file/relative/path/1/ya.make ./ya/make/2/ya.make
+# ${all_file_action} filename
+# $ # user commentaries (many lines)
+# $ generated description - files with this license, license text... (some number of lines that starts with some number of spaces, do not modify)
+# ${action} {license spdx} {license text hash}
+# $BELONGS ./ya/make/file/relative/path/3/ya.make
+# ${all_file_action} filename
+# $ # user commentaries
+# $ generated description
+# $ ...
+#
+# You can modify action, all_file_action and add commentaries
+# Available actions:
+# keep - keep license in contrib and use in credits
+# skip - skip license
+# remove - remove all files with this license
+# rename - save license text/links into licenses texts file, but not store SPDX into LINCENSE macro. You should store correct license id into devtools.license.spdx.txt file
+#
+# {all file action} records will be generated when license text contains filename that exists on filesystem (in contrib directory)
+# We suppose that that files can contain some license info
+# Available all file actions:
+# FILE_IGNORE - ignore file (do nothing)
+# FILE_INCLUDE - include all file data into licenses text file
+# =======================
+
+SKIP LicenseRef-scancode-pcre AND BSD-3-Clause 097b48a9b1aaa62de087c91ca588596c
+BELONGS ya.make
+ # changelog
+ License text:
+ 24. Changed the PCRE licence to be the more standard "BSD" licence.
+ Scancode info:
+ Original SPDX id: LicenseRef-scancode-pcre
+ Score : 11.00
+ Match type : REFERENCE
+ Links : http://www.pcre.org/licence.txt, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pcre.LICENSE
+ Files with this license:
+ ChangeLog [4772:4772]
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : REFERENCE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ ChangeLog [4772:4772]
+
+KEEP Public-Domain 18645a531a9d976f5e74253296440788
+BELONGS ya.make
+ License text:
+ in the testdata directory is not copyrighted and is in the public domain.
+ Scancode info:
+ Original SPDX id: LicenseRef-scancode-public-domain
+ Score : 100.00
+ Match type : TEXT
+ Links : http://www.linfo.org/publicdomain.html, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/public-domain.LICENSE
+ Files with this license:
+ LICENCE [10:10]
+
+KEEP PCRE 284428f37f95a7afd7ab8de1885e8cdb
+BELONGS ya.make
+FILE_INCLUDE LICENCE found in files: LICENCE at line 1
+ License text:
+ PCRE LICENCE
+ Scancode info:
+ Original SPDX id: LicenseRef-scancode-pcre
+ Score : 11.00
+ Match type : REFERENCE
+ Links : http://www.pcre.org/licence.txt, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pcre.LICENSE
+ Files with this license:
+ LICENCE [1:1]
+
+SKIP GPL-1.0-or-later 3678b29d3643ef75c6842943acf50d72
+BELONGS ya.make
+ # our pcre does not contain libreadline
+ License text:
+ Note that libreadline is GPL-licenced, so if you distribute a binary of
+ Scancode info:
+ Original SPDX id: GPL-1.0-or-later
+ Score : 50.00
+ Match type : REFERENCE
+ Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
+ Files with this license:
+ README [401:401]
+
+KEEP BSD-3-Clause 5276af3fc24d12afb931e0faed359b1b
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : TEXT
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ pcre.h [11:35]
+ pcre16_byte_order.c [12:36]
+ pcre16_chartables.c [12:36]
+ pcre16_compile.c [12:36]
+ pcre16_config.c [12:36]
+ pcre16_dfa_exec.c [12:36]
+ pcre16_exec.c [12:36]
+ pcre16_fullinfo.c [12:36]
+ pcre16_get.c [12:36]
+ pcre16_globals.c [12:36]
+ pcre16_jit_compile.c [12:36]
+ pcre16_maketables.c [12:36]
+ pcre16_newline.c [12:36]
+ pcre16_ord2utf16.c [12:36]
+ pcre16_refcount.c [12:36]
+ pcre16_string_utils.c [12:36]
+ pcre16_study.c [12:36]
+ pcre16_tables.c [12:36]
+ pcre16_ucd.c [12:36]
+ pcre16_utf16_utils.c [12:36]
+ pcre16_valid_utf16.c [12:36]
+ pcre16_version.c [12:36]
+ pcre16_xclass.c [12:36]
+ pcre32_byte_order.c [12:36]
+ pcre32_chartables.c [12:36]
+ pcre32_compile.c [12:36]
+ pcre32_config.c [12:36]
+ pcre32_dfa_exec.c [12:36]
+ pcre32_exec.c [12:36]
+ pcre32_fullinfo.c [12:36]
+ pcre32_get.c [12:36]
+ pcre32_globals.c [12:36]
+ pcre32_jit_compile.c [12:36]
+ pcre32_maketables.c [12:36]
+ pcre32_newline.c [12:36]
+ pcre32_ord2utf32.c [12:36]
+ pcre32_refcount.c [12:36]
+ pcre32_string_utils.c [12:36]
+ pcre32_study.c [12:36]
+ pcre32_tables.c [12:36]
+ pcre32_ucd.c [12:36]
+ pcre32_utf32_utils.c [12:36]
+ pcre32_valid_utf32.c [12:36]
+ pcre32_version.c [12:36]
+ pcre32_xclass.c [12:36]
+ pcre_byte_order.c [12:36]
+ pcre_compile.c [12:36]
+ pcre_config.c [12:36]
+ pcre_dfa_exec.c [13:37]
+ pcre_exec.c [12:36]
+ pcre_fullinfo.c [12:36]
+ pcre_get.c [12:36]
+ pcre_globals.c [12:36]
+ pcre_internal.h [13:37]
+ pcre_jit_compile.c [15:39]
+ pcre_maketables.c [12:36]
+ pcre_newline.c [12:36]
+ pcre_ord2utf8.c [12:36]
+ pcre_refcount.c [12:36]
+ pcre_string_utils.c [12:36]
+ pcre_study.c [12:36]
+ pcre_tables.c [12:36]
+ pcre_valid_utf8.c [12:36]
+ pcre_version.c [12:36]
+ pcre_xclass.c [12:36]
+ pcrecpp_internal.h [10:34]
+ pcreposix.c [12:36]
+ pcreposix.h [15:39]
+
+KEEP BSD-3-Clause 6aa235708ac9f5dd8e5c6ac415fc5837
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : TEXT
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ pcre_scanner.cc [4:28]
+ pcre_scanner.h [4:28]
+ pcre_stringpiece.cc [4:28]
+ pcre_stringpiece.h [4:28]
+ pcrecpp.cc [4:28]
+ pcrecpp.h [4:28]
+ pcrecpparg.h [4:28]
+
+KEEP BSD-3-Clause 7854eb9ba6db8008b77942822d1018fe
+BELONGS ya.make
+ License text:
+ conventional "BSD" licence.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : REFERENCE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ NEWS [572:572]
+
+KEEP BSD-2-Clause 7b9b15809e143335a85813bb93b561a4
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: BSD-2-Clause
+ Score : 100.00
+ Match type : TEXT
+ Links : http://opensource.org/licenses/bsd-license.php, http://www.opensource.org/licenses/BSD-2-Clause, https://spdx.org/licenses/BSD-2-Clause
+ Files with this license:
+ sljit/sljitConfig.h [6:24]
+ sljit/sljitConfigInternal.h [6:24]
+ sljit/sljitExecAllocator.c [6:24]
+ sljit/sljitLir.c [6:24]
+ sljit/sljitLir.h [6:24]
+ sljit/sljitNativeARM_32.c [6:24]
+ sljit/sljitNativeARM_64.c [6:24]
+ sljit/sljitNativeARM_T2_32.c [6:24]
+ sljit/sljitNativeMIPS_32.c [6:24]
+ sljit/sljitNativeMIPS_64.c [6:24]
+ sljit/sljitNativeMIPS_common.c [6:24]
+ sljit/sljitNativePPC_32.c [6:24]
+ sljit/sljitNativePPC_64.c [6:24]
+ sljit/sljitNativePPC_common.c [6:24]
+ sljit/sljitNativeSPARC_32.c [6:24]
+ sljit/sljitNativeSPARC_common.c [6:24]
+ sljit/sljitNativeTILEGX-encoder.c [7:25]
+ sljit/sljitNativeTILEGX_64.c [7:25]
+ sljit/sljitNativeX86_32.c [6:24]
+ sljit/sljitNativeX86_64.c [6:24]
+ sljit/sljitNativeX86_common.c [6:24]
+ sljit/sljitUtils.c [6:24]
+
+KEEP PCRE 7ddbee06474ee949f8d2b1e6cc17f09f
+BELONGS ya.make
+FILE_INCLUDE LICENCE found in files: COPYING at line 1, COPYING at line 3
+ License text:
+ PCRE LICENCE
+ Please see the file LICENCE in the PCRE distribution for licensing details.
+ Scancode info:
+ Original SPDX id: LicenseRef-scancode-pcre
+ Score : 100.00
+ Match type : NOTICE
+ Links : http://www.pcre.org/licence.txt, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/pcre.LICENSE
+ Files with this license:
+ COPYING [1:3]
+
+SKIP GPL-1.0-or-later 7f1778c4f216a7885343f128b6c3cd3d
+BELONGS ya.make
+ # only for cygwin
+ License text:
+ licence, this forces not only PCRE to be under the GPL, but also the entire
+ Scancode info:
+ Original SPDX id: GPL-1.0-or-later
+ Score : 100.00
+ Match type : NOTICE
+ Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
+ Files with this license:
+ NON-AUTOTOOLS-BUILD [353:353]
+
+KEEP BSD-3-Clause 81767233d62cdab4a67573b277ec0f37
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : TEXT
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ LICENCE [66:91]
+
+KEEP BSD-3-Clause a1ed101cefe2f975d6aef1dceeff7c8e
+BELONGS ya.make
+ License text:
+ of multiple projects. In sljit, the code is under BSD licence. */
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 95.00
+ Match type : REFERENCE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ sljit/sljitNativeTILEGX-encoder.c [29:29]
+
+KEEP BSD-3-Clause aa36d6d984971367f4fda7d892144cd4
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : NOTICE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ LICENCE [7:9]
+
+SKIP GPL-1.0-or-later ce2168f95c81d34ebb78d28c1801a759
+BELONGS ya.make
+ # only for cygwin
+ License text:
+ cygwin1.dll has to be distributed as well. Since cygwin1.dll is under the GPL
+ licence, this forces not only PCRE to be under the GPL, but also the entire
+ Scancode info:
+ Original SPDX id: GPL-1.0-or-later
+ Score : 100.00
+ Match type : REFERENCE
+ Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
+ Files with this license:
+ NON-AUTOTOOLS-BUILD [352:353]
+
+KEEP FSFAP d02cc4799cbd521d2aa8c3ff19e655f6
+BELONGS ya.make
+ Note: matched license text is too long. Read it in the source files.
+ Scancode info:
+ Original SPDX id: FSFAP
+ Score : 100.00
+ Match type : TEXT
+ Links : http://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html, https://spdx.org/licenses/FSFAP
+ Files with this license:
+ INSTALL [7:10]
+
+KEEP BSD-3-Clause d5e3a1e92f7c1348d74dfa716d281369
+BELONGS ya.make
+FILE_INCLUDE LICENCE found in files: LICENCE at line 63
+ License text:
+ THE "BSD" LICENCE
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 99.00
+ Match type : REFERENCE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ LICENCE [63:63]
+
+KEEP BSD-3-Clause e73c88530490fbb7d73165c511d60f9d
+BELONGS ya.make
+ License text:
+ avoided by linking with libedit (which has a BSD licence) instead.
+ Scancode info:
+ Original SPDX id: BSD-3-Clause
+ Score : 100.00
+ Match type : REFERENCE
+ Links : http://www.opensource.org/licenses/BSD-3-Clause, https://spdx.org/licenses/BSD-3-Clause
+ Files with this license:
+ README [403:403]
+
+SKIP GPL-1.0-or-later f7abe239790339a908564d9a088dde6d
+BELONGS ya.make
+ # changelog
+ License text:
+ 2. Added 4th condition (GPL supersedes if conflict) and created separate
+ Scancode info:
+ Original SPDX id: GPL-1.0-or-later
+ Score : 50.00
+ Match type : REFERENCE
+ Links : http://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html, https://spdx.org/licenses/GPL-1.0-or-later
+ Files with this license:
+ ChangeLog [5848:5848]
diff --git a/contrib/libs/pcre/.yandex_meta/licenses.list.txt b/contrib/libs/pcre/.yandex_meta/licenses.list.txt
new file mode 100644
index 0000000000..d1349fc3d4
--- /dev/null
+++ b/contrib/libs/pcre/.yandex_meta/licenses.list.txt
@@ -0,0 +1,321 @@
+====================BSD-2-Clause====================
+ * Redistribution and use in source and binary forms, with or without modification, are
+ * permitted provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright notice, this list of
+ * conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright notice, this list
+ * of conditions and the following disclaimer in the documentation and/or other materials
+ * provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND CONTRIBUTORS ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+ * SHALL THE COPYRIGHT HOLDER(S) OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
+ * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+====================BSD-3-Clause====================
+ of multiple projects. In sljit, the code is under BSD licence. */
+
+
+====================BSD-3-Clause====================
+ avoided by linking with libedit (which has a BSD licence) instead.
+
+
+====================BSD-3-Clause====================
+// Redistribution and use in source and binary forms, with or without
+// modification, are permitted provided that the following conditions are
+// met:
+//
+// * Redistributions of source code must retain the above copyright
+// notice, this list of conditions and the following disclaimer.
+// * Redistributions in binary form must reproduce the above
+// copyright notice, this list of conditions and the following disclaimer
+// in the documentation and/or other materials provided with the
+// distribution.
+// * Neither the name of Google Inc. nor the names of its
+// contributors may be used to endorse or promote products derived from
+// this software without specific prior written permission.
+//
+// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+====================BSD-3-Clause====================
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ * Neither the name of the University of Cambridge nor the name of Google
+ Inc. nor the names of their contributors may be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
+====================BSD-3-Clause====================
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ * Neither the name of the University of Cambridge nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+
+====================BSD-3-Clause====================
+Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
+specified below. The documentation for PCRE, supplied in the "doc"
+directory, is distributed under the same terms as the software itself. The data
+
+
+====================BSD-3-Clause====================
+THE "BSD" LICENCE
+
+
+====================BSD-3-Clause====================
+conventional "BSD" licence.
+
+
+====================COPYRIGHT====================
+ Written by Philip Hazel
+ Copyright (c) 1997-2012 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Written by Philip Hazel
+ Copyright (c) 1997-2013 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Written by Philip Hazel
+ Copyright (c) 1997-2016 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Written by Philip Hazel
+ Copyright (c) 1997-2017 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Written by Philip Hazel
+ Copyright (c) 1997-2020 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Copyright (c) 1997-2014 University of Cambridge
+
+
+====================COPYRIGHT====================
+ Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
+
+
+====================COPYRIGHT====================
+ The machine code generator part (this module) was written by Zoltan Herczeg
+ Copyright (c) 2010-2013
+
+
+====================COPYRIGHT====================
+ * Copyright 2013-2013 Tilera Corporation(jiwang@tilera.com). All rights reserved.
+
+
+====================COPYRIGHT====================
+ * Copyright Zoltan Herczeg (hzmester@freemail.hu). All rights reserved.
+
+
+====================COPYRIGHT====================
+// Copyright (c) 2005, Google Inc.
+// All rights reserved.
+
+
+====================COPYRIGHT====================
+// Copyright (c) 2010, Google Inc.
+// All rights reserved.
+
+
+====================COPYRIGHT====================
+Copyright (c) 1997-2021 University of Cambridge
+All rights reserved.
+
+
+====================COPYRIGHT====================
+Copyright (c) 2007-2012, Google Inc.
+All rights reserved.
+
+
+====================COPYRIGHT====================
+Copyright(c) 2009-2021 Zoltan Herczeg
+All rights reserved.
+
+
+====================COPYRIGHT====================
+Copyright(c) 2010-2021 Zoltan Herczeg
+All rights reserved.
+
+
+====================FSFAP====================
+ Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without warranty of any kind.
+
+
+====================File: LICENCE====================
+PCRE LICENCE
+------------
+
+PCRE is a library of functions to support regular expressions whose syntax
+and semantics are as close as possible to those of the Perl 5 language.
+
+Release 8 of PCRE is distributed under the terms of the "BSD" licence, as
+specified below. The documentation for PCRE, supplied in the "doc"
+directory, is distributed under the same terms as the software itself. The data
+in the testdata directory is not copyrighted and is in the public domain.
+
+The basic library functions are written in C and are freestanding. Also
+included in the distribution is a set of C++ wrapper functions, and a
+just-in-time compiler that can be used to optimize pattern matching. These
+are both optional features that can be omitted when the library is built.
+
+
+THE BASIC LIBRARY FUNCTIONS
+---------------------------
+
+Written by: Philip Hazel
+Email local part: Philip.Hazel
+Email domain: gmail.com
+
+University of Cambridge Computing Service,
+Cambridge, England.
+
+Copyright (c) 1997-2021 University of Cambridge
+All rights reserved.
+
+
+PCRE JUST-IN-TIME COMPILATION SUPPORT
+-------------------------------------
+
+Written by: Zoltan Herczeg
+Email local part: hzmester
+Email domain: freemail.hu
+
+Copyright(c) 2010-2021 Zoltan Herczeg
+All rights reserved.
+
+
+STACK-LESS JUST-IN-TIME COMPILER
+--------------------------------
+
+Written by: Zoltan Herczeg
+Email local part: hzmester
+Email domain: freemail.hu
+
+Copyright(c) 2009-2021 Zoltan Herczeg
+All rights reserved.
+
+
+THE C++ WRAPPER FUNCTIONS
+-------------------------
+
+Contributed by: Google Inc.
+
+Copyright (c) 2007-2012, Google Inc.
+All rights reserved.
+
+
+THE "BSD" LICENCE
+-----------------
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+
+ * Neither the name of the University of Cambridge nor the name of Google
+ Inc. nor the names of their contributors may be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGE.
+
+End
+
+
+====================PCRE====================
+PCRE LICENCE
+
+
+====================PCRE====================
+PCRE LICENCE
+
+Please see the file LICENCE in the PCRE distribution for licensing details.
+
+
+====================Public-Domain====================
+in the testdata directory is not copyrighted and is in the public domain.
diff --git a/contrib/libs/pcre/.yandex_meta/override.nix b/contrib/libs/pcre/.yandex_meta/override.nix
new file mode 100644
index 0000000000..81635c459f
--- /dev/null
+++ b/contrib/libs/pcre/.yandex_meta/override.nix
@@ -0,0 +1,23 @@
+pkgs: attrs: with pkgs; rec {
+ version = "8.45";
+
+ src = fetchurl {
+ url = "https://downloads.sourceforge.net/project/pcre/pcre/${version}/pcre-${version}.tar.bz2";
+ hash = "sha256-Ta5v3NK7C7bDe1+Xwzwr6VTadDmFNpzdrDVG4yGL/7g=";
+ };
+
+
+ buildInputs = [ zlib ];
+
+ configureFlags = [
+ "--enable-cpp"
+ "--enable-unicode-properties"
+ "--enable-pcre16"
+ "--enable-pcre32"
+ "--enable-jit"
+ ];
+
+ postConfigure = ''
+ cp pcre_chartables.c.dist pcre_chartables.c
+ '';
+}