summaryrefslogtreecommitdiffstats
path: root/lem/http.lua
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@mailme.dk>2013-01-10 23:49:52 +0100
committerEmil Renner Berthing <esmil@mailme.dk>2013-01-11 18:07:33 +0100
commit3650b953cf452493694e68bad592fd3ada371d74 (patch)
tree441870529577fd2ade72bb3911efc6d77444ccd6 /lem/http.lua
parente9ffe6dd0d0ec71e73ec39cdeddd09757fb242e6 (diff)
downloadlem-3650b953cf452493694e68bad592fd3ada371d74.tar.gz
lem-3650b953cf452493694e68bad592fd3ada371d74.tar.xz
lem-3650b953cf452493694e68bad592fd3ada371d74.zip
Re-license as LGPL
Acked-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Diffstat (limited to 'lem/http.lua')
-rw-r--r--lem/http.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/lem/http.lua b/lem/http.lua
index 190b80e..8635bf9 100644
--- a/lem/http.lua
+++ b/lem/http.lua
@@ -2,18 +2,18 @@
-- This file is part of LEM, a Lua Event Machine.
-- Copyright 2011-2012 Emil Renner Berthing
--
--- LEM is free software: you can redistribute it and/or
--- modify it under the terms of the GNU General Public License as
+-- LEM is free software: you can redistribute it and/or modify it
+-- under the terms of the GNU Lesser General Public License as
-- published by the Free Software Foundation, either version 3 of
-- the License, or (at your option) any later version.
--
--- LEM is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
+-- LEM is distributed in the hope that it will be useful, but
+-- WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
--- GNU General Public License for more details.
+-- GNU Lesser General Public License for more details.
--
--- You should have received a copy of the GNU General Public License
--- along with LEM. If not, see <http://www.gnu.org/licenses/>.
+-- You should have received a copy of the GNU Lesser General Public
+-- License along with LEM. If not, see <http://www.gnu.org/licenses/>.
--
local io = require 'lem.io'