diff --git a/LICENSE b/COPYING similarity index 100% rename from LICENSE rename to COPYING diff --git a/COPYING.LESSER b/COPYING.LESSER new file mode 100644 index 0000000..65c5ca8 --- /dev/null +++ b/COPYING.LESSER @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/bin/lem-repl b/bin/lem-repl index e42b3a0..13e15b4 100755 --- a/bin/lem-repl +++ b/bin/lem-repl @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local io = require 'lem.io' diff --git a/bin/lem.c b/bin/lem.c index a2bb780..72dd34e 100644 --- a/bin/lem.c +++ b/bin/lem.c @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/bin/libev.c b/bin/libev.c index 84ecca9..9134ac7 100644 --- a/bin/libev.c +++ b/bin/libev.c @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include "../libev/ev-config.h" diff --git a/bin/pool.c b/bin/pool.c index 4ac8b32..66c20ae 100644 --- a/bin/pool.c +++ b/bin/pool.c @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011-2012 Emil Renner Berthing + * Copyright 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ static unsigned int pool_jobs; diff --git a/ev-config.h.in b/ev-config.h.in index 36e75ad..0952722 100644 --- a/ev-config.h.in +++ b/ev-config.h.in @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011 Emil Renner Berthing + * 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #define EV_STANDALONE 1 diff --git a/include/lem-parsers.h b/include/lem-parsers.h index bc4a782..b65becd 100644 --- a/include/lem-parsers.h +++ b/include/lem-parsers.h @@ -2,18 +2,18 @@ * This file is part of LEM, a Lua Event Machine. * Copyright 2011-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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #ifndef _LEM_PARSERS_H diff --git a/include/lem.h b/include/lem.h index 68450ec..0e34734 100644 --- a/include/lem.h +++ b/include/lem.h @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011 Emil Renner Berthing + * 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #ifndef _LEM_H diff --git a/lem/hathaway.lua b/lem/hathaway.lua index 123cb1f..c2bed5c 100644 --- a/lem/hathaway.lua +++ b/lem/hathaway.lua @@ -1,19 +1,20 @@ -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011-2012 Emil Renner Berthing +-- Copyright 2011-2013 Emil Renner Berthing +-- Copyright 2012 Asbjørn Sloth Tønnesen -- --- 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local format = string.format 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local io = require 'lem.io' diff --git a/lem/http/core.c b/lem/http/core.c index ed4ef0e..3d4efc3 100644 --- a/lem/http/core.c +++ b/lem/http/core.c @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/lem/http/server.lua b/lem/http/server.lua index 0ed8473..831c3a1 100644 --- a/lem/http/server.lua +++ b/lem/http/server.lua @@ -1,19 +1,19 @@ -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011-2012 Emil Renner Berthing +-- Copyright 2011-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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local setmetatable = setmetatable diff --git a/lem/io.lua b/lem/io.lua index f6f5236..41d7732 100644 --- a/lem/io.lua +++ b/lem/io.lua @@ -1,19 +1,19 @@ -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011-2012 Emil Renner Berthing +-- Copyright 2011-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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local utils = require 'lem.utils' diff --git a/lem/io/core.c b/lem/io/core.c index 26552d3..e57e46b 100644 --- a/lem/io/core.c +++ b/lem/io/core.c @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011-2012 Emil Renner Berthing + * Copyright 2011-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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/lem/io/file.c b/lem/io/file.c index 90f6774..30515a0 100644 --- a/lem/io/file.c +++ b/lem/io/file.c @@ -1,19 +1,19 @@ /* * 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ struct file { diff --git a/lem/io/queue.lua b/lem/io/queue.lua index 70ee887..1a7e188 100644 --- a/lem/io/queue.lua +++ b/lem/io/queue.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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local utils = require 'lem.utils' diff --git a/lem/io/server.c b/lem/io/server.c index b7655ef..9af8cf1 100644 --- a/lem/io/server.c +++ b/lem/io/server.c @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011-2012 Emil Renner Berthing + * Copyright 2011-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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #ifndef MAXPENDING diff --git a/lem/io/stream.c b/lem/io/stream.c index b511390..5adce73 100644 --- a/lem/io/stream.c +++ b/lem/io/stream.c @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011-2012 Emil Renner Berthing + * Copyright 2011-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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ struct stream { diff --git a/lem/io/tcp.c b/lem/io/tcp.c index 481563f..a819502 100644 --- a/lem/io/tcp.c +++ b/lem/io/tcp.c @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ struct tcp_getaddr { diff --git a/lem/lfs.lua b/lem/lfs.lua index ea4e317..7f38363 100644 --- a/lem/lfs.lua +++ b/lem/lfs.lua @@ -1,19 +1,19 @@ -- -- This file is part of LEM, a Lua Event Machine. --- Copyright 2011-2012 Emil Renner Berthing +-- Copyright 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local lfs = require 'lem.lfs.core' diff --git a/lem/lfs/core.c b/lem/lfs/core.c index 6a95927..945d0cb 100644 --- a/lem/lfs/core.c +++ b/lem/lfs/core.c @@ -1,19 +1,19 @@ /* * This file is part of LEM, a Lua Event Machine. - * Copyright 2011-2012 Emil Renner Berthing + * Copyright 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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/lem/parsers.lua b/lem/parsers.lua index cdf345c..0e4ccac 100644 --- a/lem/parsers.lua +++ b/lem/parsers.lua @@ -1,19 +1,19 @@ -- -- 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local parsers = require 'lem.parsers.core' diff --git a/lem/parsers/core.c b/lem/parsers/core.c index 8154381..de60227 100644 --- a/lem/parsers/core.c +++ b/lem/parsers/core.c @@ -2,18 +2,18 @@ * This file is part of LEM, a Lua Event Machine. * Copyright 2011-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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/lem/repl.lua b/lem/repl.lua index f57bdcb..ecc2573 100644 --- a/lem/repl.lua +++ b/lem/repl.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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- local utils = require 'lem.utils' diff --git a/lem/utils.c b/lem/utils.c index 0a93ae2..18e9c67 100644 --- a/lem/utils.c +++ b/lem/utils.c @@ -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 . + * You should have received a copy of the GNU Lesser General Public + * License along with LEM. If not, see . */ #include diff --git a/test/ctest.lua b/test/ctest.lua index c49d677..9d393f4 100755 --- a/test/ctest.lua +++ b/test/ctest.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- print('Entered ' .. arg[0]) diff --git a/test/fread.lua b/test/fread.lua index 162bb88..66095f3 100755 --- a/test/fread.lua +++ b/test/fread.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 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/htest.lua b/test/htest.lua index 898a5a4..ac54489 100755 --- a/test/htest.lua +++ b/test/htest.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/httptest.lua b/test/httptest.lua index 9ef07aa..479c286 100755 --- a/test/httptest.lua +++ b/test/httptest.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/lfs.lua b/test/lfs.lua index 312a739..a6fa69e 100755 --- a/test/lfs.lua +++ b/test/lfs.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 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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/multiplexing.lua b/test/multiplexing.lua index 5123e0b..0b39dc2 100755 --- a/test/multiplexing.lua +++ b/test/multiplexing.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/sleep.lua b/test/sleep.lua index a5c41b0..5d728ca 100755 --- a/test/sleep.lua +++ b/test/sleep.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/stest.lua b/test/stest.lua index 82b432a..3f77ad2 100755 --- a/test/stest.lua +++ b/test/stest.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- print('Entered ' .. arg[0]) diff --git a/test/test.lua b/test/test.lua index 206e79c..783ce94 100755 --- a/test/test.lua +++ b/test/test.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- package.path = '?.lua' diff --git a/test/test2.lua b/test/test2.lua index 3bac703..72c62df 100755 --- a/test/test2.lua +++ b/test/test2.lua @@ -3,18 +3,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 . +-- You should have received a copy of the GNU Lesser General Public +-- License along with LEM. If not, see . -- print('Entered ' .. arg[0])