diff options
author | Derick Rethans <github@derickrethans.nl> | 2008-01-02 12:04:14 +0000 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2008-01-02 12:04:14 +0000 |
commit | 33e1a86293c840c47be37c43c618bc9e143a67f5 (patch) | |
tree | 310bfbf362daf0d72aa2b983cc6405d11ec9c9ae /src/charts | |
parent | c9566f08d617102f31779e03f492de9df8f7424a (diff) | |
download | zetacomponents-graph-33e1a86293c840c47be37c43c618bc9e143a67f5.zip zetacomponents-graph-33e1a86293c840c47be37c43c618bc9e143a67f5.tar.gz |
- Welcome to 2008.
Diffstat (limited to 'src/charts')
-rw-r--r-- | src/charts/bar.php | 2 | ||||
-rw-r--r-- | src/charts/line.php | 2 | ||||
-rw-r--r-- | src/charts/odometer.php | 2 | ||||
-rw-r--r-- | src/charts/pie.php | 2 | ||||
-rw-r--r-- | src/charts/radar.php | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/charts/bar.php b/src/charts/bar.php index c00a3cf..92cd27a 100644 --- a/src/charts/bar.php +++ b/src/charts/bar.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** diff --git a/src/charts/line.php b/src/charts/line.php index ad69aca..fe2a074 100644 --- a/src/charts/line.php +++ b/src/charts/line.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** diff --git a/src/charts/odometer.php b/src/charts/odometer.php index 2fe4775..9649c1c 100644 --- a/src/charts/odometer.php +++ b/src/charts/odometer.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** diff --git a/src/charts/pie.php b/src/charts/pie.php index dfed40d..cbdd749 100644 --- a/src/charts/pie.php +++ b/src/charts/pie.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** diff --git a/src/charts/radar.php b/src/charts/radar.php index 7874240..92473bc 100644 --- a/src/charts/radar.php +++ b/src/charts/radar.php @@ -4,7 +4,7 @@ * * @package Graph * @version //autogentag// - * @copyright Copyright (C) 2005-2007 eZ systems as. All rights reserved. + * @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved. * @license http://ez.no/licenses/new_bsd New BSD License */ /** |