summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2009-02-23 11:21:38 +0000
committerDerick Rethans <github@derickrethans.nl>2009-02-23 11:21:38 +0000
commit2345258851514b82300d66c8b07aa6ba8c076f61 (patch)
treebab8736a4578a0089119c9a657c0eaef9b1101fe /src
parentd3037518373fb3753243e55cf60d5359007aaf79 (diff)
downloadzetacomponents-graph-2345258851514b82300d66c8b07aa6ba8c076f61.zip
zetacomponents-graph-2345258851514b82300d66c8b07aa6ba8c076f61.tar.gz
- s/2008/2009.
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/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/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/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/structs/context.php2
-rw-r--r--src/structs/coordinate.php2
-rw-r--r--src/structs/step.php2
-rw-r--r--src/tools.php2
112 files changed, 112 insertions, 112 deletions
diff --git a/src/axis/container.php b/src/axis/container.php
index b09a02f..abbfe05 100644
--- a/src/axis/container.php
+++ b/src/axis/container.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b8d6018..4ad62c8 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 143244b..a9550c7 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 0edf7ee..950fe98 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 11e0877..43a4fe8 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 92cd27a..16d5eb3 100644
--- a/src/charts/bar.php
+++ b/src/charts/bar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 90f691a..08d8650 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9649c1c..e682d4f 100644
--- a/src/charts/odometer.php
+++ b/src/charts/odometer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 cbdd749..f84d2a8 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 92473bc..cd03225 100644
--- a/src/charts/radar.php
+++ b/src/charts/radar.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 7e2cf9d..e88e197 100644
--- a/src/colors/color.php
+++ b/src/colors/color.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 cd4498c..de5d008 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a6d0496..dea525a 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 3637ab6..471365d 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 70c8d8e..271b689 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 ac4271f..2939428 100644
--- a/src/datasets/array.php
+++ b/src/datasets/array.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 2444a96..47c4365 100644
--- a/src/datasets/average.php
+++ b/src/datasets/average.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 d54d7eb..2ed1a5e 100644
--- a/src/datasets/base.php
+++ b/src/datasets/base.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 c19a4a6..0751fe7 100644
--- a/src/datasets/numeric.php
+++ b/src/datasets/numeric.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 d5c0768..cc4cadb 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 24c92f6..c9051f7 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f20d5cb..e346fe5 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 27c5ba5..72b3f50 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 423b6aa..4791780 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 dc69f4d..0ad13fe 100644
--- a/src/driver/cairo.php
+++ b/src/driver/cairo.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9c40ada..97cb26b 100644
--- a/src/driver/flash.php
+++ b/src/driver/flash.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b0472e7..f841f9d 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 84fe267..a5212af 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 0abeef6..34fc40e 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 94013c8..a6d0404 100644
--- a/src/driver/verbose.php
+++ b/src/driver/verbose.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 7fc3f10..e356c0e 100644
--- a/src/element/axis.php
+++ b/src/element/axis.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f0772c5..00b68c6 100644
--- a/src/element/background.php
+++ b/src/element/background.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 17e2f53..d9451ef 100644
--- a/src/element/legend.php
+++ b/src/element/legend.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 96cf80b..57981d5 100644
--- a/src/element/text.php
+++ b/src/element/text.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 53d70d9..5384f0a 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 11aa0c2..3f3f424 100644
--- a/src/exceptions/exception.php
+++ b/src/exceptions/exception.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9aa30b3..28f2572 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 97e3b96..fb2e5a6 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 d5c3cc7..e196ecc 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 2268fbb..3ce3d81 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 332367a..125ef4f 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 eeb9f25..3e84485 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 7e1b655..90a7a41 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 cdc1727..ad7a69d 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b30ad39..f85b6b6 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9981555..14311e6 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 8060cf6..a4af8b7 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 06b5bb5..944c74c 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b7cd855..4efe6c5 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 19a4548..19a554e 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 780c894..2d992d4 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 78982df..b7d1ef7 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f4667ce..dab7bbf 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a827cd4..4ba42cf 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 3606a5d..c0998a6 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 32a0fdb..07f2b02 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 ad982d1..cd96caa 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 664b20a..18ba27f 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 6810f0c..b806237 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 d7bb198..d8adebd 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 c71d89f..9045b17 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 14a1b3b..b830117 100644
--- a/src/graph.php
+++ b/src/graph.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 5c8ac35..d1e2e61 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 aff92af..c3176c8 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 4b76d5a..a67e104 100644
--- a/src/interfaces/chart.php
+++ b/src/interfaces/chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 ebc9a4c..4093ae2 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 e36458f..e1067c0 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 21bc576..6b49d58 100644
--- a/src/interfaces/element.php
+++ b/src/interfaces/element.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 0285604..40efd2b 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b600063..1a6678a 100644
--- a/src/interfaces/palette.php
+++ b/src/interfaces/palette.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b5ffa88..1678491 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f87257e..115a6ef 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a3604ce..924ef4a 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f88f4b2..b869a1f 100644
--- a/src/math/boundings.php
+++ b/src/math/boundings.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 26da354..b8edfa6 100644
--- a/src/math/matrix.php
+++ b/src/math/matrix.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 718ab5d..62ad277 100644
--- a/src/math/polynom.php
+++ b/src/math/polynom.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 12ddd44..95f80fe 100644
--- a/src/math/rotation.php
+++ b/src/math/rotation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a1ed70b..b834ba0 100644
--- a/src/math/transformation.php
+++ b/src/math/transformation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a9b1c3c..cddb30b 100644
--- a/src/math/translation.php
+++ b/src/math/translation.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 c34b34d..b4c6dda 100644
--- a/src/math/vector.php
+++ b/src/math/vector.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 c14867b..fee14d3 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f50f434..2a21ce1 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 80e2025..33351f3 100644
--- a/src/options/driver.php
+++ b/src/options/driver.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9bf24b4..1dd5904 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 889e11e..6d5260d 100644
--- a/src/options/font.php
+++ b/src/options/font.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 4a62cad..9afa5c5 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b596efb..cca0e8a 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a2b27e7..f2cb5a6 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 da7c676..bca4459 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 3f08bbe..5c5b94f 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a896767..f4fdffa 100644
--- a/src/options/renderer.php
+++ b/src/options/renderer.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 6fe74be..72b69ce 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 48262c7..e42152d 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 900b100..f867c67 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 40ef807..ade7444 100644
--- a/src/palette/black.php
+++ b/src/palette/black.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 fa406f7..22641b5 100644
--- a/src/palette/ez.php
+++ b/src/palette/ez.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 e022d82..b03a727 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 0d8316c..02378b1 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 dcf4664..6a7e71a 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 5cd00af..47b58aa 100644
--- a/src/palette/tango.php
+++ b/src/palette/tango.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b207ec1..64e5d9a 100644
--- a/src/renderer/2d.php
+++ b/src/renderer/2d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 311f55f..1978c2a 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 4309d4c..0b6a385 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 065b75e..fd92f08 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 a09543d..e890fea 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 7d7fa5d..a6704d7 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 f1e995d..ce8d4c0 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 2def23d..547bfdd 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-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 60eefa7..08faf13 100644
--- a/src/structs/context.php
+++ b/src/structs/context.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 9040b21..3e9e241 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 50bc6d3..316e4ac 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 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 b206693..71506a2 100644
--- a/src/tools.php
+++ b/src/tools.php
@@ -4,7 +4,7 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
+ * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
OpenPOWER on IntegriCloud