akuukka / quickhull

C++ implementation of the 3D QuickHull algorithm
266 stars 52 forks source link

Status of Structs/Pool.hpp and Structs/VertexDataSource.hpp #7

Closed starseeker closed 6 years ago

starseeker commented 6 years ago

Hi! I'm looking at making use of QuickHull, and while working with the code noticed two files have copyright statements:

Structs/Pool.hpp Structs/VertexDataSource.hpp

The toplevel README.md file lists the QuickHull license as public domain, but these two files have:

Copyright © 2016 Antti Kuukka. All rights reserved.

Should they be treated differently from the rest of QuickHull, or are they covered under the public domain grant?

Thanks for publishing a nifty piece of work! CY

akuukka commented 6 years ago

Oh, those copyright statements were automatically created by Xcode. I will remove them today, the Quickhull project is public domain.