aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/forms.py')
-rw-r--r--newspipe/web/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/forms.py b/newspipe/web/forms.py
index 39d38878..1240e4ab 100644
--- a/newspipe/web/forms.py
+++ b/newspipe/web/forms.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python
# Newspipe - A web news aggregator.
-# Copyright (C) 2010-2022 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2023 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://sr.ht/~cedric/newspipe
#
bgstack15