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 ff8fceefa99..54fedbd26b7 100644 --- a/README.md +++ b/README.md @@ -74,10 +74,7 @@ page](https://docs.xarray.dev/en/latest/contributing.html#). - Ask usage questions ("How do I?") on [GitHub Discussions](https://github.com/pydata/xarray/discussions). - 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 @@ -104,34 +101,3 @@ released as open source in May 2014. The project was renamed from Thanks to our many contributors! [![Contributors](https://contrib.rocks/image?repo=pydata/xarray)](https://github.com/pydata/xarray/graphs/contributors) - -## 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.