aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-09-25 00:25:49 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-09-25 00:25:49 +0100
commit2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a (patch)
tree5563accc2b5e7bcc37636e31cead5e6b6713d13d /main.py
parent8daa615355ce17c05ef876ad2fbb5ca8e83308e1 (diff)
downloaddbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.tar.gz
dbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.tar.bz2
dbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.zip
Licensing
Diffstat (limited to 'main.py')
-rw-r--r--main.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.py b/main.py
index b4e4737..0eec601 100644
--- a/main.py
+++ b/main.py
@@ -1,3 +1,13 @@
+# Copyright (C) 2025 Aryadev Chavali
+
+# 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 Unlicense for details.
+
+# You may distribute and modify this code under the terms of the Unlicense,
+# which you should have received a copy of along with this program. If not,
+# please go to <https://unlicense.org/>.
+
import tempfile
import shutil
import subprocess