Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Feb 12, 2025
1 parent e3e9647 commit 71c665c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/iris/tests/unit/lazy_data/test_lrucache.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright Iris contributors
#
# This file is part of Iris and is released under the BSD license.
# See LICENSE in the root of the repository for full licensing details.
"""Test function :func:`iris._lazy data.LRUCache`."""

from iris._lazy_data import LRUCache


Expand Down

0 comments on commit 71c665c

Please sign in to comment.