mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
fix copyright and description of class
This commit is contained in:
parent
83770f7521
commit
0e8f9c5164
|
@ -9,19 +9,21 @@
|
||||||
* @author Uwe Steinmann <uwe@steinmann.cx>
|
* @author Uwe Steinmann <uwe@steinmann.cx>
|
||||||
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
||||||
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
||||||
* 2010 Uwe Steinmann
|
* 2010-2022 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class to represent a user in the document management system
|
* Class to file operation in the document management system
|
||||||
|
* Use the methods of this class only for files below the content
|
||||||
|
* directory but not for temporäry files, cache files or log files.
|
||||||
*
|
*
|
||||||
* @category DMS
|
* @category DMS
|
||||||
* @package SeedDMS_Core
|
* @package SeedDMS_Core
|
||||||
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
|
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
|
||||||
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
* @copyright Copyright (C) 2002-2005 Markus Westphal,
|
||||||
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,
|
||||||
* 2010 Uwe Steinmann
|
* 2010-2022 Uwe Steinmann
|
||||||
* @version Release: @package_version@
|
* @version Release: @package_version@
|
||||||
*/
|
*/
|
||||||
class SeedDMS_Core_File {
|
class SeedDMS_Core_File {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user