Add copyright and license information to source files and create .copywrite.hcl

This commit is contained in:
2025-06-10 22:55:39 +02:00
parent 873d0f6de5
commit 68f3f4cd92
4 changed files with 26 additions and 0 deletions

17
.copywrite.hcl Normal file
View File

@@ -0,0 +1,17 @@
schema_version = 1
project {
license = "MIT"
copyright_year = 2025
copyright_holder = "Paillat-dev"
header_ignore = [
".venv/**",
"logs/**",
".idea/**",
".git/**",
".vscode/**",
"__pycache__/**",
"*.pyc",
"src/dismoji/raw/**",
]
}

View File

@@ -1,3 +1,6 @@
# Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT
import time
from pathlib import Path

View File

@@ -0,0 +1,3 @@
# Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT

View File

@@ -1,3 +1,6 @@
# Copyright (c) Paillat-dev
# SPDX-License-Identifier: MIT
import os
import sys