summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOle Marius Smestad <oms@apache.org>2010-08-12 18:59:15 +0000
committerOle Marius Smestad <oms@apache.org>2010-08-12 18:59:15 +0000
commitc529769f1218fd6679bf6f7b3bd7a1bf2a97465d (patch)
tree2dc6d0eca638373d604a114013e8bfe7cd4b4df0
parentc33a810cdfd4cd900f63154a73f5154bb8e91b5d (diff)
downloadzetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.zip
zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.tar.gz
- Updated: Moving copyright information to NOTICE files.
-rw-r--r--NOTICE8
-rw-r--r--docs/examples/ez_green.php1
-rw-r--r--docs/examples/ez_red.php1
-rw-r--r--src/axis/container.php1
-rw-r--r--src/axis/date.php1
-rw-r--r--src/axis/labeled.php1
-rw-r--r--src/axis/logarithmic.php1
-rw-r--r--src/axis/numeric.php1
-rw-r--r--src/charts/bar.php1
-rw-r--r--src/charts/horizontal_bar.php1
-rw-r--r--src/charts/line.php1
-rw-r--r--src/charts/odometer.php1
-rw-r--r--src/charts/pie.php1
-rw-r--r--src/charts/radar.php1
-rw-r--r--src/colors/color.php1
-rw-r--r--src/colors/linear_gradient.php1
-rw-r--r--src/colors/radial_gradient.php1
-rw-r--r--src/data_container/base.php1
-rw-r--r--src/data_container/single.php1
-rw-r--r--src/datasets/array.php1
-rw-r--r--src/datasets/average.php1
-rw-r--r--src/datasets/base.php1
-rw-r--r--src/datasets/numeric.php1
-rw-r--r--src/datasets/property/axis.php1
-rw-r--r--src/datasets/property/boolean.php1
-rw-r--r--src/datasets/property/color.php1
-rw-r--r--src/datasets/property/integer.php1
-rw-r--r--src/datasets/property/string.php1
-rw-r--r--src/driver/cairo.php1
-rw-r--r--src/driver/cairo_oo.php1
-rw-r--r--src/driver/flash.php1
-rw-r--r--src/driver/gd.php1
-rw-r--r--src/driver/svg.php1
-rw-r--r--src/driver/svg_font.php1
-rw-r--r--src/driver/verbose.php1
-rw-r--r--src/element/axis.php1
-rw-r--r--src/element/background.php1
-rw-r--r--src/element/legend.php1
-rw-r--r--src/element/text.php1
-rw-r--r--src/exceptions/date_parsing.php1
-rw-r--r--src/exceptions/exception.php1
-rw-r--r--src/exceptions/flash_bitmap_type.php1
-rw-r--r--src/exceptions/font_rendering.php1
-rw-r--r--src/exceptions/font_type.php1
-rw-r--r--src/exceptions/incompatible_driver.php1
-rw-r--r--src/exceptions/invalid_assignement.php1
-rw-r--r--src/exceptions/invalid_data.php1
-rw-r--r--src/exceptions/invalid_data_source.php1
-rw-r--r--src/exceptions/invalid_dimensions.php1
-rw-r--r--src/exceptions/invalid_display_type.php1
-rw-r--r--src/exceptions/invalid_id.php1
-rw-r--r--src/exceptions/invalid_image_file.php1
-rw-r--r--src/exceptions/invalid_keys.php1
-rw-r--r--src/exceptions/invalid_step_size.php1
-rw-r--r--src/exceptions/no_data.php1
-rw-r--r--src/exceptions/no_such_data.php1
-rw-r--r--src/exceptions/no_such_dataset.php1
-rw-r--r--src/exceptions/no_such_element.php1
-rw-r--r--src/exceptions/not_rendered.php1
-rw-r--r--src/exceptions/out_of_boundings.php1
-rw-r--r--src/exceptions/out_of_logarithmical_boundings.php1
-rw-r--r--src/exceptions/reducement_failed.php1
-rw-r--r--src/exceptions/too_many_datasets.php1
-rw-r--r--src/exceptions/unknown_color_definition.php1
-rw-r--r--src/exceptions/unregular_steps.php1
-rw-r--r--src/exceptions/unsupported_image_type.php1
-rw-r--r--src/graph.php1
-rw-r--r--src/graph_autoload.php1
-rw-r--r--src/interfaces/axis_label_renderer.php1
-rw-r--r--src/interfaces/chart.php1
-rw-r--r--src/interfaces/dataset_property.php1
-rw-r--r--src/interfaces/driver.php1
-rw-r--r--src/interfaces/element.php1
-rw-r--r--src/interfaces/horizontal_bar_renderer.php1
-rw-r--r--src/interfaces/odometer_renderer.php1
-rw-r--r--src/interfaces/palette.php1
-rw-r--r--src/interfaces/radar_renderer.php1
-rw-r--r--src/interfaces/renderer.php1
-rw-r--r--src/interfaces/stacked_bar_renderer.php1
-rw-r--r--src/math/boundings.php1
-rw-r--r--src/math/matrix.php1
-rw-r--r--src/math/polynom.php1
-rw-r--r--src/math/rotation.php1
-rw-r--r--src/math/transformation.php1
-rw-r--r--src/math/translation.php1
-rw-r--r--src/math/vector.php1
-rw-r--r--src/options/cairo_driver.php1
-rw-r--r--src/options/chart.php1
-rw-r--r--src/options/driver.php1
-rw-r--r--src/options/flash_driver.php1
-rw-r--r--src/options/font.php1
-rw-r--r--src/options/gd_driver.php1
-rw-r--r--src/options/line_chart.php1
-rw-r--r--src/options/odometer_chart.php1
-rw-r--r--src/options/pie_chart.php1
-rw-r--r--src/options/radar_chart.php1
-rw-r--r--src/options/renderer.php1
-rw-r--r--src/options/renderer_2d.php1
-rw-r--r--src/options/renderer_3d.php1
-rw-r--r--src/options/svg_driver.php1
-rw-r--r--src/palette/black.php1
-rw-r--r--src/palette/ez.php1
-rw-r--r--src/palette/ez_blue.php1
-rw-r--r--src/palette/ez_green.php1
-rw-r--r--src/palette/ez_red.php1
-rw-r--r--src/palette/tango.php1
-rw-r--r--src/renderer/2d.php1
-rw-r--r--src/renderer/3d.php1
-rw-r--r--src/renderer/axis_label_boxed.php1
-rw-r--r--src/renderer/axis_label_centered.php1
-rw-r--r--src/renderer/axis_label_exact.php1
-rw-r--r--src/renderer/axis_label_none.php1
-rw-r--r--src/renderer/axis_label_radar.php1
-rw-r--r--src/renderer/axis_label_rotated.php1
-rw-r--r--src/renderer/axis_label_rotated_boxed.php1
-rw-r--r--src/renderer/horizontal_bar.php1
-rw-r--r--src/structs/context.php1
-rw-r--r--src/structs/coordinate.php1
-rw-r--r--src/structs/step.php1
-rw-r--r--src/tools.php1
-rw-r--r--tests/axis_boxed_renderer_test.php1
-rw-r--r--tests/axis_centered_renderer_test.php1
-rw-r--r--tests/axis_exact_renderer_test.php1
-rw-r--r--tests/axis_radar_renderer_test.php1
-rw-r--r--tests/axis_rotated_boxed_renderer_test.php1
-rw-r--r--tests/axis_rotated_renderer_test.php1
-rw-r--r--tests/axis_space_test.php1
-rw-r--r--tests/background_test.php1
-rw-r--r--tests/boundings_test.php1
-rw-r--r--tests/chart_test.php1
-rw-r--r--tests/color_test.php1
-rw-r--r--tests/dataset_average_test.php1
-rw-r--r--tests/dataset_numeric_test.php1
-rw-r--r--tests/dataset_test.php1
-rw-r--r--tests/date_axis_test.php1
-rw-r--r--tests/driver_cairo_oo_test.php1
-rw-r--r--tests/driver_cairo_test.php1
-rw-r--r--tests/driver_flash_test.php1
-rw-r--r--tests/driver_gd_test.php1
-rw-r--r--tests/driver_options_test.php1
-rw-r--r--tests/driver_svg_svg_font_test.php1
-rw-r--r--tests/driver_svg_test.php1
-rw-r--r--tests/element_options_test.php1
-rw-r--r--tests/font_test.php1
-rw-r--r--tests/horizontal_bar_chart_renderer.php1
-rw-r--r--tests/image_map_test.php1
-rw-r--r--tests/labeled_axis_test.php1
-rw-r--r--tests/legend_test.php1
-rw-r--r--tests/line_test.php1
-rw-r--r--tests/logarithmical_axis_test.php1
-rw-r--r--tests/matrix_test.php1
-rw-r--r--tests/multiple_axis_test.php1
-rw-r--r--tests/numeric_axis_test.php1
-rw-r--r--tests/odometer_test.php1
-rw-r--r--tests/palette_test.php1
-rw-r--r--tests/pie_test.php1
-rw-r--r--tests/polynom_test.php1
-rw-r--r--tests/radar_axis_test.php1
-rw-r--r--tests/radar_chart.php1
-rw-r--r--tests/renderer_2d_legacy_test.php1
-rw-r--r--tests/renderer_2d_test.php1
-rw-r--r--tests/renderer_3d_test.php1
-rw-r--r--tests/struct_test.php1
-rw-r--r--tests/suite.php1
-rw-r--r--tests/text_test.php1
-rw-r--r--tests/tools_test.php1
-rw-r--r--tests/transformation_test.php1
-rw-r--r--tests/vector_test.php1
168 files changed, 8 insertions, 167 deletions
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..329c2de
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,8 @@
+Apache Zeta Components
+Copyright 2010 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Originally developed by eZ Systems as eZ Components
+Copyright 2005-2010 eZ Systems AS (http://ez.no)
diff --git a/docs/examples/ez_green.php b/docs/examples/ez_green.php
index cc5c713..7c86cbb 100644
--- a/docs/examples/ez_green.php
+++ b/docs/examples/ez_green.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/docs/examples/ez_red.php b/docs/examples/ez_red.php
index b311020..8dffd48 100644
--- a/docs/examples/ez_red.php
+++ b/docs/examples/ez_red.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/axis/container.php b/src/axis/container.php
index 557dea0..3b1f2a3 100644
--- a/src/axis/container.php
+++ b/src/axis/container.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/axis/date.php b/src/axis/date.php
index e7130a4..6f431d0 100644
--- a/src/axis/date.php
+++ b/src/axis/date.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/axis/labeled.php b/src/axis/labeled.php
index bf8e2f2..af3ce18 100644
--- a/src/axis/labeled.php
+++ b/src/axis/labeled.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/axis/logarithmic.php b/src/axis/logarithmic.php
index 58ec51a..f9185d0 100644
--- a/src/axis/logarithmic.php
+++ b/src/axis/logarithmic.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/axis/numeric.php b/src/axis/numeric.php
index 923c97e..8710d15 100644
--- a/src/axis/numeric.php
+++ b/src/axis/numeric.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/bar.php b/src/charts/bar.php
index 0de2e67..a752c03 100644
--- a/src/charts/bar.php
+++ b/src/charts/bar.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/horizontal_bar.php b/src/charts/horizontal_bar.php
index 813b6cc..feb9122 100644
--- a/src/charts/horizontal_bar.php
+++ b/src/charts/horizontal_bar.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/line.php b/src/charts/line.php
index 0c86e84..2225de6 100644
--- a/src/charts/line.php
+++ b/src/charts/line.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/odometer.php b/src/charts/odometer.php
index 5884beb..dd5fe90 100644
--- a/src/charts/odometer.php
+++ b/src/charts/odometer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/pie.php b/src/charts/pie.php
index 9f7cb48..d966e1a 100644
--- a/src/charts/pie.php
+++ b/src/charts/pie.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/charts/radar.php b/src/charts/radar.php
index b80632f..23bcc3a 100644
--- a/src/charts/radar.php
+++ b/src/charts/radar.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/colors/color.php b/src/colors/color.php
index e026da3..887bf5c 100644
--- a/src/colors/color.php
+++ b/src/colors/color.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php
index 8ec175b..d4557e3 100644
--- a/src/colors/linear_gradient.php
+++ b/src/colors/linear_gradient.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php
index 95f3bad..65088e5 100644
--- a/src/colors/radial_gradient.php
+++ b/src/colors/radial_gradient.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/data_container/base.php b/src/data_container/base.php
index d1b9792..70b8f50 100644
--- a/src/data_container/base.php
+++ b/src/data_container/base.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/data_container/single.php b/src/data_container/single.php
index 0222abf..a67219d 100644
--- a/src/data_container/single.php
+++ b/src/data_container/single.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/array.php b/src/datasets/array.php
index 96e8258..c8e18c3 100644
--- a/src/datasets/array.php
+++ b/src/datasets/array.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/average.php b/src/datasets/average.php
index 3069701..7ce2346 100644
--- a/src/datasets/average.php
+++ b/src/datasets/average.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/base.php b/src/datasets/base.php
index 9b9f63b..5271ead 100644
--- a/src/datasets/base.php
+++ b/src/datasets/base.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/datasets/numeric.php b/src/datasets/numeric.php
index f6f32b3..e0611ca 100644
--- a/src/datasets/numeric.php
+++ b/src/datasets/numeric.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/property/axis.php b/src/datasets/property/axis.php
index 4b11f8a..e99f60e 100644
--- a/src/datasets/property/axis.php
+++ b/src/datasets/property/axis.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/property/boolean.php b/src/datasets/property/boolean.php
index f8ca59b..4e8b18a 100644
--- a/src/datasets/property/boolean.php
+++ b/src/datasets/property/boolean.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/property/color.php b/src/datasets/property/color.php
index 3fbeed5..d17d766 100644
--- a/src/datasets/property/color.php
+++ b/src/datasets/property/color.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/property/integer.php b/src/datasets/property/integer.php
index 80149fe..a4d3678 100644
--- a/src/datasets/property/integer.php
+++ b/src/datasets/property/integer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/datasets/property/string.php b/src/datasets/property/string.php
index 74fd4d5..bdbe603 100644
--- a/src/datasets/property/string.php
+++ b/src/datasets/property/string.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/driver/cairo.php b/src/driver/cairo.php
index c70a611..f58e5c8 100644
--- a/src/driver/cairo.php
+++ b/src/driver/cairo.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/driver/cairo_oo.php b/src/driver/cairo_oo.php
index 123bfe1..7c5afc7 100644
--- a/src/driver/cairo_oo.php
+++ b/src/driver/cairo_oo.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/driver/flash.php b/src/driver/flash.php
index 1c98e66..dd359a3 100644
--- a/src/driver/flash.php
+++ b/src/driver/flash.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/driver/gd.php b/src/driver/gd.php
index 5685e7c..7471422 100644
--- a/src/driver/gd.php
+++ b/src/driver/gd.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/driver/svg.php b/src/driver/svg.php
index 6b4dadf..6871231 100644
--- a/src/driver/svg.php
+++ b/src/driver/svg.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/driver/svg_font.php b/src/driver/svg_font.php
index 5b6afdb..77b07bc 100644
--- a/src/driver/svg_font.php
+++ b/src/driver/svg_font.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @author Freddie Witherden
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/driver/verbose.php b/src/driver/verbose.php
index 46d7ef1..9bdde60 100644
--- a/src/driver/verbose.php
+++ b/src/driver/verbose.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/element/axis.php b/src/element/axis.php
index cd3f0d4..e9a6538 100644
--- a/src/element/axis.php
+++ b/src/element/axis.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/element/background.php b/src/element/background.php
index b7f061e..f5e7485 100644
--- a/src/element/background.php
+++ b/src/element/background.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/element/legend.php b/src/element/legend.php
index f4c2451..9683619 100644
--- a/src/element/legend.php
+++ b/src/element/legend.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/element/text.php b/src/element/text.php
index 04647a2..d2a74cc 100644
--- a/src/element/text.php
+++ b/src/element/text.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/date_parsing.php b/src/exceptions/date_parsing.php
index 26a9eac..32011fb 100644
--- a/src/exceptions/date_parsing.php
+++ b/src/exceptions/date_parsing.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/exception.php b/src/exceptions/exception.php
index 8e88aea..29cbde6 100644
--- a/src/exceptions/exception.php
+++ b/src/exceptions/exception.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/exceptions/flash_bitmap_type.php b/src/exceptions/flash_bitmap_type.php
index 777a43a..26d8a71 100644
--- a/src/exceptions/flash_bitmap_type.php
+++ b/src/exceptions/flash_bitmap_type.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/font_rendering.php b/src/exceptions/font_rendering.php
index e01173c..3033ab4 100644
--- a/src/exceptions/font_rendering.php
+++ b/src/exceptions/font_rendering.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/font_type.php b/src/exceptions/font_type.php
index 3bcaa00..ca898e9 100644
--- a/src/exceptions/font_type.php
+++ b/src/exceptions/font_type.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/incompatible_driver.php b/src/exceptions/incompatible_driver.php
index c170075..f187570 100644
--- a/src/exceptions/incompatible_driver.php
+++ b/src/exceptions/incompatible_driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_assignement.php b/src/exceptions/invalid_assignement.php
index e190970..6d13d1a 100644
--- a/src/exceptions/invalid_assignement.php
+++ b/src/exceptions/invalid_assignement.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_data.php b/src/exceptions/invalid_data.php
index ae6e39d..c992bbf 100644
--- a/src/exceptions/invalid_data.php
+++ b/src/exceptions/invalid_data.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_data_source.php b/src/exceptions/invalid_data_source.php
index 72ede3c..3ade01b 100644
--- a/src/exceptions/invalid_data_source.php
+++ b/src/exceptions/invalid_data_source.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_dimensions.php b/src/exceptions/invalid_dimensions.php
index 3b8bc0c..af38695 100644
--- a/src/exceptions/invalid_dimensions.php
+++ b/src/exceptions/invalid_dimensions.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_display_type.php b/src/exceptions/invalid_display_type.php
index e7963b5..2fd0bce 100644
--- a/src/exceptions/invalid_display_type.php
+++ b/src/exceptions/invalid_display_type.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_id.php b/src/exceptions/invalid_id.php
index 3e3f3e2..2c030c4 100644
--- a/src/exceptions/invalid_id.php
+++ b/src/exceptions/invalid_id.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_image_file.php b/src/exceptions/invalid_image_file.php
index 91ba71d..34eb4ed 100644
--- a/src/exceptions/invalid_image_file.php
+++ b/src/exceptions/invalid_image_file.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_keys.php b/src/exceptions/invalid_keys.php
index 7655a26..1792703 100644
--- a/src/exceptions/invalid_keys.php
+++ b/src/exceptions/invalid_keys.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/invalid_step_size.php b/src/exceptions/invalid_step_size.php
index 4252e62..010ba6c 100644
--- a/src/exceptions/invalid_step_size.php
+++ b/src/exceptions/invalid_step_size.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/no_data.php b/src/exceptions/no_data.php
index 0d7551e..39b5f6e 100644
--- a/src/exceptions/no_data.php
+++ b/src/exceptions/no_data.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/no_such_data.php b/src/exceptions/no_such_data.php
index d566a36..de55b1f 100644
--- a/src/exceptions/no_such_data.php
+++ b/src/exceptions/no_such_data.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/no_such_dataset.php b/src/exceptions/no_such_dataset.php
index e0a4a13..d256711 100644
--- a/src/exceptions/no_such_dataset.php
+++ b/src/exceptions/no_such_dataset.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/no_such_element.php b/src/exceptions/no_such_element.php
index 3f6fd13..c0aeca9 100644
--- a/src/exceptions/no_such_element.php
+++ b/src/exceptions/no_such_element.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/not_rendered.php b/src/exceptions/not_rendered.php
index 3dd81ba..9c2e236 100644
--- a/src/exceptions/not_rendered.php
+++ b/src/exceptions/not_rendered.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/out_of_boundings.php b/src/exceptions/out_of_boundings.php
index acf08bb..7726898 100644
--- a/src/exceptions/out_of_boundings.php
+++ b/src/exceptions/out_of_boundings.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/out_of_logarithmical_boundings.php b/src/exceptions/out_of_logarithmical_boundings.php
index f051fe8..1bf49f8 100644
--- a/src/exceptions/out_of_logarithmical_boundings.php
+++ b/src/exceptions/out_of_logarithmical_boundings.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/reducement_failed.php b/src/exceptions/reducement_failed.php
index ec703b5..f315b4c 100644
--- a/src/exceptions/reducement_failed.php
+++ b/src/exceptions/reducement_failed.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/too_many_datasets.php b/src/exceptions/too_many_datasets.php
index f509114..63833a9 100644
--- a/src/exceptions/too_many_datasets.php
+++ b/src/exceptions/too_many_datasets.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/unknown_color_definition.php b/src/exceptions/unknown_color_definition.php
index 3914965..f54fe6d 100644
--- a/src/exceptions/unknown_color_definition.php
+++ b/src/exceptions/unknown_color_definition.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/unregular_steps.php b/src/exceptions/unregular_steps.php
index f64500c..64885fa 100644
--- a/src/exceptions/unregular_steps.php
+++ b/src/exceptions/unregular_steps.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/exceptions/unsupported_image_type.php b/src/exceptions/unsupported_image_type.php
index 3cc28a2..dedf581 100644
--- a/src/exceptions/unsupported_image_type.php
+++ b/src/exceptions/unsupported_image_type.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/graph.php b/src/graph.php
index 44d1f92..11b80e4 100644
--- a/src/graph.php
+++ b/src/graph.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/graph_autoload.php b/src/graph_autoload.php
index 6486321..fe5a854 100644
--- a/src/graph_autoload.php
+++ b/src/graph_autoload.php
@@ -19,7 +19,6 @@
* specific language governing permissions and limitations
* under the License.
*
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @version //autogentag//
* @filesource
diff --git a/src/interfaces/axis_label_renderer.php b/src/interfaces/axis_label_renderer.php
index 4005de0..06916f2 100644
--- a/src/interfaces/axis_label_renderer.php
+++ b/src/interfaces/axis_label_renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/chart.php b/src/interfaces/chart.php
index 207f1fc..880aa7f 100644
--- a/src/interfaces/chart.php
+++ b/src/interfaces/chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/dataset_property.php b/src/interfaces/dataset_property.php
index d587d22..8fc0ac8 100644
--- a/src/interfaces/dataset_property.php
+++ b/src/interfaces/dataset_property.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/driver.php b/src/interfaces/driver.php
index cdac6ef..18512a4 100644
--- a/src/interfaces/driver.php
+++ b/src/interfaces/driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/element.php b/src/interfaces/element.php
index 519a949..f438bfa 100644
--- a/src/interfaces/element.php
+++ b/src/interfaces/element.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/interfaces/horizontal_bar_renderer.php b/src/interfaces/horizontal_bar_renderer.php
index fedc8bb..7837ecc 100644
--- a/src/interfaces/horizontal_bar_renderer.php
+++ b/src/interfaces/horizontal_bar_renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/odometer_renderer.php b/src/interfaces/odometer_renderer.php
index 8d3463a..afc9471 100644
--- a/src/interfaces/odometer_renderer.php
+++ b/src/interfaces/odometer_renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/palette.php b/src/interfaces/palette.php
index e42689e..dfb9bce 100644
--- a/src/interfaces/palette.php
+++ b/src/interfaces/palette.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/radar_renderer.php b/src/interfaces/radar_renderer.php
index b77cdba..cb2697b 100644
--- a/src/interfaces/radar_renderer.php
+++ b/src/interfaces/radar_renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/renderer.php b/src/interfaces/renderer.php
index afa1e21..ff586da 100644
--- a/src/interfaces/renderer.php
+++ b/src/interfaces/renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/interfaces/stacked_bar_renderer.php b/src/interfaces/stacked_bar_renderer.php
index d143168..4ef8a2c 100644
--- a/src/interfaces/stacked_bar_renderer.php
+++ b/src/interfaces/stacked_bar_renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/math/boundings.php b/src/math/boundings.php
index 601f863..87f8efa 100644
--- a/src/math/boundings.php
+++ b/src/math/boundings.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/math/matrix.php b/src/math/matrix.php
index 69092e1..9429460 100644
--- a/src/math/matrix.php
+++ b/src/math/matrix.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/math/polynom.php b/src/math/polynom.php
index 9d796a5..c1fc22a 100644
--- a/src/math/polynom.php
+++ b/src/math/polynom.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/math/rotation.php b/src/math/rotation.php
index e2ebc6c..3ffbd42 100644
--- a/src/math/rotation.php
+++ b/src/math/rotation.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/math/transformation.php b/src/math/transformation.php
index 7481f4e..1eaec08 100644
--- a/src/math/transformation.php
+++ b/src/math/transformation.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/math/translation.php b/src/math/translation.php
index 7d45e74..5221242 100644
--- a/src/math/translation.php
+++ b/src/math/translation.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/math/vector.php b/src/math/vector.php
index 58e3f00..612c71a 100644
--- a/src/math/vector.php
+++ b/src/math/vector.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @access private
*/
diff --git a/src/options/cairo_driver.php b/src/options/cairo_driver.php
index 70afd5c..303550b 100644
--- a/src/options/cairo_driver.php
+++ b/src/options/cairo_driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/chart.php b/src/options/chart.php
index 415afbe..53b624e 100644
--- a/src/options/chart.php
+++ b/src/options/chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/driver.php b/src/options/driver.php
index fba0c9c..7317783 100644
--- a/src/options/driver.php
+++ b/src/options/driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/flash_driver.php b/src/options/flash_driver.php
index ea2564a..a317b15 100644
--- a/src/options/flash_driver.php
+++ b/src/options/flash_driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/font.php b/src/options/font.php
index d1a39fb..ee7918e 100644
--- a/src/options/font.php
+++ b/src/options/font.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/gd_driver.php b/src/options/gd_driver.php
index 22406e3..0967169 100644
--- a/src/options/gd_driver.php
+++ b/src/options/gd_driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/line_chart.php b/src/options/line_chart.php
index 9bf64b1..38b2bd4 100644
--- a/src/options/line_chart.php
+++ b/src/options/line_chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/odometer_chart.php b/src/options/odometer_chart.php
index 20ba867..ec58671 100644
--- a/src/options/odometer_chart.php
+++ b/src/options/odometer_chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/options/pie_chart.php b/src/options/pie_chart.php
index a1e30f3..e8a6b8d 100644
--- a/src/options/pie_chart.php
+++ b/src/options/pie_chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/radar_chart.php b/src/options/radar_chart.php
index 24a44a1..ac6dad8 100644
--- a/src/options/radar_chart.php
+++ b/src/options/radar_chart.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/renderer.php b/src/options/renderer.php
index e7da6e5..0cc97de 100644
--- a/src/options/renderer.php
+++ b/src/options/renderer.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/renderer_2d.php b/src/options/renderer_2d.php
index d551e18..7008a0a 100644
--- a/src/options/renderer_2d.php
+++ b/src/options/renderer_2d.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/renderer_3d.php b/src/options/renderer_3d.php
index f338334..8b0337b 100644
--- a/src/options/renderer_3d.php
+++ b/src/options/renderer_3d.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/options/svg_driver.php b/src/options/svg_driver.php
index f55a1ac..004c62a 100644
--- a/src/options/svg_driver.php
+++ b/src/options/svg_driver.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/black.php b/src/palette/black.php
index c535c2c..3ffa848 100644
--- a/src/palette/black.php
+++ b/src/palette/black.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/ez.php b/src/palette/ez.php
index 8266083..d1aeae3 100644
--- a/src/palette/ez.php
+++ b/src/palette/ez.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/ez_blue.php b/src/palette/ez_blue.php
index c59cdf8..67a0e8f 100644
--- a/src/palette/ez_blue.php
+++ b/src/palette/ez_blue.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/ez_green.php b/src/palette/ez_green.php
index e28395a..b20158f 100644
--- a/src/palette/ez_green.php
+++ b/src/palette/ez_green.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/ez_red.php b/src/palette/ez_red.php
index 8ae1b95..6da6721 100644
--- a/src/palette/ez_red.php
+++ b/src/palette/ez_red.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/palette/tango.php b/src/palette/tango.php
index 7f501a4..daeb39a 100644
--- a/src/palette/tango.php
+++ b/src/palette/tango.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/2d.php b/src/renderer/2d.php
index 52be253..9793e0a 100644
--- a/src/renderer/2d.php
+++ b/src/renderer/2d.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/3d.php b/src/renderer/3d.php
index 7a0a0c2..9d43c17 100644
--- a/src/renderer/3d.php
+++ b/src/renderer/3d.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_boxed.php b/src/renderer/axis_label_boxed.php
index 38e3381..e79c250 100644
--- a/src/renderer/axis_label_boxed.php
+++ b/src/renderer/axis_label_boxed.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_centered.php b/src/renderer/axis_label_centered.php
index edd7081..2ca789b 100644
--- a/src/renderer/axis_label_centered.php
+++ b/src/renderer/axis_label_centered.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_exact.php b/src/renderer/axis_label_exact.php
index 5b5e03e..a158756 100644
--- a/src/renderer/axis_label_exact.php
+++ b/src/renderer/axis_label_exact.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_none.php b/src/renderer/axis_label_none.php
index cf8a80c..9d4fa42 100644
--- a/src/renderer/axis_label_none.php
+++ b/src/renderer/axis_label_none.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_radar.php b/src/renderer/axis_label_radar.php
index 51e20a8..7821d86 100644
--- a/src/renderer/axis_label_radar.php
+++ b/src/renderer/axis_label_radar.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_rotated.php b/src/renderer/axis_label_rotated.php
index d37b3ce..a65d604 100644
--- a/src/renderer/axis_label_rotated.php
+++ b/src/renderer/axis_label_rotated.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/axis_label_rotated_boxed.php b/src/renderer/axis_label_rotated_boxed.php
index 8b5fb27..2aefd2c 100644
--- a/src/renderer/axis_label_rotated_boxed.php
+++ b/src/renderer/axis_label_rotated_boxed.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/renderer/horizontal_bar.php b/src/renderer/horizontal_bar.php
index 7b2b780..d8c143e 100644
--- a/src/renderer/horizontal_bar.php
+++ b/src/renderer/horizontal_bar.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/structs/context.php b/src/structs/context.php
index 5971bf2..57c5731 100644
--- a/src/structs/context.php
+++ b/src/structs/context.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/src/structs/coordinate.php b/src/structs/coordinate.php
index 2a3ef14..79503f3 100644
--- a/src/structs/coordinate.php
+++ b/src/structs/coordinate.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/structs/step.php b/src/structs/step.php
index 4e6d2db..7eb8499 100644
--- a/src/structs/step.php
+++ b/src/structs/step.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/src/tools.php b/src/tools.php
index 65162c6..17de100 100644
--- a/src/tools.php
+++ b/src/tools.php
@@ -21,7 +21,6 @@
*
* @package Graph
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
/**
diff --git a/tests/axis_boxed_renderer_test.php b/tests/axis_boxed_renderer_test.php
index 88ef4d3..32c63ad 100644
--- a/tests/axis_boxed_renderer_test.php
+++ b/tests/axis_boxed_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_centered_renderer_test.php b/tests/axis_centered_renderer_test.php
index cf4f63a..c82c98a 100644
--- a/tests/axis_centered_renderer_test.php
+++ b/tests/axis_centered_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_exact_renderer_test.php b/tests/axis_exact_renderer_test.php
index 39b832c..85ebd65 100644
--- a/tests/axis_exact_renderer_test.php
+++ b/tests/axis_exact_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_radar_renderer_test.php b/tests/axis_radar_renderer_test.php
index a07130b..bae2c79 100644
--- a/tests/axis_radar_renderer_test.php
+++ b/tests/axis_radar_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_rotated_boxed_renderer_test.php b/tests/axis_rotated_boxed_renderer_test.php
index 40617c2..94c0c77 100644
--- a/tests/axis_rotated_boxed_renderer_test.php
+++ b/tests/axis_rotated_boxed_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_rotated_renderer_test.php b/tests/axis_rotated_renderer_test.php
index 3071711..8d6ec2c 100644
--- a/tests/axis_rotated_renderer_test.php
+++ b/tests/axis_rotated_renderer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/axis_space_test.php b/tests/axis_space_test.php
index 3374f01..1d514c3 100644
--- a/tests/axis_space_test.php
+++ b/tests/axis_space_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/background_test.php b/tests/background_test.php
index c2c8bf3..2bdbc42 100644
--- a/tests/background_test.php
+++ b/tests/background_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/boundings_test.php b/tests/boundings_test.php
index 0410be6..8c9ec30 100644
--- a/tests/boundings_test.php
+++ b/tests/boundings_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/chart_test.php b/tests/chart_test.php
index 71eb646..821bf2a 100644
--- a/tests/chart_test.php
+++ b/tests/chart_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/color_test.php b/tests/color_test.php
index 82417ba..01206ea 100644
--- a/tests/color_test.php
+++ b/tests/color_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/dataset_average_test.php b/tests/dataset_average_test.php
index 2f65b6d..52e96b9 100644
--- a/tests/dataset_average_test.php
+++ b/tests/dataset_average_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/dataset_numeric_test.php b/tests/dataset_numeric_test.php
index 46b3b0c..ddd5253 100644
--- a/tests/dataset_numeric_test.php
+++ b/tests/dataset_numeric_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/dataset_test.php b/tests/dataset_test.php
index 1a18b09..638a163 100644
--- a/tests/dataset_test.php
+++ b/tests/dataset_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/date_axis_test.php b/tests/date_axis_test.php
index 0ef0b47..2a2853e 100644
--- a/tests/date_axis_test.php
+++ b/tests/date_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_cairo_oo_test.php b/tests/driver_cairo_oo_test.php
index b6d6631..1aca8a6 100644
--- a/tests/driver_cairo_oo_test.php
+++ b/tests/driver_cairo_oo_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_cairo_test.php b/tests/driver_cairo_test.php
index 39686ed..a950850 100644
--- a/tests/driver_cairo_test.php
+++ b/tests/driver_cairo_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_flash_test.php b/tests/driver_flash_test.php
index c8a91f1..18d7b13 100644
--- a/tests/driver_flash_test.php
+++ b/tests/driver_flash_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_gd_test.php b/tests/driver_gd_test.php
index 7585a0b..f9df921 100644
--- a/tests/driver_gd_test.php
+++ b/tests/driver_gd_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_options_test.php b/tests/driver_options_test.php
index 7a06829..c49d3b4 100644
--- a/tests/driver_options_test.php
+++ b/tests/driver_options_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_svg_svg_font_test.php b/tests/driver_svg_svg_font_test.php
index 7da685b..ab3fdf3 100644
--- a/tests/driver_svg_svg_font_test.php
+++ b/tests/driver_svg_svg_font_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/driver_svg_test.php b/tests/driver_svg_test.php
index 691b3e1..d63593e 100644
--- a/tests/driver_svg_test.php
+++ b/tests/driver_svg_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/element_options_test.php b/tests/element_options_test.php
index 1ae281c..c7c5f28 100644
--- a/tests/element_options_test.php
+++ b/tests/element_options_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/font_test.php b/tests/font_test.php
index b86a081..b30c212 100644
--- a/tests/font_test.php
+++ b/tests/font_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/horizontal_bar_chart_renderer.php b/tests/horizontal_bar_chart_renderer.php
index 915421d..396326c 100644
--- a/tests/horizontal_bar_chart_renderer.php
+++ b/tests/horizontal_bar_chart_renderer.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/image_map_test.php b/tests/image_map_test.php
index cf3dfbb..2bfa993 100644
--- a/tests/image_map_test.php
+++ b/tests/image_map_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/labeled_axis_test.php b/tests/labeled_axis_test.php
index 22225bf..e206d68 100644
--- a/tests/labeled_axis_test.php
+++ b/tests/labeled_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/legend_test.php b/tests/legend_test.php
index 77613ba..0d8ef66 100644
--- a/tests/legend_test.php
+++ b/tests/legend_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/line_test.php b/tests/line_test.php
index fd4bdb4..1623610 100644
--- a/tests/line_test.php
+++ b/tests/line_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/logarithmical_axis_test.php b/tests/logarithmical_axis_test.php
index f7d0775..ed2c594 100644
--- a/tests/logarithmical_axis_test.php
+++ b/tests/logarithmical_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/matrix_test.php b/tests/matrix_test.php
index 5802175..0bdde74 100644
--- a/tests/matrix_test.php
+++ b/tests/matrix_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/multiple_axis_test.php b/tests/multiple_axis_test.php
index 24517b7..93a281b 100644
--- a/tests/multiple_axis_test.php
+++ b/tests/multiple_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/numeric_axis_test.php b/tests/numeric_axis_test.php
index d5d5ff2..bb47bfb 100644
--- a/tests/numeric_axis_test.php
+++ b/tests/numeric_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/odometer_test.php b/tests/odometer_test.php
index e42756b..97d10ab 100644
--- a/tests/odometer_test.php
+++ b/tests/odometer_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/palette_test.php b/tests/palette_test.php
index 2a364b9..37f1cd9 100644
--- a/tests/palette_test.php
+++ b/tests/palette_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/pie_test.php b/tests/pie_test.php
index ea0a57f..a6731d9 100644
--- a/tests/pie_test.php
+++ b/tests/pie_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/polynom_test.php b/tests/polynom_test.php
index ec99bc4..b89dfb6 100644
--- a/tests/polynom_test.php
+++ b/tests/polynom_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/radar_axis_test.php b/tests/radar_axis_test.php
index 01bc189..22c8b54 100644
--- a/tests/radar_axis_test.php
+++ b/tests/radar_axis_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/radar_chart.php b/tests/radar_chart.php
index 8a6161e..42f71f9 100644
--- a/tests/radar_chart.php
+++ b/tests/radar_chart.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/renderer_2d_legacy_test.php b/tests/renderer_2d_legacy_test.php
index 36ebde8..b15caf7 100644
--- a/tests/renderer_2d_legacy_test.php
+++ b/tests/renderer_2d_legacy_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/renderer_2d_test.php b/tests/renderer_2d_test.php
index 2753ef3..29c26f3 100644
--- a/tests/renderer_2d_test.php
+++ b/tests/renderer_2d_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/renderer_3d_test.php b/tests/renderer_3d_test.php
index afa8812..90d22f3 100644
--- a/tests/renderer_3d_test.php
+++ b/tests/renderer_3d_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/struct_test.php b/tests/struct_test.php
index 3db070d..ea9cb54 100644
--- a/tests/struct_test.php
+++ b/tests/struct_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/suite.php b/tests/suite.php
index 98a985c..d0b9a14 100644
--- a/tests/suite.php
+++ b/tests/suite.php
@@ -22,7 +22,6 @@
* @package Graph
* @subpackage Tests
* @version //autogentag//
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/text_test.php b/tests/text_test.php
index 43112a3..8d070f5 100644
--- a/tests/text_test.php
+++ b/tests/text_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/tools_test.php b/tests/tools_test.php
index d7d082c..7c80c84 100644
--- a/tests/tools_test.php
+++ b/tests/tools_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/transformation_test.php b/tests/transformation_test.php
index 6bcd44e..9f28a9b 100644
--- a/tests/transformation_test.php
+++ b/tests/transformation_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
diff --git a/tests/vector_test.php b/tests/vector_test.php
index 0713d84..2607962 100644
--- a/tests/vector_test.php
+++ b/tests/vector_test.php
@@ -22,7 +22,6 @@
* @package Graph
* @version //autogen//
* @subpackage Tests
- * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved.
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
*/
OpenPOWER on IntegriCloud