license: change license to MIT for two files only changes by Computerdores and CyanVoxel

This commit is contained in:
Jann Stute
2026-05-11 21:26:16 +02:00
parent 203680054f
commit bdd06ca933
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: (c) TagStudio Contributors
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: MIT
from abc import ABC, abstractmethod

View File

@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: (c) TagStudio Contributors
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: MIT
from typing import override