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/palette | |
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/palette')
-rw-r--r-- | src/palette/black.php | 19 | ||||
-rw-r--r-- | src/palette/ez.php | 19 | ||||
-rw-r--r-- | src/palette/ez_blue.php | 19 | ||||
-rw-r--r-- | src/palette/ez_green.php | 19 | ||||
-rw-r--r-- | src/palette/ez_red.php | 19 | ||||
-rw-r--r-- | src/palette/tango.php | 19 |
6 files changed, 108 insertions, 6 deletions
diff --git a/src/palette/black.php b/src/palette/black.php index a3f6543..c535c2c 100644 --- a/src/palette/black.php +++ b/src/palette/black.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteBlack 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 */ /** * Dark color pallet for ezcGraph based on Tango style guidelines at diff --git a/src/palette/ez.php b/src/palette/ez.php index 76fb305..8266083 100644 --- a/src/palette/ez.php +++ b/src/palette/ez.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteEz 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 */ /** * Color pallet for ezcGraph based on eZ color scheme diff --git a/src/palette/ez_blue.php b/src/palette/ez_blue.php index 89d36db..c59cdf8 100644 --- a/src/palette/ez_blue.php +++ b/src/palette/ez_blue.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteEzBlue 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 */ /** * Light blue color pallet for ezcGraph based on blue eZ colors diff --git a/src/palette/ez_green.php b/src/palette/ez_green.php index 79a5260..e28395a 100644 --- a/src/palette/ez_green.php +++ b/src/palette/ez_green.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteEzGreen 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 */ /** * Light green color pallet for ezcGraph based on green eZ colors diff --git a/src/palette/ez_red.php b/src/palette/ez_red.php index 770ac25..8ae1b95 100644 --- a/src/palette/ez_red.php +++ b/src/palette/ez_red.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteEzRed 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 */ /** * Light red color pallet for ezcGraph based on red eZ colors diff --git a/src/palette/tango.php b/src/palette/tango.php index 0425ed9..7f501a4 100644 --- a/src/palette/tango.php +++ b/src/palette/tango.php @@ -2,10 +2,27 @@ /** * File containing the ezcGraphPaletteTango 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 */ /** * Light color pallet for ezcGraph based on Tango style guidelines at |