Skip to content

Commit

Permalink
Update copyright notices to be Crown and Cartopy contribs; explictly …
Browse files Browse the repository at this point in the history
…state bsd 3-clause where possible
  • Loading branch information
lbdreyer committed Nov 24, 2023
1 parent 0794761 commit eb04aab
Show file tree
Hide file tree
Showing 112 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/cases/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions benchmarks/cases/geodesic.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/cases/gridliner.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/cases/mpl_redraw.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/cases/project_linear.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/make_projection.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -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 -*-
Expand Down
8 changes: 4 additions & 4 deletions docs/source/copyright.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/_epsg.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/crs.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/feature/__init__.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/feature/nightshade.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/geodesic.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/img_transform.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/__init__.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/img_nest.py
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/img_tiles.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/ogc_clients.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/shapereader.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/io/srtm.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/clip_path.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/contour.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/feature_artist.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/geocollection.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/gridliner.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/patch.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/slippy_image_artist.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/style.py
Original file line number Diff line number Diff line change
@@ -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.

"""
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/mpl/ticker.py
Original file line number Diff line number Diff line change
@@ -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."""

Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions lib/cartopy/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/helpers.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_aitoff.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_albers_equal_area.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_azimuthal_equidistant.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_eckert.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_equal_earth.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions lib/cartopy/tests/crs/test_equidistant_conic.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading

0 comments on commit eb04aab

Please sign in to comment.