Commit d5da7c8a4352c3fe5432ed13c614fdfcae070ca7
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
Showing
8 changed files
with
0 additions
and
19 deletions
lib/subscriptions/subscriptions.inc.php
lib/templating/kt3template.inc.php
lib/widgets/fieldWidgets.php
| ... | ... | @@ -33,8 +33,6 @@ |
| 33 | 33 | * |
| 34 | 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 | 38 | require_once(KT_LIB_DIR . "/templating/templating.inc.php"); | ... | ... |
lib/widgets/fieldsetDisplay.inc.php
lib/widgets/portlet.inc.php
lib/workflow/workflowtrigger.inc.php
| ... | ... | @@ -33,10 +33,6 @@ |
| 33 | 33 | * (C) 2007 The Jam Warehouse Software (Pty) Ltd; |
| 34 | 34 | * All Rights Reserved. |
| 35 | 35 | * Contributor( s): ______________________________________ |
| 36 | - * | |
| 37 | - * | |
| 38 | - * @version $Revision: 5268 $ | |
| 39 | - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa | |
| 40 | 36 | */ |
| 41 | 37 | |
| 42 | 38 | //require_once(KT_LIB_DIR . '/workflow/workflowtriggerinstance'); | ... | ... |
lib/workflow/workflowtriggerinstance.inc.php
| ... | ... | @@ -29,10 +29,6 @@ |
| 29 | 29 | * (C) 2007 The Jam Warehouse Software (Pty) Ltd; |
| 30 | 30 | * All Rights Reserved. |
| 31 | 31 | * Contributor( s): ______________________________________ |
| 32 | - * | |
| 33 | - * | |
| 34 | - * @version $Revision: 5268 $ | |
| 35 | - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa | |
| 36 | 32 | */ |
| 37 | 33 | |
| 38 | 34 | require_once(KT_LIB_DIR . "/ktentity.inc"); | ... | ... |
search/simpleSearch.php
| ... | ... | @@ -26,11 +26,6 @@ |
| 26 | 26 | * (C) 2007 The Jam Warehouse Software (Pty) Ltd; |
| 27 | 27 | * All Rights Reserved. |
| 28 | 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 | 31 | // main library routines and defaults | ... | ... |