copyright and doc

This commit is contained in:
Thomas Negre 2022-11-16 11:44:46 +01:00
parent a0ef602297
commit b0548213b9
2 changed files with 5 additions and 5 deletions

View File

@ -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
*/

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2007-2017 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) ---Put here your own copyright and developer email---
* Copyright (C) 2022 - Open-DSI <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
@ -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;