Updated link to license

This commit is contained in:
Mikko Mononen 2018-04-16 10:16:36 +03:00 committed by GitHub
parent 3dd704522f
commit 25f13918f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Simple bucketed memory allocator (see Graphics Gems III for reference) was added
The API was changed to loosely resemble the OpenGL vertex array API. The processed data can be accessed via getter functions. The code is able to output contours, polygons and connected polygons. The output of the tesselator can be also used as input for new run. I.e. the user may first want to calculate an union all the input contours and the triangulate them.
The code is released under SGI FREE SOFTWARE LICENSE B Version 2.0.
http://oss.sgi.com/projects/FreeB/
https://directory.fsf.org/wiki/License:SGIFreeBv2
Mikko Mononen