Skip to content

Commit e670f97

Browse files
committed
LIC: Update the license we bundle the colorbrewer colormap data with
Per http://www.personal.psu.edu/cab38/ColorBrewer/ColorBrewer_updates.html the colormaps are now licensed under Apache V2.0. This update has been made due to a possible incompatibility between Apache v1.1 and the GPL. This change is consistent with the license in the colorbrewer (webapp) repository https://github.com/axismaps/colorbrewer/blob/7d135fc4e19eda73f2eb1bf55fcdf4a04fe4881f/LICENCE.txt Closes matplotlib#26336
1 parent 109042c commit e670f97

File tree

1 file changed

+9
-34
lines changed

1 file changed

+9
-34
lines changed

LICENSE/LICENSE_COLORBREWER

Lines changed: 9 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,13 @@
1-
Apache-Style Software License for ColorBrewer Color Schemes
1+
Apache-Style Software License for ColorBrewer software and ColorBrewer Color Schemes
22

3-
Version 1.1
3+
Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania State University.
44

5-
Copyright (c) 2002 Cynthia Brewer, Mark Harrower, and The Pennsylvania
6-
State University. All rights reserved. Redistribution and use in source
7-
and binary forms, with or without modification, are permitted provided
8-
that the following conditions are met:
5+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
97

10-
1. Redistributions as source code must retain the above copyright notice,
11-
this list of conditions and the following disclaimer.
8+
http://www.apache.org/licenses/LICENSE-2.0
129

13-
2. The end-user documentation included with the redistribution, if any,
14-
must include the following acknowledgment: "This product includes color
15-
specifications and designs developed by Cynthia Brewer
16-
(http://colorbrewer.org/)." Alternately, this acknowledgment may appear in
17-
the software itself, if and wherever such third-party acknowledgments
18-
normally appear.
19-
20-
3. The name "ColorBrewer" must not be used to endorse or promote products
21-
derived from this software without prior written permission. For written
22-
permission, please contact Cynthia Brewer at [email protected].
23-
24-
4. Products derived from this software may not be called "ColorBrewer",
25-
nor may "ColorBrewer" appear in their name, without prior written
26-
permission of Cynthia Brewer.
27-
28-
THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
29-
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
30-
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
31-
CYNTHIA BREWER, MARK HARROWER, OR THE PENNSYLVANIA STATE UNIVERSITY BE
32-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
38-
POSSIBILITY OF SUCH DAMAGE.
10+
Unless required by applicable law or agreed to in writing, software distributed
11+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
13+
specific language governing permissions and limitations under the License.

0 commit comments

Comments
 (0)