From e8d2bd1376c563aaa98ee9bc699430b305b38a79 Mon Sep 17 00:00:00 2001 From: Paillat Date: Sat, 3 May 2025 17:58:02 +0200 Subject: [PATCH] Add copyright and license headers to source files --- src/__main__.py | 3 +++ src/download_build.py | 3 +++ src/extract.py | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/__main__.py b/src/__main__.py index 2764823..950dce7 100644 --- a/src/__main__.py +++ b/src/__main__.py @@ -1,3 +1,6 @@ +# Copyright (c) Paillat-dev +# SPDX-License-Identifier: MIT + import os import pathlib import hashlib diff --git a/src/download_build.py b/src/download_build.py index dfa8776..8ec3e22 100644 --- a/src/download_build.py +++ b/src/download_build.py @@ -1,3 +1,6 @@ +# Copyright (c) Paillat-dev +# SPDX-License-Identifier: MIT + import requests URL = "https://raw.githubusercontent.com/Discord-Datamining/Discord-Datamining/refs/heads/master/current.js" diff --git a/src/extract.py b/src/extract.py index f9753bc..51251b4 100644 --- a/src/extract.py +++ b/src/extract.py @@ -1,3 +1,6 @@ +# Copyright (c) Paillat-dev +# SPDX-License-Identifier: MIT + import json import re from warnings import warn