Commit d5da7c8a4352c3fe5432ed13c614fdfcae070ca7

Authored by Kevin Fourie
1 parent 6af36203

Fixed up some more license header issues.

Committed By: Kevin
Reviewed By: Conrad

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6666 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/subscriptions/subscriptions.inc.php
@@ -35,7 +35,6 @@ @@ -35,7 +35,6 @@
35 * To use this, instantiate a SubscriptionEvent, and call the 35 * To use this, instantiate a SubscriptionEvent, and call the
36 * appropriate "event" method. 36 * appropriate "event" method.
37 * 37 *
38 - * @author Brad Shuttleworth <brad@jamwarehouse.com>  
39 */ 38 */
40 39
41 require_once(KT_LIB_DIR . "/database/dbutil.inc"); 40 require_once(KT_LIB_DIR . "/database/dbutil.inc");
lib/templating/kt3template.inc.php
@@ -37,7 +37,6 @@ @@ -37,7 +37,6 @@
37 * 37 *
38 * For the meaning of each of the variables and functions, see inline. 38 * For the meaning of each of the variables and functions, see inline.
39 * 39 *
40 - * @author: Brad Shuttleworth <brad@jamwarehouse.com>  
41 */ 40 */
42 41
43 require_once(KT_LIB_DIR . "/templating/templating.inc.php"); 42 require_once(KT_LIB_DIR . "/templating/templating.inc.php");
lib/widgets/fieldWidgets.php
@@ -33,8 +33,6 @@ @@ -33,8 +33,6 @@
33 * 33 *
34 * Useful (common) widgets to handle creating, editing, extending items, etc. 34 * Useful (common) widgets to handle creating, editing, extending items, etc.
35 * 35 *
36 - * Author: Brad Shuttleworth (brad@jamwarehouse.com)  
37 - * Copyright (c) 2005 the Jam Warehouse Software (Pty) Ltd.  
38 */ 36 */
39 37
40 require_once(KT_LIB_DIR . "/templating/templating.inc.php"); 38 require_once(KT_LIB_DIR . "/templating/templating.inc.php");
lib/widgets/fieldsetDisplay.inc.php
@@ -38,7 +38,6 @@ @@ -38,7 +38,6 @@
38 * "document" => $oDocument 38 * "document" => $oDocument
39 * "document_id" => $iDocumentId 39 * "document_id" => $iDocumentId
40 * 40 *
41 - * author: Brad Shuttleworth <brad@jamwarehouse.com>  
42 */ 41 */
43 42
44 // boilerplate 43 // boilerplate
lib/widgets/portlet.inc.php
@@ -33,7 +33,6 @@ @@ -33,7 +33,6 @@
33 * 33 *
34 * Very simple wrapper that establishes the absolutely basic API. 34 * Very simple wrapper that establishes the absolutely basic API.
35 * 35 *
36 - * author: Brad Shuttleworth <brad@jamwarehouse.com>  
37 */ 36 */
38 37
39 require_once(KT_LIB_DIR . "/templating/templating.inc.php"); 38 require_once(KT_LIB_DIR . "/templating/templating.inc.php");
lib/workflow/workflowtrigger.inc.php
@@ -33,10 +33,6 @@ @@ -33,10 +33,6 @@
33 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 33 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
34 * All Rights Reserved. 34 * All Rights Reserved.
35 * Contributor( s): ______________________________________ 35 * Contributor( s): ______________________________________
36 - *  
37 - *  
38 - * @version $Revision: 5268 $  
39 - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa  
40 */ 36 */
41 37
42 //require_once(KT_LIB_DIR . '/workflow/workflowtriggerinstance'); 38 //require_once(KT_LIB_DIR . '/workflow/workflowtriggerinstance');
lib/workflow/workflowtriggerinstance.inc.php
@@ -29,10 +29,6 @@ @@ -29,10 +29,6 @@
29 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 29 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
30 * All Rights Reserved. 30 * All Rights Reserved.
31 * Contributor( s): ______________________________________ 31 * Contributor( s): ______________________________________
32 - *  
33 - *  
34 - * @version $Revision: 5268 $  
35 - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa  
36 */ 32 */
37 33
38 require_once(KT_LIB_DIR . "/ktentity.inc"); 34 require_once(KT_LIB_DIR . "/ktentity.inc");
search/simpleSearch.php
@@ -26,11 +26,6 @@ @@ -26,11 +26,6 @@
26 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 26 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
27 * All Rights Reserved. 27 * All Rights Reserved.
28 * Contributor( s): ______________________________________ 28 * Contributor( s): ______________________________________
29 - *  
30 - *  
31 - * @version $Revision$  
32 - * @author Brad Shuttleworth <brad@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa  
33 - * @author Neil Blakey-Milner <nbm@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa  
34 */ 29 */
35 30
36 // main library routines and defaults 31 // main library routines and defaults