tcjennings / LUA-RFC-4122-UUID-Generator

Pure Lua Implementation of RFC 4122-compliant v4 pseudorandom UUID generator. Also includes an RFC 4122-compliant v5 SHA1-based UUID generator (bring your own crypto library). Both modules use the same license as Lua (the MIT license).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

licence?

opened this issue · comments

Hi,

under which licence is this code available?

Second that. Nice library, but cannot use it without an explicit license.

This code should be under the MIT license, same as lua. I'll add it to the source and recommit.