You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Readme.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,7 +380,11 @@ Much of the `imgui_internal.h` support was added by @ZimM-LostPolygon.
380
380
License
381
381
-------
382
382
383
-
Dear Bindings is copyright (c) 2021-2025 and licensed under the MIT license. See [LICENSE.txt](../LICENSE.txt) for full details.
383
+
Dear Bindings is copyright (c) 2021-2026 and licensed under the MIT license. See [LICENSE.txt](../LICENSE.txt) for full details.
384
+
385
+
As generated binding files are a transformation of the original headers, the terms of the license for that library still apply to them.
386
+
In the case of Dear ImGui, that will be the MIT license (see the Dear ImGui [LICENSE.txt](https://github.com/ocornut/imgui/blob/master/LICENSE.txt)).
387
+
If you are using Dear Bindings to generate bindings for a different library, please consult the documentation for that library for licensing information.
0 commit comments