diff options
author | Kore Nordmann <github@kore-nordmann.de> | 2006-05-15 08:46:16 +0000 |
---|---|---|
committer | Kore Nordmann <github@kore-nordmann.de> | 2006-05-15 08:46:16 +0000 |
commit | b349ba307f9a13ee555201931357bc6c90766f1d (patch) | |
tree | c0195c946b597878021281266d77dd7d86b5c12b /src | |
parent | 07458ea6708f0a4d9a70a6d2433104b7950cdf51 (diff) | |
download | zetacomponents-graph-b349ba307f9a13ee555201931357bc6c90766f1d.zip zetacomponents-graph-b349ba307f9a13ee555201931357bc6c90766f1d.tar.gz |
- Fixed version tag
Diffstat (limited to 'src')
-rw-r--r-- | src/charts/line.php | 2 | ||||
-rw-r--r-- | src/charts/options.php | 2 | ||||
-rw-r--r-- | src/charts/pie.php | 2 | ||||
-rw-r--r-- | src/datasets/average.php | 2 | ||||
-rw-r--r-- | src/datasets/base.php | 2 | ||||
-rw-r--r-- | src/datasets/property/color.php | 2 | ||||
-rw-r--r-- | src/datasets/property/integer.php | 2 | ||||
-rw-r--r-- | src/datasets/property/string.php | 2 | ||||
-rw-r--r-- | src/driver/gd.php | 2 | ||||
-rw-r--r-- | src/element/axe.php | 2 | ||||
-rw-r--r-- | src/element/legend.php | 2 | ||||
-rw-r--r-- | src/graph.php | 2 | ||||
-rw-r--r-- | src/interfaces/chart.php | 2 | ||||
-rw-r--r-- | src/interfaces/dataset_property.php | 2 | ||||
-rw-r--r-- | src/interfaces/driver.php | 2 | ||||
-rw-r--r-- | src/interfaces/element.php | 2 | ||||
-rw-r--r-- | src/interfaces/renderer.php | 2 | ||||
-rw-r--r-- | src/renderer/2d.php | 2 | ||||
-rw-r--r-- | src/renderer/3d.php | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/src/charts/line.php b/src/charts/line.php index c06c404..8b77bcd 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphLineChart class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/charts/options.php b/src/charts/options.php index cfe0688..1266e06 100644 --- a/src/charts/options.php +++ b/src/charts/options.php @@ -3,7 +3,7 @@ * File containing the ezcGraphChartOption class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/charts/pie.php b/src/charts/pie.php index 5ac49e8..13f8f67 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphPieChart class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/datasets/average.php b/src/datasets/average.php index 6c44876..b0af528 100644 --- a/src/datasets/average.php +++ b/src/datasets/average.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDatasetAverage class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/datasets/base.php b/src/datasets/base.php index e9fccd7..2a28116 100644 --- a/src/datasets/base.php +++ b/src/datasets/base.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDataset class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/datasets/property/color.php b/src/datasets/property/color.php index a177c4b..4a9d8ba 100644 --- a/src/datasets/property/color.php +++ b/src/datasets/property/color.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDatasetColorProperty class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/datasets/property/integer.php b/src/datasets/property/integer.php index 67c9c73..28bf7b5 100644 --- a/src/datasets/property/integer.php +++ b/src/datasets/property/integer.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDatasetIntProperty class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/datasets/property/string.php b/src/datasets/property/string.php index a96dab1..98eb272 100644 --- a/src/datasets/property/string.php +++ b/src/datasets/property/string.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDatasetStringProperty class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/driver/gd.php b/src/driver/gd.php index 31221ea..46107b3 100644 --- a/src/driver/gd.php +++ b/src/driver/gd.php @@ -3,7 +3,7 @@ * File containing the ezcGraphDriverGD class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/element/axe.php b/src/element/axe.php index daad6c7..1f48c66 100644 --- a/src/element/axe.php +++ b/src/element/axe.php @@ -3,7 +3,7 @@ * File containing the abstract ezcChartElementAxe class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/element/legend.php b/src/element/legend.php index 9792ef5..992bd8d 100644 --- a/src/element/legend.php +++ b/src/element/legend.php @@ -3,7 +3,7 @@ * File containing the abstract ezcChartElementLegend class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/graph.php b/src/graph.php index af4db6c..72ad50b 100644 --- a/src/graph.php +++ b/src/graph.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraph class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/interfaces/chart.php b/src/interfaces/chart.php index 6056a7c..6a89267 100644 --- a/src/interfaces/chart.php +++ b/src/interfaces/chart.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphChart class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/interfaces/dataset_property.php b/src/interfaces/dataset_property.php index 246ca5f..53a4b56 100644 --- a/src/interfaces/dataset_property.php +++ b/src/interfaces/dataset_property.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDatasetProperty class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php index bf045f2..6a18894 100644 --- a/src/interfaces/driver.php +++ b/src/interfaces/driver.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphDriver class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/interfaces/element.php b/src/interfaces/element.php index 033f98f..465472c 100644 --- a/src/interfaces/element.php +++ b/src/interfaces/element.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphChartElement class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php index 0a64cb3..b14ecde 100644 --- a/src/interfaces/renderer.php +++ b/src/interfaces/renderer.php @@ -3,7 +3,7 @@ * File containing the abstract ezcGraphRenderer class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/renderer/2d.php b/src/renderer/2d.php index 4c6f680..994a0ed 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -3,7 +3,7 @@ * File containing the ezcGraphRenderer2D class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/renderer/3d.php b/src/renderer/3d.php index 16b2ece..c23b0ad 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -3,7 +3,7 @@ * File containing the ezcGraphRenderer2D class * * @package Graph - * @version $id$ + * @version //autogentag// * @copyright Copyright (C) 2005, 2006 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ |