From 06c64eea98b5c2e5b9abad9a26ce74fb1a179336 Mon Sep 17 00:00:00 2001 From: tnegre Date: Thu, 23 Mar 2023 11:10:47 +0100 Subject: [PATCH] Update copyright --- htdocs/includes/odtphp/odf.php | 2 +- test/phpunit/ODFTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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