- renamed package name from LetoDMЅ to LetoDMS_Core

This commit is contained in:
steinm 2011-01-20 14:03:10 +00:00
parent 43070c48e6
commit fd41c75698
11 changed files with 26 additions and 26 deletions

View File

@ -3,7 +3,7 @@
* Some definitions for access control
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>

View File

@ -3,7 +3,7 @@
* Implementation of user and group access object
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -17,7 +17,7 @@
* This class cannot be used to modify access rights.
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann
@ -47,7 +47,7 @@ class LetoDMS_Core_UserAccess { /* {{{ */
* This class cannot be used to modify access rights.
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann
* @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -63,7 +63,7 @@ require_once("inc.ClassNotification.php");
* </code>
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2010, Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of a document in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL2
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
@ -26,7 +26,7 @@ define("S_EXPIRED", -3);
* Class to represent a document in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
@ -1469,7 +1469,7 @@ class LetoDMS_Core_Document { /* {{{ */
* {@link LetoDMS_Core_Document::removeContent()}.
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2186,7 +2186,7 @@ class LetoDMS_Core_DocumentContent { /* {{{ */
* to another document.
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2247,7 +2247,7 @@ class LetoDMS_Core_DocumentLink { /* {{{ */
* Use {@link LetoDMS_Core_Document::addDocumentFile()} to attach a file.
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal,
@ -2328,7 +2328,7 @@ class LetoDMS_Core_DocumentFile { /* {{{ */
* Class to represent a list of document contents
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal,

View File

@ -3,7 +3,7 @@
* Implementation of a folder in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL2
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli,
* Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a folder in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,

View File

@ -3,7 +3,7 @@
* Implementation of the group object in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a user group in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann
* @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of keyword categories in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a keyword category in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of a notification object
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -15,7 +15,7 @@
* Class to represent a notification
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2010 Uwe Steinmann
* @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of the user object in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -16,7 +16,7 @@
* Class to represent a user in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe,
* 2010 Uwe Steinmann

View File

@ -3,7 +3,7 @@
* Implementation of database access
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -21,7 +21,7 @@ require_once "adodb/adodb.inc.php";
* Class to represent the database access for the document management
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Matteo Lucarelli, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, 2010 Uwe Steinmann
* @version Release: @package_version@

View File

@ -3,7 +3,7 @@
* Implementation of various file system operations
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @license GPL 2
* @version @version@
* @author Uwe Steinmann <uwe@steinmann.cx>
@ -17,7 +17,7 @@
* Class to represent a user in the document management system
*
* @category DMS
* @package LetoDMS
* @package LetoDMS_Core
* @author Markus Westphal, Malcolm Cowe, Uwe Steinmann <uwe@steinmann.cx>
* @copyright Copyright (C) 2002-2005 Markus Westphal,
* 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,