From 9ff18d29a82ca496e20ed78f25c1e623e46f50fb Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 19 Jul 2024 09:16:20 +0200 Subject: [PATCH] Adding copyright and licence header Signed-off-by: Alarig Le Lay --- check_domain_expiration_rdap.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check_domain_expiration_rdap.py b/check_domain_expiration_rdap.py index b795152..352b38c 100755 --- a/check_domain_expiration_rdap.py +++ b/check_domain_expiration_rdap.py @@ -1,5 +1,8 @@ #!/usr/bin/env python +# Copyright 2024 Alarig Le Lay +# Distributed under the terms of the GNU General Public License v3 + import argparse import datetime import logging