Add license

This commit is contained in:
Anders da Silva Rytter Hansen 2026-05-07 18:54:16 -03:00
commit f8fe6d5674
3 changed files with 361 additions and 0 deletions

View file

@ -1,4 +1,19 @@
#!/usr/bin/env python3
# teledrive_restore.py - Restore TeleDrive files to their original folder structure.
# Copyright (C) 2026 Anders da Silva Rytter Hansen, PC-Rytteren ApS
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# 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
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, see <https://www.gnu.org/licenses/>.
"""
teledrive_restore.py - Restore TeleDrive files to their original folder structure.