diff --git a/lib/subscriptions/subscriptions.inc.php b/lib/subscriptions/subscriptions.inc.php index 95a8323..f69d6fc 100644 --- a/lib/subscriptions/subscriptions.inc.php +++ b/lib/subscriptions/subscriptions.inc.php @@ -35,7 +35,6 @@ * To use this, instantiate a SubscriptionEvent, and call the * appropriate "event" method. * - * @author Brad Shuttleworth */ require_once(KT_LIB_DIR . "/database/dbutil.inc"); diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 95cc4d1..8b2eb1f 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -37,7 +37,6 @@ * * For the meaning of each of the variables and functions, see inline. * - * @author: Brad Shuttleworth */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/lib/widgets/fieldWidgets.php b/lib/widgets/fieldWidgets.php index f5ecc96..b4e544e 100644 --- a/lib/widgets/fieldWidgets.php +++ b/lib/widgets/fieldWidgets.php @@ -33,8 +33,6 @@ * * Useful (common) widgets to handle creating, editing, extending items, etc. * - * Author: Brad Shuttleworth (brad@jamwarehouse.com) - * Copyright (c) 2005 the Jam Warehouse Software (Pty) Ltd. */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/lib/widgets/fieldsetDisplay.inc.php b/lib/widgets/fieldsetDisplay.inc.php index 67c948d..baaf5fb 100644 --- a/lib/widgets/fieldsetDisplay.inc.php +++ b/lib/widgets/fieldsetDisplay.inc.php @@ -38,7 +38,6 @@ * "document" => $oDocument * "document_id" => $iDocumentId * - * author: Brad Shuttleworth */ // boilerplate diff --git a/lib/widgets/portlet.inc.php b/lib/widgets/portlet.inc.php index eecfc61..10f149e 100644 --- a/lib/widgets/portlet.inc.php +++ b/lib/widgets/portlet.inc.php @@ -33,7 +33,6 @@ * * Very simple wrapper that establishes the absolutely basic API. * - * author: Brad Shuttleworth */ require_once(KT_LIB_DIR . "/templating/templating.inc.php"); diff --git a/lib/workflow/workflowtrigger.inc.php b/lib/workflow/workflowtrigger.inc.php index 9640cf3..ac82fc7 100644 --- a/lib/workflow/workflowtrigger.inc.php +++ b/lib/workflow/workflowtrigger.inc.php @@ -33,10 +33,6 @@ * (C) 2007 The Jam Warehouse Software (Pty) Ltd; * All Rights Reserved. * Contributor( s): ______________________________________ - * - * - * @version $Revision: 5268 $ - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa */ //require_once(KT_LIB_DIR . '/workflow/workflowtriggerinstance'); diff --git a/lib/workflow/workflowtriggerinstance.inc.php b/lib/workflow/workflowtriggerinstance.inc.php index e6a9843..2086a30 100644 --- a/lib/workflow/workflowtriggerinstance.inc.php +++ b/lib/workflow/workflowtriggerinstance.inc.php @@ -29,10 +29,6 @@ * (C) 2007 The Jam Warehouse Software (Pty) Ltd; * All Rights Reserved. * Contributor( s): ______________________________________ - * - * - * @version $Revision: 5268 $ - * @author Brad Shuttleworth, Jam Warehouse (Pty) Ltd, South Africa */ require_once(KT_LIB_DIR . "/ktentity.inc"); diff --git a/search/simpleSearch.php b/search/simpleSearch.php index dc55269..a500e3a 100644 --- a/search/simpleSearch.php +++ b/search/simpleSearch.php @@ -26,11 +26,6 @@ * (C) 2007 The Jam Warehouse Software (Pty) Ltd; * All Rights Reserved. * Contributor( s): ______________________________________ - * - * - * @version $Revision$ - * @author Brad Shuttleworth , Jam Warehouse (Pty) Ltd, South Africa - * @author Neil Blakey-Milner , Jam Warehouse (Pty) Ltd, South Africa */ // main library routines and defaults