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