Skip to content

Commit 42af84a

Browse files
committed
Added a note about licensing of generated files (#119)
1 parent 2879374 commit 42af84a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021-2022 Ben Carter
3+
Copyright (c) 2021-2026 Ben Carter
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/Changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
--- v0.20
2+
3+
* Added a note about the licensing of the generated files (#119)
4+
15
--- v0.19
26

37
* Re-added GetInputTextState() and DebugNodeInputTextState(), which were previously removed due to ImGuiInputTextState

docs/Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,11 @@ Much of the `imgui_internal.h` support was added by @ZimM-LostPolygon.
380380
License
381381
-------
382382

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.
384388

385389
Contact
386390
-------

0 commit comments

Comments
 (0)