diff options
author | filip <filip.komar@gmail.com> | 2021-04-13 12:41:24 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2021-04-13 12:41:24 +0200 |
commit | e065d637d9aff8e59e44d5c0553fd4c50509951c (patch) | |
tree | 17f131cbb670bae8767efc75e1c7e4c11d5be287 /lib/simplepie/autoloader.php | |
parent | 63276079bbaa3c53e1fdfe3ab44e97a16c1741f9 (diff) | |
download | www-e065d637d9aff8e59e44d5c0553fd4c50509951c.tar www-e065d637d9aff8e59e44d5c0553fd4c50509951c.tar.gz www-e065d637d9aff8e59e44d5c0553fd4c50509951c.tar.bz2 www-e065d637d9aff8e59e44d5c0553fd4c50509951c.tar.xz www-e065d637d9aff8e59e44d5c0553fd4c50509951c.zip |
update SimplePie for compatibility php 7.4 and 8
Diffstat (limited to 'lib/simplepie/autoloader.php')
-rw-r--r-- | lib/simplepie/autoloader.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/simplepie/autoloader.php b/lib/simplepie/autoloader.php index fd7690da2..e42f07b3a 100644 --- a/lib/simplepie/autoloader.php +++ b/lib/simplepie/autoloader.php @@ -5,7 +5,7 @@ * A PHP-Based RSS and Atom Feed Framework. * Takes the hard work out of managing a complete RSS/Atom solution. * - * Copyright (c) 2004-2016, Ryan Parman, Geoffrey Sneddon, Ryan McCue, and contributors + * Copyright (c) 2004-2016, Ryan Parman, Sam Sneddon, Ryan McCue, and contributors * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are @@ -33,9 +33,9 @@ * POSSIBILITY OF SUCH DAMAGE. * * @package SimplePie - * @copyright 2004-2016 Ryan Parman, Geoffrey Sneddon, Ryan McCue + * @copyright 2004-2016 Ryan Parman, Sam Sneddon, Ryan McCue * @author Ryan Parman - * @author Geoffrey Sneddon + * @author Sam Sneddon * @author Ryan McCue * @link http://simplepie.org/ SimplePie * @license http://www.opensource.org/licenses/bsd-license.php BSD License |