diff options
author | Ole Marius Smestad <oms@apache.org> | 2010-08-12 18:59:15 +0000 |
---|---|---|
committer | Ole Marius Smestad <oms@apache.org> | 2010-08-12 18:59:15 +0000 |
commit | c529769f1218fd6679bf6f7b3bd7a1bf2a97465d (patch) | |
tree | 2dc6d0eca638373d604a114013e8bfe7cd4b4df0 /src/options | |
parent | c33a810cdfd4cd900f63154a73f5154bb8e91b5d (diff) | |
download | zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.zip zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.tar.gz |
- Updated: Moving copyright information to NOTICE files.
Diffstat (limited to 'src/options')
-rw-r--r-- | src/options/cairo_driver.php | 1 | ||||
-rw-r--r-- | src/options/chart.php | 1 | ||||
-rw-r--r-- | src/options/driver.php | 1 | ||||
-rw-r--r-- | src/options/flash_driver.php | 1 | ||||
-rw-r--r-- | src/options/font.php | 1 | ||||
-rw-r--r-- | src/options/gd_driver.php | 1 | ||||
-rw-r--r-- | src/options/line_chart.php | 1 | ||||
-rw-r--r-- | src/options/odometer_chart.php | 1 | ||||
-rw-r--r-- | src/options/pie_chart.php | 1 | ||||
-rw-r--r-- | src/options/radar_chart.php | 1 | ||||
-rw-r--r-- | src/options/renderer.php | 1 | ||||
-rw-r--r-- | src/options/renderer_2d.php | 1 | ||||
-rw-r--r-- | src/options/renderer_3d.php | 1 | ||||
-rw-r--r-- | src/options/svg_driver.php | 1 |
14 files changed, 0 insertions, 14 deletions
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 */ /** |