Hello, I've accidentally stumbled upon an LGPL license header for org.h2.jdbcx.JdbcConnectionPool:
/* * Copyright 2004-2013 H2 Group. Multiple-Licensed under the H2 License, * Version 1.0, and under the Eclipse Public License, Version 1.0 * (http://h2database.com/html/license.html). * Initial Developer: Christian d'Heureuse, www.source-code.biz * * This class is dual-licensed LGPL and under the H2 License. * * This module 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. * See http://www.gnu.org/licenses/lgpl.html * * This program 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 Lesser General Public * License for more details. */ This is not referenced in the license documentation: http://h2database.com/html/license.html What is the rationale behind leaving this class licensed LGPL as it was by the initial developer? What happens if someone chooses to use H2 under the terms of the EPL? Licenses... ;-) http://www.codinghorror.com/blog/2007/04/pick-a-license-any-license.html Cheers Lukas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
