Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added LICENSE.txt
  • Loading branch information
icculus committed Dec 26, 2013
1 parent 02b0e1e commit a7ec1ec
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 1pass.lua
Expand Up @@ -260,9 +260,10 @@ end
local passwordUnlockTime = nil

function keyhookPressed() -- not local! Called from C!
if keyhookRunning then
return
end
print("keyhookPressed: running==" .. tostring(keyhookRunning))
-- if keyhookRunning then
-- return
-- end

keyhookRunning = true

Expand Down
22 changes: 22 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,22 @@

Copyright (c) 2013 Ryan C. Gordon.

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

Ryan C. Gordon <icculus@icculus.org>

0 comments on commit a7ec1ec

Please sign in to comment.