diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-25 00:25:49 +0100 |
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-25 00:25:49 +0100 |
| commit | 2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a (patch) | |
| tree | 5563accc2b5e7bcc37636e31cead5e6b6713d13d /main.py | |
| parent | 8daa615355ce17c05ef876ad2fbb5ca8e83308e1 (diff) | |
| download | dbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.tar.gz dbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.tar.bz2 dbcd-2a31dc43ac37d5e961b7d31d5df9ae2c4960c99a.zip | |
Licensing
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
