-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNOTICE
More file actions
62 lines (48 loc) · 2.42 KB
/
NOTICE
File metadata and controls
62 lines (48 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
dbzero — Community Edition
Copyright (c) 2025 DBZero Software sp. z o.o.
All rights reserved.
================================================================================
LICENSE
================================================================================
This library is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
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 DBZero Software sp. z o.o.,
which are licensed under LGPL-3.0-or-later. See individual file headers
for specific copyright and licensing information.
================================================================================