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/driver | |
parent | c33a810cdfd4cd900f63154a73f5154bb8e91b5d (diff) | |
download | zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.zip zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.tar.gz |
- Updated: Moving copyright information to NOTICE files.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/cairo.php | 1 | ||||
-rw-r--r-- | src/driver/cairo_oo.php | 1 | ||||
-rw-r--r-- | src/driver/flash.php | 1 | ||||
-rw-r--r-- | src/driver/gd.php | 1 | ||||
-rw-r--r-- | src/driver/svg.php | 1 | ||||
-rw-r--r-- | src/driver/svg_font.php | 1 | ||||
-rw-r--r-- | src/driver/verbose.php | 1 |
7 files changed, 0 insertions, 7 deletions
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 */ |