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/datasets | |
parent | c33a810cdfd4cd900f63154a73f5154bb8e91b5d (diff) | |
download | zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.zip zetacomponents-graph-c529769f1218fd6679bf6f7b3bd7a1bf2a97465d.tar.gz |
- Updated: Moving copyright information to NOTICE files.
Diffstat (limited to 'src/datasets')
-rw-r--r-- | src/datasets/array.php | 1 | ||||
-rw-r--r-- | src/datasets/average.php | 1 | ||||
-rw-r--r-- | src/datasets/base.php | 1 | ||||
-rw-r--r-- | src/datasets/numeric.php | 1 | ||||
-rw-r--r-- | src/datasets/property/axis.php | 1 | ||||
-rw-r--r-- | src/datasets/property/boolean.php | 1 | ||||
-rw-r--r-- | src/datasets/property/color.php | 1 | ||||
-rw-r--r-- | src/datasets/property/integer.php | 1 | ||||
-rw-r--r-- | src/datasets/property/string.php | 1 |
9 files changed, 0 insertions, 9 deletions
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 */ /** |