From b0548213b94aab7fceccbdd572a8589631b33952 Mon Sep 17 00:00:00 2001 From: Thomas Negre Date: Wed, 16 Nov 2022 11:44:46 +0100 Subject: [PATCH] copyright and doc --- htdocs/includes/odtphp/odf.php | 2 +- test/phpunit/ODFTest.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/includes/odtphp/odf.php b/htdocs/includes/odtphp/odf.php index a07f5346943..9612a4c41a5 100644 --- a/htdocs/includes/odtphp/odf.php +++ b/htdocs/includes/odtphp/odf.php @@ -15,7 +15,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 2020 - Open-DSI - contact@open-dsi.fr + * @copyright 2022 - Open-DSI - 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 989a42c93bf..7c859173326 100644 --- a/test/phpunit/ODFTest.php +++ b/test/phpunit/ODFTest.php @@ -1,6 +1,6 @@ - * Copyright (C) ---Put here your own copyright and developer email--- + * Copyright (C) 2022 - Open-DSI * * 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 @@ -17,9 +17,9 @@ */ /** - * \file test/unit/BillOfMaterialsTest.php - * \ingroup billofmaterials - * \brief PHPUnit test for BillOfMaterials class. + * \file test/unit/ODFTest.php + * \ingroup odf + * \brief PHPUnit test for odf class. */ global $conf,$user,$langs,$db;