summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/axis/container.php2
-rw-r--r--src/axis/date.php2
-rw-r--r--src/axis/labeled.php2
-rw-r--r--src/axis/logarithmic.php2
-rw-r--r--src/axis/numeric.php2
-rw-r--r--src/charts/bar.php2
-rw-r--r--src/charts/horizontal_bar.php2
-rw-r--r--src/charts/line.php2
-rw-r--r--src/charts/odometer.php2
-rw-r--r--src/charts/pie.php2
-rw-r--r--src/charts/radar.php2
-rw-r--r--src/colors/color.php2
-rw-r--r--src/colors/linear_gradient.php2
-rw-r--r--src/colors/radial_gradient.php2
-rw-r--r--src/data_container/base.php2
-rw-r--r--src/data_container/single.php2
-rw-r--r--src/datasets/array.php2
-rw-r--r--src/datasets/average.php2
-rw-r--r--src/datasets/base.php2
-rw-r--r--src/datasets/numeric.php2
-rw-r--r--src/datasets/property/axis.php2
-rw-r--r--src/datasets/property/boolean.php2
-rw-r--r--src/datasets/property/color.php2
-rw-r--r--src/datasets/property/integer.php2
-rw-r--r--src/datasets/property/string.php2
-rw-r--r--src/driver/cairo.php2
-rw-r--r--src/driver/cairo_oo.php2
-rw-r--r--src/driver/flash.php2
-rw-r--r--src/driver/gd.php2
-rw-r--r--src/driver/svg.php2
-rw-r--r--src/driver/svg_font.php2
-rw-r--r--src/driver/verbose.php2
-rw-r--r--src/element/axis.php2
-rw-r--r--src/element/background.php2
-rw-r--r--src/element/legend.php2
-rw-r--r--src/element/text.php2
-rw-r--r--src/exceptions/date_parsing.php2
-rw-r--r--src/exceptions/exception.php2
-rw-r--r--src/exceptions/flash_bitmap_type.php2
-rw-r--r--src/exceptions/font_rendering.php2
-rw-r--r--src/exceptions/font_type.php2
-rw-r--r--src/exceptions/incompatible_driver.php2
-rw-r--r--src/exceptions/invalid_assignement.php2
-rw-r--r--src/exceptions/invalid_data.php2
-rw-r--r--src/exceptions/invalid_data_source.php2
-rw-r--r--src/exceptions/invalid_dimensions.php2
-rw-r--r--src/exceptions/invalid_display_type.php2
-rw-r--r--src/exceptions/invalid_id.php2
-rw-r--r--src/exceptions/invalid_image_file.php2
-rw-r--r--src/exceptions/invalid_keys.php2
-rw-r--r--src/exceptions/invalid_step_size.php2
-rw-r--r--src/exceptions/no_data.php2
-rw-r--r--src/exceptions/no_such_data.php2
-rw-r--r--src/exceptions/no_such_dataset.php2
-rw-r--r--src/exceptions/no_such_element.php2
-rw-r--r--src/exceptions/not_rendered.php2
-rw-r--r--src/exceptions/out_of_boundings.php2
-rw-r--r--src/exceptions/out_of_logarithmical_boundings.php2
-rw-r--r--src/exceptions/reducement_failed.php2
-rw-r--r--src/exceptions/too_many_datasets.php2
-rw-r--r--src/exceptions/unknown_color_definition.php2
-rw-r--r--src/exceptions/unregular_steps.php2
-rw-r--r--src/exceptions/unsupported_image_type.php2
-rw-r--r--src/graph.php2
-rw-r--r--src/graph_autoload.php2
-rw-r--r--src/interfaces/axis_label_renderer.php2
-rw-r--r--src/interfaces/chart.php2
-rw-r--r--src/interfaces/dataset_property.php2
-rw-r--r--src/interfaces/driver.php2
-rw-r--r--src/interfaces/element.php2
-rw-r--r--src/interfaces/horizontal_bar_renderer.php2
-rw-r--r--src/interfaces/odometer_renderer.php2
-rw-r--r--src/interfaces/palette.php2
-rw-r--r--src/interfaces/radar_renderer.php2
-rw-r--r--src/interfaces/renderer.php2
-rw-r--r--src/interfaces/stacked_bar_renderer.php2
-rw-r--r--src/math/boundings.php2
-rw-r--r--src/math/matrix.php2
-rw-r--r--src/math/polynom.php2
-rw-r--r--src/math/rotation.php2
-rw-r--r--src/math/transformation.php2
-rw-r--r--src/math/translation.php2
-rw-r--r--src/math/vector.php2
-rw-r--r--src/options/cairo_driver.php2
-rw-r--r--src/options/chart.php2
-rw-r--r--src/options/driver.php2
-rw-r--r--src/options/flash_driver.php2
-rw-r--r--src/options/font.php2
-rw-r--r--src/options/gd_driver.php2
-rw-r--r--src/options/line_chart.php2
-rw-r--r--src/options/odometer_chart.php2
-rw-r--r--src/options/pie_chart.php2
-rw-r--r--src/options/radar_chart.php2
-rw-r--r--src/options/renderer.php2
-rw-r--r--src/options/renderer_2d.php2
-rw-r--r--src/options/renderer_3d.php2
-rw-r--r--src/options/svg_driver.php2
-rw-r--r--src/palette/black.php2
-rw-r--r--src/palette/ez.php2
-rw-r--r--src/palette/ez_blue.php2
-rw-r--r--src/palette/ez_green.php2
-rw-r--r--src/palette/ez_red.php2
-rw-r--r--src/palette/tango.php2
-rw-r--r--src/renderer/2d.php2
-rw-r--r--src/renderer/3d.php2
-rw-r--r--src/renderer/axis_label_boxed.php2
-rw-r--r--src/renderer/axis_label_centered.php2
-rw-r--r--src/renderer/axis_label_exact.php2
-rw-r--r--src/renderer/axis_label_none.php2
-rw-r--r--src/renderer/axis_label_radar.php2
-rw-r--r--src/renderer/axis_label_rotated.php2
-rw-r--r--src/renderer/axis_label_rotated_boxed.php2
-rw-r--r--src/renderer/horizontal_bar.php2
-rw-r--r--src/structs/context.php2
-rw-r--r--src/structs/coordinate.php2
-rw-r--r--src/structs/step.php2
-rw-r--r--src/tools.php2
117 files changed, 117 insertions, 117 deletions
diff --git a/src/axis/container.php b/src/axis/container.php
index abbfe05..2b55ce0 100644
--- a/src/axis/container.php
+++ b/src/axis/container.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/axis/date.php b/src/axis/date.php
index 4ad62c8..7302fbe 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index 89c2a3d..d641e7f 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/axis/logarithmic.php b/src/axis/logarithmic.php
index 950fe98..68939a5 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index f9c61a8..d620dbe 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/charts/bar.php b/src/charts/bar.php
index 16d5eb3..ebc0ad4 100644
--- a/src/charts/bar.php
+++ b/src/charts/bar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/charts/horizontal_bar.php b/src/charts/horizontal_bar.php
index 7e4e4a0..e4f2f81 100644
--- a/src/charts/horizontal_bar.php
+++ b/src/charts/horizontal_bar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/charts/line.php b/src/charts/line.php
index 4d0fc84..a257484 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/charts/odometer.php b/src/charts/odometer.php
index e682d4f..7142037 100644
--- a/src/charts/odometer.php
+++ b/src/charts/odometer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 f84d2a8..89a544a 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/charts/radar.php b/src/charts/radar.php
index cd03225..31e096c 100644
--- a/src/charts/radar.php
+++ b/src/charts/radar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/colors/color.php b/src/colors/color.php
index e88e197..b5e289a 100644
--- a/src/colors/color.php
+++ b/src/colors/color.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php
index de5d008..b12e80d 100644
--- a/src/colors/linear_gradient.php
+++ b/src/colors/linear_gradient.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php
index dea525a..1ea178e 100644
--- a/src/colors/radial_gradient.php
+++ b/src/colors/radial_gradient.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/data_container/base.php b/src/data_container/base.php
index 471365d..4c9b58f 100644
--- a/src/data_container/base.php
+++ b/src/data_container/base.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/data_container/single.php b/src/data_container/single.php
index 271b689..59d78fb 100644
--- a/src/data_container/single.php
+++ b/src/data_container/single.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/datasets/array.php b/src/datasets/array.php
index 2939428..d1a74f8 100644
--- a/src/datasets/array.php
+++ b/src/datasets/array.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 47c4365..763020e 100644
--- a/src/datasets/average.php
+++ b/src/datasets/average.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 88096d6..88bcfce 100644
--- a/src/datasets/base.php
+++ b/src/datasets/base.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/datasets/numeric.php b/src/datasets/numeric.php
index 0751fe7..66705e7 100644
--- a/src/datasets/numeric.php
+++ b/src/datasets/numeric.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/datasets/property/axis.php b/src/datasets/property/axis.php
index cc4cadb..f761507 100644
--- a/src/datasets/property/axis.php
+++ b/src/datasets/property/axis.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/datasets/property/boolean.php b/src/datasets/property/boolean.php
index c9051f7..57b175c 100644
--- a/src/datasets/property/boolean.php
+++ b/src/datasets/property/boolean.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 e346fe5..64310d4 100644
--- a/src/datasets/property/color.php
+++ b/src/datasets/property/color.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 72b3f50..62006d1 100644
--- a/src/datasets/property/integer.php
+++ b/src/datasets/property/integer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 4791780..9d5df59 100644
--- a/src/datasets/property/string.php
+++ b/src/datasets/property/string.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/driver/cairo.php b/src/driver/cairo.php
index 0ad13fe..818d6b6 100644
--- a/src/driver/cairo.php
+++ b/src/driver/cairo.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/driver/cairo_oo.php b/src/driver/cairo_oo.php
index 21a9eac..e956022 100644
--- a/src/driver/cairo_oo.php
+++ b/src/driver/cairo_oo.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/driver/flash.php b/src/driver/flash.php
index 97cb26b..8a05f58 100644
--- a/src/driver/flash.php
+++ b/src/driver/flash.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 763dda8..bc81ce3 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/driver/svg.php b/src/driver/svg.php
index a5212af..2a9cdf3 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/driver/svg_font.php b/src/driver/svg_font.php
index 34fc40e..c806691 100644
--- a/src/driver/svg_font.php
+++ b/src/driver/svg_font.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @author Freddie Witherden
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/driver/verbose.php b/src/driver/verbose.php
index a6d0404..83a7c4f 100644
--- a/src/driver/verbose.php
+++ b/src/driver/verbose.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/element/axis.php b/src/element/axis.php
index 0f6af3f..d0dc95a 100644
--- a/src/element/axis.php
+++ b/src/element/axis.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/element/background.php b/src/element/background.php
index 00b68c6..8279dc0 100644
--- a/src/element/background.php
+++ b/src/element/background.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 d9451ef..d603366 100644
--- a/src/element/legend.php
+++ b/src/element/legend.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/element/text.php b/src/element/text.php
index 57981d5..2b087b9 100644
--- a/src/element/text.php
+++ b/src/element/text.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php
index 5384f0a..3fc414f 100644
--- a/src/exceptions/date_parsing.php
+++ b/src/exceptions/date_parsing.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/exception.php b/src/exceptions/exception.php
index 3f3f424..29fc771 100644
--- a/src/exceptions/exception.php
+++ b/src/exceptions/exception.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/exceptions/flash_bitmap_type.php b/src/exceptions/flash_bitmap_type.php
index 28f2572..04fd4b6 100644
--- a/src/exceptions/flash_bitmap_type.php
+++ b/src/exceptions/flash_bitmap_type.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/font_rendering.php b/src/exceptions/font_rendering.php
index fb2e5a6..2edd081 100644
--- a/src/exceptions/font_rendering.php
+++ b/src/exceptions/font_rendering.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/font_type.php b/src/exceptions/font_type.php
index e196ecc..d41b1f3 100644
--- a/src/exceptions/font_type.php
+++ b/src/exceptions/font_type.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/incompatible_driver.php b/src/exceptions/incompatible_driver.php
index 3ce3d81..7e68ed8 100644
--- a/src/exceptions/incompatible_driver.php
+++ b/src/exceptions/incompatible_driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_assignement.php b/src/exceptions/invalid_assignement.php
index 125ef4f..f373e0e 100644
--- a/src/exceptions/invalid_assignement.php
+++ b/src/exceptions/invalid_assignement.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_data.php b/src/exceptions/invalid_data.php
index 3e84485..582f69c 100644
--- a/src/exceptions/invalid_data.php
+++ b/src/exceptions/invalid_data.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_data_source.php b/src/exceptions/invalid_data_source.php
index 90a7a41..d17267e 100644
--- a/src/exceptions/invalid_data_source.php
+++ b/src/exceptions/invalid_data_source.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_dimensions.php b/src/exceptions/invalid_dimensions.php
index ad7a69d..0218ce1 100644
--- a/src/exceptions/invalid_dimensions.php
+++ b/src/exceptions/invalid_dimensions.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_display_type.php b/src/exceptions/invalid_display_type.php
index f85b6b6..6b64465 100644
--- a/src/exceptions/invalid_display_type.php
+++ b/src/exceptions/invalid_display_type.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_id.php b/src/exceptions/invalid_id.php
index 14311e6..08ef1fd 100644
--- a/src/exceptions/invalid_id.php
+++ b/src/exceptions/invalid_id.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_image_file.php b/src/exceptions/invalid_image_file.php
index a4af8b7..f7311a6 100644
--- a/src/exceptions/invalid_image_file.php
+++ b/src/exceptions/invalid_image_file.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_keys.php b/src/exceptions/invalid_keys.php
index 944c74c..86e2297 100644
--- a/src/exceptions/invalid_keys.php
+++ b/src/exceptions/invalid_keys.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/invalid_step_size.php b/src/exceptions/invalid_step_size.php
index 4efe6c5..533f508 100644
--- a/src/exceptions/invalid_step_size.php
+++ b/src/exceptions/invalid_step_size.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/no_data.php b/src/exceptions/no_data.php
index 19a554e..5d3c16e 100644
--- a/src/exceptions/no_data.php
+++ b/src/exceptions/no_data.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/no_such_data.php b/src/exceptions/no_such_data.php
index 2d992d4..99444fb 100644
--- a/src/exceptions/no_such_data.php
+++ b/src/exceptions/no_such_data.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/no_such_dataset.php b/src/exceptions/no_such_dataset.php
index b7d1ef7..b7eb9a8 100644
--- a/src/exceptions/no_such_dataset.php
+++ b/src/exceptions/no_such_dataset.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/no_such_element.php b/src/exceptions/no_such_element.php
index dab7bbf..14e8ea8 100644
--- a/src/exceptions/no_such_element.php
+++ b/src/exceptions/no_such_element.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/not_rendered.php b/src/exceptions/not_rendered.php
index 4ba42cf..a5b06dd 100644
--- a/src/exceptions/not_rendered.php
+++ b/src/exceptions/not_rendered.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/out_of_boundings.php b/src/exceptions/out_of_boundings.php
index c0998a6..3c02e37 100644
--- a/src/exceptions/out_of_boundings.php
+++ b/src/exceptions/out_of_boundings.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/out_of_logarithmical_boundings.php b/src/exceptions/out_of_logarithmical_boundings.php
index 07f2b02..fcab704 100644
--- a/src/exceptions/out_of_logarithmical_boundings.php
+++ b/src/exceptions/out_of_logarithmical_boundings.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/reducement_failed.php b/src/exceptions/reducement_failed.php
index cd96caa..c1af806 100644
--- a/src/exceptions/reducement_failed.php
+++ b/src/exceptions/reducement_failed.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/too_many_datasets.php b/src/exceptions/too_many_datasets.php
index 18ba27f..13cdfa6 100644
--- a/src/exceptions/too_many_datasets.php
+++ b/src/exceptions/too_many_datasets.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/unknown_color_definition.php b/src/exceptions/unknown_color_definition.php
index b806237..b651b39 100644
--- a/src/exceptions/unknown_color_definition.php
+++ b/src/exceptions/unknown_color_definition.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/unregular_steps.php b/src/exceptions/unregular_steps.php
index d8adebd..681ec27 100644
--- a/src/exceptions/unregular_steps.php
+++ b/src/exceptions/unregular_steps.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/exceptions/unsupported_image_type.php b/src/exceptions/unsupported_image_type.php
index 9045b17..eb589c4 100644
--- a/src/exceptions/unsupported_image_type.php
+++ b/src/exceptions/unsupported_image_type.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 b830117..fa0f536 100644
--- a/src/graph.php
+++ b/src/graph.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 4f9791d..a00039f 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -2,7 +2,7 @@
/**
* Autoloader definition for the Graph component.
*
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @version //autogentag//
* @filesource
diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php
index c3176c8..aa049fb 100644
--- a/src/interfaces/axis_label_renderer.php
+++ b/src/interfaces/axis_label_renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 3c3088d..4867828 100644
--- a/src/interfaces/chart.php
+++ b/src/interfaces/chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 4093ae2..6998949 100644
--- a/src/interfaces/dataset_property.php
+++ b/src/interfaces/dataset_property.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 e1067c0..81f184b 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 6b49d58..232f302 100644
--- a/src/interfaces/element.php
+++ b/src/interfaces/element.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/interfaces/horizontal_bar_renderer.php b/src/interfaces/horizontal_bar_renderer.php
index e6e937f..a600cc7 100644
--- a/src/interfaces/horizontal_bar_renderer.php
+++ b/src/interfaces/horizontal_bar_renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/interfaces/odometer_renderer.php b/src/interfaces/odometer_renderer.php
index 40efd2b..1cd3435 100644
--- a/src/interfaces/odometer_renderer.php
+++ b/src/interfaces/odometer_renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/interfaces/palette.php b/src/interfaces/palette.php
index 1a6678a..19ee4e9 100644
--- a/src/interfaces/palette.php
+++ b/src/interfaces/palette.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/interfaces/radar_renderer.php b/src/interfaces/radar_renderer.php
index 1678491..2a60ccd 100644
--- a/src/interfaces/radar_renderer.php
+++ b/src/interfaces/radar_renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 bdd69b7..cd9d1a3 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/interfaces/stacked_bar_renderer.php b/src/interfaces/stacked_bar_renderer.php
index 924ef4a..dbdcb1d 100644
--- a/src/interfaces/stacked_bar_renderer.php
+++ b/src/interfaces/stacked_bar_renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/math/boundings.php b/src/math/boundings.php
index b869a1f..879b643 100644
--- a/src/math/boundings.php
+++ b/src/math/boundings.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/math/matrix.php b/src/math/matrix.php
index b8edfa6..731e34f 100644
--- a/src/math/matrix.php
+++ b/src/math/matrix.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/math/polynom.php b/src/math/polynom.php
index 62ad277..07e2551 100644
--- a/src/math/polynom.php
+++ b/src/math/polynom.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/math/rotation.php b/src/math/rotation.php
index 95f80fe..cb0cc86 100644
--- a/src/math/rotation.php
+++ b/src/math/rotation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/math/transformation.php b/src/math/transformation.php
index b834ba0..2ab4636 100644
--- a/src/math/transformation.php
+++ b/src/math/transformation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/math/translation.php b/src/math/translation.php
index cddb30b..17809a2 100644
--- a/src/math/translation.php
+++ b/src/math/translation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/math/vector.php b/src/math/vector.php
index b4c6dda..24792bf 100644
--- a/src/math/vector.php
+++ b/src/math/vector.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
* @access private
*/
diff --git a/src/options/cairo_driver.php b/src/options/cairo_driver.php
index fee14d3..5812ee6 100644
--- a/src/options/cairo_driver.php
+++ b/src/options/cairo_driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/chart.php b/src/options/chart.php
index 2a21ce1..ea7fff0 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/driver.php b/src/options/driver.php
index 33351f3..2ac1b28 100644
--- a/src/options/driver.php
+++ b/src/options/driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/flash_driver.php b/src/options/flash_driver.php
index 1dd5904..7055231 100644
--- a/src/options/flash_driver.php
+++ b/src/options/flash_driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/font.php b/src/options/font.php
index 0c7e286..0f60721 100644
--- a/src/options/font.php
+++ b/src/options/font.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/gd_driver.php b/src/options/gd_driver.php
index 9afa5c5..7b6f8b4 100644
--- a/src/options/gd_driver.php
+++ b/src/options/gd_driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/line_chart.php b/src/options/line_chart.php
index 794c44a..bf0c7a9 100644
--- a/src/options/line_chart.php
+++ b/src/options/line_chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/odometer_chart.php b/src/options/odometer_chart.php
index f2cb5a6..f43a8d3 100644
--- a/src/options/odometer_chart.php
+++ b/src/options/odometer_chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/options/pie_chart.php b/src/options/pie_chart.php
index bca4459..b7e7633 100644
--- a/src/options/pie_chart.php
+++ b/src/options/pie_chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/radar_chart.php b/src/options/radar_chart.php
index 5c5b94f..541529a 100644
--- a/src/options/radar_chart.php
+++ b/src/options/radar_chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/renderer.php b/src/options/renderer.php
index df4cfd3..1591ef6 100644
--- a/src/options/renderer.php
+++ b/src/options/renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/renderer_2d.php b/src/options/renderer_2d.php
index 72b69ce..857cca6 100644
--- a/src/options/renderer_2d.php
+++ b/src/options/renderer_2d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/renderer_3d.php b/src/options/renderer_3d.php
index e42152d..f3dd7d1 100644
--- a/src/options/renderer_3d.php
+++ b/src/options/renderer_3d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/options/svg_driver.php b/src/options/svg_driver.php
index f867c67..cc2956c 100644
--- a/src/options/svg_driver.php
+++ b/src/options/svg_driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/black.php b/src/palette/black.php
index ade7444..a3f6543 100644
--- a/src/palette/black.php
+++ b/src/palette/black.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/ez.php b/src/palette/ez.php
index 22641b5..76fb305 100644
--- a/src/palette/ez.php
+++ b/src/palette/ez.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/ez_blue.php b/src/palette/ez_blue.php
index b03a727..89d36db 100644
--- a/src/palette/ez_blue.php
+++ b/src/palette/ez_blue.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/ez_green.php b/src/palette/ez_green.php
index 02378b1..79a5260 100644
--- a/src/palette/ez_green.php
+++ b/src/palette/ez_green.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/ez_red.php b/src/palette/ez_red.php
index 6a7e71a..770ac25 100644
--- a/src/palette/ez_red.php
+++ b/src/palette/ez_red.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/palette/tango.php b/src/palette/tango.php
index 47b58aa..0425ed9 100644
--- a/src/palette/tango.php
+++ b/src/palette/tango.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 4cb5ce0..a5978aa 100644
--- a/src/renderer/2d.php
+++ b/src/renderer/2d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 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 c730a6e..1ecf348 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_boxed.php b/src/renderer/axis_label_boxed.php
index 0b6a385..27ddbd6 100644
--- a/src/renderer/axis_label_boxed.php
+++ b/src/renderer/axis_label_boxed.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_centered.php b/src/renderer/axis_label_centered.php
index fd92f08..25e2141 100644
--- a/src/renderer/axis_label_centered.php
+++ b/src/renderer/axis_label_centered.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_exact.php b/src/renderer/axis_label_exact.php
index e890fea..b14899e 100644
--- a/src/renderer/axis_label_exact.php
+++ b/src/renderer/axis_label_exact.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_none.php b/src/renderer/axis_label_none.php
index a6704d7..7b31361 100644
--- a/src/renderer/axis_label_none.php
+++ b/src/renderer/axis_label_none.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_radar.php b/src/renderer/axis_label_radar.php
index ce8d4c0..7b610a0 100644
--- a/src/renderer/axis_label_radar.php
+++ b/src/renderer/axis_label_radar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_rotated.php b/src/renderer/axis_label_rotated.php
index 7188e44..4d0e26c 100644
--- a/src/renderer/axis_label_rotated.php
+++ b/src/renderer/axis_label_rotated.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/axis_label_rotated_boxed.php b/src/renderer/axis_label_rotated_boxed.php
index 089d005..b5bc8e5 100644
--- a/src/renderer/axis_label_rotated_boxed.php
+++ b/src/renderer/axis_label_rotated_boxed.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/renderer/horizontal_bar.php b/src/renderer/horizontal_bar.php
index 7448741..dc0224f 100644
--- a/src/renderer/horizontal_bar.php
+++ b/src/renderer/horizontal_bar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/structs/context.php b/src/structs/context.php
index 08faf13..333aea7 100644
--- a/src/structs/context.php
+++ b/src/structs/context.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php
index 3e9e241..c25f299 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/structs/step.php b/src/structs/step.php
index 316e4ac..a682f17 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
diff --git a/src/tools.php b/src/tools.php
index 71506a2..cc8885d 100644
--- a/src/tools.php
+++ b/src/tools.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
+ * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
OpenPOWER on IntegriCloud