aboutsummaryrefslogtreecommitdiff
path: root/newspipe/lib
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/lib')
-rw-r--r--newspipe/lib/data.py2
-rwxr-xr-xnewspipe/lib/misc_utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/newspipe/lib/data.py b/newspipe/lib/data.py
index dbb9fc42..dbcd2a45 100644
--- a/newspipe/lib/data.py
+++ b/newspipe/lib/data.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
#
diff --git a/newspipe/lib/misc_utils.py b/newspipe/lib/misc_utils.py
index 1d8d40dc..4f974a53 100755
--- a/newspipe/lib/misc_utils.py
+++ b/newspipe/lib/misc_utils.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