Skip to content

Commit

Permalink
Added license header to std_name_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbarring committed May 11, 2023
1 parent 6d2da8c commit 57fed3f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/iris/std_name_table.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Copyright Iris contributors
#
# This file is part of Iris and is released under the LGPL license.
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.
"""
Handling of standard names and standard name aliases.
"""

import warnings

import iris.std_names
Expand Down

0 comments on commit 57fed3f

Please sign in to comment.