Skip to content

Commit 57fed3f

Browse files
committed
Added license header to std_name_table.py
1 parent 6d2da8c commit 57fed3f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib/iris/std_name_table.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Copyright Iris contributors
2+
#
3+
# This file is part of Iris and is released under the LGPL license.
4+
# See COPYING and COPYING.LESSER in the root of the repository for full
5+
# licensing details.
6+
"""
7+
Handling of standard names and standard name aliases.
8+
"""
9+
110
import warnings
211

312
import iris.std_names

0 commit comments

Comments
 (0)