The branch, master has been updated via a01662dd4ac363c6bb1663ac6b81d7e797114503 (commit) via 4af40a31d5cfa6250ec1500d476322d43cfe081d (commit) from e57f27e50ba565be52ed3d271d6c9076f2ae48fd (commit)
- Log ----------------------------------------------------------------- commit a01662dd4ac363c6bb1663ac6b81d7e797114503 Author: Michal Čihař mcihar@suse.cz Date: Mon Jun 27 11:22:10 2011 +0200
Revemo empty @license tags
commit 4af40a31d5cfa6250ec1500d476322d43cfe081d Author: Michal Čihař mcihar@suse.cz Date: Mon Jun 27 11:21:54 2011 +0200
Remove empty @copyright tags
-----------------------------------------------------------------------
Summary of changes: libraries/schema/Dia_Relation_Schema.class.php | 6 ------ libraries/schema/Eps_Relation_Schema.class.php | 6 ------ libraries/schema/Pdf_Relation_Schema.class.php | 6 ------ libraries/schema/Svg_Relation_Schema.class.php | 6 ------ libraries/schema/Visio_Relation_Schema.class.php | 2 -- 5 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/libraries/schema/Dia_Relation_Schema.class.php b/libraries/schema/Dia_Relation_Schema.class.php index f6050c7..e2f5236 100644 --- a/libraries/schema/Dia_Relation_Schema.class.php +++ b/libraries/schema/Dia_Relation_Schema.class.php @@ -184,8 +184,6 @@ class PMA_DIA extends XMLWriter * and helps in drawing/generating the Tables in dia XML document. * * @name Table_Stats - * @copyright - * @license * @see PMA_DIA */ class Table_Stats @@ -435,8 +433,6 @@ class Table_Stats * in dia XML document. * * @name Relation_Stats - * @copyright - * @license * @see PMA_DIA */ class Relation_Stats @@ -636,8 +632,6 @@ class Relation_Stats * to this class * * @name Dia_Relation_Schema - * @copyright - * @license */ class PMA_Dia_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Eps_Relation_Schema.class.php b/libraries/schema/Eps_Relation_Schema.class.php index ca8699a..7dbec6d 100644 --- a/libraries/schema/Eps_Relation_Schema.class.php +++ b/libraries/schema/Eps_Relation_Schema.class.php @@ -347,8 +347,6 @@ class PMA_EPS * and helps in drawing/generating the Tables in EPS. * * @name Table_Stats - * @copyright - * @license * @see PMA_EPS */ class Table_Stats @@ -550,8 +548,6 @@ class Table_Stats * in EPS document. * * @name Relation_Stats - * @copyright - * @license * @see PMA_EPS */ class Relation_Stats @@ -715,8 +711,6 @@ class Relation_Stats * to this class * * @name Eps_Relation_Schema - * @copyright - * @license */ class PMA_Eps_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php index 36edd2c..d6f212f 100644 --- a/libraries/schema/Pdf_Relation_Schema.class.php +++ b/libraries/schema/Pdf_Relation_Schema.class.php @@ -438,8 +438,6 @@ class PMA_PDF extends TCPDF * and helps in drawing/generating the Tables in PDF document. * * @name Table_Stats - * @copyright - * @license * @see PMA_PDF */ class Table_Stats @@ -652,8 +650,6 @@ class Table_Stats * in PDF document. * * @name Relation_Stats - * @copyright - * @license * @see PMA_PDF::SetDrawColor,PMA_PDF::PMA_PDF_setLineWidthScale,PMA_PDF::PMA_PDF_lineScale */ class Relation_Stats @@ -797,8 +793,6 @@ class Relation_Stats * to this class * * @name Pdf_Relation_Schema - * @copyright - * @license */ class PMA_Pdf_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Svg_Relation_Schema.class.php b/libraries/schema/Svg_Relation_Schema.class.php index 03c8805..73d67e9 100644 --- a/libraries/schema/Svg_Relation_Schema.class.php +++ b/libraries/schema/Svg_Relation_Schema.class.php @@ -317,8 +317,6 @@ class PMA_SVG extends XMLWriter * and helps in drawing/generating the Tables in SVG XML document. * * @name Table_Stats - * @copyright - * @license * @see PMA_SVG */ class Table_Stats @@ -527,8 +525,6 @@ class Table_Stats * in SVG XML document. * * @name Relation_Stats - * @copyright - * @license * @see PMA_SVG::printElementLine */ class Relation_Stats @@ -691,8 +687,6 @@ class Relation_Stats * to this class * * @name Svg_Relation_Schema - * @copyright - * @license */ class PMA_Svg_Relation_Schema extends PMA_Export_Relation_Schema { diff --git a/libraries/schema/Visio_Relation_Schema.class.php b/libraries/schema/Visio_Relation_Schema.class.php index f8d17e8..663c7e8 100644 --- a/libraries/schema/Visio_Relation_Schema.class.php +++ b/libraries/schema/Visio_Relation_Schema.class.php @@ -469,8 +469,6 @@ class Relation_Stats * to this class * * @name Visio_Relation_Schema - * @copyright - * @license */ class PMA_Visio_Relation_Schema extends PMA_Export_Relation_Schema {
hooks/post-receive