From d2216e7a8b8db4c253cd53274882cd56b71d5694 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 9e14759c90..5a1a0ee13f 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