123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333 |
- # File format ($ symbol means the beginning of a line):
- #
- # $ # this message
- # $ # =======================
- # $ # comments (all commentaries should starts with some number of spaces and # symbol)
- # $ IGNORE_FILES {file1.ext1} {file2.ext2} - (optional) ignore listed files when generating license macro and credits
- # $ RENAME {original license id} TO {new license id} # user comments - (optional) use {new license id} instead {original license id} in ya.make files
- # $ # user comments
- # $
- # ${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 BSL-1.0 0c3badaef9d15a8842779dbb3bbadfc8
- BELONGS ya.make
- License text:
- // (C) Copyright Ion Gaztanaga 2017-2021. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/value_functors.hpp [5:7]
- KEEP Public-Domain 17d79a73205393436cf0e2fea510d697
- BELONGS ya.make
- License text:
- // This also contains public domain code from MurmurHash. From the
- Scancode info:
- Original SPDX id: LicenseRef-scancode-public-domain
- Score : 100.00
- Match type : NOTICE
- 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:
- include/boost/intrusive/detail/hash_combine.hpp [11:11]
- KEEP BSL-1.0 1bc23f67ca27c295e38b46190cdce22f
- BELONGS ya.make
- License text:
- // Distributed under the Boost Software License, Version 1.0. (See accompanying
- // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/hash_combine.hpp [4:5]
- KEEP Public-Domain 2ab151edee0159eccbbf18b52c0ec403
- BELONGS ya.make
- License text:
- // This code is in the public domain. Anyone may use it or change it in any way that
- 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:
- include/boost/intrusive/rbtree_algorithms.hpp [16:16]
- KEEP BSL-1.0 2cc71fe4bd12718a9884bf7ff37269f3
- BELONGS ya.make
- License text:
- // Distributed under the Boost Software License, Version 1.0.
- // (See accompanying file LICENSE_1_0.txt or copy at
- // http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/algorithm.hpp [5:7]
- KEEP BSL-1.0 39f2e337dcbf282f5b5d0240c455d33e
- BELONGS ya.make
- License text:
- // (C) Copyright Pablo Halpern 2009. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/pointer_traits.hpp [3:5]
- KEEP Public-Domain 4364b0fe48ff1582f5b0ef1163db6465
- BELONGS ya.make
- License text:
- // MurmurHash3 was written by Austin Appleby, and is placed in the public
- // domain. The author hereby disclaims copyright to this source code.
- 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:
- include/boost/intrusive/detail/hash_combine.hpp [14:15]
- KEEP BSL-1.0 4d5252e413de14514a327fd589154ef8
- BELONGS ya.make
- License text:
- // (C) Copyright Ion Gaztanaga 2005-2013. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/workaround.hpp [3:5]
- KEEP BSL-1.0 50dc18b27f34dab68ff41aa3f7880dda
- BELONGS ya.make
- License text:
- // Distributed under the Boost Software License, Version 1.0.
- // (See accompanying file LICENSE_1_0.txt or copy at
- // http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/any_hook.hpp [5:7]
- include/boost/intrusive/avl_set.hpp [5:7]
- include/boost/intrusive/avl_set_hook.hpp [5:7]
- include/boost/intrusive/avltree.hpp [5:7]
- include/boost/intrusive/avltree_algorithms.hpp [6:8]
- include/boost/intrusive/bs_set.hpp [5:7]
- include/boost/intrusive/bs_set_hook.hpp [5:7]
- include/boost/intrusive/bstree.hpp [5:7]
- include/boost/intrusive/bstree_algorithms.hpp [6:8]
- include/boost/intrusive/circular_list_algorithms.hpp [6:8]
- include/boost/intrusive/circular_slist_algorithms.hpp [6:8]
- include/boost/intrusive/derivation_value_traits.hpp [5:7]
- include/boost/intrusive/detail/algo_type.hpp [5:7]
- include/boost/intrusive/detail/any_node_and_algorithms.hpp [5:7]
- include/boost/intrusive/detail/array_initializer.hpp [5:7]
- include/boost/intrusive/detail/assert.hpp [5:7]
- include/boost/intrusive/detail/avltree_node.hpp [5:7]
- include/boost/intrusive/detail/bstree_algorithms_base.hpp [5:7]
- include/boost/intrusive/detail/common_slist_algorithms.hpp [5:7]
- include/boost/intrusive/detail/config_begin.hpp [5:7]
- include/boost/intrusive/detail/config_end.hpp [5:7]
- include/boost/intrusive/detail/default_header_holder.hpp [5:7]
- include/boost/intrusive/detail/ebo_functor_holder.hpp [6:8]
- include/boost/intrusive/detail/empty_node_checker.hpp [5:7]
- include/boost/intrusive/detail/equal_to_value.hpp [5:7]
- include/boost/intrusive/detail/exception_disposer.hpp [5:7]
- include/boost/intrusive/detail/function_detector.hpp [5:7]
- include/boost/intrusive/detail/generic_hook.hpp [5:7]
- include/boost/intrusive/detail/get_value_traits.hpp [5:7]
- include/boost/intrusive/detail/hashtable_node.hpp [5:7]
- include/boost/intrusive/detail/hook_traits.hpp [5:7]
- include/boost/intrusive/detail/iiterator.hpp [5:7]
- include/boost/intrusive/detail/is_stateful_value_traits.hpp [5:7]
- include/boost/intrusive/detail/iterator.hpp [5:7]
- include/boost/intrusive/detail/key_nodeptr_comp.hpp [5:7]
- include/boost/intrusive/detail/list_iterator.hpp [6:8]
- include/boost/intrusive/detail/list_node.hpp [6:8]
- include/boost/intrusive/detail/math.hpp [5:7]
- include/boost/intrusive/detail/minimal_less_equal_header.hpp [5:7]
- include/boost/intrusive/detail/minimal_pair_header.hpp [5:7]
- include/boost/intrusive/detail/mpl.hpp [6:8]
- include/boost/intrusive/detail/node_cloner_disposer.hpp [5:7]
- include/boost/intrusive/detail/node_holder.hpp [5:7]
- include/boost/intrusive/detail/node_to_value.hpp [5:7]
- include/boost/intrusive/detail/parent_from_member.hpp [5:7]
- include/boost/intrusive/detail/rbtree_node.hpp [6:8]
- include/boost/intrusive/detail/reverse_iterator.hpp [5:7]
- include/boost/intrusive/detail/simple_disposers.hpp [5:7]
- include/boost/intrusive/detail/size_holder.hpp [5:7]
- include/boost/intrusive/detail/slist_iterator.hpp [6:8]
- include/boost/intrusive/detail/slist_node.hpp [6:8]
- include/boost/intrusive/detail/transform_iterator.hpp [5:7]
- include/boost/intrusive/detail/tree_iterator.hpp [5:7]
- include/boost/intrusive/detail/tree_node.hpp [5:7]
- include/boost/intrusive/detail/twin.hpp [5:7]
- include/boost/intrusive/detail/uncast.hpp [5:7]
- include/boost/intrusive/hashtable.hpp [7:9]
- include/boost/intrusive/intrusive_fwd.hpp [5:7]
- include/boost/intrusive/linear_slist_algorithms.hpp [6:8]
- include/boost/intrusive/link_mode.hpp [5:7]
- include/boost/intrusive/list.hpp [6:8]
- include/boost/intrusive/list_hook.hpp [6:8]
- include/boost/intrusive/member_value_traits.hpp [5:7]
- include/boost/intrusive/options.hpp [5:7]
- include/boost/intrusive/pack_options.hpp [5:7]
- include/boost/intrusive/parent_from_member.hpp [5:7]
- include/boost/intrusive/pointer_plus_bits.hpp [5:7]
- include/boost/intrusive/priority_compare.hpp [5:7]
- include/boost/intrusive/rbtree.hpp [5:7]
- include/boost/intrusive/rbtree_algorithms.hpp [6:8]
- include/boost/intrusive/set.hpp [6:8]
- include/boost/intrusive/set_hook.hpp [6:8]
- include/boost/intrusive/sg_set.hpp [5:7]
- include/boost/intrusive/sgtree.hpp [5:7]
- include/boost/intrusive/sgtree_algorithms.hpp [5:7]
- include/boost/intrusive/slist.hpp [6:8]
- include/boost/intrusive/slist_hook.hpp [6:8]
- include/boost/intrusive/splay_set.hpp [5:7]
- include/boost/intrusive/splaytree.hpp [5:7]
- include/boost/intrusive/splaytree_algorithms.hpp [5:7]
- include/boost/intrusive/treap.hpp [5:7]
- include/boost/intrusive/treap_algorithms.hpp [5:7]
- include/boost/intrusive/treap_set.hpp [5:7]
- include/boost/intrusive/trivial_value_traits.hpp [5:7]
- include/boost/intrusive/unordered_set.hpp [6:8]
- include/boost/intrusive/unordered_set_hook.hpp [6:8]
- KEEP BSL-1.0 648ee54e68cb4c96cfd2e41a7a53e0f8
- BELONGS ya.make
- License text:
- \### License
- Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 60.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- README.md [8:10]
- KEEP BSL-1.0 65994368fe8331ee696a2db81b45b669
- BELONGS ya.make
- License text:
- // (C) Copyright Ion Gaztanaga 2011-2014. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/pointer_traits.hpp [9:11]
- KEEP BSL-1.0 6ebf86a0841782c69f5ccb7da6b4b79d
- BELONGS ya.make
- License text:
- // (C) Copyright Ion Gaztanaga 2015-2015. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/tree_value_compare.hpp [3:5]
- KEEP BSL-1.0 6f58c862f763ee945f279dbe9d509166
- BELONGS ya.make
- License text:
- // (C) Copyright Ion Gaztanaga 2014-2014. Distributed under the Boost
- // Software License, Version 1.0. (See accompanying file
- // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 100.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/has_member_function_callable_with.hpp [3:5]
- include/boost/intrusive/detail/std_fwd.hpp [3:5]
- include/boost/intrusive/pointer_rebind.hpp [3:5]
- KEEP BSL-1.0 901941bd35f9f19e23af80f6271c10c4
- BELONGS ya.make
- Note: matched license text is too long. Read it in the source files.
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 60.00
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- README.md [38:38]
- KEEP BSL-1.0 e9df2954141aa96551bf39192c39d2fe
- BELONGS ya.make
- License text:
- // Distributed under the Boost Software License, Version 1.0.
- // https://www.boost.org/LICENSE_1_0.txt
- Scancode info:
- Original SPDX id: BSL-1.0
- Score : 88.89
- Match type : NOTICE
- Links : http://www.boost.org/LICENSE_1_0.txt, http://www.boost.org/users/license.html, https://spdx.org/licenses/BSL-1.0
- Files with this license:
- include/boost/intrusive/detail/hash.hpp [6:7]
- include/boost/intrusive/detail/hash_integral.hpp [5:6]
- include/boost/intrusive/detail/hash_mix.hpp [5:6]
- KEEP BSL-1.0 f061e3fef6f6b3386bb5d0db71ea0724
- BELONGS ya.make
- Note: matched license text is too long. Read it in the source files.
- Scancode info:
- Original SPDX id: LicenseRef-scancode-boost-original
- Score : 100.00
- Match type : TEXT
- Links : http://boost.org, https://github.com/boostorg/rational/blob/0fe0beca5397c812c4f85a7de0d0769de59e12e0/include/boost/rational.hpp, https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/boost-original.LICENSE
- Files with this license:
- include/boost/intrusive/splaytree_algorithms.hpp [23:26]
|