dbzero — Community Edition

Copyright (c) 2025-2026 Wojciech Sebastian Kozlowski

================================================================================
LICENSE
================================================================================

dbzero is licensed under the GNU Lesser General Public License v2.1 or later.
See LICENSE for the full license text.

This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.

You should have received a copy of the GNU Lesser General Public License along
with this library. If not, see <https://www.gnu.org/licenses/>.

================================================================================

DISTRIBUTION REQUIREMENTS
================================================================================

When redistributing this library:
- Preserve this NOTICE file
- Include the full LICENSE file
- Retain all copyright and license notices

================================================================================
THIRD-PARTY COMPONENTS
================================================================================

This software includes the following third-party components:

Google Test
-----------
Repository: https://github.com/google/googletest
Copyright:  2008, Google Inc.
License:    BSD-3-Clause
Purpose:    Unit testing framework
License File: THIRD_PARTY_LICENSES/GOOGLETEST_LICENSE

Boost Intrusive Containers
---------------------------
Repository: https://www.boost.org/
Copyright:  Ion Gaztanaga and other Boost contributors
License:    Boost Software License 1.0
Purpose:    Intrusive containers implementations
Location:   src/dbzero/core/intrusive/
License File: THIRD_PARTY_LICENSES/BOOST_LICENSE_1_0

Note: Files in src/dbzero/core/intrusive/ are derived from Boost.Intrusive
      and retain their original Boost Software License 1.0 with full copyright
      notices. Some files may contain modifications by Wojciech Sebastian Kozlowski,
      which are licensed under LGPL-2.1-or-later. See individual file headers
      for specific copyright and licensing information.

================================================================================
