Skip to content

Commit 2447918

Browse files
authored
chore: add missing license for spdlog and zlib (#217)
1 parent 57418d4 commit 2447918

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

LICENSE

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,58 @@ https://github.com/apache/arrow/blob/main/cpp/src/arrow/visit_type_inline.h
253253
Copyright: 2016-2025 The Apache Software Foundation.
254254
Home page: https://arrow.apache.org/
255255
License: https://www.apache.org/licenses/LICENSE-2.0
256+
257+
--------------------------------------------------------------------------------
258+
259+
3rdparty dependency spdlog is statically linked in certain binary
260+
distributions. spdlog has the following license:
261+
262+
MIT License
263+
264+
Copyright (c) 2016 Gabi Melman
265+
266+
Permission is hereby granted, free of charge, to any person obtaining a copy
267+
of this software and associated documentation files (the "Software"), to deal
268+
in the Software without restriction, including without limitation the rights
269+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
270+
copies of the Software, and to permit persons to whom the Software is
271+
furnished to do so, subject to the following conditions:
272+
273+
The above copyright notice and this permission notice shall be included in all
274+
copies or substantial portions of the Software.
275+
276+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
277+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
278+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
279+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
280+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
281+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
282+
SOFTWARE.
283+
284+
--------------------------------------------------------------------------------
285+
286+
3rdparty dependency zlib is used by certain binary distributions. zlib has
287+
the following license:
288+
289+
zlib License
290+
291+
Copyright (c) 1995-2024 Jean-loup Gailly and Mark Adler
292+
293+
This software is provided 'as-is', without any express or implied
294+
warranty. In no event will the authors be held liable for any damages
295+
arising from the use of this software.
296+
297+
Permission is granted to anyone to use this software for any purpose,
298+
including commercial applications, and to alter it and redistribute it
299+
freely, subject to the following restrictions:
300+
301+
1. The origin of this software must not be misrepresented; you must not
302+
claim that you wrote the original software. If you use this software
303+
in a product, an acknowledgment in the product documentation would be
304+
appreciated but is not required.
305+
2. Altered source versions must be plainly marked as such, and must not be
306+
misrepresented as being the original software.
307+
3. This notice may not be removed or altered from any source distribution.
308+
309+
Jean-loup Gailly Mark Adler
310+

NOTICE

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,13 @@ This product includes code from smhasher
1212
This product includes code from Apache Arrow
1313
* Copyright 2016-2025 The Apache Software Foundation
1414
* https://github.com/apache/arrow
15+
16+
This product includes software developed by Gabi Melman
17+
* spdlog: Very fast, header-only/compiled, C++ logging library
18+
* Copyright (c) 2016 Gabi Melman
19+
* https://github.com/gabime/spdlog
20+
21+
This product includes software developed by Jean-loup Gailly and Mark Adler
22+
* zlib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library
23+
* Copyright (c) 1995-2024 Jean-loup Gailly and Mark Adler
24+
* https://zlib.net/

0 commit comments

Comments
 (0)