Update LICENSE and README.md files. Expanded the GNU Affero General Public License text for clarity and updated README to reflect the plugin's name and purpose, including a disclaimer about content responsibility.

This commit is contained in:
2025-07-29 16:24:44 +02:00
parent 3a61bdaa5c
commit 19ac775cc2
18 changed files with 3635 additions and 197 deletions

11
main.py Normal file
View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# Module: default
# Author: cache
# Created on: 10.5.2020
# License: AGPL v.3 https://www.gnu.org/licenses/agpl-3.0.html
import sys
import galdPl
if __name__ == '__main__':
galdPl.router(sys.argv[2][1:])