Notices where this attachment appears
-
Embed this notice
@Pi_rat helpers.py conf.py is missing a copyright header (the file is trivial enough that it isn't too much an issue - but there is no reason to not include a copyright header).
You should not modify the license text.
It is best to add a project readme stating what the project is about and state in the readme that; "Unless marked otherwise, each file in the Tagg project is licensed under the AGPLv3-or-later" (it's generally best to list below any files under different licenses and their license if any).
Such comment can be added to the COPYING file instead at the top, with the end being; "The license text begins on the next line;" - as that is not modifying the license text, but that is not recommended, as it should be be added to the README instead.
There should not be a file called EULA, as there is no EULA.
There's a lot of whitespace on empty lines (GNU nano highlights such waste of bytes).
-
Embed this notice
@SuperDicq @p
:( yes I know but I dont want to host it anywhere except my repo, codeberg is good but I dont have my personal email to sign up.
https://paste.debian.net/1383579/ (helpers.py)
https://paste.debian.net/1383581/ (tagg.py this is main script)
https://paste.debian.net/1383583/ (conf.py for now its really small but I am thinking storing directories that and some behaviors)
https://paste.debian.net/1383585/ (init.sql)