From e572be507d9b4310959275aa3fa722e1a96820a7 Mon Sep 17 00:00:00 2001 From: David Wales Date: Mon, 4 Nov 2024 12:22:37 +1100 Subject: [PATCH] Add copyright and license information --- az_ssh_wrapper.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/az_ssh_wrapper.py b/az_ssh_wrapper.py index 15cf9c0..44631ad 100644 --- a/az_ssh_wrapper.py +++ b/az_ssh_wrapper.py @@ -1,4 +1,9 @@ #!/usr/bin/env python3 + +# SPDX-FileCopyrightText: © 2024 David Wales, South Western Sydney Primary Health Network +# +# SPDX-License-Identifier: MIT + import getopt import os import shutil