Added LICENSE; added license header to lovebird.lua

This commit is contained in:
rxi
2014-04-10 12:35:44 +01:00
parent 6eb8ff0bd8
commit 8fd17e36eb
2 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
--
-- lovebird
--
-- Copyright (c) 2014, rxi
--
-- This library is free software; you can redistribute it and/or modify it
-- under the terms of the MIT license. See LICENSE for details.
--
socket = require "socket"
local lovebird = { _version = "0.0.1" }