diff --git a/LICENSE b/LICENSE index ba0fe8232..42f511bd1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2012, Met Office. +Copyright (c) Crown and Cartopy contributors. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/benchmarks/cases/__init__.py b/benchmarks/cases/__init__.py index 8878525ec..060adc76e 100644 --- a/benchmarks/cases/__init__.py +++ b/benchmarks/cases/__init__.py @@ -1,4 +1,4 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/benchmarks/cases/geodesic.py b/benchmarks/cases/geodesic.py index cfd981d64..703ca3c4e 100644 --- a/benchmarks/cases/geodesic.py +++ b/benchmarks/cases/geodesic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/benchmarks/cases/gridliner.py b/benchmarks/cases/gridliner.py index 155548811..4c5c4d485 100644 --- a/benchmarks/cases/gridliner.py +++ b/benchmarks/cases/gridliner.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/benchmarks/cases/mpl_redraw.py b/benchmarks/cases/mpl_redraw.py index 0c707bd7c..4395f6ade 100644 --- a/benchmarks/cases/mpl_redraw.py +++ b/benchmarks/cases/mpl_redraw.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import io diff --git a/benchmarks/cases/project_linear.py b/benchmarks/cases/project_linear.py index faf21fcfd..a486c0e9d 100644 --- a/benchmarks/cases/project_linear.py +++ b/benchmarks/cases/project_linear.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import cartopy.crs as ccrs diff --git a/docs/make_projection.py b/docs/make_projection.py index 9891e330c..c3bd31918 100644 --- a/docs/make_projection.py +++ b/docs/make_projection.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import inspect diff --git a/docs/source/conf.py b/docs/source/conf.py index 14bcda651..2a5b8fe27 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. # -*- coding: utf-8 -*- diff --git a/docs/source/copyright.rst b/docs/source/copyright.rst index 9ef1f1732..42cb89566 100644 --- a/docs/source/copyright.rst +++ b/docs/source/copyright.rst @@ -7,15 +7,15 @@ Cartopy copyright, licensing and contributors Cartopy code ------------ -All Cartopy source code, unless explicitly stated, is ``Copyright Cartopy -contributors`` and is licensed under the **BSD 3-Clause License**. +All Cartopy source code, unless explicitly stated, is ``Copyright Crown and +Cartopy contributors`` and is licensed under the **BSD 3-Clause License**. You should find all source files with the following header: .. admonition:: Code License - # Copyright Cartopy Contributors + # Copyright Crown and Cartopy Contributors # - # This file is part of Cartopy and is released under the BSD license. + # This file is part of Cartopy and is released under the BSD 3-Clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/__init__.py b/lib/cartopy/__init__.py index 9784b2211..a6234acde 100644 --- a/lib/cartopy/__init__.py +++ b/lib/cartopy/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import os from pathlib import Path diff --git a/lib/cartopy/_epsg.py b/lib/cartopy/_epsg.py index 7ee7550a0..481af089b 100644 --- a/lib/cartopy/_epsg.py +++ b/lib/cartopy/_epsg.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Provide support for converting EPSG codes to Projection instances. diff --git a/lib/cartopy/crs.py b/lib/cartopy/crs.py index 8d71ff469..abdb37eea 100644 --- a/lib/cartopy/crs.py +++ b/lib/cartopy/crs.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/feature/__init__.py b/lib/cartopy/feature/__init__.py index d6e0b447d..003da53f6 100644 --- a/lib/cartopy/feature/__init__.py +++ b/lib/cartopy/feature/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/feature/nightshade.py b/lib/cartopy/feature/nightshade.py index 510b1ddc2..29a38a39a 100644 --- a/lib/cartopy/feature/nightshade.py +++ b/lib/cartopy/feature/nightshade.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import datetime diff --git a/lib/cartopy/geodesic.py b/lib/cartopy/geodesic.py index 4efa47f32..b6c21a24d 100644 --- a/lib/cartopy/geodesic.py +++ b/lib/cartopy/geodesic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. # # cython: embedsignature=True diff --git a/lib/cartopy/img_transform.py b/lib/cartopy/img_transform.py index af2b38043..575011a36 100644 --- a/lib/cartopy/img_transform.py +++ b/lib/cartopy/img_transform.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ This module contains generic functionality to support Cartopy image diff --git a/lib/cartopy/io/__init__.py b/lib/cartopy/io/__init__.py index 4e9391127..0ff581a0a 100644 --- a/lib/cartopy/io/__init__.py +++ b/lib/cartopy/io/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/io/img_nest.py b/lib/cartopy/io/img_nest.py index 79b0ab574..96da6829d 100644 --- a/lib/cartopy/io/img_nest.py +++ b/lib/cartopy/io/img_nest.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/io/img_tiles.py b/lib/cartopy/io/img_tiles.py index fd423e4df..cdd615e6c 100644 --- a/lib/cartopy/io/img_tiles.py +++ b/lib/cartopy/io/img_tiles.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/io/ogc_clients.py b/lib/cartopy/io/ogc_clients.py index cfdd45ebc..361040dc7 100644 --- a/lib/cartopy/io/ogc_clients.py +++ b/lib/cartopy/io/ogc_clients.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Implements RasterSource classes which can retrieve imagery from web services diff --git a/lib/cartopy/io/shapereader.py b/lib/cartopy/io/shapereader.py index 3d3a73456..a9fe8820b 100644 --- a/lib/cartopy/io/shapereader.py +++ b/lib/cartopy/io/shapereader.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/io/srtm.py b/lib/cartopy/io/srtm.py index 5aad69a6f..a7c9b9cbe 100644 --- a/lib/cartopy/io/srtm.py +++ b/lib/cartopy/io/srtm.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/mpl/__init__.py b/lib/cartopy/mpl/__init__.py index f4f2694fd..18595979e 100644 --- a/lib/cartopy/mpl/__init__.py +++ b/lib/cartopy/mpl/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib diff --git a/lib/cartopy/mpl/clip_path.py b/lib/cartopy/mpl/clip_path.py index 416dfefa3..13ad31d17 100644 --- a/lib/cartopy/mpl/clip_path.py +++ b/lib/cartopy/mpl/clip_path.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.path as mpath import numpy as np diff --git a/lib/cartopy/mpl/contour.py b/lib/cartopy/mpl/contour.py index a36410c50..a53c2e6e9 100644 --- a/lib/cartopy/mpl/contour.py +++ b/lib/cartopy/mpl/contour.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from matplotlib.contour import QuadContourSet diff --git a/lib/cartopy/mpl/feature_artist.py b/lib/cartopy/mpl/feature_artist.py index f59d84e20..740679398 100644 --- a/lib/cartopy/mpl/feature_artist.py +++ b/lib/cartopy/mpl/feature_artist.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/mpl/geoaxes.py b/lib/cartopy/mpl/geoaxes.py index 632580d0d..3483e64b5 100644 --- a/lib/cartopy/mpl/geoaxes.py +++ b/lib/cartopy/mpl/geoaxes.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/mpl/geocollection.py b/lib/cartopy/mpl/geocollection.py index f2c115a7a..7c8ee32cb 100644 --- a/lib/cartopy/mpl/geocollection.py +++ b/lib/cartopy/mpl/geocollection.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from matplotlib.collections import QuadMesh import numpy as np diff --git a/lib/cartopy/mpl/gridliner.py b/lib/cartopy/mpl/gridliner.py index 8f4155172..3bd0f6f18 100644 --- a/lib/cartopy/mpl/gridliner.py +++ b/lib/cartopy/mpl/gridliner.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import itertools diff --git a/lib/cartopy/mpl/patch.py b/lib/cartopy/mpl/patch.py index 3f1674bfa..c67cab0d8 100644 --- a/lib/cartopy/mpl/patch.py +++ b/lib/cartopy/mpl/patch.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Provide shapely geometry <-> matplotlib path support. diff --git a/lib/cartopy/mpl/slippy_image_artist.py b/lib/cartopy/mpl/slippy_image_artist.py index fc23c10d8..494e13c2c 100644 --- a/lib/cartopy/mpl/slippy_image_artist.py +++ b/lib/cartopy/mpl/slippy_image_artist.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Define the SlippyImageArtist class, which interfaces with diff --git a/lib/cartopy/mpl/style.py b/lib/cartopy/mpl/style.py index 16e335735..a7d86affc 100644 --- a/lib/cartopy/mpl/style.py +++ b/lib/cartopy/mpl/style.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ diff --git a/lib/cartopy/mpl/ticker.py b/lib/cartopy/mpl/ticker.py index 5553c547a..149689b9a 100644 --- a/lib/cartopy/mpl/ticker.py +++ b/lib/cartopy/mpl/ticker.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """This module contains tools for handling tick marks in cartopy.""" diff --git a/lib/cartopy/tests/__init__.py b/lib/cartopy/tests/__init__.py index 8878525ec..060adc76e 100644 --- a/lib/cartopy/tests/__init__.py +++ b/lib/cartopy/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/tests/conftest.py b/lib/cartopy/tests/conftest.py index 8a62ebd98..308255324 100644 --- a/lib/cartopy/tests/conftest.py +++ b/lib/cartopy/tests/conftest.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/tests/crs/__init__.py b/lib/cartopy/tests/crs/__init__.py index ba16c8e27..e651f4d2c 100644 --- a/lib/cartopy/tests/crs/__init__.py +++ b/lib/cartopy/tests/crs/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for specific Cartopy CRS subclasses. diff --git a/lib/cartopy/tests/crs/helpers.py b/lib/cartopy/tests/crs/helpers.py index 0a8cded1b..4c0ac49e2 100644 --- a/lib/cartopy/tests/crs/helpers.py +++ b/lib/cartopy/tests/crs/helpers.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Helpers for Cartopy CRS subclass tests. diff --git a/lib/cartopy/tests/crs/test_aitoff.py b/lib/cartopy/tests/crs/test_aitoff.py index 1b5425e3e..2048a7a15 100644 --- a/lib/cartopy/tests/crs/test_aitoff.py +++ b/lib/cartopy/tests/crs/test_aitoff.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Aitoff coordinate system. diff --git a/lib/cartopy/tests/crs/test_albers_equal_area.py b/lib/cartopy/tests/crs/test_albers_equal_area.py index 374ce198e..9961605fe 100644 --- a/lib/cartopy/tests/crs/test_albers_equal_area.py +++ b/lib/cartopy/tests/crs/test_albers_equal_area.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Albers Equal Area coordinate system. diff --git a/lib/cartopy/tests/crs/test_azimuthal_equidistant.py b/lib/cartopy/tests/crs/test_azimuthal_equidistant.py index cad32b43f..a2c46615a 100644 --- a/lib/cartopy/tests/crs/test_azimuthal_equidistant.py +++ b/lib/cartopy/tests/crs/test_azimuthal_equidistant.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/crs/test_eckert.py b/lib/cartopy/tests/crs/test_eckert.py index 388ebcf50..ae138d484 100644 --- a/lib/cartopy/tests/crs/test_eckert.py +++ b/lib/cartopy/tests/crs/test_eckert.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Eckert family of coordinate systems. diff --git a/lib/cartopy/tests/crs/test_equal_earth.py b/lib/cartopy/tests/crs/test_equal_earth.py index edd28fa42..c4117b4e0 100644 --- a/lib/cartopy/tests/crs/test_equal_earth.py +++ b/lib/cartopy/tests/crs/test_equal_earth.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Equal Earth coordinate system. diff --git a/lib/cartopy/tests/crs/test_equidistant_conic.py b/lib/cartopy/tests/crs/test_equidistant_conic.py index 1caddcdb3..c15ada414 100644 --- a/lib/cartopy/tests/crs/test_equidistant_conic.py +++ b/lib/cartopy/tests/crs/test_equidistant_conic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Equidistant Conic coordinate system. diff --git a/lib/cartopy/tests/crs/test_geostationary.py b/lib/cartopy/tests/crs/test_geostationary.py index b6f1dfcd5..ddb224829 100644 --- a/lib/cartopy/tests/crs/test_geostationary.py +++ b/lib/cartopy/tests/crs/test_geostationary.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Geostationary projection. diff --git a/lib/cartopy/tests/crs/test_gnomonic.py b/lib/cartopy/tests/crs/test_gnomonic.py index c939a7ef9..b14b22436 100644 --- a/lib/cartopy/tests/crs/test_gnomonic.py +++ b/lib/cartopy/tests/crs/test_gnomonic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Gnomonic coordinate system. diff --git a/lib/cartopy/tests/crs/test_hammer.py b/lib/cartopy/tests/crs/test_hammer.py index 1119e2bde..e073ce02d 100644 --- a/lib/cartopy/tests/crs/test_hammer.py +++ b/lib/cartopy/tests/crs/test_hammer.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Hammer coordinate system. diff --git a/lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py b/lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py index 4d7b13896..2dfeb3079 100644 --- a/lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py +++ b/lib/cartopy/tests/crs/test_interrupted_goode_homolosine.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the InterruptedGoodeHomolosine coordinate system. diff --git a/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py b/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py index e563aeec7..99dbd6cd7 100644 --- a/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py +++ b/lib/cartopy/tests/crs/test_lambert_azimuthal_equal_area.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/crs/test_lambert_conformal.py b/lib/cartopy/tests/crs/test_lambert_conformal.py index 50edb5a27..dcc40a4aa 100644 --- a/lib/cartopy/tests/crs/test_lambert_conformal.py +++ b/lib/cartopy/tests/crs/test_lambert_conformal.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from numpy.testing import assert_array_almost_equal diff --git a/lib/cartopy/tests/crs/test_mercator.py b/lib/cartopy/tests/crs/test_mercator.py index faf1108e0..54dcaacd6 100644 --- a/lib/cartopy/tests/crs/test_mercator.py +++ b/lib/cartopy/tests/crs/test_mercator.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from numpy.testing import assert_almost_equal diff --git a/lib/cartopy/tests/crs/test_miller.py b/lib/cartopy/tests/crs/test_miller.py index 222003aac..2d0719774 100644 --- a/lib/cartopy/tests/crs/test_miller.py +++ b/lib/cartopy/tests/crs/test_miller.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Miller coordinate system. diff --git a/lib/cartopy/tests/crs/test_mollweide.py b/lib/cartopy/tests/crs/test_mollweide.py index 90185dde5..9dd2573e1 100644 --- a/lib/cartopy/tests/crs/test_mollweide.py +++ b/lib/cartopy/tests/crs/test_mollweide.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Mollweide coordinate system. diff --git a/lib/cartopy/tests/crs/test_nearside_perspective.py b/lib/cartopy/tests/crs/test_nearside_perspective.py index cf4497ef3..2a2d107b3 100644 --- a/lib/cartopy/tests/crs/test_nearside_perspective.py +++ b/lib/cartopy/tests/crs/test_nearside_perspective.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the NearsidePerspective projection. diff --git a/lib/cartopy/tests/crs/test_oblique_mercator.py b/lib/cartopy/tests/crs/test_oblique_mercator.py index d9b7ee8ac..c50585567 100644 --- a/lib/cartopy/tests/crs/test_oblique_mercator.py +++ b/lib/cartopy/tests/crs/test_oblique_mercator.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Oblique Mercator projection. diff --git a/lib/cartopy/tests/crs/test_orthographic.py b/lib/cartopy/tests/crs/test_orthographic.py index 1d3604692..dbe939a1e 100644 --- a/lib/cartopy/tests/crs/test_orthographic.py +++ b/lib/cartopy/tests/crs/test_orthographic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Orthographic coordinate system. diff --git a/lib/cartopy/tests/crs/test_robinson.py b/lib/cartopy/tests/crs/test_robinson.py index 5add5c146..ce08ad864 100644 --- a/lib/cartopy/tests/crs/test_robinson.py +++ b/lib/cartopy/tests/crs/test_robinson.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for Robinson projection. diff --git a/lib/cartopy/tests/crs/test_rotated_geodetic.py b/lib/cartopy/tests/crs/test_rotated_geodetic.py index 789182d49..b4aca6627 100644 --- a/lib/cartopy/tests/crs/test_rotated_geodetic.py +++ b/lib/cartopy/tests/crs/test_rotated_geodetic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Transverse Mercator projection, including OSGB and OSNI. diff --git a/lib/cartopy/tests/crs/test_rotated_pole.py b/lib/cartopy/tests/crs/test_rotated_pole.py index e1c43c4c3..15bca9700 100644 --- a/lib/cartopy/tests/crs/test_rotated_pole.py +++ b/lib/cartopy/tests/crs/test_rotated_pole.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Rotated Geodetic coordinate system. diff --git a/lib/cartopy/tests/crs/test_sinusoidal.py b/lib/cartopy/tests/crs/test_sinusoidal.py index 76a8dec09..3660ba921 100644 --- a/lib/cartopy/tests/crs/test_sinusoidal.py +++ b/lib/cartopy/tests/crs/test_sinusoidal.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/crs/test_stereographic.py b/lib/cartopy/tests/crs/test_stereographic.py index 0d36bfe0c..b9b47399b 100644 --- a/lib/cartopy/tests/crs/test_stereographic.py +++ b/lib/cartopy/tests/crs/test_stereographic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/crs/test_transverse_mercator.py b/lib/cartopy/tests/crs/test_transverse_mercator.py index a6bfe9c35..41060dc3b 100644 --- a/lib/cartopy/tests/crs/test_transverse_mercator.py +++ b/lib/cartopy/tests/crs/test_transverse_mercator.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the Transverse Mercator projection, including OSGB and OSNI. diff --git a/lib/cartopy/tests/crs/test_utm.py b/lib/cartopy/tests/crs/test_utm.py index c1eabd25f..c96ca17de 100644 --- a/lib/cartopy/tests/crs/test_utm.py +++ b/lib/cartopy/tests/crs/test_utm.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ Tests for the UTM coordinate system. diff --git a/lib/cartopy/tests/feature/__init__.py b/lib/cartopy/tests/feature/__init__.py index 8878525ec..060adc76e 100644 --- a/lib/cartopy/tests/feature/__init__.py +++ b/lib/cartopy/tests/feature/__init__.py @@ -1,4 +1,4 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/tests/feature/test_nightshade.py b/lib/cartopy/tests/feature/test_nightshade.py index bbf9d3c25..e9baaf7dd 100644 --- a/lib/cartopy/tests/feature/test_nightshade.py +++ b/lib/cartopy/tests/feature/test_nightshade.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from datetime import datetime diff --git a/lib/cartopy/tests/io/__init__.py b/lib/cartopy/tests/io/__init__.py index 8878525ec..060adc76e 100644 --- a/lib/cartopy/tests/io/__init__.py +++ b/lib/cartopy/tests/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. diff --git a/lib/cartopy/tests/io/test_downloaders.py b/lib/cartopy/tests/io/test_downloaders.py index 47c113647..475f066d1 100644 --- a/lib/cartopy/tests/io/test_downloaders.py +++ b/lib/cartopy/tests/io/test_downloaders.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import contextlib diff --git a/lib/cartopy/tests/io/test_ogc_clients.py b/lib/cartopy/tests/io/test_ogc_clients.py index 4c4595df9..67c08ed6d 100644 --- a/lib/cartopy/tests/io/test_ogc_clients.py +++ b/lib/cartopy/tests/io/test_ogc_clients.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from unittest import mock diff --git a/lib/cartopy/tests/io/test_srtm.py b/lib/cartopy/tests/io/test_srtm.py index dcc04081d..04f775fcb 100644 --- a/lib/cartopy/tests/io/test_srtm.py +++ b/lib/cartopy/tests/io/test_srtm.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/mpl/__init__.py b/lib/cartopy/tests/mpl/__init__.py index 3229443e1..c50bc775b 100644 --- a/lib/cartopy/tests/mpl/__init__.py +++ b/lib/cartopy/tests/mpl/__init__.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib as mpl diff --git a/lib/cartopy/tests/mpl/conftest.py b/lib/cartopy/tests/mpl/conftest.py index a90a46808..afe8b02e3 100644 --- a/lib/cartopy/tests/mpl/conftest.py +++ b/lib/cartopy/tests/mpl/conftest.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from contextlib import ExitStack diff --git a/lib/cartopy/tests/mpl/test_axes.py b/lib/cartopy/tests/mpl/test_axes.py index 2757a164c..790416cab 100644 --- a/lib/cartopy/tests/mpl/test_axes.py +++ b/lib/cartopy/tests/mpl/test_axes.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from unittest import mock diff --git a/lib/cartopy/tests/mpl/test_caching.py b/lib/cartopy/tests/mpl/test_caching.py index fe10e67fc..6219cef02 100644 --- a/lib/cartopy/tests/mpl/test_caching.py +++ b/lib/cartopy/tests/mpl/test_caching.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import gc diff --git a/lib/cartopy/tests/mpl/test_contour.py b/lib/cartopy/tests/mpl/test_contour.py index 13e5da7c7..7dc2d7710 100644 --- a/lib/cartopy/tests/mpl/test_contour.py +++ b/lib/cartopy/tests/mpl/test_contour.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/lib/cartopy/tests/mpl/test_crs.py b/lib/cartopy/tests/mpl/test_crs.py index 733d19b05..fd2a0db79 100644 --- a/lib/cartopy/tests/mpl/test_crs.py +++ b/lib/cartopy/tests/mpl/test_crs.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/lib/cartopy/tests/mpl/test_examples.py b/lib/cartopy/tests/mpl/test_examples.py index 6e88408f6..f00c71b0d 100644 --- a/lib/cartopy/tests/mpl/test_examples.py +++ b/lib/cartopy/tests/mpl/test_examples.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/lib/cartopy/tests/mpl/test_feature_artist.py b/lib/cartopy/tests/mpl/test_feature_artist.py index 409f0154b..e54561bca 100644 --- a/lib/cartopy/tests/mpl/test_feature_artist.py +++ b/lib/cartopy/tests/mpl/test_feature_artist.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from unittest import mock diff --git a/lib/cartopy/tests/mpl/test_features.py b/lib/cartopy/tests/mpl/test_features.py index ddadbd15d..64e442f1d 100644 --- a/lib/cartopy/tests/mpl/test_features.py +++ b/lib/cartopy/tests/mpl/test_features.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from xml.etree.ElementTree import ParseError diff --git a/lib/cartopy/tests/mpl/test_gridliner.py b/lib/cartopy/tests/mpl/test_gridliner.py index 5bd4ee94d..18d86bfb2 100644 --- a/lib/cartopy/tests/mpl/test_gridliner.py +++ b/lib/cartopy/tests/mpl/test_gridliner.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import io diff --git a/lib/cartopy/tests/mpl/test_images.py b/lib/cartopy/tests/mpl/test_images.py index 6f57744cf..e408b274a 100644 --- a/lib/cartopy/tests/mpl/test_images.py +++ b/lib/cartopy/tests/mpl/test_images.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import types diff --git a/lib/cartopy/tests/mpl/test_img_transform.py b/lib/cartopy/tests/mpl/test_img_transform.py index 225bd39f6..edf0ad382 100644 --- a/lib/cartopy/tests/mpl/test_img_transform.py +++ b/lib/cartopy/tests/mpl/test_img_transform.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from functools import reduce diff --git a/lib/cartopy/tests/mpl/test_mpl_integration.py b/lib/cartopy/tests/mpl/test_mpl_integration.py index 7a22d1997..7d925c69f 100644 --- a/lib/cartopy/tests/mpl/test_mpl_integration.py +++ b/lib/cartopy/tests/mpl/test_mpl_integration.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import re diff --git a/lib/cartopy/tests/mpl/test_nightshade.py b/lib/cartopy/tests/mpl/test_nightshade.py index afc0401fc..c21d5b018 100644 --- a/lib/cartopy/tests/mpl/test_nightshade.py +++ b/lib/cartopy/tests/mpl/test_nightshade.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from datetime import datetime diff --git a/lib/cartopy/tests/mpl/test_patch.py b/lib/cartopy/tests/mpl/test_patch.py index c7b5faa11..679f194e6 100644 --- a/lib/cartopy/tests/mpl/test_patch.py +++ b/lib/cartopy/tests/mpl/test_patch.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from matplotlib.path import Path diff --git a/lib/cartopy/tests/mpl/test_plots.py b/lib/cartopy/tests/mpl/test_plots.py index 35bd86548..3a9d52842 100644 --- a/lib/cartopy/tests/mpl/test_plots.py +++ b/lib/cartopy/tests/mpl/test_plots.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from io import BytesIO diff --git a/lib/cartopy/tests/mpl/test_pseudo_color.py b/lib/cartopy/tests/mpl/test_pseudo_color.py index 5b8e07a75..3b747af50 100644 --- a/lib/cartopy/tests/mpl/test_pseudo_color.py +++ b/lib/cartopy/tests/mpl/test_pseudo_color.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import io diff --git a/lib/cartopy/tests/mpl/test_quiver.py b/lib/cartopy/tests/mpl/test_quiver.py index a56914690..4766fc3a4 100644 --- a/lib/cartopy/tests/mpl/test_quiver.py +++ b/lib/cartopy/tests/mpl/test_quiver.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from unittest import mock diff --git a/lib/cartopy/tests/mpl/test_set_extent.py b/lib/cartopy/tests/mpl/test_set_extent.py index eb3bf3065..89f636cf7 100644 --- a/lib/cartopy/tests/mpl/test_set_extent.py +++ b/lib/cartopy/tests/mpl/test_set_extent.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/lib/cartopy/tests/mpl/test_shapely_to_mpl.py b/lib/cartopy/tests/mpl/test_shapely_to_mpl.py index 4968472bf..23444a477 100644 --- a/lib/cartopy/tests/mpl/test_shapely_to_mpl.py +++ b/lib/cartopy/tests/mpl/test_shapely_to_mpl.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from matplotlib.collections import PatchCollection diff --git a/lib/cartopy/tests/mpl/test_style.py b/lib/cartopy/tests/mpl/test_style.py index 54aba6383..3639d3a8b 100644 --- a/lib/cartopy/tests/mpl/test_style.py +++ b/lib/cartopy/tests/mpl/test_style.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import pytest diff --git a/lib/cartopy/tests/mpl/test_ticker.py b/lib/cartopy/tests/mpl/test_ticker.py index d4f6c1366..ef5c58502 100644 --- a/lib/cartopy/tests/mpl/test_ticker.py +++ b/lib/cartopy/tests/mpl/test_ticker.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from unittest.mock import Mock diff --git a/lib/cartopy/tests/mpl/test_ticks.py b/lib/cartopy/tests/mpl/test_ticks.py index 3088b4c02..f75ad2d27 100644 --- a/lib/cartopy/tests/mpl/test_ticks.py +++ b/lib/cartopy/tests/mpl/test_ticks.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt import pytest diff --git a/lib/cartopy/tests/mpl/test_web_services.py b/lib/cartopy/tests/mpl/test_web_services.py index 5a44e9b15..72b47cd29 100644 --- a/lib/cartopy/tests/mpl/test_web_services.py +++ b/lib/cartopy/tests/mpl/test_web_services.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import matplotlib.pyplot as plt diff --git a/lib/cartopy/tests/test_coastline.py b/lib/cartopy/tests/test_coastline.py index bf42d4d23..2123ed009 100644 --- a/lib/cartopy/tests/test_coastline.py +++ b/lib/cartopy/tests/test_coastline.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import pytest diff --git a/lib/cartopy/tests/test_coding_standards.py b/lib/cartopy/tests/test_coding_standards.py index a72bdd7d3..a88dd1577 100644 --- a/lib/cartopy/tests/test_coding_standards.py +++ b/lib/cartopy/tests/test_coding_standards.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from fnmatch import fnmatch @@ -19,9 +19,9 @@ LICENSE_TEMPLATE = """ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """.strip() LICENSE_RE_PATTERN = re.escape(LICENSE_TEMPLATE) diff --git a/lib/cartopy/tests/test_crs.py b/lib/cartopy/tests/test_crs.py index 20e3d45fd..a8e41cce1 100644 --- a/lib/cartopy/tests/test_crs.py +++ b/lib/cartopy/tests/test_crs.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import copy diff --git a/lib/cartopy/tests/test_crs_transform_vectors.py b/lib/cartopy/tests/test_crs_transform_vectors.py index 09a37abb7..bc6ef560e 100644 --- a/lib/cartopy/tests/test_crs_transform_vectors.py +++ b/lib/cartopy/tests/test_crs_transform_vectors.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import warnings diff --git a/lib/cartopy/tests/test_features.py b/lib/cartopy/tests/test_features.py index 5ccce6ecb..d3a82d1f8 100644 --- a/lib/cartopy/tests/test_features.py +++ b/lib/cartopy/tests/test_features.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import pytest diff --git a/lib/cartopy/tests/test_geodesic.py b/lib/cartopy/tests/test_geodesic.py index 6bf089e18..a46ea4f6e 100644 --- a/lib/cartopy/tests/test_geodesic.py +++ b/lib/cartopy/tests/test_geodesic.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/test_img_nest.py b/lib/cartopy/tests/test_img_nest.py index e4f734ea6..db062e760 100644 --- a/lib/cartopy/tests/test_img_nest.py +++ b/lib/cartopy/tests/test_img_nest.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import io diff --git a/lib/cartopy/tests/test_img_tiles.py b/lib/cartopy/tests/test_img_tiles.py index 1ae1cacee..be478408c 100644 --- a/lib/cartopy/tests/test_img_tiles.py +++ b/lib/cartopy/tests/test_img_tiles.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import hashlib diff --git a/lib/cartopy/tests/test_img_transform.py b/lib/cartopy/tests/test_img_transform.py index 80e9f683e..d520c2008 100644 --- a/lib/cartopy/tests/test_img_transform.py +++ b/lib/cartopy/tests/test_img_transform.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/test_line_string.py b/lib/cartopy/tests/test_line_string.py index a247604fe..a0b42ff0e 100644 --- a/lib/cartopy/tests/test_line_string.py +++ b/lib/cartopy/tests/test_line_string.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import itertools diff --git a/lib/cartopy/tests/test_linear_ring.py b/lib/cartopy/tests/test_linear_ring.py index e42fa79d9..25f3b813a 100644 --- a/lib/cartopy/tests/test_linear_ring.py +++ b/lib/cartopy/tests/test_linear_ring.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/test_polygon.py b/lib/cartopy/tests/test_polygon.py index 452c0d9d7..9ea925329 100644 --- a/lib/cartopy/tests/test_polygon.py +++ b/lib/cartopy/tests/test_polygon.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/test_shapereader.py b/lib/cartopy/tests/test_shapereader.py index 18a5ad468..66c4e4d6e 100644 --- a/lib/cartopy/tests/test_shapereader.py +++ b/lib/cartopy/tests/test_shapereader.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. from pathlib import Path diff --git a/lib/cartopy/tests/test_util.py b/lib/cartopy/tests/test_util.py index 58c3b6be1..19fc89b14 100644 --- a/lib/cartopy/tests/test_util.py +++ b/lib/cartopy/tests/test_util.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/tests/test_vector_transform.py b/lib/cartopy/tests/test_vector_transform.py index c94514903..48cabe296 100644 --- a/lib/cartopy/tests/test_vector_transform.py +++ b/lib/cartopy/tests/test_vector_transform.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import numpy as np diff --git a/lib/cartopy/trace.pyx b/lib/cartopy/trace.pyx index 3f476e5dc..082f7b293 100644 --- a/lib/cartopy/trace.pyx +++ b/lib/cartopy/trace.pyx @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. # # cython: embedsignature=True diff --git a/lib/cartopy/util.py b/lib/cartopy/util.py index 16c5197ce..1022ce18e 100644 --- a/lib/cartopy/util.py +++ b/lib/cartopy/util.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ This module contains utilities that are useful in conjunction with diff --git a/lib/cartopy/vector_transform.py b/lib/cartopy/vector_transform.py index f37b3e286..25dbe9e21 100644 --- a/lib/cartopy/vector_transform.py +++ b/lib/cartopy/vector_transform.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ This module contains generic functionality to support Cartopy vector diff --git a/setup.py b/setup.py index 78059938e..0967754db 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. import os diff --git a/tools/cartopy_feature_download.py b/tools/cartopy_feature_download.py index 0c2276c91..d9c988d39 100755 --- a/tools/cartopy_feature_download.py +++ b/tools/cartopy_feature_download.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -# Copyright Cartopy Contributors +# Copyright Crown and Cartopy Contributors # -# This file is part of Cartopy and is released under the BSD license. +# This file is part of Cartopy and is released under the BSD 3-clause license. # See LICENSE in the root of the repository for full licensing details. """ This module provides a command-line tool for triggering the download of