diff --git a/htdocs/includes/odtphp/odf.php b/htdocs/includes/odtphp/odf.php index e3b0b8a48f2..abf12c66e0c 100644 --- a/htdocs/includes/odtphp/odf.php +++ b/htdocs/includes/odtphp/odf.php @@ -18,7 +18,7 @@ class OdfException extends Exception * @copyright 2010-2015 - Laurent Destailleur - eldy@users.sourceforge.net * @copyright 2010 - Vikas Mahajan - http://vikasmahajan.wordpress.com * @copyright 2012 - Stephen Larroque - lrq3000@gmail.com - * @copyright 2022 - Open-DSI - contact@open-dsi.fr + * @copyright 2023 - Thomas Negre - contact@open-dsi.fr * @license https://www.gnu.org/copyleft/gpl.html GPL License * @version 1.5.0 */ diff --git a/test/phpunit/ODFTest.php b/test/phpunit/ODFTest.php index 2bcc7bb0cb7..c4eeee3f8bd 100644 --- a/test/phpunit/ODFTest.php +++ b/test/phpunit/ODFTest.php @@ -1,6 +1,6 @@ - * Copyright (C) 2022 - Open-DSI + * Copyright (C) 2023 - Thomas Negre - contact@open-dsi.fr * * 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