Skip to content

Commit a858fdf

Browse files
committed
docs: Add JSON.lua and ESmini references to NOTICE.md
In addition, we sort the dependencies alphabetically.
1 parent d6068e3 commit a858fdf

File tree

1 file changed

+56
-41
lines changed

1 file changed

+56
-41
lines changed

NOTICE.md

+56-41
Original file line numberDiff line numberDiff line change
@@ -46,62 +46,77 @@ The following third-party libraries are included in the Cloe repository:
4646
- Website: https://jothepro.github.io/doxygen-awesome-css
4747
- Source: docs/_vendor/doxygen-awesome
4848

49-
- Typecheck
50-
- License: MIT
51-
- License-Source: https://github.com/gvvaughan/typecheck/raw/master/LICENSE.md
52-
- Website: https://github.com/gvvaughan/typecheck
53-
- Source: engine/lua/typecheck.lua
49+
<!-- C & C++ -->
5450

55-
- Tableshape
56-
- License: MIT
57-
- License-Source: https://github.com/leafo/tableshape/blob/v2.6.0/README.md
58-
- Website: https://github.com/leafo/tableshape
59-
- Source: engine/lua/tableshape.lua
51+
- LRDB
52+
- License: BSL-1.0
53+
- License-Source: https://www.boost.org/LICENSE_1_0.txt
54+
- Website: https://github.com/satoren/LRDB
6055

6156
- Linenoise
6257
- License: BSD2
6358
- License-Source: https://raw.githubusercontent.com/antirez/linenoise/master/LICENSE
6459
- Website: https://github.com/antirez/linenoise
6560
- Source: engine/vendor/linenoise
6661

62+
<!-- Lua -->
63+
6764
- Inspect.lua
6865
- License: MIT
6966
- License-Source: https://raw.githubusercontent.com/kikito/inspect.lua/master/MIT-LICENSE.txt
7067
- Website: https://github.com/kikito/inspect.lua
7168
- Source: engine/lua/inspect.lua
7269

73-
- LRDB
74-
- License: BSL-1.0
75-
- License-Source: https://www.boost.org/LICENSE_1_0.txt
76-
- Website: https://github.com/satoren/LRDB
77-
- Source: engine/vendor/lrdb
70+
- JSON.lua
71+
- License: CC-BY "Attribution"
72+
- License-Source: http://creativecommons.org/licenses/by/3.0/deed.en_US
73+
- Website: http://regex.info/blog/lua/json
74+
- Source: engine/lua/json.lua
7875

7976
- Lust
8077
- License: MIT
8178
- License-Source: https://raw.githubusercontent.com/bjornbytes/lust/master/LICENSE
8279
- Website: https://github.com/bjornbytes/lust
8380
- Source: engine/lua/lust.lua
8481

82+
- Tableshape
83+
- License: MIT
84+
- License-Source: https://github.com/leafo/tableshape/blob/v2.6.0/README.md
85+
- Website: https://github.com/leafo/tableshape
86+
- Source: engine/lua/tableshape.lua
87+
88+
- Typecheck
89+
- License: MIT
90+
- License-Source: https://github.com/gvvaughan/typecheck/raw/master/LICENSE.md
91+
- Website: https://github.com/gvvaughan/typecheck
92+
- Source: engine/lua/typecheck.lua
93+
8594
The following third-party libraries are used by this project (these are usually
8695
installed with the help of Conan):
8796

88-
- Google Test with Google Mock
89-
- License: BSD-3
90-
- License-Source: https://github.com/google/googletest/blob/master/LICENSE
91-
- Website: https://github.com/google/googletest
92-
- Conan-Package: gtest
97+
- Boost
98+
- License: BSL-1.0
99+
- License-Source: https://www.boost.org/LICENSE_1_0.txt
100+
- Website: https://www.boost.org
101+
- Conan-Package: boost
93102

94103
- CLI11
95104
- License: BSD-3
96105
- License-Source: https://github.com/cliutils/cli11/blob/master/LICENSE
97106
- Website: https://github.com/cliutils/cli11
98107
- Conan-Package: CLI11@cliutils/stable
99108

100-
- gabime/spdlog
101-
- License: MIT
102-
- License-Source: https://github.com/gabime/spdlog/blob/v1.x/LICENSE
103-
- Source: https://github.com/gabime/spdlog
104-
- Conan-Package: spdlog
109+
- Eigen3
110+
- License: MPL-2.0
111+
- License-Source: https://www.mozilla.org/en-US/MPL/2.0
112+
- Website: https://eigen.tuxfamily.org
113+
- Conan-Package: eigen
114+
115+
- ESmini
116+
- License: MPL-2.0
117+
- License-Source: https://github.com/esmini/esmini/blob/master/LICENSE
118+
- Source: https://github.com/esmini/esmini
119+
- Conan-Package: esmini
105120

106121
- fmtlib/fmt
107122
- License: BSD-2
@@ -110,11 +125,17 @@ installed with the help of Conan):
110125
- Source: https://github.com/fmtlib/fmt
111126
- Conan-Package: fmt
112127

113-
- nlohmann/json
128+
- gabime/spdlog
114129
- License: MIT
115-
- License-Source: https://github.com/nlohmann/json/blob/master/LICENSE.MIT
116-
- Source: https://github.com/nlohmann/json
117-
- Conan-Package: nlohmann_json
130+
- License-Source: https://github.com/gabime/spdlog/blob/v1.x/LICENSE
131+
- Source: https://github.com/gabime/spdlog
132+
- Conan-Package: spdlog
133+
134+
- Google Test with Google Mock
135+
- License: BSD-3
136+
- License-Source: https://github.com/google/googletest/blob/master/LICENSE
137+
- Website: https://github.com/google/googletest
138+
- Conan-Package: gtest
118139

119140
- incbin
120141
- License: Unlicense
@@ -128,17 +149,11 @@ installed with the help of Conan):
128149
- Source: https://github.com/pantor/inja
129150
- Conan-Package: inja
130151

131-
- Boost
132-
- License: BSL-1.0
133-
- License-Source: https://www.boost.org/LICENSE_1_0.txt
134-
- Website: https://www.boost.org
135-
- Conan-Package: boost
136-
137-
- Eigen3
138-
- License: MPL2
139-
- License-Source: https://www.mozilla.org/en-US/MPL/2.0
140-
- Website: https://eigen.tuxfamily.org
141-
- Conan-Package: eigen
152+
- nlohmann/json
153+
- License: MIT
154+
- License-Source: https://github.com/nlohmann/json/blob/master/LICENSE.MIT
155+
- Source: https://github.com/nlohmann/json
156+
- Conan-Package: nlohmann_json
142157

143158
- Oat++
144159
- License: Apache-2.0
@@ -148,7 +163,7 @@ installed with the help of Conan):
148163
- Conan-Package: oatpp
149164

150165
- Open-Simulation-Interface
151-
- License: MPL2
166+
- License: MPL-2.0
152167
- License-Source: https://github.com/OpenSimulationInterface/open-simulation-interface/blob/master/LICENSE
153168
- Source: https://github.com/OpenSimulationInterface/open-simulation-interface
154169
- Conan-Package: open-simulation-interface

0 commit comments

Comments
 (0)