From 542a8194e9e4b47317dd226c2b3f5297f859a72c Mon Sep 17 00:00:00 2001 From: Agathe Porte Date: Wed, 14 Jun 2023 13:58:02 +0200 Subject: Add MIT license And make project reuse-compliant. --- __init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 8f28cef..8436693 100644 --- a/__init__.py +++ b/__init__.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Agathe Porte +# +# SPDX-License-Identifier: MIT + from .git_describe import register __all__ = ['register'] -- cgit v1.2.3