diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | include/tgbot/doxygenMain.h | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -58,3 +58,6 @@ All samples are located [here](samples) ## Feedback
Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://telegram.me/Reo_SP)
+
+## Licence
+[The MIT License](http://opensource.org/licenses/MIT)
diff --git a/include/tgbot/doxygenMain.h b/include/tgbot/doxygenMain.h index 75da76d..0d25e61 100644 --- a/include/tgbot/doxygenMain.h +++ b/include/tgbot/doxygenMain.h @@ -53,6 +53,9 @@ * * @section Feedback * Feel free to [create new issues on GitHub](https://github.com/reo7sp/tgbot-cpp/issues) or [contact me on Telegram](https://telegram.me/Reo_SP) + * + * @section Licence + * [The MIT License](http://opensource.org/licenses/MIT) */ #endif //TGBOT_DOXYGENMAIN_H |