Skip to content

Commit 56a993f

Browse files
committed
Move license from readme to LICENSE
Not sure if it's OK to add an addendum like this, but do we need it front & central on the readme?
1 parent 74ed939 commit 56a993f

File tree

2 files changed

+30
-37
lines changed

2 files changed

+30
-37
lines changed

LICENSE

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,32 @@ third-party archives.
189189
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
190190
See the License for the specific language governing permissions and
191191
limitations under the License.
192+
193+
ADDENDUM
194+
195+
Licensed under the Apache License, Version 2.0 (the "License"); you
196+
may not use this file except in compliance with the License. You may
197+
obtain a copy of the License at
198+
199+
<https://www.apache.org/licenses/LICENSE-2.0>
200+
201+
Unless required by applicable law or agreed to in writing, software
202+
distributed under the License is distributed on an "AS IS" BASIS,
203+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
204+
See the License for the specific language governing permissions and
205+
limitations under the License.
206+
207+
Xarray bundles portions of pandas, NumPy and Seaborn, all of which are
208+
available under a "3-clause BSD" license:
209+
210+
- pandas: setup.py, xarray/util/print_versions.py
211+
- NumPy: xarray/core/npcompat.py
212+
- Seaborn: _determine_cmap_params in xarray/core/plot/utils.py
213+
214+
Xarray also bundles portions of CPython, which is available under the
215+
"Python Software Foundation License" in xarray/core/pycompat.py.
216+
217+
Xarray uses icons from the icomoon package (free version), which is
218+
available under the "CC BY 4.0" license.
219+
220+
The full text of these licenses are included in the licenses directory.

README.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,8 @@ page](https://docs.xarray.dev/en/latest/contributing.html#).
7070

7171
## Get in touch
7272

73-
- Ask usage questions ("How do I?") on
74-
[StackOverflow](https://stackoverflow.com/questions/tagged/python-xarray).
7573
- Report bugs, suggest features or view the source code [on
76-
GitHub](https://github.com/pydata/xarray).
77-
- For less well defined questions or ideas, or to announce other
78-
projects of interest to xarray users, use the [mailing
79-
list](https://groups.google.com/forum/#!forum/xarray).
74+
GitHub](https://github.com/pydata/xarray).
8075

8176
## NumFOCUS
8277

@@ -97,34 +92,3 @@ Corp researchers Stephan Hoyer, Alex Kleeman and Eugene Brevdo and was
9792
released as open source in May 2014. The project was renamed from
9893
"xray" in January 2016. Xarray became a fiscally sponsored project of
9994
[NumFOCUS](https://numfocus.org) in August 2018.
100-
101-
## License
102-
103-
Copyright 2014-2019, xarray Developers
104-
105-
Licensed under the Apache License, Version 2.0 (the "License"); you
106-
may not use this file except in compliance with the License. You may
107-
obtain a copy of the License at
108-
109-
<https://www.apache.org/licenses/LICENSE-2.0>
110-
111-
Unless required by applicable law or agreed to in writing, software
112-
distributed under the License is distributed on an "AS IS" BASIS,
113-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
114-
See the License for the specific language governing permissions and
115-
limitations under the License.
116-
117-
Xarray bundles portions of pandas, NumPy and Seaborn, all of which are
118-
available under a "3-clause BSD" license:
119-
120-
- pandas: setup.py, xarray/util/print_versions.py
121-
- NumPy: xarray/core/npcompat.py
122-
- Seaborn: _determine_cmap_params in xarray/core/plot/utils.py
123-
124-
Xarray also bundles portions of CPython, which is available under the
125-
"Python Software Foundation License" in xarray/core/pycompat.py.
126-
127-
Xarray uses icons from the icomoon package (free version), which is
128-
available under the "CC BY 4.0" license.
129-
130-
The full text of these licenses are included in the licenses directory.

0 commit comments

Comments
 (0)