From c5228a72b8c52a5e25aecf1c3f930d55fc24698a Mon Sep 17 00:00:00 2001 From: nex Date: Wed, 6 Mar 2024 11:20:32 +0000 Subject: [PATCH] Update outdated license notice in server.py comment --- server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server.py b/server.py index 27398e4..b3c83a0 100755 --- a/server.py +++ b/server.py @@ -1,5 +1,6 @@ #!/bin/env python3 -# This code is licensed under GNU GPLv3. +# This code is licensed under GNU AGPLv3. See $PROJECT/LICENSE for more info. +# The $PROJECT/static/* content is licensed under CC BY-NC-SA - see $PROJECT/static/LICENSE for info. import fastapi import os import time