OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / THIRD-PARTY-NOTICES.txt
1 THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2 Do Not Translate or Localize
3
4 hengband incorporates third party material from the projects listed below.
5
6
7
8 ---------------------------------------------------------
9
10 curl 8.1.2 - The curl license
11 https://curl.se/
12
13 COPYRIGHT AND PERMISSION NOTICE
14
15 Copyright (C) Daniel Stenberg, <daniel@haxx.se>, and many
16 contributors, see the THANKS file.
17
18 All rights reserved.
19
20 Permission to use, copy, modify, and distribute this software for any purpose
21 with or without fee is hereby granted, provided that the above copyright
22 notice and this permission notice appear in all copies.
23
24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
27 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
28 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
29 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
30 OR OTHER DEALINGS IN THE SOFTWARE.
31
32 Except as contained in this notice, the name of a copyright holder shall not
33 be used in advertising or otherwise to promote the sale, use or other dealings
34 in this Software without prior written authorization of the copyright holder.
35
36 ---------------------------------------------------------
37
38 JSON for Modern C++ 3.11.2 - MIT
39 https://github.com/nlohmann/json
40
41 MIT License
42
43 Copyright (c) 2013-2022 Niels Lohmann
44
45 Permission is hereby granted, free of charge, to any person obtaining a copy
46 of this software and associated documentation files (the "Software"), to deal
47 in the Software without restriction, including without limitation the rights
48 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49 copies of the Software, and to permit persons to whom the Software is
50 furnished to do so, subject to the following conditions:
51
52 The above copyright notice and this permission notice shall be included in all
53 copies or substantial portions of the Software.
54
55 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61 SOFTWARE.
62
63 ---------------------------------------------------------