From 26fe82ead38ead954a61253242f71a0eb5475290 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 15 Sep 2022 10:14:07 +0200 Subject: Relicence to AGPL --- fshare.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'fshare.py') diff --git a/fshare.py b/fshare.py index 304266d..37c36bd 100755 --- a/fshare.py +++ b/fshare.py @@ -2,19 +2,21 @@ # a HTTP server for sharing files -# Copyright 2019-2020 Anton Khirnov +# Copyright 2019-2022 Anton Khirnov # # fshare 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 3 of the License, or (at your option) any later -# version. +# terms of the GNU Affero General Public License as published by the Free +# Software Foundation, either version 3 of the License, or (at your option) any +# later version. # # fshare 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. +# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more +# details. # -# You should have received a copy of the GNU General Public License along with -# fshare. If not, see . +# You should have received a copy of the GNU Affero General Public License +# along with fshare. If not, see . + import argparse import contextlib -- cgit v1.2.3