remove author names as per our policy

This commit is contained in:
Marc Delisle
2010-08-29 08:54:12 -04:00
parent b17a2e4a85
commit 7ca0657ff0
20 changed files with 3 additions and 36 deletions

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Chart functions used to generate various types of charts.
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -3,7 +3,6 @@
/**
* Holds the base class that all charts inherit from and some widely used
* constants.
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -3,7 +3,6 @@
/**
* Holds the base class that all charts using pChart inherit from and some
* widely used constants
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -1,7 +1,6 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* @author Martynas Mickevicius <mmartynas@gmail.com>
* @package phpMyAdmin
*/

View File

@@ -13,7 +13,6 @@ include_once("Export_Relation_Schema.class.php");
* helps in developing structure of DIA Schema Export
*
* @name PMA_DIA
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @access public
@@ -189,7 +188,6 @@ class PMA_DIA extends XMLWriter
* and helps in drawing/generating the Tables in dia XML document.
*
* @name Table_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_DIA
@@ -441,7 +439,6 @@ class Table_Stats
* in dia XML document.
*
* @name Relation_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_DIA
@@ -643,7 +640,6 @@ class Relation_Stats
* to this class
*
* @name Dia_Relation_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/

View File

@@ -13,7 +13,6 @@ include_once("Export_Relation_Schema.class.php");
* helps in developing structure of EPS Schema Export
*
* @name PMA_EPS
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @access public
@@ -352,7 +351,6 @@ class PMA_EPS
* and helps in drawing/generating the Tables in EPS.
*
* @name Table_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_EPS
@@ -556,7 +554,6 @@ class Table_Stats
* in EPS document.
*
* @name Relation_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_EPS
@@ -722,7 +719,6 @@ class Relation_Stats
* to this class
*
* @name Eps_Relation_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/
@@ -855,4 +851,4 @@ class PMA_Eps_Relation_Schema extends PMA_Export_Relation_Schema
}
}
}
?>
?>

View File

@@ -12,7 +12,6 @@
* it works like factory pattern
*
* @name Export Relation Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/

View File

@@ -21,7 +21,6 @@ require_once './libraries/tcpdf/tcpdf.php';
* in developing the structure of PDF Schema Export
*
* @name PMA_PDF
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @access public
@@ -459,7 +458,6 @@ class PMA_PDF extends TCPDF
* and helps in drawing/generating the Tables in PDF document.
*
* @name Table_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_PDF
@@ -673,7 +671,6 @@ class Table_Stats
* in PDF document.
*
* @name Relation_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_PDF::SetDrawColor,PMA_PDF::PMA_PDF_setLineWidthScale,PMA_PDF::PMA_PDF_lineScale
@@ -819,7 +816,6 @@ class Relation_Stats
* to this class
*
* @name Pdf_Relation_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/
@@ -1349,4 +1345,4 @@ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema
} //end each
}
}
?>
?>

View File

@@ -13,7 +13,6 @@ include_once("Export_Relation_Schema.class.php");
* helps in developing structure of SVG Schema Export
*
* @name PMA_SVG
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @access public
@@ -322,7 +321,6 @@ class PMA_SVG extends XMLWriter
* and helps in drawing/generating the Tables in SVG XML document.
*
* @name Table_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_SVG
@@ -533,7 +531,6 @@ class Table_Stats
* in SVG XML document.
*
* @name Relation_Stats
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @see PMA_SVG::printElementLine
@@ -698,7 +695,6 @@ class Relation_Stats
* to this class
*
* @name Svg_Relation_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/

View File

@@ -12,7 +12,6 @@
* export options are shown to user from they can choose
*
* @name User_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/

View File

@@ -13,7 +13,6 @@ include_once("Export_Relation_Schema.class.php");
* helps in developing structure of MS Visio Schema Export
*
* @name PMA_VISIO
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
* @access public
@@ -474,7 +473,6 @@ class Relation_Stats
* to this class
*
* @name Visio_Relation_Schema
* @author Muhammad Adnan <hiddenpearls@gmail.com>
* @copyright
* @license
*/
@@ -596,4 +594,4 @@ class PMA_Visio_Relation_Schema extends PMA_Export_Relation_Schema
}
}
}
?>
?>