Added license to README.md

master
Cristian Pallarés 2012-12-16 20:21:15 +01:00
parent e722450de6
commit 33a08ca870
1 changed files with 6 additions and 1 deletions

View File

@ -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();
}
}
}