Remove license comments

This commit is contained in:
Romain Neutron
2013-11-20 16:18:43 +01:00
parent 142b02799c
commit 051d9f4035
303 changed files with 0 additions and 1912 deletions

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
abstract class connection_abstract extends PDO
{
protected $name;

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
interface connection_interface
{

View File

@@ -9,12 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @package connection
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class connection_pdo extends connection_abstract implements connection_interface
{
protected $debug;

View File

@@ -9,11 +9,6 @@
* file that was distributed with this source code.
*/
/**
*
* @license http://opensource.org/licenses/gpl-3.0 GPLv3
* @link www.phraseanet.com
*/
class connection_pdoStatementDebugger
{
/**