From 57fed3f78b3a2c127aa49bf261e21e1e59cb8aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20B=C3=A4rring?= Date: Thu, 11 May 2023 11:39:04 +0200 Subject: [PATCH] Added license header to std_name_table.py --- lib/iris/std_name_table.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/iris/std_name_table.py b/lib/iris/std_name_table.py index 9e14759c900..5a1a0ee13fd 100644 --- a/lib/iris/std_name_table.py +++ b/lib/iris/std_name_table.py @@ -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