From 625a188efe973f1aef6e0e7c47b19f7ef455d494 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 23 Jan 2022 23:05:38 +0100 Subject: [PATCH] Add the license header --- oscbot/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oscbot/__init__.py b/oscbot/__init__.py index 8f2ba4e..43cc5a3 100644 --- a/oscbot/__init__.py +++ b/oscbot/__init__.py @@ -1,4 +1,5 @@ -# (C) +# SPDX-FileCopyrightText: 2022 Luca Beltrame +# SPDX-License-Identifier: AGPL-3.0-or-later from dataclasses import dataclass from typing import Optional, List, Type, Tuple