copyright and doc
This commit is contained in:
parent
a0ef602297
commit
b0548213b9
@ -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
|
||||
*/
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user