Capital-Asterisk / longeronpp

"Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures
MIT License
32 stars 3 forks source link

What's the license for this repository? #6

Closed StellaSmith closed 2 years ago

Capital-Asterisk commented 2 years ago

The code is under the MIT license though SPDX headers, though I'll add the LICENSE file now.

StellaSmith commented 2 years ago

Could you add the LICENSE file to the 0.1.0 version too?

Capital-Asterisk commented 2 years ago

I'll make a new tagged release v0.1.1. I recently fixed a few major bugs; for example, trying to iterate an empty HierarchicalBitset would throw an exception :P

StellaSmith commented 2 years ago

Oh, even better then.