@@ -105,7 +105,7 @@ to support our efforts.
105105History
106106-------
107107
108- xarray is an evolution of an internal tool developed at `The Climate
108+ Xarray is an evolution of an internal tool developed at `The Climate
109109Corporation `__. It was originally written by Climate Corp researchers Stephan
110110Hoyer, Alex Kleeman and Eugene Brevdo and was released as open source in
111111May 2014. The project was renamed from "xray" in January 2016. Xarray became a
@@ -131,16 +131,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
131131See the License for the specific language governing permissions and
132132limitations under the License.
133133
134- xarray bundles portions of pandas, NumPy and Seaborn, all of which are available
134+ Xarray bundles portions of pandas, NumPy and Seaborn, all of which are available
135135under a "3-clause BSD" license:
136136- pandas: setup.py, xarray/util/print_versions.py
137137- NumPy: xarray/core/npcompat.py
138138- Seaborn: _determine_cmap_params in xarray/core/plot/utils.py
139139
140- xarray also bundles portions of CPython, which is available under the "Python
140+ Xarray also bundles portions of CPython, which is available under the "Python
141141Software Foundation License" in xarray/core/pycompat.py.
142142
143- xarray uses icons from the icomoon package (free version), which is
143+ Xarray uses icons from the icomoon package (free version), which is
144144available under the "CC BY 4.0" license.
145145
146146The full text of these licenses are included in the licenses directory.
0 commit comments