Add d/copyright for nlohmann
This commit is contained in:
parent
686fafaf5e
commit
ced24cca1b
|
@ -7,19 +7,96 @@ Files: *
|
|||
Copyright: 2023, KylinSoft Co., Ltd.
|
||||
License: LGPL-3+
|
||||
|
||||
Files: src/diagnostics/nlohmann/*
|
||||
Copyright: Text: 2013-2023, Niels Lohmann <https:nlohmann.me>
|
||||
License: MIT
|
||||
|
||||
Files: src/diagnostics/nlohmann/detail/conversions/to_chars.hpp
|
||||
Copyright: Text: 2013-2023, Niels Lohmann <https:nlohmann.me> / Text: 2009, Florian Loitsch <https:florian.loitsch.com/>
|
||||
License: Expat
|
||||
|
||||
Files: src/diagnostics/nlohmann/detail/meta/cpp_future.hpp
|
||||
Copyright: Text: 2018, The Abseil Authors / Text: 2013-2023, Niels Lohmann <https:nlohmann.me>
|
||||
License: Apache-2.0
|
||||
|
||||
Files: src/diagnostics/nlohmann/detail/output/serializer.hpp
|
||||
Copyright: Text: 2013-2023, Niels Lohmann <https:nlohmann.me> / Text: 2008-2009, Björn Hoehrmann <bjoern@hoehrmann.de>
|
||||
License: MIT
|
||||
|
||||
Files: src/diagnostics/nlohmann/thirdparty/hedley/hedley.hpp
|
||||
Copyright: Text: 2016-2021, Evan Nemerson <evan@nemerson.com> / Text: 2013-2023, Niels Lohmann <https:nlohmann.me>
|
||||
License: MIT
|
||||
|
||||
License: Apache-2.0
|
||||
This software is Copyright (c) 2023 by foo.
|
||||
This is free software, licensed under:
|
||||
The Apache License, Version 2.0, January 2004
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS"BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
On Debian systems, the complete text of the Apache License,
|
||||
Version 2.0 can be found in '/usr/share/common-licenses/Apache-2.0'.
|
||||
|
||||
License: Expat
|
||||
This software is Copyright (c) 2023 by foo.
|
||||
This is free software, licensed under:
|
||||
The MIT (X11) License
|
||||
The MIT License
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the Software
|
||||
without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to
|
||||
whom the Software is furnished to do so, subject to the
|
||||
following conditions:
|
||||
The above copyright notice and this permission notice shall
|
||||
be included in all copies or substantial portions of the
|
||||
Software.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT
|
||||
WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
||||
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
||||
PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
||||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
License: LGPL-3+
|
||||
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 software is Copyright (c) 2023 by foo.
|
||||
This is free software, licensed under:
|
||||
The GNU Lesser General Public License, Version 3, June 2007
|
||||
This program 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; version 3 of the License, or (at
|
||||
your option) any later version.
|
||||
On Debian systems, the complete text of version 3 of the GNU Lesser
|
||||
General Public License can be found in '/usr/share/common-licenses/LGPL-3'.
|
||||
|
||||
License: MIT
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the “Software”),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following conditions:
|
||||
.
|
||||
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.
|
||||
The above copyright notice and this permission notice shall be included
|
||||
in all copies or substantial portions of the Software.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this library. If not, see <https://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General Public License
|
||||
Version 3 can be found in `/usr/share/common-licenses/LGPL-3'.
|
||||
The Software is provided “as is”, without warranty of any kind, express
|
||||
or implied, including but not limited to the warranties of merchantability,
|
||||
fitness for a particular purpose and noninfringement. In no event shall
|
||||
the authors or copyright holders be liable for any claim, damages or
|
||||
other liability, whether in an action of contract, tort or otherwise,
|
||||
arising from, out of or in connection with the software or the use or
|
||||
other dealings in the Software.
|
||||
|
|
Loading…
Reference in New Issue