From 4d02652512ccb1a44baa07521bdfee5d8e9fd4ee Mon Sep 17 00:00:00 2001 From: Patrick Ulbrich Date: Sun, 28 Jun 2020 17:51:30 +0200 Subject: [PATCH] Add copyright info for Dan Christensen --- AUTHORS | 1 + Mailnag/configuration/configwindow.py | 1 + Mailnag/plugins/libnotifyplugin.py | 1 + 3 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 2e7acb1..1a222a0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,6 +15,7 @@ Code, docs and packaging contributors: ====================================== Amin Bandali Balló György +Dan Christensen Edwin Smulders Freeroot Hasan Yavuz Özderya diff --git a/Mailnag/configuration/configwindow.py b/Mailnag/configuration/configwindow.py index 1af30dc..2d51ddc 100644 --- a/Mailnag/configuration/configwindow.py +++ b/Mailnag/configuration/configwindow.py @@ -279,6 +279,7 @@ class ConfigWindow: aboutdialog.set_authors([ "Patrick Ulbrich (maintainer)", "Balló György", + "Dan Christensen", "Edwin Smulders", "Freeroot", "James Powell", diff --git a/Mailnag/plugins/libnotifyplugin.py b/Mailnag/plugins/libnotifyplugin.py index 3d0761a..979317a 100644 --- a/Mailnag/plugins/libnotifyplugin.py +++ b/Mailnag/plugins/libnotifyplugin.py @@ -1,4 +1,5 @@ # Copyright 2013 - 2020 Patrick Ulbrich +# Copyright 2020 Dan Christensen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by