diff options
author | Derick Rethans <github@derickrethans.nl> | 2009-02-23 11:21:38 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2009-02-23 11:21:38 +0000 |
commit | 2345258851514b82300d66c8b07aa6ba8c076f61 (patch) | |
tree | bab8736a4578a0089119c9a657c0eaef9b1101fe /src/colors | |
parent | d3037518373fb3753243e55cf60d5359007aaf79 (diff) | |
download | zetacomponents-graph-2345258851514b82300d66c8b07aa6ba8c076f61.zip zetacomponents-graph-2345258851514b82300d66c8b07aa6ba8c076f61.tar.gz |
- s/2008/2009.
Diffstat (limited to 'src/colors')
-rw-r--r-- | src/colors/color.php | 2 | ||||
-rw-r--r-- | src/colors/linear_gradient.php | 2 | ||||
-rw-r--r-- | src/colors/radial_gradient.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/colors/color.php b/src/colors/color.php index 7e2cf9d..e88e197 100644 --- a/src/colors/color.php +++ b/src/colors/color.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/colors/linear_gradient.php b/src/colors/linear_gradient.php index cd4498c..de5d008 100644 --- a/src/colors/linear_gradient.php +++ b/src/colors/linear_gradient.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ diff --git a/src/colors/radial_gradient.php b/src/colors/radial_gradient.php index a6d0496..dea525a 100644 --- a/src/colors/radial_gradient.php +++ b/src/colors/radial_gradient.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ |