diff --git a/README.md b/README.md index 425225e..b2df683 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ Rich text class for [SFML2](https://github.com/LaurentGomila/SFML/). Allows the user to draw lines of text with different styles and colors. +License +------- + +This code is licensed under public domain. + Author ------ @@ -56,4 +61,4 @@ Example window.draw(text); window.display(); } - } \ No newline at end of file + }