| 219 | | Muldis DB is free software. With respect to just the component file |
| 220 | | "lib/Muldis/DB.pm", you can redistribute it and/or modify it under the |
| 221 | | terms of the GNU Lesser General Public License (LGPL) as published by the |
| 222 | | Free Software Foundation (L<http://www.fsf.org/>); either version 3 of the |
| 223 | | License, or (at your option) any later version. With respect to all other |
| 224 | | component files, you can redistribute it and/or modify it under the terms |
| 225 | | of the GNU General Public License (GPL) as published by the Free Software |
| 226 | | Foundation; either version 3 of the License, or any later version. You |
| 227 | | should have received copies of the LGPL and GPL as part of the Muldis DB |
| 228 | | distribution, in the files named "LICENSE/LGPL" and "LICENSE/GPL"; if not, |
| 229 | | see L<http://www.gnu.org/licenses/>. |
| 230 | | |
| 231 | | I<Note that the distribution files Literal.pm and Interface.pm will be |
| 232 | | going away soon, some of their functionality being moved into DB.pm and or |
| 233 | | Example.pm. Therefore, the above license terms mean that the LGPL will |
| 234 | | soon cover just the tiny part of this distribution that is mandatory to use |
| 235 | | the Muldis DB framework at all (because it defines the role/interface that |
| 236 | | every Engine does). Furthermore, the majority part of this distribution |
| 237 | | that is covered by the GPL will soon not be mandatory, but optional, when |
| 238 | | using the framework.> |
| | 219 | Muldis DB is free software; you can redistribute it and/or modify it under |
| | 220 | the terms of the GNU Lesser General Public License (LGPL) as published by |
| | 221 | the Free Software Foundation (L<http://www.fsf.org/>); either version 3 of |
| | 222 | the License, or (at your option) any later version. You should have |
| | 223 | received a copy of the LGPL as part of the Muldis DB distribution, in the |
| | 224 | files named "LICENSE/LGPL" and "LICENSE/GPL" (the LGPLv3 is defined as the |
| | 225 | terms of the GPLv3 plus extra permissions); if not, see |
| | 226 | L<http://www.gnu.org/licenses/>. |