From e2d00b63139c1e89b07a9ca3dd15d54ada100607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= <cedric@cedricbonhomme.org> Date: Tue, 2 Jan 2024 09:29:00 +0100 Subject: [PATCH] Typo. --- newspipe/crawler/default_crawler.py | 2 +- newspipe/lib/data.py | 2 +- newspipe/lib/misc_utils.py | 2 +- newspipe/models/__init__.py | 2 +- newspipe/models/article.py | 2 +- newspipe/models/bookmark.py | 2 +- newspipe/models/feed.py | 2 +- newspipe/models/role.py | 2 +- newspipe/models/user.py | 2 +- newspipe/notifications/emails.py | 2 +- newspipe/notifications/notifications.py | 2 +- newspipe/static/js/articles.js | 2 +- newspipe/web/forms.py | 2 +- newspipe/web/views/bookmark.py | 2 +- runserver.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/newspipe/crawler/default_crawler.py b/newspipe/crawler/default_crawler.py index 28c0f424..cd5380dc 100644 --- a/newspipe/crawler/default_crawler.py +++ b/newspipe/crawler/default_crawler.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/lib/data.py b/newspipe/lib/data.py index 0449200f..2d9217c1 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-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 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 da7b2e9a..90a424c4 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-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/__init__.py b/newspipe/models/__init__.py index 0837c5f8..9b32d903 100644 --- a/newspipe/models/__init__.py +++ b/newspipe/models/__init__.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/article.py b/newspipe/models/article.py index 4842fb11..3c9f4d3f 100644 --- a/newspipe/models/article.py +++ b/newspipe/models/article.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/bookmark.py b/newspipe/models/bookmark.py index 60d541f7..766519de 100644 --- a/newspipe/models/bookmark.py +++ b/newspipe/models/bookmark.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py index 8dd798bc..1d3f57a0 100644 --- a/newspipe/models/feed.py +++ b/newspipe/models/feed.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/role.py b/newspipe/models/role.py index 758403d5..fa811935 100644 --- a/newspipe/models/role.py +++ b/newspipe/models/role.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/models/user.py b/newspipe/models/user.py index 74336c71..33103911 100644 --- a/newspipe/models/user.py +++ b/newspipe/models/user.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/notifications/emails.py b/newspipe/notifications/emails.py index 0651ae56..92cf4571 100644 --- a/newspipe/notifications/emails.py +++ b/newspipe/notifications/emails.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/notifications/notifications.py b/newspipe/notifications/notifications.py index 4b01170c..c3558967 100644 --- a/newspipe/notifications/notifications.py +++ b/newspipe/notifications/notifications.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/static/js/articles.js b/newspipe/static/js/articles.js index 147a163a..f0fcb6f4 100644 --- a/newspipe/static/js/articles.js +++ b/newspipe/static/js/articles.js @@ -1,6 +1,6 @@ /*! * Newspipe - A web news aggregator. -* Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +* Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org * * For more information: https://sr.ht/~cedric/newspipe * diff --git a/newspipe/web/forms.py b/newspipe/web/forms.py index 70a3defd..6361de3d 100644 --- a/newspipe/web/forms.py +++ b/newspipe/web/forms.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # vim: set ts=4 sts=4 sw=4 et: # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/newspipe/web/views/bookmark.py b/newspipe/web/views/bookmark.py index d1d3e55c..9163325f 100644 --- a/newspipe/web/views/bookmark.py +++ b/newspipe/web/views/bookmark.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe # diff --git a/runserver.py b/runserver.py index cd69a939..83c5fb27 100755 --- a/runserver.py +++ b/runserver.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # Newspipe - A web news aggregator. -# Copyright (C) 2010-20243 Cédric Bonhomme - https://www.cedricbonhomme.org +# Copyright (C) 2010-2024 Cédric Bonhomme - https://www.cedricbonhomme.org # # For more information: https://sr.ht/~cedric/newspipe #