WojciechMula / base64simd

Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
http://0x80.pl/articles/index.html#base64-algorithm-new
BSD 2-Clause "Simplified" License
154 stars 13 forks source link

license question :) #8

Open christianparpart opened 3 years ago

christianparpart commented 3 years ago

Hey,

i am currently designing a little base64 decoding/encoding API and the implementation of the SIMD related code is heavily based on your code in here, but with a nice reusable API around, so that others can use it as a header-only lib in their projects.

Now, I usually set all my projects to Apache License version 2, and I think your code is in BSD license? I am by no means a license expert and most likely will never be. Is it okay to reference to your work to all extend and original license but keep my base64 library as "Apache License version 2"?

Many thanks in advance, Christian Parpart.

WojciechMula commented 3 years ago

Hi Christian!

The Apache License is fine for me too, feel free to use the code. :) I will upgrade the repo later and make the project dual-licensed.

christianparpart commented 3 years ago

Many thanks! If it is okay, I'd forward you the link to that (hopefully general-purpose lib) when ready. :)