diff options
author | Tobias Schlitt <toby@php.net> | 2010-07-30 15:40:47 +0000 |
---|---|---|
committer | Tobias Schlitt <toby@php.net> | 2010-07-30 15:40:47 +0000 |
commit | db7903aff0a3ba7fa4e1b9048bc2b8daffc90786 (patch) | |
tree | d5ddb56cf36c92c4c7ebaaed6fc5cbf371caa0d0 /src/renderer | |
parent | 68371c25a8fa827151b1479f82223133b72d43fd (diff) | |
download | zetacomponents-graph-db7903aff0a3ba7fa4e1b9048bc2b8daffc90786.zip zetacomponents-graph-db7903aff0a3ba7fa4e1b9048bc2b8daffc90786.tar.gz |
- Fixed: Adjusted source headers of Graph to Apache license.
Diffstat (limited to 'src/renderer')
-rw-r--r-- | src/renderer/2d.php | 19 | ||||
-rw-r--r-- | src/renderer/3d.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_boxed.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_centered.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_exact.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_none.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_radar.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_rotated.php | 19 | ||||
-rw-r--r-- | src/renderer/axis_label_rotated_boxed.php | 19 | ||||
-rw-r--r-- | src/renderer/horizontal_bar.php | 19 |
10 files changed, 180 insertions, 10 deletions
diff --git a/src/renderer/2d.php b/src/renderer/2d.php index a5978aa..52be253 100644 --- a/src/renderer/2d.php +++ b/src/renderer/2d.php @@ -2,10 +2,27 @@ /** * File containing the two dimensional renderer * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Class to transform chart primitives into image primitives. Renders charts in diff --git a/src/renderer/3d.php b/src/renderer/3d.php index 1ecf348..7a0a0c2 100644 --- a/src/renderer/3d.php +++ b/src/renderer/3d.php @@ -2,10 +2,27 @@ /** * File containing the three dimensional renderer * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Class to transform chart primitives into image primitives. This renderer diff --git a/src/renderer/axis_label_boxed.php b/src/renderer/axis_label_boxed.php index 27ddbd6..38e3381 100644 --- a/src/renderer/axis_label_boxed.php +++ b/src/renderer/axis_label_boxed.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisBoxedLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Renders axis labels centered between two axis steps like normally used for diff --git a/src/renderer/axis_label_centered.php b/src/renderer/axis_label_centered.php index 25e2141..edd7081 100644 --- a/src/renderer/axis_label_centered.php +++ b/src/renderer/axis_label_centered.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisCenteredLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Renders axis labels centered below the axis steps. diff --git a/src/renderer/axis_label_exact.php b/src/renderer/axis_label_exact.php index b14899e..5b5e03e 100644 --- a/src/renderer/axis_label_exact.php +++ b/src/renderer/axis_label_exact.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisExactLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Renders axis labels like known from charts drawn in analysis diff --git a/src/renderer/axis_label_none.php b/src/renderer/axis_label_none.php index 7b31361..cf8a80c 100644 --- a/src/renderer/axis_label_none.php +++ b/src/renderer/axis_label_none.php @@ -2,10 +2,27 @@ /** * File containing the abstract ezcGraphAxisNoLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Omits axis labels, steps and grid. diff --git a/src/renderer/axis_label_radar.php b/src/renderer/axis_label_radar.php index 7b610a0..51e20a8 100644 --- a/src/renderer/axis_label_radar.php +++ b/src/renderer/axis_label_radar.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisRadarLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Renders axis labels and grid optimized for radar charts. May cause diff --git a/src/renderer/axis_label_rotated.php b/src/renderer/axis_label_rotated.php index 4d0e26c..d37b3ce 100644 --- a/src/renderer/axis_label_rotated.php +++ b/src/renderer/axis_label_rotated.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisRotatedLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Can render axis labels rotated, so that more axis labels fit on one axis. diff --git a/src/renderer/axis_label_rotated_boxed.php b/src/renderer/axis_label_rotated_boxed.php index b5bc8e5..8b5fb27 100644 --- a/src/renderer/axis_label_rotated_boxed.php +++ b/src/renderer/axis_label_rotated_boxed.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphAxisRotatedLabelRenderer class * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Can render axis labels rotated, so that more axis labels fit on one axis. diff --git a/src/renderer/horizontal_bar.php b/src/renderer/horizontal_bar.php index dc0224f..7b2b780 100644 --- a/src/renderer/horizontal_bar.php +++ b/src/renderer/horizontal_bar.php @@ -2,10 +2,27 @@ /** * File containing the two dimensional renderer * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * * @package Graph * @version //autogentag// * @copyright Copyright (C) 2005-2010 eZ Systems AS. All rights reserved. - * @license http://ez.no/licenses/new_bsd New BSD License + * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0 */ /** * Class to transform horizontal bar charts primitives into image primitives. |