diff options
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 |
