123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687 |
- # 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 COPYRIGHT_SERVICE_LABEL 054553d0fbd7cb00c6d1e840b41b53ac
- BELONGS ya.make
- License text:
- * Copyright (c) 2015 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/extra_ops_gcc_x86.hpp [6:6]
- include/boost/atomic/detail/extra_ops_generic.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 076287fa482917f209c0f8a9802f1534
- BELONGS ya.make
- License text:
- * (C) Copyright 2013 Tim Blechmann
- * (C) Copyright 2013, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/pause.hpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL 07800470c2ba8c780e349b8cff2f965e
- BELONGS ya.make
- License text:
- // Copyright (c) 2011 Helge Bahmann
- // Copyright (c) 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic.hpp [4:5]
- include/boost/atomic/detail/aligned_variable.hpp [6:6]
- include/boost/atomic/detail/atomic_ref_impl.hpp [6:6]
- include/boost/atomic/detail/core_arch_operations.hpp [6:6]
- include/boost/atomic/detail/core_arch_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/core_arch_ops_gcc_aarch32.hpp [6:6]
- include/boost/atomic/detail/core_arch_ops_gcc_aarch64.hpp [6:6]
- include/boost/atomic/detail/core_operations_emulated_fwd.hpp [6:6]
- include/boost/atomic/detail/extra_ops_gcc_aarch32.hpp [6:6]
- include/boost/atomic/detail/extra_ops_gcc_aarch64.hpp [6:6]
- include/boost/atomic/detail/fence_arch_operations.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_aarch32.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_aarch64.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_alpha.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_arm.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_ppc.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_sparc.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_gcc_x86.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_msvc_arm.hpp [6:6]
- include/boost/atomic/detail/fence_arch_ops_msvc_x86.hpp [6:6]
- include/boost/atomic/detail/fence_operations.hpp [6:6]
- include/boost/atomic/detail/fence_operations_emulated.hpp [6:6]
- include/boost/atomic/detail/fence_ops_gcc_atomic.hpp [6:6]
- include/boost/atomic/detail/fence_ops_gcc_sync.hpp [6:6]
- include/boost/atomic/detail/fence_ops_windows.hpp [6:6]
- include/boost/atomic/detail/futex.hpp [6:6]
- include/boost/atomic/detail/gcc_atomic_memory_order_utils.hpp [6:6]
- include/boost/atomic/detail/intptr.hpp [6:6]
- include/boost/atomic/detail/memory_order_utils.hpp [6:6]
- include/boost/atomic/detail/once_flag.hpp [6:6]
- include/boost/atomic/detail/ops_gcc_aarch32_common.hpp [6:6]
- include/boost/atomic/detail/ops_gcc_aarch64_common.hpp [6:6]
- include/boost/atomic/detail/type_traits/alignment_of.hpp [6:6]
- include/boost/atomic/detail/wait_capabilities.hpp [6:6]
- include/boost/atomic/detail/wait_caps_dragonfly_umtx.hpp [6:6]
- include/boost/atomic/detail/wait_caps_freebsd_umtx.hpp [6:6]
- include/boost/atomic/detail/wait_caps_futex.hpp [6:6]
- include/boost/atomic/detail/wait_caps_windows.hpp [6:6]
- include/boost/atomic/detail/wait_operations.hpp [6:6]
- include/boost/atomic/detail/wait_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/wait_ops_dragonfly_umtx.hpp [6:6]
- include/boost/atomic/detail/wait_ops_emulated.hpp [6:6]
- include/boost/atomic/detail/wait_ops_freebsd_umtx.hpp [6:6]
- include/boost/atomic/detail/wait_ops_futex.hpp [6:6]
- include/boost/atomic/detail/wait_ops_generic.hpp [6:6]
- include/boost/atomic/detail/wait_ops_windows.hpp [6:6]
- include/boost/atomic/ipc_atomic.hpp [6:6]
- include/boost/atomic/ipc_atomic_flag.hpp [6:6]
- src/bit_operation_tools.hpp [6:6]
- src/cpuid.hpp [6:6]
- src/find_address.hpp [6:6]
- src/find_address_sse2.cpp [6:6]
- src/find_address_sse41.cpp [6:6]
- src/lock_pool_init1.ipp [6:6]
- src/lock_pool_init256.ipp [6:6]
- src/wait_on_address.cpp [6:6]
- src/x86_vector_tools.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 12527346025f8068ec14e86caab53066
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2014-2018, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/platform.hpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL 1d556732a0c7feaf3d0bed45f7e37a82
- BELONGS ya.make
- License text:
- // Copyright (c) 2009 Helge Bahmann
- // Copyright (c) 2012 - 2014, 2017 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/interlocked.hpp [4:5]
- KEEP COPYRIGHT_SERVICE_LABEL 20e8e6135e1f61009ffaeaa23267908f
- BELONGS ya.make
- License text:
- * Copyright (c) 2011 Helge Bahmann
- * Copyright (c) 2013 Tim Blechmann
- * Copyright (c) 2014, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/atomic.hpp [6:8]
- include/boost/atomic/atomic_flag.hpp [6:8]
- include/boost/atomic/detail/atomic_flag_impl.hpp [6:8]
- include/boost/atomic/detail/atomic_impl.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_sparc.hpp [6:8]
- include/boost/atomic/detail/caps_arch_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/caps_arch_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/caps_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/caps_windows.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_arm.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_sparc.hpp [6:8]
- include/boost/atomic/detail/core_ops_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/gcc_arm_asm_common.hpp [6:8]
- include/boost/atomic/detail/ops_gcc_arm_common.hpp [6:8]
- include/boost/atomic/detail/ops_gcc_ppc_common.hpp [6:8]
- include/boost/atomic/fences.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 2b6708129fdf91bd871f6ae1e2789611
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2013 Tim Blechmann
- * Copyright (c) 2012 - 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/caps_arch_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/caps_windows.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 31cb9e006eee3f336c157d3cfe1e85c4
- BELONGS ya.make
- License text:
- * Copyright (c) 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/atomic_ref.hpp [6:6]
- include/boost/atomic/detail/classify.hpp [6:6]
- include/boost/atomic/ipc_atomic_ref.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 3244b00e8ab273a03f19b20a64c26a96
- BELONGS ya.make
- License text:
- * Copyright (c) 2023 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/type_traits/remove_cv.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 39b86d305df61c4b16df80122d10f3af
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2013-2018, 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/bitwise_cast.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_x86.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/core_ops_windows.hpp [6:8]
- include/boost/atomic/detail/ops_msvc_common.hpp [6:8]
- include/boost/atomic/detail/storage_traits.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 3ab1a173d5a0c289a0d2df10479f557b
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2013-2018, 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/bitwise_cast.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 3d5351e8355a6ae64e654a6990c80b75
- BELONGS ya.make
- License text:
- * Copyright (c) 2010 Helge Bahmann
- * Copyright (c) 2013 Tim Blechmann
- * Copyright (c) 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_sparc.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_sparc.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 41f7c2c90271aeefb7ade2de29e316de
- BELONGS ya.make
- License text:
- * Copyright (c) 2017 - 2018 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/extra_ops_gcc_arm.hpp [6:6]
- include/boost/atomic/detail/extra_ops_gcc_ppc.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 488900fa132971e55b2288b6adc90297
- BELONGS ya.make
- License text:
- * Copyright (c) 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/capabilities.hpp [6:6]
- include/boost/atomic/detail/capabilities.hpp [6:6]
- include/boost/atomic/detail/caps_arch_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_sparc.hpp [6:8]
- include/boost/atomic/detail/caps_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/caps_linux_arm.hpp [6:10]
- include/boost/atomic/detail/cas_based_exchange.hpp [6:6]
- include/boost/atomic/detail/core_arch_ops_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_sparc.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/core_operations.hpp [6:6]
- include/boost/atomic/detail/core_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/core_ops_cas_based.hpp [6:6]
- include/boost/atomic/detail/core_ops_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/core_ops_linux_arm.hpp [6:10]
- include/boost/atomic/detail/core_ops_windows.hpp [6:8]
- include/boost/atomic/detail/extending_cas_based_arithmetic.hpp [6:6]
- include/boost/atomic/detail/fence_ops_linux_arm.hpp [6:10]
- include/boost/atomic/detail/int_sizes.hpp [6:6]
- include/boost/atomic/detail/link.hpp [6:7]
- include/boost/atomic/detail/ops_gcc_arm_common.hpp [6:8]
- include/boost/atomic/detail/ops_gcc_ppc_common.hpp [6:8]
- include/boost/atomic/fences.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 4acc98cb2ee09f021554a5bfcdb1ed48
- BELONGS ya.make
- License text:
- * Copyright (c) 2011 Helge Bahmann
- * Copyright (c) 2013 Tim Blechmann
- * Copyright (c) 2014-2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/atomic_impl.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 5fb5f6ca300790b02fc3d6d759e22987
- BELONGS ya.make
- License text:
- * Copyright (c) 2020, 2022 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_aarch32.hpp [6:6]
- include/boost/atomic/detail/caps_arch_gcc_aarch64.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL 6558581a775b2f48ad290a72ccc6c5bd
- BELONGS ya.make
- License text:
- // Copyright (c) 2008, 2009 Peter Dimov
- // Copyright (c) 2018 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/memory_order.hpp [5:6]
- KEEP COPYRIGHT_SERVICE_LABEL 6b8215918da502d491698722e4f8094f
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2014, 2019 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/ops_msvc_common.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 70c75f8953a0e7cc364b82999fe9db5c
- BELONGS ya.make
- License text:
- * (C) Copyright 2013 Tim Blechmann
- * (C) Copyright 2013, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/pause.hpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL 7243a87c22485b4f89611b940ba19721
- BELONGS ya.make
- License text:
- // Copyright (c) 2011 Helge Bahmann
- // Copyright (c) 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic.hpp [4:5]
- include/boost/atomic/atomic.hpp [6:8]
- include/boost/atomic/atomic_flag.hpp [6:8]
- include/boost/atomic/detail/atomic_flag_impl.hpp [6:8]
- include/boost/atomic/detail/atomic_impl.hpp [6:8]
- include/boost/atomic/detail/caps_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/core_ops_gcc_sync.hpp [6:8]
- include/boost/atomic/detail/lock_pool.hpp [6:7]
- include/boost/atomic/fences.hpp [6:8]
- src/lock_pool.cpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL 785717c228dc241833db0e172f628355
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2013 - 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/storage_traits.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 8bffccdfaa8562e58a7a916628756b56
- BELONGS ya.make
- License text:
- * Copyright (c) 2009, 2011 Helge Bahmann
- * Copyright (c) 2009 Phil Endecott
- * Copyright (c) 2013 Tim Blechmann
- * Linux-specific code by Phil Endecott
- * Copyright (c) 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_linux_arm.hpp [6:10]
- include/boost/atomic/detail/core_ops_linux_arm.hpp [6:10]
- include/boost/atomic/detail/fence_ops_linux_arm.hpp [6:10]
- KEEP COPYRIGHT_SERVICE_LABEL 8c2ca0c3207940ab793062e779368ed8
- BELONGS ya.make
- License text:
- * Copyright (c) 2011 Helge Bahmann
- * Copyright (c) 2013 Tim Blechmann
- * Copyright (c) 2014, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/atomic.hpp [6:8]
- include/boost/atomic/atomic_flag.hpp [6:8]
- include/boost/atomic/detail/atomic_flag_impl.hpp [6:8]
- include/boost/atomic/detail/caps_gcc_atomic.hpp [6:6]
- include/boost/atomic/detail/core_arch_ops_gcc_arm.hpp [6:8]
- include/boost/atomic/detail/core_operations_emulated.hpp [6:6]
- include/boost/atomic/detail/core_ops_gcc_atomic.hpp [6:6]
- include/boost/atomic/detail/gcc_arm_asm_common.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL 93ab4584acfafbfa5bd38b8d5199a363
- BELONGS ya.make
- Note: matched license text is too long. Read it in the source files.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_arm.hpp [6:10]
- KEEP COPYRIGHT_SERVICE_LABEL 978e32f9a33b30389e2696777850a01e
- BELONGS ya.make
- License text:
- * Copyright (c) 2011 Helge Bahmann
- * Copyright (c) 2013-2014, 2020 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/lock_pool.hpp [6:7]
- src/lock_pool.cpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL 9920a131cad7f7cbf1729cb6309d2b08
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2013 - 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_x86.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL ab0e461ec3c22b7d8e543cb65284d5ae
- BELONGS ya.make
- License text:
- * Copyright (c) 2009 Helge Bahmann
- * Copyright (c) 2012 Tim Blechmann
- * Copyright (c) 2013-2018, 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/bitwise_cast.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_arm.hpp [6:10]
- include/boost/atomic/detail/caps_arch_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/caps_arch_gcc_x86.hpp [6:8]
- include/boost/atomic/detail/caps_arch_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/caps_arch_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/caps_windows.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_alpha.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_arm.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_ppc.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_arm.hpp [6:8]
- include/boost/atomic/detail/core_arch_ops_msvc_x86.hpp [6:8]
- include/boost/atomic/detail/core_ops_windows.hpp [6:8]
- include/boost/atomic/detail/gcc_arm_asm_common.hpp [6:8]
- include/boost/atomic/detail/interlocked.hpp [4:5]
- include/boost/atomic/detail/ops_gcc_arm_common.hpp [6:8]
- include/boost/atomic/detail/ops_gcc_ppc_common.hpp [6:8]
- include/boost/atomic/detail/ops_msvc_common.hpp [6:8]
- include/boost/atomic/detail/platform.hpp [6:7]
- include/boost/atomic/detail/storage_traits.hpp [6:8]
- KEEP COPYRIGHT_SERVICE_LABEL adf8fdbff8ada68b4c85c833fa6fc85e
- BELONGS ya.make
- License text:
- * Copyright (c) 2018-2023 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/float_sizes.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL c00bfc5c4d0ddbae4e5f2f2570d510e6
- BELONGS ya.make
- License text:
- * Copyright (c) 2017 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/extra_operations.hpp [6:6]
- include/boost/atomic/detail/extra_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/extra_ops_msvc_arm.hpp [6:6]
- include/boost/atomic/detail/extra_ops_msvc_x86.hpp [6:6]
- include/boost/atomic/detail/type_traits/conditional.hpp [6:6]
- include/boost/atomic/detail/type_traits/integral_constant.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_function.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_integral.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_signed.hpp [6:6]
- include/boost/atomic/detail/type_traits/make_signed.hpp [6:6]
- include/boost/atomic/detail/type_traits/make_unsigned.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL c31b991e37358af5b57f3f43016e2218
- BELONGS ya.make
- License text:
- * Copyright Andrey Semashev 2020.
- * Distributed under the Boost Software License, Version 1.0.
- * (See accompanying file LICENSE_1_0.txt or copy at
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/footer.hpp [2:4]
- include/boost/atomic/detail/header.hpp [2:4]
- KEEP COPYRIGHT_SERVICE_LABEL ccc0cb954aa88f5dd5e62b4d653c439c
- BELONGS ya.make
- License text:
- // Copyright (c) 2008, 2009 Peter Dimov
- // Copyright (c) 2018 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/addressof.hpp [6:6]
- include/boost/atomic/detail/extra_fp_operations.hpp [6:6]
- include/boost/atomic/detail/extra_fp_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/extra_fp_ops_emulated.hpp [6:6]
- include/boost/atomic/detail/extra_fp_ops_generic.hpp [6:6]
- include/boost/atomic/detail/extra_ops_emulated.hpp [6:6]
- include/boost/atomic/detail/fp_operations.hpp [6:6]
- include/boost/atomic/detail/fp_operations_fwd.hpp [6:6]
- include/boost/atomic/detail/fp_ops_emulated.hpp [6:6]
- include/boost/atomic/detail/fp_ops_generic.hpp [6:6]
- include/boost/atomic/detail/integral_conversions.hpp [6:6]
- include/boost/atomic/detail/string_ops.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_floating_point.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_iec559.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_trivially_copyable.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp [6:6]
- include/boost/memory_order.hpp [5:6]
- KEEP COPYRIGHT_SERVICE_LABEL e4700525f1ca13f160dcc093f20bd1d2
- BELONGS ya.make
- Note: matched license text is too long. Read it in the source files.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_arm.hpp [6:10]
- include/boost/atomic/detail/caps_linux_arm.hpp [6:10]
- include/boost/atomic/detail/core_ops_linux_arm.hpp [6:10]
- include/boost/atomic/detail/fence_ops_linux_arm.hpp [6:10]
- KEEP COPYRIGHT_SERVICE_LABEL e67e730925821a93f95b28f9b952b322
- BELONGS ya.make
- License text:
- * Copyright (c) 2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/gcc_ppc_asm_common.hpp [6:6]
- include/boost/atomic/detail/type_traits/has_unique_object_representations.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_enum.hpp [6:6]
- include/boost/atomic/detail/type_traits/is_nothrow_default_constructible.hpp [6:6]
- include/boost/atomic/detail/wait_caps_darwin_ulock.hpp [6:6]
- include/boost/atomic/detail/wait_on_address.hpp [6:6]
- include/boost/atomic/detail/wait_ops_darwin_ulock.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL e888920b10fb6ae2e7f8cbb6bdce6d74
- BELONGS ya.make
- License text:
- * Copyright (c) 2012 Hartmut Kaiser
- * Copyright (c) 2014-2018, 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/config.hpp [6:7]
- KEEP COPYRIGHT_SERVICE_LABEL eef36e86f5884df0402a5f7ab97a623e
- BELONGS ya.make
- License text:
- * Copyright (c) 2009, 2011 Helge Bahmann
- * Copyright (c) 2009 Phil Endecott
- * Copyright (c) 2013 Tim Blechmann
- * Linux-specific code by Phil Endecott
- * Copyright (c) 2014 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_linux_arm.hpp [6:10]
- include/boost/atomic/detail/core_ops_linux_arm.hpp [6:10]
- include/boost/atomic/detail/fence_ops_linux_arm.hpp [6:10]
- KEEP COPYRIGHT_SERVICE_LABEL f30aa67f457c8856763f2182dbf19f39
- BELONGS ya.make
- Note: matched license text is too long. Read it in the source files.
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/caps_arch_gcc_arm.hpp [6:10]
- KEEP COPYRIGHT_SERVICE_LABEL f5c46c99511835f0f4ed7b4f827a9f16
- BELONGS ya.make
- License text:
- * Copyright (c) 2018, 2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/bitwise_fp_cast.hpp [6:6]
- KEEP COPYRIGHT_SERVICE_LABEL fb36b29faf58b57823a283e76940e43d
- BELONGS ya.make
- License text:
- * Copyright (c) 2012 Hartmut Kaiser
- * Copyright (c) 2014-2018, 2020-2021 Andrey Semashev
- Scancode info:
- Original SPDX id: COPYRIGHT_SERVICE_LABEL
- Score : 100.00
- Match type : COPYRIGHT
- Files with this license:
- include/boost/atomic/detail/config.hpp [6:7]
- include/boost/atomic/detail/link.hpp [6:7]
|