mirror of
https://github.com/Paillat-dev/esc-dramatic-unpause.git
synced 2026-01-02 01:06:21 +00:00
Add copyright and license information to source files and create .copywrite.hcl
This commit is contained in:
17
.copywrite.hcl
Normal file
17
.copywrite.hcl
Normal 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/**",
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) Paillat-dev
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# Copyright (c) Paillat-dev
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (c) Paillat-dev
|
||||||
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user