Commit 5245540be81857f73a1bc0dc587f903837f820da
1 parent
3c0754ef
KTS-1922
"Subscription.inc file contains wrong licensing information. " Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6552 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
8 additions
and
14 deletions
lib/subscriptions/Subscription.inc
| 1 | <?php | 1 | <?php |
| 2 | -require_once(KT_LIB_DIR . "/subscriptions/SubscriptionConstants.inc"); | ||
| 3 | -require_once(KT_LIB_DIR . "/foldermanagement/Folder.inc"); | ||
| 4 | -require_once(KT_LIB_DIR . "/documentmanagement/Document.inc"); | ||
| 5 | -require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); | ||
| 6 | -/** | ||
| 7 | - * $Id$ | ||
| 8 | - * | ||
| 9 | - * Represents a subscription. | ||
| 10 | - * | 2 | +/* |
| 11 | * The contents of this file are subject to the KnowledgeTree Public | 3 | * The contents of this file are subject to the KnowledgeTree Public |
| 12 | * License Version 1.1 ("License"); You may not use this file except in | 4 | * License Version 1.1 ("License"); You may not use this file except in |
| 13 | * compliance with the License. You may obtain a copy of the License at | 5 | * compliance with the License. You may obtain a copy of the License at |
| @@ -27,11 +19,13 @@ require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); | @@ -27,11 +19,13 @@ require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); | ||
| 27 | * (C) 2007 The Jam Warehouse Software (Pty) Ltd; | 19 | * (C) 2007 The Jam Warehouse Software (Pty) Ltd; |
| 28 | * All Rights Reserved. | 20 | * All Rights Reserved. |
| 29 | * | 21 | * |
| 30 | - * | ||
| 31 | - * @version $Revision$ | ||
| 32 | - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | ||
| 33 | - * @package lib.subscriptions | ||
| 34 | - */ | 22 | + */ |
| 23 | + | ||
| 24 | +require_once(KT_LIB_DIR . "/subscriptions/SubscriptionConstants.inc"); | ||
| 25 | +require_once(KT_LIB_DIR . "/foldermanagement/Folder.inc"); | ||
| 26 | +require_once(KT_LIB_DIR . "/documentmanagement/Document.inc"); | ||
| 27 | +require_once(KT_LIB_DIR . "/subscriptions/subscriptions.inc.php"); | ||
| 28 | + | ||
| 35 | class Subscription extends KTEntity { | 29 | class Subscription extends KTEntity { |
| 36 | 30 | ||
| 37 | /** | 31 | /** |