summaryrefslogtreecommitdiffstats
path: root/test/fwrite.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 /test/fwrite.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 'test/fwrite.lua')
-rwxr-xr-xtest/fwrite.lua16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/fwrite.lua b/test/fwrite.lua
index d0be0bb..d64bd37 100755
--- a/test/fwrite.lua
+++ b/test/fwrite.lua
@@ -1,20 +1,20 @@
#!bin/lem
--
-- This file is part of LEM, a Lua Event Machine.
--- Copyright 2011-2012 Emil Renner Berthing
+-- Copyright 2012-2013 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/>.
--
package.path = '?.lua'