diff --git a/README.md b/README.md
index 8a4b811..d93f065 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[](https://travis-ci.org/ocornut/imgui)
[](https://scan.coverity.com/projects/4720)
+(This library is free but I need your support to sustain development and maintenance. If you work for a company, please consider financial support)
+
[](http://www.patreon.com/imgui) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Q73FPZ9C526U)
ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an "immediate mode" graphical user interface paradigm which enables you to build user interfaces with ease.
diff --git a/README.md b/README.md
index 8a4b811..d93f065 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
[](https://travis-ci.org/ocornut/imgui)
[](https://scan.coverity.com/projects/4720)
+(This library is free but I need your support to sustain development and maintenance. If you work for a company, please consider financial support)
+
[](http://www.patreon.com/imgui) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Q73FPZ9C526U)
ImGui is a bloat-free graphical user interface library for C++. It outputs vertex buffers that you can render in your 3D-pipeline enabled application. It is portable, renderer agnostic and self-contained (no external dependencies). It is based on an "immediate mode" graphical user interface paradigm which enables you to build user interfaces with ease.
diff --git a/imgui.cpp b/imgui.cpp
index 0646f9a..8bfd19c 100644
--- a/imgui.cpp
+++ b/imgui.cpp
@@ -5,7 +5,9 @@
// Read 'Programmer guide' below for notes on how to setup ImGui in your codebase.
// Get latest version at https://github.com/ocornut/imgui
// Releases change-log at https://github.com/ocornut/imgui/releases
-// Developed by Omar Cornut and ImGui contributors.
+// Developed by Omar Cornut and every direct or indirect contributors to the GitHub.
+// This library is free but I need your support to sustain development and maintenance.
+// If you work for a company, please consider financial support, e.g: https://www.patreon.com/imgui
/*