summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
117 files changed, 0 insertions, 117 deletions
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
*/
/**
OpenPOWER on IntegriCloud