Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 2, 2024
1 parent 82fe6a7 commit e2d00b6
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion newspipe/crawler/default_crawler.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/lib/data.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/lib/misc_utils.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/article.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/bookmark.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/feed.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/role.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/models/user.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/notifications/emails.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/notifications/notifications.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/static/js/articles.js
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion newspipe/web/forms.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion newspipe/web/views/bookmark.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion runserver.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit e2d00b6

Please sign in to comment.