Changeset 17854 for ext

Show
Ignore:
Timestamp:
09/14/07 22:15:47 (16 months ago)
Author:
Darren_Duncan
Message:

ext/Muldis-DB/ : the whole Muldis DB core is now LGPLv3+ licensed

Location:
ext/Muldis-DB
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • ext/Muldis-DB/Changes

    r17781 r17854  
    1414 
    1515    * New file versions are: DB.pm 0.4.0. 
     16 
     17    * (DB.pm)  The whole Muldis DB core, that is, all code in this 
     18    distribution, has been re-licensed under the GNU Lesser General Public 
     19    License version 3 or later (LGPLv3+).  Also, the current plan is that 
     20    the LGPLv3+ will be used as the license of many separately distributed 
     21    Muldis DB extensions started by the same author, such as some 
     22    implementations over SQL databases, or such as example code in 
     23    tutorials/cookbooks; or some extensions would be under other 
     24    GPLv3-compatible licenses. 
    1625 
    17262007-08-18   Darren Duncan <perl@DarrenDuncan.net> 
  • ext/Muldis-DB/lib/Muldis/DB.pm

    r17781 r17854  
    217217Muldis DB is Copyright © 2002-2007, Darren Duncan.  All rights reserved. 
    218218 
    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.> 
     219Muldis DB is free software; you can redistribute it and/or modify it under 
     220the terms of the GNU Lesser General Public License (LGPL) as published by 
     221the Free Software Foundation (L<http://www.fsf.org/>); either version 3 of 
     222the License, or (at your option) any later version.  You should have 
     223received a copy of the LGPL as part of the Muldis DB distribution, in the 
     224files named "LICENSE/LGPL" and "LICENSE/GPL" (the LGPLv3 is defined as the 
     225terms of the GPLv3 plus extra permissions); if not, see 
     226L<http://www.gnu.org/licenses/>. 
    239227 
    240228If it is not feasible for you to employ Muldis DB subject to the terms of 
    241 the LGPL+GPL, then the copyright holder of Muldis DB can provide you a 
     229the LGPL, then the copyright holder of Muldis DB can provide you a 
    242230customized proprietary license, often at no cost, so that it is still 
    243231possible for you to employ Muldis DB to meet your needs.