aboutsummaryrefslogtreecommitdiff
path: root/fshare.py
diff options
context:
space:
mode:
Diffstat (limited to 'fshare.py')
-rwxr-xr-xfshare.py16
1 files changed, 9 insertions, 7 deletions
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 <anton@khirnov.net>
+# Copyright 2019-2022 Anton Khirnov <anton@khirnov.net>
#
# 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 <http://www.gnu.org/licenses/>.
+# You should have received a copy of the GNU Affero General Public License
+# along with fshare. If not, see <https://www.gnu.org/licenses/>.
+
import argparse
import contextlib