From 62a8614e815c545569aea7d71a28ba40878131ec Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Tue, 26 Apr 2022 17:58:57 -0700 Subject: [PATCH] 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? --- LICENSE | 29 +++++++++++++++++++++++++++++ README.md | 38 +------------------------------------- 2 files changed, 30 insertions(+), 37 deletions(-) diff --git a/LICENSE b/LICENSE index 37ec93a14fd..9c296eafcf7 100644 --- a/LICENSE +++ b/LICENSE @@ -189,3 +189,32 @@ third-party archives. 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. + +ADDENDUM + +Licensed 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 + + + +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. + +Xarray bundles portions of pandas, NumPy and Seaborn, all of which are +available under a "3-clause BSD" license: + +- pandas: setup.py, xarray/util/print_versions.py +- NumPy: xarray/core/npcompat.py +- Seaborn: _determine_cmap_params in xarray/core/plot/utils.py + +Xarray also bundles portions of CPython, which is available under the +"Python Software Foundation License" in xarray/core/pycompat.py. + +Xarray uses icons from the icomoon package (free version), which is +available under the "CC BY 4.0" license. + +The full text of these licenses are included in the licenses directory. diff --git a/README.md b/README.md index 57a68d42192..388baac61f3 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,8 @@ page](https://docs.xarray.dev/en/latest/contributing.html#). ## Get in touch -- Ask usage questions ("How do I?") on - [StackOverflow](https://stackoverflow.com/questions/tagged/python-xarray). - Report bugs, suggest features or view the source code [on - GitHub](https://github.com/pydata/xarray). -- For less well defined questions or ideas, or to announce other - projects of interest to xarray users, use the [mailing - list](https://groups.google.com/forum/#!forum/xarray). + GitHub](https://github.com/pydata/xarray). ## NumFOCUS @@ -97,34 +92,3 @@ Corp researchers Stephan Hoyer, Alex Kleeman and Eugene Brevdo and was released as open source in May 2014. The project was renamed from "xray" in January 2016. Xarray became a fiscally sponsored project of [NumFOCUS](https://numfocus.org) in August 2018. - -## License - -Copyright 2014-2019, xarray Developers - -Licensed 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 - - - -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. - -Xarray bundles portions of pandas, NumPy and Seaborn, all of which are -available under a "3-clause BSD" license: - -- pandas: setup.py, xarray/util/print_versions.py -- NumPy: xarray/core/npcompat.py -- Seaborn: _determine_cmap_params in xarray/core/plot/utils.py - -Xarray also bundles portions of CPython, which is available under the -"Python Software Foundation License" in xarray/core/pycompat.py. - -Xarray uses icons from the icomoon package (free version), which is -available under the "CC BY 4.0" license. - -The full text of these licenses are included in the licenses directory.