Commit 7c4cc20b0b94e30d6aee8911dd8c01049652e594
1 parent
2d2e5d1f
Some more PHPDoc updates. There should be only two packages now -
KnowledgeTree and KTAPI. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9736 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
6 additions
and
5 deletions
bin/smarty_to_gettext.php
lib/documentmanagement/DocumentLink.inc
| ... | ... | @@ -35,12 +35,14 @@ |
| 35 | 35 | * logo is not reasonably feasible for technical reasons, the Appropriate Legal Notices |
| 36 | 36 | * must display the words "Powered by KnowledgeTree" and retain the original |
| 37 | 37 | * copyright notice. |
| 38 | - * Contributor( s): ______________________________________ | |
| 39 | 38 | * |
| 40 | - * | |
| 41 | - * @author Bryn Divey, Jam Warehouse (Pty) Ltd, South Africa | |
| 42 | - * @package lib.documentmanagement | |
| 39 | + * @copyright 2008-2009, KnowledgeTree Inc. | |
| 40 | + * @license GNU General Public License version 3 | |
| 41 | + * @author KnowledgeTree Team | |
| 42 | + * @package KnowledgeTree | |
| 43 | + * @version Version 0.9 | |
| 43 | 44 | */ |
| 45 | + | |
| 44 | 46 | class DocumentLink extends KTEntity { |
| 45 | 47 | |
| 46 | 48 | /** primary key value */ | ... | ... |