Commit d1561ba5e1b42b732ee3b172e31c2e00ebf31e00

Authored by Kevin Fourie
1 parent 55d4764b

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@6656 c91229c3-7414-0410-bfa2-8a42b809f60b
browse.php
@@ -26,10 +26,6 @@ @@ -26,10 +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 */ 29 */
34 30
35 // main library routines and defaults 31 // main library routines and defaults
dashboard.php
@@ -30,10 +30,6 @@ @@ -30,10 +30,6 @@
30 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 30 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
31 * All Rights Reserved. 31 * All Rights Reserved.
32 * Contributor( s): ______________________________________ 32 * Contributor( s): ______________________________________
33 - *  
34 - *  
35 - * @version $Revision$  
36 - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa  
37 */ 33 */
38 34
39 // main library routines and defaults 35 // main library routines and defaults
ktapi/ktapi.inc.php
1 <? 1 <?
2 -  
3 /** 2 /**
4 * 3 *
5 * Implements a cleaner wrapper API for KnowledgeTree. 4 * Implements a cleaner wrapper API for KnowledgeTree.
lib/ktentity.inc
@@ -28,11 +28,6 @@ @@ -28,11 +28,6 @@
28 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 28 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
29 * All Rights Reserved. 29 * All Rights Reserved.
30 * Contributor( s): ______________________________________ 30 * Contributor( s): ______________________________________
31 - *  
32 - *  
33 - * @version $Revision$  
34 - * @author Neil Blakey-Milner, Jam Warehouse (Pty) Ltd, South Africa  
35 - * @package lib  
36 */ 31 */
37 32
38 $_LCASECACHE = array(); 33 $_LCASECACHE = array();
lib/sanitize.inc
@@ -28,10 +28,6 @@ @@ -28,10 +28,6 @@
28 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 28 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
29 * All Rights Reserved. 29 * All Rights Reserved.
30 * Contributor( s): ______________________________________ 30 * Contributor( s): ______________________________________
31 - *  
32 - *  
33 - * @version $Revision$  
34 - * @author Andrew Glen-Young <andrew@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa  
35 */ 31 */
36 32
37 /** 33 /**
plugins/ktcore/KTDocumentActions.php
1 <?php 1 <?php
2 /** 2 /**
  3 + * $Id$
3 * 4 *
4 * The contents of this file are subject to the KnowledgeTree Public 5 * The contents of this file are subject to the KnowledgeTree Public
5 * License Version 1.1.2 ("License"); You may not use this file except in 6 * License Version 1.1.2 ("License"); You may not use this file except in
plugins/ktcore/admin/roleManagement.php
1 <?php 1 <?php
2 /* 2 /*
  3 + * $Id$
  4 + *
3 * Document Link Type management 5 * Document Link Type management
4 * 6 *
5 * The contents of this file are subject to the KnowledgeTree Public 7 * The contents of this file are subject to the KnowledgeTree Public
@@ -26,11 +28,6 @@ @@ -26,11 +28,6 @@
26 * (C) 2007 The Jam Warehouse Software (Pty) Ltd; 28 * (C) 2007 The Jam Warehouse Software (Pty) Ltd;
27 * All Rights Reserved. 29 * All Rights Reserved.
28 * Contributor( s): ______________________________________ 30 * Contributor( s): ______________________________________
29 - *  
30 - *  
31 - * @version $Revision$  
32 - * @author Brad Shuttleworth <brad@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa  
33 - * @package documentmanagement  
34 */ 31 */
35 32
36 require_once(KT_LIB_DIR . '/dispatcher.inc.php'); 33 require_once(KT_LIB_DIR . '/dispatcher.inc.php');