lua-bcrypt

Secure password hashing for Lua
Log | Files | Refs

commit 81910b8d8c33630defe8d98a9759ed553a4e7fa9
parent 2610d2acd289f00825eff14d4712eb60cf9fb733
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Wed, 14 Jan 2015 20:18:16 +0000

Update license in 2.0/SCM rockspecs

Diffstat:
rockspec/bcrypt-2.0-1.rockspec | 2+-
rockspec/bcrypt-scm-1.rockspec | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rockspec/bcrypt-2.0-1.rockspec b/rockspec/bcrypt-2.0-1.rockspec @@ -9,7 +9,7 @@ source = { description = { summary = "A Lua wrapper for bcrypt", homepage = "http://github.com/mikejsavage/lua-bcrypt", - license = "MIT", + license = "Public domain/ISC", maintainer = "Mike Savage", } diff --git a/rockspec/bcrypt-scm-1.rockspec b/rockspec/bcrypt-scm-1.rockspec @@ -8,7 +8,7 @@ source = { description = { summary = "A Lua wrapper for bcrypt", homepage = "http://github.com/mikejsavage/lua-bcrypt", - license = "MIT", + license = "Public domain/ISC", maintainer = "Mike Savage", }