diff --git a/LetoDMS_Core/inc.AccessUtils.php b/LetoDMS_Core/inc.AccessUtils.php index 179751a85..377973def 100644 --- a/LetoDMS_Core/inc.AccessUtils.php +++ b/LetoDMS_Core/inc.AccessUtils.php @@ -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 diff --git a/LetoDMS_Core/inc.ClassAccess.php b/LetoDMS_Core/inc.ClassAccess.php index a96bfd598..c84f5d02b 100644 --- a/LetoDMS_Core/inc.ClassAccess.php +++ b/LetoDMS_Core/inc.ClassAccess.php @@ -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 @@ -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 * @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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann * @version Release: @package_version@ diff --git a/LetoDMS_Core/inc.ClassDMS.php b/LetoDMS_Core/inc.ClassDMS.php index 61fab70be..b025a31c8 100644 --- a/LetoDMS_Core/inc.ClassDMS.php +++ b/LetoDMS_Core/inc.ClassDMS.php @@ -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 @@ -63,7 +63,7 @@ require_once("inc.ClassNotification.php"); * * * @category DMS - * @package LetoDMS + * @package LetoDMS_Core * @version @version@ * @author Uwe Steinmann * @copyright Copyright (C) 2010, Uwe Steinmann diff --git a/LetoDMS_Core/inc.ClassDocument.php b/LetoDMS_Core/inc.ClassDocument.php index 5e3daf1b5..21c815799 100644 --- a/LetoDMS_Core/inc.ClassDocument.php +++ b/LetoDMS_Core/inc.ClassDocument.php @@ -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 @@ -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 * @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 * @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 * @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 * @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 * @copyright Copyright (C) 2002-2005 Markus Westphal, diff --git a/LetoDMS_Core/inc.ClassFolder.php b/LetoDMS_Core/inc.ClassFolder.php index fa8628938..274dc6a61 100644 --- a/LetoDMS_Core/inc.ClassFolder.php +++ b/LetoDMS_Core/inc.ClassFolder.php @@ -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 @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, diff --git a/LetoDMS_Core/inc.ClassGroup.php b/LetoDMS_Core/inc.ClassGroup.php index 82486def6..a7246e356 100644 --- a/LetoDMS_Core/inc.ClassGroup.php +++ b/LetoDMS_Core/inc.ClassGroup.php @@ -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 @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Uwe Steinmann * @version Release: @package_version@ diff --git a/LetoDMS_Core/inc.ClassKeywords.php b/LetoDMS_Core/inc.ClassKeywords.php index 19f53b593..d61cf596c 100644 --- a/LetoDMS_Core/inc.ClassKeywords.php +++ b/LetoDMS_Core/inc.ClassKeywords.php @@ -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 @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * 2010 Uwe Steinmann diff --git a/LetoDMS_Core/inc.ClassNotification.php b/LetoDMS_Core/inc.ClassNotification.php index f272567ed..d784ce713 100644 --- a/LetoDMS_Core/inc.ClassNotification.php +++ b/LetoDMS_Core/inc.ClassNotification.php @@ -3,7 +3,7 @@ * Implementation of a notification object * * @category DMS - * @package LetoDMS + * @package LetoDMS_Core * @license GPL 2 * @version @version@ * @author Uwe Steinmann @@ -15,7 +15,7 @@ * Class to represent a notification * * @category DMS - * @package LetoDMS + * @package LetoDMS_Core * @author Uwe Steinmann * @copyright Copyright (C) 2010 Uwe Steinmann * @version Release: @package_version@ diff --git a/LetoDMS_Core/inc.ClassUser.php b/LetoDMS_Core/inc.ClassUser.php index 75f55270d..c95998bbf 100644 --- a/LetoDMS_Core/inc.ClassUser.php +++ b/LetoDMS_Core/inc.ClassUser.php @@ -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 @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, * 2010 Uwe Steinmann diff --git a/LetoDMS_Core/inc.DBAccess.php b/LetoDMS_Core/inc.DBAccess.php index b66bee73d..d113de652 100644 --- a/LetoDMS_Core/inc.DBAccess.php +++ b/LetoDMS_Core/inc.DBAccess.php @@ -3,7 +3,7 @@ * Implementation of database access * * @category DMS - * @package LetoDMS + * @package LetoDMS_Core * @license GPL 2 * @version @version@ * @author Uwe Steinmann @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli, 2010 Uwe Steinmann * @version Release: @package_version@ diff --git a/LetoDMS_Core/inc.FileUtils.php b/LetoDMS_Core/inc.FileUtils.php index 9a100ca59..9bd2bfaf8 100644 --- a/LetoDMS_Core/inc.FileUtils.php +++ b/LetoDMS_Core/inc.FileUtils.php @@ -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 @@ -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 * @copyright Copyright (C) 2002-2005 Markus Westphal, * 2006-2008 Malcolm Cowe, 2010 Matteo Lucarelli,