Add licensing term.
This commit is contained in:
@@ -20,6 +20,10 @@ Notes
|
|||||||
|
|
||||||
Polygon is converted into triangle.
|
Polygon is converted into triangle.
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
Licensed under 2 clause BSD.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
@@ -31,6 +35,7 @@ Usage
|
|||||||
|
|
||||||
if (!err.empty()) {
|
if (!err.empty()) {
|
||||||
std::cerr << err << std::endl;
|
std::cerr << err << std::endl;
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cout << "# of shapes : " << shapes.size() << std::endl;
|
std::cout << "# of shapes : " << shapes.size() << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user