martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.52k stars 146 forks source link

Dual licence? LGPLv3 #113

Closed GilesBathgate closed 3 years ago

GilesBathgate commented 3 years ago

Hi, would you be interested in releasing robin_hood.h under a dual license? e.g:

SPDX-License-Identifier: LGPL-3.0-or-later OR MIT

This might make it easier to integrate into the project I am contributing to.

martinus commented 3 years ago

I think this is too much hazzle for me. MIT license is already very permissive.