aboutsummaryrefslogtreecommitdiff
path: root/src/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifications')
-rw-r--r--src/notifications/emails.py2
-rw-r--r--src/notifications/notifications.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/notifications/emails.py b/src/notifications/emails.py
index 1546041c..3ee0aa4a 100644
--- a/src/notifications/emails.py
+++ b/src/notifications/emails.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
diff --git a/src/notifications/notifications.py b/src/notifications/notifications.py
index 29cb6ef1..377eed5d 100644
--- a/src/notifications/notifications.py
+++ b/src/notifications/notifications.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
bgstack15