From b5759d24ee8db7e558fb1214e01fd26c105f4391 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sun, 9 Feb 2020 15:45:35 +0100 Subject: [PATCH] Add license info at Friendica classes --- notifyall/NotifyAllEmail.php | 19 +++++++++++++++++++ securemail/SecureTestEmail.php | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/notifyall/NotifyAllEmail.php b/notifyall/NotifyAllEmail.php index 96a57a67..aa14d98a 100644 --- a/notifyall/NotifyAllEmail.php +++ b/notifyall/NotifyAllEmail.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Addon\notifyall; diff --git a/securemail/SecureTestEmail.php b/securemail/SecureTestEmail.php index 37fe5d7c..e15ef601 100644 --- a/securemail/SecureTestEmail.php +++ b/securemail/SecureTestEmail.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Addon\securemail;