Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
* This file is part of Foobar.
*
* Foobar is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Foobar 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.
*
* You should have received a copy of the GNU General Public License
* along with Foobar. If not, see <http://www.gnu.org/licenses/>.
You'll need to read the individual licenses and assess whether the terms under which you're distributing those packages are compatible. You can package yours under a different license without issue as long as you are distributing those projects in compliance with their own licenses.
You can also just note prominently that your project requires those two as external dependencies, link to their sites, and not worry about distribution issues.
Ragnis wrote:Ok. But can i apply GPL license to my project like phpbb does? (The other question)
Yes, since the BSD and LGPL are more permissive you can license your project under GPL, but the Twig and Doctrine components themselves will still be licensed under their respective licenses.
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.