Add licensing term.

This commit is contained in:
Syoyo Fujita
2013-04-25 17:12:48 +09:00
parent 7c362f7dda
commit 1f39e09ef4

View File

@@ -20,6 +20,10 @@ Notes
Polygon is converted into triangle.
License
-------
Licensed under 2 clause BSD.
Usage
-----
@@ -31,6 +35,7 @@ Usage
if (!err.empty()) {
std::cerr << err << std::endl;
exit(1);
}
std::cout << "# of shapes : " << shapes.size() << std::endl;