From 1f39e09ef4a2adecbdfa7ceeac3edb9ef544893d Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Thu, 25 Apr 2013 17:12:48 +0900 Subject: [PATCH] Add licensing term. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1811880..a9bc8fb 100644 --- a/README.md +++ b/README.md @@ -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;