diff --git a/get_oauth_token.php b/get_oauth_token.php index 1237b57b..8335883a 100644 --- a/get_oauth_token.php +++ b/get_oauth_token.php @@ -8,7 +8,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2017 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/src/Exception.php b/src/Exception.php index b1e552f5..e7807fc2 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -9,7 +9,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2017 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/src/OAuth.php b/src/OAuth.php index 0271963c..753aac94 100644 --- a/src/OAuth.php +++ b/src/OAuth.php @@ -9,7 +9,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2015 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/src/PHPMailer.php b/src/PHPMailer.php index fff002d0..c42a2155 100644 --- a/src/PHPMailer.php +++ b/src/PHPMailer.php @@ -9,7 +9,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2019 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/src/POP3.php b/src/POP3.php index 9a3b07cc..f732f784 100644 --- a/src/POP3.php +++ b/src/POP3.php @@ -9,7 +9,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2019 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/src/SMTP.php b/src/SMTP.php index e3cee7e0..845bfdb5 100644 --- a/src/SMTP.php +++ b/src/SMTP.php @@ -9,7 +9,7 @@ * @author Jim Jagielski (jimjag) * @author Andy Prevost (codeworxtech) * @author Brent R. Matzelle (original founder) - * @copyright 2012 - 2019 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2010 - 2012 Jim Jagielski * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License diff --git a/test/DebugLogTestListener.php b/test/DebugLogTestListener.php index f84ed8ad..6d67fa3d 100644 --- a/test/DebugLogTestListener.php +++ b/test/DebugLogTestListener.php @@ -6,7 +6,7 @@ * * @author Marcus Bointon * @author Andy Prevost - * @copyright 2010 - 2017 Marcus Bointon + * @copyright 2010 - 2020 Marcus Bointon * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ diff --git a/test/PHPMailerLangTest.php b/test/PHPMailerLangTest.php index 13c3df74..ce2be6de 100644 --- a/test/PHPMailerLangTest.php +++ b/test/PHPMailerLangTest.php @@ -6,7 +6,7 @@ * * @author Marcus Bointon * @author Andy Prevost - * @copyright 2010 - 2017 Marcus Bointon + * @copyright 2010 - 2020 Marcus Bointon * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ diff --git a/test/PHPMailerTest.php b/test/PHPMailerTest.php index 62b212ed..fc4d9a87 100644 --- a/test/PHPMailerTest.php +++ b/test/PHPMailerTest.php @@ -5,7 +5,7 @@ * * @author Marcus Bointon * @author Andy Prevost - * @copyright 2012 - 2017 Marcus Bointon + * @copyright 2012 - 2020 Marcus Bointon * @copyright 2004 - 2009 Andy Prevost * @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License */ diff --git a/test/fakepopserver.sh b/test/fakepopserver.sh index c35aff3f..586be1e0 100755 --- a/test/fakepopserver.sh +++ b/test/fakepopserver.sh @@ -2,7 +2,7 @@ # Fake POP3 server # By Marcus Bointon -# Copyright 2010 - 2016 Marcus Bointon +# Copyright 2010 - 2020 Marcus Bointon # Based on code by 'Frater' found at http://www.linuxquestions.org/questions/programming-9/fake-pop3-server-to-capture-pop3-passwords-933733 # Does not actually serve any mail, but supports commands sufficient to test POP-before SMTP # Can be run directly from a shell like this: