add license header

This commit is contained in:
odrling 2024-01-01 23:22:31 +01:00
parent a7c24c6769
commit 7f1fbf3094
No known key found for this signature in database
GPG key ID: E24CA7508C27AF5B

View file

@ -1,4 +1,20 @@
#!/usr/bin/env python3
# hikari_uploader
# Copyright (C) 2024 odrling
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
import hashlib
from dataclasses import dataclass
from pathlib import Path