diff --git a/about.php b/about.php index e5e8949..cfba11c 100644 --- a/about.php +++ b/about.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/action.php b/action.php index e67c41d..1c94897 100644 --- a/action.php +++ b/action.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/admin.php b/admin.php index e257b4d..209dd6c 100644 --- a/admin.php +++ b/admin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/automated_upgrade.php b/bin/automated_upgrade.php index 2235741..368c2c3 100644 --- a/bin/automated_upgrade.php +++ b/bin/automated_upgrade.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/checkopenoffice.php b/bin/checkopenoffice.php index 5e916c5..45d22c7 100644 --- a/bin/checkopenoffice.php +++ b/bin/checkopenoffice.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/cleanup.php b/bin/cleanup.php index db9589c..5b5c607 100644 --- a/bin/cleanup.php +++ b/bin/cleanup.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/expungeall.php b/bin/expungeall.php index 17bc2f8..a856833 100644 --- a/bin/expungeall.php +++ b/bin/expungeall.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -100,4 +100,4 @@ $end_time = time(); $diff = $end_time - $start_time; $session->logout(); -?> \ No newline at end of file +?> diff --git a/bin/md5_validation.php b/bin/md5_validation.php index cf1703e..88720de 100644 --- a/bin/md5_validation.php +++ b/bin/md5_validation.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -146,4 +146,4 @@ print("\tNo Hash:\t$no_hash\n"); print("\tTotal:\t\t$total\n"); -?> \ No newline at end of file +?> diff --git a/bin/openoffice/pdfgen.py b/bin/openoffice/pdfgen.py index 875de43..0fee1ce 100755 --- a/bin/openoffice/pdfgen.py +++ b/bin/openoffice/pdfgen.py @@ -4,7 +4,7 @@ # # KnowledgeTree Community Edition # Document Management Made Simple -# Copyright (C) 2008 KnowledgeTree Inc. +# Copyright (C) 2008, 2009 KnowledgeTree Inc. # Portions copyright The Jam Warehouse Software (Pty) Limited # # This program is free software; you can redistribute it and/or modify it under diff --git a/bin/recreateIndexes.php b/bin/recreateIndexes.php index f28e127..aebcfaf 100644 --- a/bin/recreateIndexes.php +++ b/bin/recreateIndexes.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -60,4 +60,4 @@ $schemautil->createPrimaryKeys(); $schemautil->createForeignKeys(); $schemautil->createIndexes(); -?> \ No newline at end of file +?> diff --git a/bin/scheduler.php b/bin/scheduler.php index 6ed0f52..1da8c71 100644 --- a/bin/scheduler.php +++ b/bin/scheduler.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/storageverification.php b/bin/storageverification.php index b0f071d..35d4469 100644 --- a/bin/storageverification.php +++ b/bin/storageverification.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/upgrade/pre-upgrade-3.0b3.php b/bin/upgrade/pre-upgrade-3.0b3.php index 4e3e499..df1c79a 100644 --- a/bin/upgrade/pre-upgrade-3.0b3.php +++ b/bin/upgrade/pre-upgrade-3.0b3.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/upgrade/upgrade-to-2.0.6.php b/bin/upgrade/upgrade-to-2.0.6.php index ba3727c..7837d8c 100644 --- a/bin/upgrade/upgrade-to-2.0.6.php +++ b/bin/upgrade/upgrade-to-2.0.6.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/win32/installScheduler.php b/bin/win32/installScheduler.php index e83b963..385b950 100644 --- a/bin/win32/installScheduler.php +++ b/bin/win32/installScheduler.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/win32/schedulerService.php b/bin/win32/schedulerService.php index 6a78afb..70b2ee6 100644 --- a/bin/win32/schedulerService.php +++ b/bin/win32/schedulerService.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/win32/schedulerServiceStatus.php b/bin/win32/schedulerServiceStatus.php index e6f6ef5..6b5c1ce 100644 --- a/bin/win32/schedulerServiceStatus.php +++ b/bin/win32/schedulerServiceStatus.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/bin/win32/uninstallScheduler.php b/bin/win32/uninstallScheduler.php index 5816ddf..32a1b97 100644 --- a/bin/win32/uninstallScheduler.php +++ b/bin/win32/uninstallScheduler.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -39,4 +39,4 @@ win32_delete_service('ktscheduler'); -?> \ No newline at end of file +?> diff --git a/browse.php b/browse.php index c5d4e2e..b6c9ed8 100644 --- a/browse.php +++ b/browse.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/config/dmsDefaults.php b/config/dmsDefaults.php index a60e5e9..4fae381 100644 --- a/config/dmsDefaults.php +++ b/config/dmsDefaults.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/config/siteMap.inc b/config/siteMap.inc index a23e9c2..cec4c44 100644 --- a/config/siteMap.inc +++ b/config/siteMap.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/config/tableMappings.inc b/config/tableMappings.inc index 32d0af4..ed311f6 100644 --- a/config/tableMappings.inc +++ b/config/tableMappings.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/control.php b/control.php index 5edbe7f..a1663c3 100644 --- a/control.php +++ b/control.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/customerrorpage.php b/customerrorpage.php index fa2b52f..8b54ead 100644 --- a/customerrorpage.php +++ b/customerrorpage.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -83,4 +83,4 @@ $error = strip_tags($error); - \ No newline at end of file + diff --git a/dashboard.php b/dashboard.php index 90c0b01..b3366d5 100644 --- a/dashboard.php +++ b/dashboard.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/docs/COPYING b/docs/COPYING index b43c052..3d1d631 100644 --- a/docs/COPYING +++ b/docs/COPYING @@ -1,6 +1,6 @@ KnowledgeTree Community Edition Document Management Made Simple -Copyright (C) 2008 KnowledgeTree Inc. +Copyright (C) 2008, 2009 KnowledgeTree Inc. Portions copyright The Jam Warehouse Software (Pty) Limited This program is free software; you can redistribute it and/or modify it under diff --git a/examples/fieldsynchronisation/syncFieldFromLDAP.php b/examples/fieldsynchronisation/syncFieldFromLDAP.php index 3ef187b..35052e7 100644 --- a/examples/fieldsynchronisation/syncFieldFromLDAP.php +++ b/examples/fieldsynchronisation/syncFieldFromLDAP.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/help.php b/help.php index 8ac6046..26c6503 100644 --- a/help.php +++ b/help.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktapi/KTAPIAcl.inc.php b/ktapi/KTAPIAcl.inc.php index 066c6e2..35c3e00 100644 --- a/ktapi/KTAPIAcl.inc.php +++ b/ktapi/KTAPIAcl.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -1584,4 +1584,4 @@ final class KTAPI_RoleAllocation extends KTAPI_AllocationBase } } -?> \ No newline at end of file +?> diff --git a/ktapi/KTAPIConstants.inc.php b/ktapi/KTAPIConstants.inc.php index 439b200..058e38b 100644 --- a/ktapi/KTAPIConstants.inc.php +++ b/ktapi/KTAPIConstants.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -74,4 +74,4 @@ define('KTAPI_PERMISSION_DOCUMENT_MOVE', 'ktcore.permissions.write'); define('KTAPI_PERMISSION_WORKFLOW', 'ktcore.permissions.workflow'); define('KTAPI_PERMISSION_VIEW_FOLDER', 'ktcore.permissions.folder_details'); -?> \ No newline at end of file +?> diff --git a/ktapi/KTAPIDocument.inc.php b/ktapi/KTAPIDocument.inc.php index d975e91..ff7ab98 100644 --- a/ktapi/KTAPIDocument.inc.php +++ b/ktapi/KTAPIDocument.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktapi/KTAPIFolder.inc.php b/ktapi/KTAPIFolder.inc.php index 1787d52..3a4acf9 100644 --- a/ktapi/KTAPIFolder.inc.php +++ b/ktapi/KTAPIFolder.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktapi/KTAPISession.inc.php b/ktapi/KTAPISession.inc.php index 7fea1ed..71935eb 100644 --- a/ktapi/KTAPISession.inc.php +++ b/ktapi/KTAPISession.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -397,4 +397,4 @@ class KTAPI_SystemSession extends KTAPI_Session } } -?> \ No newline at end of file +?> diff --git a/ktapi/ktapi.inc.php b/ktapi/ktapi.inc.php index 39353f9..24f2596 100644 --- a/ktapi/ktapi.inc.php +++ b/ktapi/ktapi.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktwebdav/index.php b/ktwebdav/index.php index 255ad68..2f017e6 100644 --- a/ktwebdav/index.php +++ b/ktwebdav/index.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktwebdav/ktwebdav.php b/ktwebdav/ktwebdav.php index 53b5a4d..0c1bb56 100644 --- a/ktwebdav/ktwebdav.php +++ b/ktwebdav/ktwebdav.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktwebdav/lib/KTWebDAVServer.inc.php b/ktwebdav/lib/KTWebDAVServer.inc.php index dab1b9d..d7497cd 100644 --- a/ktwebdav/lib/KTWebDAVServer.inc.php +++ b/ktwebdav/lib/KTWebDAVServer.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/ktwebservice/KTDownloadManager.inc.php b/ktwebservice/KTDownloadManager.inc.php index d4b5650..f5b3e4b 100644 --- a/ktwebservice/KTDownloadManager.inc.php +++ b/ktwebservice/KTDownloadManager.inc.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -232,4 +232,4 @@ class KTDownloadManager DBUtil::runQuery($sql); } } -?> \ No newline at end of file +?> diff --git a/ktwebservice/KTUploadManager.inc.php b/ktwebservice/KTUploadManager.inc.php index ec7933d..0e6f664 100644 --- a/ktwebservice/KTUploadManager.inc.php +++ b/ktwebservice/KTUploadManager.inc.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -226,4 +226,4 @@ class KTUploadManager } } } -?> \ No newline at end of file +?> diff --git a/ktwebservice/download.php b/ktwebservice/download.php index 8be34a4..8f3bea0 100644 --- a/ktwebservice/download.php +++ b/ktwebservice/download.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -80,4 +80,4 @@ if (PEAR::isError($response)) exit; } -?> \ No newline at end of file +?> diff --git a/ktwebservice/download_cleanup.php b/ktwebservice/download_cleanup.php index 0fb1db1..783a3ae 100644 --- a/ktwebservice/download_cleanup.php +++ b/ktwebservice/download_cleanup.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -45,4 +45,4 @@ require_once('KTUploadManager.inc.php'); $download_manager = new KTDownloadManager(); $download_manager->cleanup(); -?> \ No newline at end of file +?> diff --git a/ktwebservice/index.php b/ktwebservice/index.php index 58d10bf..f6836cf 100644 --- a/ktwebservice/index.php +++ b/ktwebservice/index.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -41,4 +41,4 @@ */ require_once('webservice.php'); -?> \ No newline at end of file +?> diff --git a/ktwebservice/upload.php b/ktwebservice/upload.php index 78247e4..47551bb 100644 --- a/ktwebservice/upload.php +++ b/ktwebservice/upload.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -204,4 +204,4 @@ function respond($code, $msg, $uploads=array()) } -?> \ No newline at end of file +?> diff --git a/ktwebservice/upload_cleanup.php b/ktwebservice/upload_cleanup.php index d33e88c..794459a 100644 --- a/ktwebservice/upload_cleanup.php +++ b/ktwebservice/upload_cleanup.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -45,4 +45,4 @@ require_once('KTUploadManager.inc.php'); $upload_manager = new KTUploadManager(); $upload_manager->cleanup(); -?> \ No newline at end of file +?> diff --git a/ktwebservice/webservice.php b/ktwebservice/webservice.php index b88ab8b..585145c 100644 --- a/ktwebservice/webservice.php +++ b/ktwebservice/webservice.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -4454,4 +4454,4 @@ class KTWebService $webservice = new KTWebService(); $webservice->run(); -?> \ No newline at end of file +?> diff --git a/lib/actions/actionregistry.inc.php b/lib/actions/actionregistry.inc.php index ee39940..bf71fb8 100644 --- a/lib/actions/actionregistry.inc.php +++ b/lib/actions/actionregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/bulkaction.php b/lib/actions/bulkaction.php index e3447c2..7487d51 100644 --- a/lib/actions/bulkaction.php +++ b/lib/actions/bulkaction.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/documentaction.inc.php b/lib/actions/documentaction.inc.php index 1aa24bf..bf151c5 100644 --- a/lib/actions/documentaction.inc.php +++ b/lib/actions/documentaction.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/documentviewlet.inc.php b/lib/actions/documentviewlet.inc.php index 3ad0af3..c0e9f8c 100644 --- a/lib/actions/documentviewlet.inc.php +++ b/lib/actions/documentviewlet.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/entitylist.php b/lib/actions/entitylist.php index b273ace..011a008 100644 --- a/lib/actions/entitylist.php +++ b/lib/actions/entitylist.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/folderaction.inc.php b/lib/actions/folderaction.inc.php index deac892..5c92ce0 100644 --- a/lib/actions/folderaction.inc.php +++ b/lib/actions/folderaction.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/actions/portletregistry.inc.php b/lib/actions/portletregistry.inc.php index 4523156..7a78225 100644 --- a/lib/actions/portletregistry.inc.php +++ b/lib/actions/portletregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/alert/delivery/EmailAlert.inc b/lib/alert/delivery/EmailAlert.inc index 164eeb9..88af1c2 100644 --- a/lib/alert/delivery/EmailAlert.inc +++ b/lib/alert/delivery/EmailAlert.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/alert/delivery/SMSAlert.inc b/lib/alert/delivery/SMSAlert.inc index 53dc45c..905d540 100644 --- a/lib/alert/delivery/SMSAlert.inc +++ b/lib/alert/delivery/SMSAlert.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/Authenticator.inc b/lib/authentication/Authenticator.inc index 9361038..b83246f 100644 --- a/lib/authentication/Authenticator.inc +++ b/lib/authentication/Authenticator.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/DBAuthenticator.inc b/lib/authentication/DBAuthenticator.inc index b8c9142..56ee20b 100644 --- a/lib/authentication/DBAuthenticator.inc +++ b/lib/authentication/DBAuthenticator.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/authenticationprovider.inc.php b/lib/authentication/authenticationprovider.inc.php index e65fda8..35ea290 100644 --- a/lib/authentication/authenticationprovider.inc.php +++ b/lib/authentication/authenticationprovider.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/authenticationproviderregistry.inc.php b/lib/authentication/authenticationproviderregistry.inc.php index b0081ac..a9ca432 100644 --- a/lib/authentication/authenticationproviderregistry.inc.php +++ b/lib/authentication/authenticationproviderregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/authenticationsource.inc.php b/lib/authentication/authenticationsource.inc.php index 282a3d4..d36a807 100644 --- a/lib/authentication/authenticationsource.inc.php +++ b/lib/authentication/authenticationsource.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/authenticationutil.inc.php b/lib/authentication/authenticationutil.inc.php index bde00e9..1519e23 100644 --- a/lib/authentication/authenticationutil.inc.php +++ b/lib/authentication/authenticationutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/builtinauthenticationprovider.inc.php b/lib/authentication/builtinauthenticationprovider.inc.php index db3a56d..73ac81c 100644 --- a/lib/authentication/builtinauthenticationprovider.inc.php +++ b/lib/authentication/builtinauthenticationprovider.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/interceptor.inc.php b/lib/authentication/interceptor.inc.php index 7054869..0561664 100644 --- a/lib/authentication/interceptor.inc.php +++ b/lib/authentication/interceptor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/interceptorinstances.inc.php b/lib/authentication/interceptorinstances.inc.php index 84948f5..8f09279 100644 --- a/lib/authentication/interceptorinstances.inc.php +++ b/lib/authentication/interceptorinstances.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/authentication/interceptorregistry.inc.php b/lib/authentication/interceptorregistry.inc.php index 610e787..6a20bee 100644 --- a/lib/authentication/interceptorregistry.inc.php +++ b/lib/authentication/interceptorregistry.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/BrowseColumns.inc.php b/lib/browse/BrowseColumns.inc.php index 4659219..4707397 100644 --- a/lib/browse/BrowseColumns.inc.php +++ b/lib/browse/BrowseColumns.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/Criteria.inc b/lib/browse/Criteria.inc index 4fb477e..b0d3c73 100644 --- a/lib/browse/Criteria.inc +++ b/lib/browse/Criteria.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/DocumentCollection.inc.php b/lib/browse/DocumentCollection.inc.php index c1bdf65..bad7385 100644 --- a/lib/browse/DocumentCollection.inc.php +++ b/lib/browse/DocumentCollection.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -669,4 +669,4 @@ class ExtCollection { } } -?> \ No newline at end of file +?> diff --git a/lib/browse/PartialQuery.inc.php b/lib/browse/PartialQuery.inc.php index 9de1a45..f2d5e75 100644 --- a/lib/browse/PartialQuery.inc.php +++ b/lib/browse/PartialQuery.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/browseutil.inc.php b/lib/browse/browseutil.inc.php index ca0f583..60d369c 100644 --- a/lib/browse/browseutil.inc.php +++ b/lib/browse/browseutil.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/columnentry.inc.php b/lib/browse/columnentry.inc.php index 80956b5..ea8f369 100644 --- a/lib/browse/columnentry.inc.php +++ b/lib/browse/columnentry.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -250,4 +250,4 @@ class KTColumnEntry extends KTEntity { return true; } } -?> \ No newline at end of file +?> diff --git a/lib/browse/columnregistry.inc.php b/lib/browse/columnregistry.inc.php index 9e26c80..14197fd 100644 --- a/lib/browse/columnregistry.inc.php +++ b/lib/browse/columnregistry.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/browse/criteriaregistry.php b/lib/browse/criteriaregistry.php index 01e8c35..58e76d8 100644 --- a/lib/browse/criteriaregistry.php +++ b/lib/browse/criteriaregistry.php @@ -3,7 +3,7 @@ /* * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/cache/cache.inc.php b/lib/cache/cache.inc.php index d92e2e3..ab80699 100644 --- a/lib/cache/cache.inc.php +++ b/lib/cache/cache.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/config/config.inc.php b/lib/config/config.inc.php index 7b3f900..ecd552e 100644 --- a/lib/config/config.inc.php +++ b/lib/config/config.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/dashboard/DashletDisables.inc.php b/lib/dashboard/DashletDisables.inc.php index 70b6b2a..5875803 100644 --- a/lib/dashboard/DashletDisables.inc.php +++ b/lib/dashboard/DashletDisables.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -84,4 +84,4 @@ class KTDashletDisable extends KTEntity { } } -?> \ No newline at end of file +?> diff --git a/lib/dashboard/Notification.inc.php b/lib/dashboard/Notification.inc.php index 20d7c9c..5fdb893 100644 --- a/lib/dashboard/Notification.inc.php +++ b/lib/dashboard/Notification.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/dashboard/NotificationRegistry.inc.php b/lib/dashboard/NotificationRegistry.inc.php index fc3c1e3..3003ddb 100644 --- a/lib/dashboard/NotificationRegistry.inc.php +++ b/lib/dashboard/NotificationRegistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/dashboard/dashlet.inc.php b/lib/dashboard/dashlet.inc.php index 03968a6..8ff1ed6 100644 --- a/lib/dashboard/dashlet.inc.php +++ b/lib/dashboard/dashlet.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/dashboard/dashletregistry.inc.php b/lib/dashboard/dashletregistry.inc.php index df1896c..835725b 100644 --- a/lib/dashboard/dashletregistry.inc.php +++ b/lib/dashboard/dashletregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/database/datetime.inc b/lib/database/datetime.inc index e9efc3e..6bcffd2 100644 --- a/lib/database/datetime.inc +++ b/lib/database/datetime.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/database/dbcompat.inc b/lib/database/dbcompat.inc index 028ea4e..60f373b 100644 --- a/lib/database/dbcompat.inc +++ b/lib/database/dbcompat.inc @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/database/dbutil.inc b/lib/database/dbutil.inc index b6a42f8..e4f29d0 100644 --- a/lib/database/dbutil.inc +++ b/lib/database/dbutil.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/database/lookup.inc b/lib/database/lookup.inc index 6f76447..ec3bcb5 100644 --- a/lib/database/lookup.inc +++ b/lib/database/lookup.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/database/schema.inc.php b/lib/database/schema.inc.php index dcca76a..7ffe70b 100644 --- a/lib/database/schema.inc.php +++ b/lib/database/schema.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -1055,4 +1055,4 @@ class KTSchemaUtil } -?> \ No newline at end of file +?> diff --git a/lib/database/sqlfile.inc.php b/lib/database/sqlfile.inc.php index c5ebda1..9fb3ebc 100644 --- a/lib/database/sqlfile.inc.php +++ b/lib/database/sqlfile.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/discussions/DiscussionComment.inc b/lib/discussions/DiscussionComment.inc index 6d2e3ce..c5229ed 100644 --- a/lib/discussions/DiscussionComment.inc +++ b/lib/discussions/DiscussionComment.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/discussions/DiscussionThread.inc b/lib/discussions/DiscussionThread.inc index 3920a03..87cb9b0 100644 --- a/lib/discussions/DiscussionThread.inc +++ b/lib/discussions/DiscussionThread.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/dispatcher.inc.php b/lib/dispatcher.inc.php index edaf6d9..788ae24 100644 --- a/lib/dispatcher.inc.php +++ b/lib/dispatcher.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/Document.inc b/lib/documentmanagement/Document.inc index 904254b..6bdb7c8 100644 --- a/lib/documentmanagement/Document.inc +++ b/lib/documentmanagement/Document.inc @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/DocumentField.inc b/lib/documentmanagement/DocumentField.inc index aa535ec..2ab6499 100644 --- a/lib/documentmanagement/DocumentField.inc +++ b/lib/documentmanagement/DocumentField.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/DocumentFieldLink.inc b/lib/documentmanagement/DocumentFieldLink.inc index 6ec874b..349b29c 100644 --- a/lib/documentmanagement/DocumentFieldLink.inc +++ b/lib/documentmanagement/DocumentFieldLink.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/DocumentLink.inc b/lib/documentmanagement/DocumentLink.inc index 9dea228..3ef92d5 100644 --- a/lib/documentmanagement/DocumentLink.inc +++ b/lib/documentmanagement/DocumentLink.inc @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -209,4 +209,4 @@ class DocumentLink extends KTEntity { } } -?> \ No newline at end of file +?> diff --git a/lib/documentmanagement/DocumentTransaction.inc b/lib/documentmanagement/DocumentTransaction.inc index 76adfe9..1695fbe 100644 --- a/lib/documentmanagement/DocumentTransaction.inc +++ b/lib/documentmanagement/DocumentTransaction.inc @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/DocumentTransactionType.inc.php b/lib/documentmanagement/DocumentTransactionType.inc.php index 2114dd7..314f9e0 100644 --- a/lib/documentmanagement/DocumentTransactionType.inc.php +++ b/lib/documentmanagement/DocumentTransactionType.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/DocumentType.inc b/lib/documentmanagement/DocumentType.inc index 1df35af..b7b50eb 100644 --- a/lib/documentmanagement/DocumentType.inc +++ b/lib/documentmanagement/DocumentType.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/LinkType.inc b/lib/documentmanagement/LinkType.inc index fcf0482..c16996a 100644 --- a/lib/documentmanagement/LinkType.inc +++ b/lib/documentmanagement/LinkType.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/MDTree.inc b/lib/documentmanagement/MDTree.inc index a84a55a..920608a 100644 --- a/lib/documentmanagement/MDTree.inc +++ b/lib/documentmanagement/MDTree.inc @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/MetaData.inc b/lib/documentmanagement/MetaData.inc index 9195778..3166697 100644 --- a/lib/documentmanagement/MetaData.inc +++ b/lib/documentmanagement/MetaData.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/PhysicalDocumentManager.inc b/lib/documentmanagement/PhysicalDocumentManager.inc index 1c6499e..498dfad 100644 --- a/lib/documentmanagement/PhysicalDocumentManager.inc +++ b/lib/documentmanagement/PhysicalDocumentManager.inc @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/documentcontentversion.inc.php b/lib/documentmanagement/documentcontentversion.inc.php index c531e84..8eab155 100644 --- a/lib/documentmanagement/documentcontentversion.inc.php +++ b/lib/documentmanagement/documentcontentversion.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/documentcore.inc.php b/lib/documentmanagement/documentcore.inc.php index 5e5e3f1..aa242c9 100644 --- a/lib/documentmanagement/documentcore.inc.php +++ b/lib/documentmanagement/documentcore.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/documentmetadataversion.inc.php b/lib/documentmanagement/documentmetadataversion.inc.php index e196ed1..bb00597 100644 --- a/lib/documentmanagement/documentmetadataversion.inc.php +++ b/lib/documentmanagement/documentmetadataversion.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/documentmanagement/documentutil.inc.php b/lib/documentmanagement/documentutil.inc.php index bae1efc..00461fe 100644 --- a/lib/documentmanagement/documentutil.inc.php +++ b/lib/documentmanagement/documentutil.inc.php @@ -9,7 +9,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -1487,4 +1487,4 @@ class KTUploadNewFile { } } -?> \ No newline at end of file +?> diff --git a/lib/documentmanagement/observers.inc.php b/lib/documentmanagement/observers.inc.php index aa17133..53a4e3c 100644 --- a/lib/documentmanagement/observers.inc.php +++ b/lib/documentmanagement/observers.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/email/Email.inc b/lib/email/Email.inc index f47a698..f8939c3 100644 --- a/lib/email/Email.inc +++ b/lib/email/Email.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/filelike/filelike.inc.php b/lib/filelike/filelike.inc.php index db99d4c..e52634f 100644 --- a/lib/filelike/filelike.inc.php +++ b/lib/filelike/filelike.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/filelike/filelikeutil.inc.php b/lib/filelike/filelikeutil.inc.php index 83c7d3b..87e082d 100644 --- a/lib/filelike/filelikeutil.inc.php +++ b/lib/filelike/filelikeutil.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/filelike/fsfilelike.inc.php b/lib/filelike/fsfilelike.inc.php index 6d0d306..cd134a3 100644 --- a/lib/filelike/fsfilelike.inc.php +++ b/lib/filelike/fsfilelike.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/filelike/stringfilelike.inc.php b/lib/filelike/stringfilelike.inc.php index ff0c23a..66a8cea 100644 --- a/lib/filelike/stringfilelike.inc.php +++ b/lib/filelike/stringfilelike.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/foldermanagement/Folder.inc b/lib/foldermanagement/Folder.inc index 0305b8f..c92740b 100644 --- a/lib/foldermanagement/Folder.inc +++ b/lib/foldermanagement/Folder.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/foldermanagement/PhysicalFolderManagement.inc b/lib/foldermanagement/PhysicalFolderManagement.inc index d6b7cd0..30275ac 100644 --- a/lib/foldermanagement/PhysicalFolderManagement.inc +++ b/lib/foldermanagement/PhysicalFolderManagement.inc @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/foldermanagement/compressionArchiveUtil.inc.php b/lib/foldermanagement/compressionArchiveUtil.inc.php index 17a1ce1..eb3c367 100644 --- a/lib/foldermanagement/compressionArchiveUtil.inc.php +++ b/lib/foldermanagement/compressionArchiveUtil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -302,4 +302,4 @@ class ZipFolder { } } } -?> \ No newline at end of file +?> diff --git a/lib/foldermanagement/foldertransaction.inc.php b/lib/foldermanagement/foldertransaction.inc.php index d4efe8a..60e9aea 100644 --- a/lib/foldermanagement/foldertransaction.inc.php +++ b/lib/foldermanagement/foldertransaction.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/foldermanagement/folderutil.inc.php b/lib/foldermanagement/folderutil.inc.php index 238df27..ac24b33 100644 --- a/lib/foldermanagement/folderutil.inc.php +++ b/lib/foldermanagement/folderutil.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/groups/Group.inc b/lib/groups/Group.inc index b3dda7e..b122e38 100644 --- a/lib/groups/Group.inc +++ b/lib/groups/Group.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/groups/GroupUtil.php b/lib/groups/GroupUtil.php index e21e444..d8bee70 100644 --- a/lib/groups/GroupUtil.php +++ b/lib/groups/GroupUtil.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/help/help.inc.php b/lib/help/help.inc.php index ba9d3f0..69621a5 100644 --- a/lib/help/help.inc.php +++ b/lib/help/help.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/help/helpentity.inc.php b/lib/help/helpentity.inc.php index 9ec023b..402b547 100644 --- a/lib/help/helpentity.inc.php +++ b/lib/help/helpentity.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/help/helpreplacement.inc.php b/lib/help/helpreplacement.inc.php index abcd0a7..c210a1c 100644 --- a/lib/help/helpreplacement.inc.php +++ b/lib/help/helpreplacement.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/i18n/i18n.inc.php b/lib/i18n/i18n.inc.php index 201311c..4e1ed39 100644 --- a/lib/i18n/i18n.inc.php +++ b/lib/i18n/i18n.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/i18n/i18nregistry.inc.php b/lib/i18n/i18nregistry.inc.php index 03854db..db7f45f 100644 --- a/lib/i18n/i18nregistry.inc.php +++ b/lib/i18n/i18nregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/i18n/i18nutil.inc.php b/lib/i18n/i18nutil.inc.php index ff61b13..f712c5b 100644 --- a/lib/i18n/i18nutil.inc.php +++ b/lib/i18n/i18nutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/import/bulkimport.inc.php b/lib/import/bulkimport.inc.php index 596c603..d578f29 100644 --- a/lib/import/bulkimport.inc.php +++ b/lib/import/bulkimport.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/import/fsimportstorage.inc.php b/lib/import/fsimportstorage.inc.php index 5a8c76f..3c9c1bd 100644 --- a/lib/import/fsimportstorage.inc.php +++ b/lib/import/fsimportstorage.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/import/importstorage.inc.php b/lib/import/importstorage.inc.php index 63c3de6..d6ffab7 100644 --- a/lib/import/importstorage.inc.php +++ b/lib/import/importstorage.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/import/zipimportstorage.inc.php b/lib/import/zipimportstorage.inc.php index d26fc04..f3c286e 100644 --- a/lib/import/zipimportstorage.inc.php +++ b/lib/import/zipimportstorage.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -160,4 +160,4 @@ class KTZipImportStorage extends KTFSImportStorage { } } -?> \ No newline at end of file +?> diff --git a/lib/ktentity.inc b/lib/ktentity.inc index e82e281..c130f22 100644 --- a/lib/ktentity.inc +++ b/lib/ktentity.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/metadata/fieldbehaviour.inc.php b/lib/metadata/fieldbehaviour.inc.php index 0ad41c2..75995a1 100644 --- a/lib/metadata/fieldbehaviour.inc.php +++ b/lib/metadata/fieldbehaviour.inc.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/metadata/fieldset.inc.php b/lib/metadata/fieldset.inc.php index af62d9a..ad70537 100644 --- a/lib/metadata/fieldset.inc.php +++ b/lib/metadata/fieldset.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/metadata/fieldsetregistry.inc.php b/lib/metadata/fieldsetregistry.inc.php index 6ced899..23827c9 100644 --- a/lib/metadata/fieldsetregistry.inc.php +++ b/lib/metadata/fieldsetregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/metadata/metadatautil.inc.php b/lib/metadata/metadatautil.inc.php index aee6964..83217d1 100644 --- a/lib/metadata/metadatautil.inc.php +++ b/lib/metadata/metadatautil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/metadata/valueinstance.inc.php b/lib/metadata/valueinstance.inc.php index 62d5570..11dad5c 100644 --- a/lib/metadata/valueinstance.inc.php +++ b/lib/metadata/valueinstance.inc.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/mime.inc.php b/lib/mime.inc.php index fb44f32..5a4d9d8 100644 --- a/lib/mime.inc.php +++ b/lib/mime.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permission.inc.php b/lib/permissions/permission.inc.php index 98bbdf6..c6f2b32 100644 --- a/lib/permissions/permission.inc.php +++ b/lib/permissions/permission.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissionassignment.inc.php b/lib/permissions/permissionassignment.inc.php index cf47b40..7adbe7d 100644 --- a/lib/permissions/permissionassignment.inc.php +++ b/lib/permissions/permissionassignment.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissiondescriptor.inc.php b/lib/permissions/permissiondescriptor.inc.php index 08fec3f..b76bef5 100644 --- a/lib/permissions/permissiondescriptor.inc.php +++ b/lib/permissions/permissiondescriptor.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissiondynamiccondition.inc.php b/lib/permissions/permissiondynamiccondition.inc.php index e71f58a..ebc75d9 100644 --- a/lib/permissions/permissiondynamiccondition.inc.php +++ b/lib/permissions/permissiondynamiccondition.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissionlookup.inc.php b/lib/permissions/permissionlookup.inc.php index 7482637..6372b45 100644 --- a/lib/permissions/permissionlookup.inc.php +++ b/lib/permissions/permissionlookup.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissionlookupassignment.inc.php b/lib/permissions/permissionlookupassignment.inc.php index 542717d..406dce5 100644 --- a/lib/permissions/permissionlookupassignment.inc.php +++ b/lib/permissions/permissionlookupassignment.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissionobject.inc.php b/lib/permissions/permissionobject.inc.php index 93535e5..d00cae3 100644 --- a/lib/permissions/permissionobject.inc.php +++ b/lib/permissions/permissionobject.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/permissions/permissionutil.inc.php b/lib/permissions/permissionutil.inc.php index a8089bd..2aa6c10 100644 --- a/lib/permissions/permissionutil.inc.php +++ b/lib/permissions/permissionutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/plugins/KTAdminNavigation.php b/lib/plugins/KTAdminNavigation.php index 8bce89d..cc60058 100644 --- a/lib/plugins/KTAdminNavigation.php +++ b/lib/plugins/KTAdminNavigation.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/plugins/pageregistry.inc.php b/lib/plugins/pageregistry.inc.php index b7c3168..053f9e6 100644 --- a/lib/plugins/pageregistry.inc.php +++ b/lib/plugins/pageregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/plugins/plugin.inc.php b/lib/plugins/plugin.inc.php index a15263a..e96b106 100644 --- a/lib/plugins/plugin.inc.php +++ b/lib/plugins/plugin.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -794,4 +794,4 @@ class KTPlugin { } -?> \ No newline at end of file +?> diff --git a/lib/plugins/pluginentity.inc.php b/lib/plugins/pluginentity.inc.php index 468fda3..9ff54ca 100644 --- a/lib/plugins/pluginentity.inc.php +++ b/lib/plugins/pluginentity.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/plugins/pluginregistry.inc.php b/lib/plugins/pluginregistry.inc.php index 69ee336..e459d73 100644 --- a/lib/plugins/pluginregistry.inc.php +++ b/lib/plugins/pluginregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/plugins/pluginutil.inc.php b/lib/plugins/pluginutil.inc.php index 4c35235..0bd9235 100644 --- a/lib/plugins/pluginutil.inc.php +++ b/lib/plugins/pluginutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/roles/Role.inc b/lib/roles/Role.inc index b8c0888..228164f 100644 --- a/lib/roles/Role.inc +++ b/lib/roles/Role.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/roles/documentroleallocation.inc.php b/lib/roles/documentroleallocation.inc.php index eb4e716..56ec1f0 100644 --- a/lib/roles/documentroleallocation.inc.php +++ b/lib/roles/documentroleallocation.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/roles/roleallocation.inc.php b/lib/roles/roleallocation.inc.php index 4a574a5..23be2b6 100644 --- a/lib/roles/roleallocation.inc.php +++ b/lib/roles/roleallocation.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/search/savedsearch.inc.php b/lib/search/savedsearch.inc.php index bc79738..5f7819b 100644 --- a/lib/search/savedsearch.inc.php +++ b/lib/search/savedsearch.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/search/searchutil.inc.php b/lib/search/searchutil.inc.php index b94750d..4d41aa9 100644 --- a/lib/search/searchutil.inc.php +++ b/lib/search/searchutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/security/Permission.inc b/lib/security/Permission.inc index 22dad2b..250f788 100644 --- a/lib/security/Permission.inc +++ b/lib/security/Permission.inc @@ -10,7 +10,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/session/Session.inc b/lib/session/Session.inc index 0a27067..3cca465 100644 --- a/lib/session/Session.inc +++ b/lib/session/Session.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/session/SiteMap.inc b/lib/session/SiteMap.inc index 7f9cccb..c24be8c 100644 --- a/lib/session/SiteMap.inc +++ b/lib/session/SiteMap.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/session/control.inc b/lib/session/control.inc index 4b3aa0e..6d678e8 100644 --- a/lib/session/control.inc +++ b/lib/session/control.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/storage/ondiskhashedstoragemanager.inc.php b/lib/storage/ondiskhashedstoragemanager.inc.php index 6ead3a7..298b306 100644 --- a/lib/storage/ondiskhashedstoragemanager.inc.php +++ b/lib/storage/ondiskhashedstoragemanager.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/storage/ondiskpathstoragemanager.inc.php b/lib/storage/ondiskpathstoragemanager.inc.php index e8d6d55..8e384eb 100644 --- a/lib/storage/ondiskpathstoragemanager.inc.php +++ b/lib/storage/ondiskpathstoragemanager.inc.php @@ -14,7 +14,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/storage/storagemanager.inc.php b/lib/storage/storagemanager.inc.php index c4bde9a..5468f6b 100644 --- a/lib/storage/storagemanager.inc.php +++ b/lib/storage/storagemanager.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/subscriptions/Subscription.inc b/lib/subscriptions/Subscription.inc index 259b304..5a08127 100644 --- a/lib/subscriptions/Subscription.inc +++ b/lib/subscriptions/Subscription.inc @@ -2,7 +2,7 @@ /* * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/subscriptions/SubscriptionConstants.inc b/lib/subscriptions/SubscriptionConstants.inc index a63f7ba..75ecb50 100644 --- a/lib/subscriptions/SubscriptionConstants.inc +++ b/lib/subscriptions/SubscriptionConstants.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -89,4 +89,4 @@ class SubscriptionConstants { return $aChangeType[$iType]; } } -?> \ No newline at end of file +?> diff --git a/lib/subscriptions/SubscriptionManager.inc b/lib/subscriptions/SubscriptionManager.inc index 71414b0..ea54a64 100644 --- a/lib/subscriptions/SubscriptionManager.inc +++ b/lib/subscriptions/SubscriptionManager.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/subscriptions/subscriptions.inc.php b/lib/subscriptions/subscriptions.inc.php index 1c27614..30a6acf 100644 --- a/lib/subscriptions/subscriptions.inc.php +++ b/lib/subscriptions/subscriptions.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/templating/kt3template.inc.php b/lib/templating/kt3template.inc.php index 2e9a0e6..8821281 100644 --- a/lib/templating/kt3template.inc.php +++ b/lib/templating/kt3template.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/templating/smartytemplate.inc.php b/lib/templating/smartytemplate.inc.php index 1cc3a85..9686f95 100644 --- a/lib/templating/smartytemplate.inc.php +++ b/lib/templating/smartytemplate.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/templating/template.inc.php b/lib/templating/template.inc.php index c5c8f19..767a9c1 100644 --- a/lib/templating/template.inc.php +++ b/lib/templating/template.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/templating/templating.inc.php b/lib/templating/templating.inc.php index a12fe6b..f2b7fc7 100644 --- a/lib/templating/templating.inc.php +++ b/lib/templating/templating.inc.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/triggers/triggerregistry.inc.php b/lib/triggers/triggerregistry.inc.php index 7e515e8..d026f52 100644 --- a/lib/triggers/triggerregistry.inc.php +++ b/lib/triggers/triggerregistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/unitmanagement/Unit.inc b/lib/unitmanagement/Unit.inc index b8dd9f8..3f4ce26 100644 --- a/lib/unitmanagement/Unit.inc +++ b/lib/unitmanagement/Unit.inc @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/upgrades/Ini.inc.php b/lib/upgrades/Ini.inc.php index 01f480e..b263286 100644 --- a/lib/upgrades/Ini.inc.php +++ b/lib/upgrades/Ini.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/upgrades/UpgradeFunctions.inc.php b/lib/upgrades/UpgradeFunctions.inc.php index 397f298..90bff80 100644 --- a/lib/upgrades/UpgradeFunctions.inc.php +++ b/lib/upgrades/UpgradeFunctions.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/upgrades/UpgradeItems.inc.php b/lib/upgrades/UpgradeItems.inc.php index 4a3f673..8636935 100644 --- a/lib/upgrades/UpgradeItems.inc.php +++ b/lib/upgrades/UpgradeItems.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/upgrades/upgrade.inc.php b/lib/upgrades/upgrade.inc.php index a6dc1ff..93bbf5e 100644 --- a/lib/upgrades/upgrade.inc.php +++ b/lib/upgrades/upgrade.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/users/User.inc b/lib/users/User.inc index 9d1858b..01af973 100644 --- a/lib/users/User.inc +++ b/lib/users/User.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -529,4 +529,4 @@ class User extends KTEntity { } } -?> \ No newline at end of file +?> diff --git a/lib/users/userhistory.inc.php b/lib/users/userhistory.inc.php index 9c19c6f..01ab4d5 100644 --- a/lib/users/userhistory.inc.php +++ b/lib/users/userhistory.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/util/KTStopwords.php b/lib/util/KTStopwords.php index 8fa812d..16df4e8 100644 --- a/lib/util/KTStopwords.php +++ b/lib/util/KTStopwords.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/util/ktutil.inc b/lib/util/ktutil.inc index 53011d5..96cf3df 100644 --- a/lib/util/ktutil.inc +++ b/lib/util/ktutil.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/util/legacy.inc b/lib/util/legacy.inc index 493a567..d2cd49a 100644 --- a/lib/util/legacy.inc +++ b/lib/util/legacy.inc @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/util/sanitize.inc b/lib/util/sanitize.inc index dd9591c..20e8e6f 100644 --- a/lib/util/sanitize.inc +++ b/lib/util/sanitize.inc @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/util/support.inc.php b/lib/util/support.inc.php index 55b6620..eb0ff7b 100644 --- a/lib/util/support.inc.php +++ b/lib/util/support.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -833,4 +833,4 @@ class SupportUtil -?> \ No newline at end of file +?> diff --git a/lib/validation/basevalidator.inc.php b/lib/validation/basevalidator.inc.php index c29e91a..3a3cef6 100644 --- a/lib/validation/basevalidator.inc.php +++ b/lib/validation/basevalidator.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/validation/customerror.php b/lib/validation/customerror.php index 5718830..4c1fbe4 100644 --- a/lib/validation/customerror.php +++ b/lib/validation/customerror.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -82,4 +82,4 @@ class KTCustomErrorCheck } } } -?> \ No newline at end of file +?> diff --git a/lib/validation/customerrorhandler.php b/lib/validation/customerrorhandler.php index 9b58597..a2526ab 100644 --- a/lib/validation/customerrorhandler.php +++ b/lib/validation/customerrorhandler.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/validation/customerrorviewer.inc.php b/lib/validation/customerrorviewer.inc.php index 77151ad..0084084 100644 --- a/lib/validation/customerrorviewer.inc.php +++ b/lib/validation/customerrorviewer.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/validation/dispatchervalidation.inc.php b/lib/validation/dispatchervalidation.inc.php index 8da6440..09b6904 100644 --- a/lib/validation/dispatchervalidation.inc.php +++ b/lib/validation/dispatchervalidation.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/validation/errorviewer.inc.php b/lib/validation/errorviewer.inc.php index affc127..d3173a2 100644 --- a/lib/validation/errorviewer.inc.php +++ b/lib/validation/errorviewer.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/validation/validatorfactory.inc.php b/lib/validation/validatorfactory.inc.php index 62ace1f..14c54e3 100644 --- a/lib/validation/validatorfactory.inc.php +++ b/lib/validation/validatorfactory.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/FieldsetDisplayRegistry.inc.php b/lib/widgets/FieldsetDisplayRegistry.inc.php index 07a18c0..a8c13fd 100644 --- a/lib/widgets/FieldsetDisplayRegistry.inc.php +++ b/lib/widgets/FieldsetDisplayRegistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/basewidget.inc.php b/lib/widgets/basewidget.inc.php index be9c5f2..121c1bc 100644 --- a/lib/widgets/basewidget.inc.php +++ b/lib/widgets/basewidget.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/fieldWidgets.php b/lib/widgets/fieldWidgets.php index 3088766..6e8ec9f 100644 --- a/lib/widgets/fieldWidgets.php +++ b/lib/widgets/fieldWidgets.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/fieldsetDisplay.inc.php b/lib/widgets/fieldsetDisplay.inc.php index 4704b1d..8cc4689 100644 --- a/lib/widgets/fieldsetDisplay.inc.php +++ b/lib/widgets/fieldsetDisplay.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/forms.inc.php b/lib/widgets/forms.inc.php index 50637ea..af06652 100644 --- a/lib/widgets/forms.inc.php +++ b/lib/widgets/forms.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/portlet.inc.php b/lib/widgets/portlet.inc.php index a8c7ff1..28b5bc2 100644 --- a/lib/widgets/portlet.inc.php +++ b/lib/widgets/portlet.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/reorderdisplay.inc.php b/lib/widgets/reorderdisplay.inc.php index 895bd25..a3de9cc 100644 --- a/lib/widgets/reorderdisplay.inc.php +++ b/lib/widgets/reorderdisplay.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/widgets/widgetfactory.inc.php b/lib/widgets/widgetfactory.inc.php index 45a50a0..683c760 100644 --- a/lib/widgets/widgetfactory.inc.php +++ b/lib/widgets/widgetfactory.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflow.inc.php b/lib/workflow/workflow.inc.php index 2bd3998..934211f 100644 --- a/lib/workflow/workflow.inc.php +++ b/lib/workflow/workflow.inc.php @@ -8,7 +8,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowadminutil.inc.php b/lib/workflow/workflowadminutil.inc.php index af8a4b3..c0b71bd 100644 --- a/lib/workflow/workflowadminutil.inc.php +++ b/lib/workflow/workflowadminutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowstate.inc.php b/lib/workflow/workflowstate.inc.php index 489851b..e95425f 100644 --- a/lib/workflow/workflowstate.inc.php +++ b/lib/workflow/workflowstate.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowstatepermissionsassignment.inc.php b/lib/workflow/workflowstatepermissionsassignment.inc.php index 2275e64..735eb49 100644 --- a/lib/workflow/workflowstatepermissionsassignment.inc.php +++ b/lib/workflow/workflowstatepermissionsassignment.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowtransition.inc.php b/lib/workflow/workflowtransition.inc.php index 8de10b7..0c8f8c0 100644 --- a/lib/workflow/workflowtransition.inc.php +++ b/lib/workflow/workflowtransition.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowtrigger.inc.php b/lib/workflow/workflowtrigger.inc.php index ddfa973..55df816 100644 --- a/lib/workflow/workflowtrigger.inc.php +++ b/lib/workflow/workflowtrigger.inc.php @@ -11,7 +11,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowtriggerinstance.inc.php b/lib/workflow/workflowtriggerinstance.inc.php index bb697a4..194081c 100644 --- a/lib/workflow/workflowtriggerinstance.inc.php +++ b/lib/workflow/workflowtriggerinstance.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/lib/workflow/workflowutil.inc.php b/lib/workflow/workflowutil.inc.php index 97f20e8..9c7764a 100644 --- a/lib/workflow/workflowutil.inc.php +++ b/lib/workflow/workflowutil.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/login.php b/login.php index f7efa84..acff45a 100644 --- a/login.php +++ b/login.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/notify.php b/notify.php index 9b56e9b..94fa9d2 100644 --- a/notify.php +++ b/notify.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/olddashboard.php b/olddashboard.php index 4b3cf65..aad4bd6 100644 --- a/olddashboard.php +++ b/olddashboard.php @@ -9,7 +9,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugin.php b/plugin.php index ae74fc0..776dd48 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/MyDropDocumentsPlugin/MyDropDocumentsDashlet.php b/plugins/MyDropDocumentsPlugin/MyDropDocumentsDashlet.php index 57b8318..a17d342 100644 --- a/plugins/MyDropDocumentsPlugin/MyDropDocumentsDashlet.php +++ b/plugins/MyDropDocumentsPlugin/MyDropDocumentsDashlet.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php b/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php index 761589f..b1a232a 100644 --- a/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php +++ b/plugins/MyDropDocumentsPlugin/MyDropDocumentsPage.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/browseabledashlet/BrowseableDashlet.php b/plugins/browseabledashlet/BrowseableDashlet.php index dc27913..19c114f 100644 --- a/plugins/browseabledashlet/BrowseableDashlet.php +++ b/plugins/browseabledashlet/BrowseableDashlet.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/browseabledashlet/BrowseableDashletPlugin.php b/plugins/browseabledashlet/BrowseableDashletPlugin.php index 26edcc8..f77afed 100644 --- a/plugins/browseabledashlet/BrowseableDashletPlugin.php +++ b/plugins/browseabledashlet/BrowseableDashletPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/DiskUsageDashlet.inc.php b/plugins/housekeeper/DiskUsageDashlet.inc.php index 5f1e978..5b185f3 100755 --- a/plugins/housekeeper/DiskUsageDashlet.inc.php +++ b/plugins/housekeeper/DiskUsageDashlet.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/FolderUsageDashlet.inc.php b/plugins/housekeeper/FolderUsageDashlet.inc.php index cd78b6f..5111b04 100755 --- a/plugins/housekeeper/FolderUsageDashlet.inc.php +++ b/plugins/housekeeper/FolderUsageDashlet.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/HouseKeeper.inc.php b/plugins/housekeeper/HouseKeeper.inc.php index eac33df..06ccc3b 100644 --- a/plugins/housekeeper/HouseKeeper.inc.php +++ b/plugins/housekeeper/HouseKeeper.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/HouseKeeperDispatcher.php b/plugins/housekeeper/HouseKeeperDispatcher.php index 5c72849..e4dc739 100644 --- a/plugins/housekeeper/HouseKeeperDispatcher.php +++ b/plugins/housekeeper/HouseKeeperDispatcher.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/HouseKeeperPlugin.php b/plugins/housekeeper/HouseKeeperPlugin.php index 726988f..5785428 100755 --- a/plugins/housekeeper/HouseKeeperPlugin.php +++ b/plugins/housekeeper/HouseKeeperPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/housekeeper/bin/UpdateStats.php b/plugins/housekeeper/bin/UpdateStats.php index 7b0a7db..9d0fb76 100644 --- a/plugins/housekeeper/bin/UpdateStats.php +++ b/plugins/housekeeper/bin/UpdateStats.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -44,4 +44,4 @@ require_once('../HouseKeeper.inc.php'); HouseKeeper::getDiskUsageStats(); HouseKeeper::getKTUsageStats(); -?> \ No newline at end of file +?> diff --git a/plugins/i18n/french/FrenchPlugin.php b/plugins/i18n/french/FrenchPlugin.php index a043ae5..f090300 100644 --- a/plugins/i18n/french/FrenchPlugin.php +++ b/plugins/i18n/french/FrenchPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/i18n/german/GermanPlugin.php b/plugins/i18n/german/GermanPlugin.php index 107b2da..973df5c 100644 --- a/plugins/i18n/german/GermanPlugin.php +++ b/plugins/i18n/german/GermanPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/i18n/italian/ItalianPlugin.php b/plugins/i18n/italian/ItalianPlugin.php index 94403c8..d491735 100644 --- a/plugins/i18n/italian/ItalianPlugin.php +++ b/plugins/i18n/italian/ItalianPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTAssist.php b/plugins/ktcore/KTAssist.php index 2a6af9a..4d61a1f 100644 --- a/plugins/ktcore/KTAssist.php +++ b/plugins/ktcore/KTAssist.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTBulkActions.php b/plugins/ktcore/KTBulkActions.php index ac22fcf..ddeb23c 100644 --- a/plugins/ktcore/KTBulkActions.php +++ b/plugins/ktcore/KTBulkActions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -1279,4 +1279,4 @@ class KTBrowseBulkCheckoutAction extends KTBulkAction { } } -?> \ No newline at end of file +?> diff --git a/plugins/ktcore/KTColumns.inc.php b/plugins/ktcore/KTColumns.inc.php index a54d887..8789aba 100644 --- a/plugins/ktcore/KTColumns.inc.php +++ b/plugins/ktcore/KTColumns.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTCoreLanguagePlugin.php b/plugins/ktcore/KTCoreLanguagePlugin.php index 9089bdf..65eae3a 100644 --- a/plugins/ktcore/KTCoreLanguagePlugin.php +++ b/plugins/ktcore/KTCoreLanguagePlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index b5a0aae..5c45f54 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTDashlets.php b/plugins/ktcore/KTDashlets.php index c7e63ee..e14a3a6 100644 --- a/plugins/ktcore/KTDashlets.php +++ b/plugins/ktcore/KTDashlets.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTDocumentActions.php b/plugins/ktcore/KTDocumentActions.php index d254a3e..183d70b 100644 --- a/plugins/ktcore/KTDocumentActions.php +++ b/plugins/ktcore/KTDocumentActions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTDocumentViewlets.php b/plugins/ktcore/KTDocumentViewlets.php index 2f2a3f4..63f2e44 100644 --- a/plugins/ktcore/KTDocumentViewlets.php +++ b/plugins/ktcore/KTDocumentViewlets.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTFolderActions.php b/plugins/ktcore/KTFolderActions.php index 358db9d..b078dfb 100644 --- a/plugins/ktcore/KTFolderActions.php +++ b/plugins/ktcore/KTFolderActions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTMiscPages.php b/plugins/ktcore/KTMiscPages.php index 7f33c4e..72ffe72 100644 --- a/plugins/ktcore/KTMiscPages.php +++ b/plugins/ktcore/KTMiscPages.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTPermissions.php b/plugins/ktcore/KTPermissions.php index 824e401..5febabf 100644 --- a/plugins/ktcore/KTPermissions.php +++ b/plugins/ktcore/KTPermissions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTPortlets.php b/plugins/ktcore/KTPortlets.php index 6c24200..d45d41d 100644 --- a/plugins/ktcore/KTPortlets.php +++ b/plugins/ktcore/KTPortlets.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTValidators.php b/plugins/ktcore/KTValidators.php index 652a5ce..70e2323 100644 --- a/plugins/ktcore/KTValidators.php +++ b/plugins/ktcore/KTValidators.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTWidgets.php b/plugins/ktcore/KTWidgets.php index 0493052..64055b8 100644 --- a/plugins/ktcore/KTWidgets.php +++ b/plugins/ktcore/KTWidgets.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/KTWorkflowTriggers.inc.php b/plugins/ktcore/KTWorkflowTriggers.inc.php index f0f984c..ce652a9 100644 --- a/plugins/ktcore/KTWorkflowTriggers.inc.php +++ b/plugins/ktcore/KTWorkflowTriggers.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/ajaxComplexConditionals.php b/plugins/ktcore/admin/ajaxComplexConditionals.php index 5309718..9efe3b6 100755 --- a/plugins/ktcore/admin/ajaxComplexConditionals.php +++ b/plugins/ktcore/admin/ajaxComplexConditionals.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/ajaxSimpleConditionals.php b/plugins/ktcore/admin/ajaxSimpleConditionals.php index bc5cdea..544d461 100755 --- a/plugins/ktcore/admin/ajaxSimpleConditionals.php +++ b/plugins/ktcore/admin/ajaxSimpleConditionals.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/archivedDocuments.php b/plugins/ktcore/admin/archivedDocuments.php index 22a0529..4bc76de 100755 --- a/plugins/ktcore/admin/archivedDocuments.php +++ b/plugins/ktcore/admin/archivedDocuments.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/conditions.php b/plugins/ktcore/admin/conditions.php index 696d976..c0c48d6 100755 --- a/plugins/ktcore/admin/conditions.php +++ b/plugins/ktcore/admin/conditions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/deletedDocuments.php b/plugins/ktcore/admin/deletedDocuments.php index 92fe68d..eccb89f 100755 --- a/plugins/ktcore/admin/deletedDocuments.php +++ b/plugins/ktcore/admin/deletedDocuments.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/documentCheckout.php b/plugins/ktcore/admin/documentCheckout.php index b9ce55a..8f2f96a 100644 --- a/plugins/ktcore/admin/documentCheckout.php +++ b/plugins/ktcore/admin/documentCheckout.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/documentFieldsv2.php b/plugins/ktcore/admin/documentFieldsv2.php index 0f77e5b..55553ee 100644 --- a/plugins/ktcore/admin/documentFieldsv2.php +++ b/plugins/ktcore/admin/documentFieldsv2.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/documentTypes.php b/plugins/ktcore/admin/documentTypes.php index 9d90b01..0981fe0 100755 --- a/plugins/ktcore/admin/documentTypes.php +++ b/plugins/ktcore/admin/documentTypes.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/expungeList.php b/plugins/ktcore/admin/expungeList.php index e20a96e..7b6188d 100644 --- a/plugins/ktcore/admin/expungeList.php +++ b/plugins/ktcore/admin/expungeList.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/fieldsets/basic.inc.php b/plugins/ktcore/admin/fieldsets/basic.inc.php index 60f42f2..622d304 100644 --- a/plugins/ktcore/admin/fieldsets/basic.inc.php +++ b/plugins/ktcore/admin/fieldsets/basic.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/fieldsets/conditional.inc.php b/plugins/ktcore/admin/fieldsets/conditional.inc.php index 2cd39a7..c8a4e28 100644 --- a/plugins/ktcore/admin/fieldsets/conditional.inc.php +++ b/plugins/ktcore/admin/fieldsets/conditional.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/groupManagement.php b/plugins/ktcore/admin/groupManagement.php index a7119a7..302f40a 100755 --- a/plugins/ktcore/admin/groupManagement.php +++ b/plugins/ktcore/admin/groupManagement.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/manageCleanup.php b/plugins/ktcore/admin/manageCleanup.php index bcb2900..95ef455 100755 --- a/plugins/ktcore/admin/manageCleanup.php +++ b/plugins/ktcore/admin/manageCleanup.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/manageConditionals.php b/plugins/ktcore/admin/manageConditionals.php index ee8df79..3c114ad 100755 --- a/plugins/ktcore/admin/manageConditionals.php +++ b/plugins/ktcore/admin/manageConditionals.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/manageHelp.php b/plugins/ktcore/admin/manageHelp.php index 21521be..fcc5f0d 100755 --- a/plugins/ktcore/admin/manageHelp.php +++ b/plugins/ktcore/admin/manageHelp.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/managePermissions.php b/plugins/ktcore/admin/managePermissions.php index 68dfde9..630ca92 100755 --- a/plugins/ktcore/admin/managePermissions.php +++ b/plugins/ktcore/admin/managePermissions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/manageViews.php b/plugins/ktcore/admin/manageViews.php index 10460da..0858d7f 100644 --- a/plugins/ktcore/admin/manageViews.php +++ b/plugins/ktcore/admin/manageViews.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/plugins.php b/plugins/ktcore/admin/plugins.php index 535d745..bf1d4a9 100755 --- a/plugins/ktcore/admin/plugins.php +++ b/plugins/ktcore/admin/plugins.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/roleManagement.php b/plugins/ktcore/admin/roleManagement.php index 63f489b..0e82a9f 100644 --- a/plugins/ktcore/admin/roleManagement.php +++ b/plugins/ktcore/admin/roleManagement.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/savedSearch.php b/plugins/ktcore/admin/savedSearch.php index 5e94d34..6729886 100755 --- a/plugins/ktcore/admin/savedSearch.php +++ b/plugins/ktcore/admin/savedSearch.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/techsupport.php b/plugins/ktcore/admin/techsupport.php index e5b4781..9cb26a2 100644 --- a/plugins/ktcore/admin/techsupport.php +++ b/plugins/ktcore/admin/techsupport.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/unitManagement.php b/plugins/ktcore/admin/unitManagement.php index 0f95a5a..14bec1e 100755 --- a/plugins/ktcore/admin/unitManagement.php +++ b/plugins/ktcore/admin/unitManagement.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/userManagement.php b/plugins/ktcore/admin/userManagement.php index a829dbd..0cc1145 100755 --- a/plugins/ktcore/admin/userManagement.php +++ b/plugins/ktcore/admin/userManagement.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -760,4 +760,4 @@ class KTUserAdminDispatcher extends KTAdminDispatcher { } -?> \ No newline at end of file +?> diff --git a/plugins/ktcore/admin/workflow/newworkflow.inc.php b/plugins/ktcore/admin/workflow/newworkflow.inc.php index faadbb2..0983175 100644 --- a/plugins/ktcore/admin/workflow/newworkflow.inc.php +++ b/plugins/ktcore/admin/workflow/newworkflow.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/admin/workflowsv2.php b/plugins/ktcore/admin/workflowsv2.php index deb758d..18dae22 100644 --- a/plugins/ktcore/admin/workflowsv2.php +++ b/plugins/ktcore/admin/workflowsv2.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/authentication/authenticationadminpage.inc.php b/plugins/ktcore/authentication/authenticationadminpage.inc.php index 7c5877e..e5d01ba 100644 --- a/plugins/ktcore/authentication/authenticationadminpage.inc.php +++ b/plugins/ktcore/authentication/authenticationadminpage.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/document/Rename.php b/plugins/ktcore/document/Rename.php index d17c7fe..2789b88 100644 --- a/plugins/ktcore/document/Rename.php +++ b/plugins/ktcore/document/Rename.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/document/edit.php b/plugins/ktcore/document/edit.php index 0a4a82d..5f0e997 100644 --- a/plugins/ktcore/document/edit.php +++ b/plugins/ktcore/document/edit.php @@ -3,7 +3,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/folder/BulkImport.php b/plugins/ktcore/folder/BulkImport.php index a513b5f..f723760 100644 --- a/plugins/ktcore/folder/BulkImport.php +++ b/plugins/ktcore/folder/BulkImport.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/folder/BulkUpload.php b/plugins/ktcore/folder/BulkUpload.php index 3511446..3f14912 100644 --- a/plugins/ktcore/folder/BulkUpload.php +++ b/plugins/ktcore/folder/BulkUpload.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -150,4 +150,4 @@ class KTBulkUploadFolderAction extends KTFolderAction { exit(0); } } -?> \ No newline at end of file +?> diff --git a/plugins/ktcore/folder/Permissions.php b/plugins/ktcore/folder/Permissions.php index 421eaf3..5a46108 100644 --- a/plugins/ktcore/folder/Permissions.php +++ b/plugins/ktcore/folder/Permissions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/folder/Rename.php b/plugins/ktcore/folder/Rename.php index 0e32669..a7f3bf4 100644 --- a/plugins/ktcore/folder/Rename.php +++ b/plugins/ktcore/folder/Rename.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/folder/Transactions.php b/plugins/ktcore/folder/Transactions.php index 445b387..a29d60f 100644 --- a/plugins/ktcore/folder/Transactions.php +++ b/plugins/ktcore/folder/Transactions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/folder/addDocument.php b/plugins/ktcore/folder/addDocument.php index ed96f64..6234336 100644 --- a/plugins/ktcore/folder/addDocument.php +++ b/plugins/ktcore/folder/addDocument.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/scheduler/background.php b/plugins/ktcore/scheduler/background.php index 30986ab..321e402 100644 --- a/plugins/ktcore/scheduler/background.php +++ b/plugins/ktcore/scheduler/background.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/scheduler/scheduler.php b/plugins/ktcore/scheduler/scheduler.php index e8dd369..a1d0fcf 100644 --- a/plugins/ktcore/scheduler/scheduler.php +++ b/plugins/ktcore/scheduler/scheduler.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/scheduler/schedulerDashlet.php b/plugins/ktcore/scheduler/schedulerDashlet.php index 9548b0e..1a624cb 100644 --- a/plugins/ktcore/scheduler/schedulerDashlet.php +++ b/plugins/ktcore/scheduler/schedulerDashlet.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/scheduler/schedulerEntity.php b/plugins/ktcore/scheduler/schedulerEntity.php index 5a03e35..23f0f59 100644 --- a/plugins/ktcore/scheduler/schedulerEntity.php +++ b/plugins/ktcore/scheduler/schedulerEntity.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -257,4 +257,4 @@ class schedulerEntity extends KTEntity return $sLink; } } -?> \ No newline at end of file +?> diff --git a/plugins/ktcore/scheduler/schedulerUtil.php b/plugins/ktcore/scheduler/schedulerUtil.php index 86470cc..31a07c3 100644 --- a/plugins/ktcore/scheduler/schedulerUtil.php +++ b/plugins/ktcore/scheduler/schedulerUtil.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktcore/scheduler/taskScheduler.php b/plugins/ktcore/scheduler/taskScheduler.php index 2d45f88..9fc7e3c 100644 --- a/plugins/ktcore/scheduler/taskScheduler.php +++ b/plugins/ktcore/scheduler/taskScheduler.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/ImmutableActionPlugin.php b/plugins/ktstandard/ImmutableActionPlugin.php index ef74e62..74ede32 100644 --- a/plugins/ktstandard/ImmutableActionPlugin.php +++ b/plugins/ktstandard/ImmutableActionPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTBulkExportPlugin.php b/plugins/ktstandard/KTBulkExportPlugin.php index 5fd5a21..e349d58 100644 --- a/plugins/ktstandard/KTBulkExportPlugin.php +++ b/plugins/ktstandard/KTBulkExportPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTDisclaimers.php b/plugins/ktstandard/KTDisclaimers.php index 80e29d2..6c095dd 100644 --- a/plugins/ktstandard/KTDisclaimers.php +++ b/plugins/ktstandard/KTDisclaimers.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTDiscussion.php b/plugins/ktstandard/KTDiscussion.php index 45cca27..7f88d12 100644 --- a/plugins/ktstandard/KTDiscussion.php +++ b/plugins/ktstandard/KTDiscussion.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -448,4 +448,4 @@ class KTDocumentDiscussionAction extends KTDocumentAction { } -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/KTDocumentLinks.php b/plugins/ktstandard/KTDocumentLinks.php index 1e60430..ea29fe1 100644 --- a/plugins/ktstandard/KTDocumentLinks.php +++ b/plugins/ktstandard/KTDocumentLinks.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTDocumentLinksColumns.php b/plugins/ktstandard/KTDocumentLinksColumns.php index 7d74f8d..a9af0ac 100644 --- a/plugins/ktstandard/KTDocumentLinksColumns.php +++ b/plugins/ktstandard/KTDocumentLinksColumns.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -69,4 +69,4 @@ class KTDocumentLinkTitle extends AdvancedTitleColumn { } } -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/KTEmail.php b/plugins/ktstandard/KTEmail.php index 34810dc..02f9aae 100644 --- a/plugins/ktstandard/KTEmail.php +++ b/plugins/ktstandard/KTEmail.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTIndexer.php b/plugins/ktstandard/KTIndexer.php index 85cc092..e39115f 100644 --- a/plugins/ktstandard/KTIndexer.php +++ b/plugins/ktstandard/KTIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTLDAPAuthenticationPlugin.php b/plugins/ktstandard/KTLDAPAuthenticationPlugin.php index d149aff..cf6c9be 100644 --- a/plugins/ktstandard/KTLDAPAuthenticationPlugin.php +++ b/plugins/ktstandard/KTLDAPAuthenticationPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTStandardPlugin.php b/plugins/ktstandard/KTStandardPlugin.php index 91db6af..644f2f7 100644 --- a/plugins/ktstandard/KTStandardPlugin.php +++ b/plugins/ktstandard/KTStandardPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTSubscriptions.php b/plugins/ktstandard/KTSubscriptions.php index 6db4f10..618e040 100644 --- a/plugins/ktstandard/KTSubscriptions.php +++ b/plugins/ktstandard/KTSubscriptions.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/KTWebDAVDashletPlugin.php b/plugins/ktstandard/KTWebDAVDashletPlugin.php index 09390b0..1e33325 100644 --- a/plugins/ktstandard/KTWebDAVDashletPlugin.php +++ b/plugins/ktstandard/KTWebDAVDashletPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -93,4 +93,4 @@ class KTWebDAVDashlet extends KTBaseDashlet { $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('KTWebDAVDashletPlugin', 'ktstandard.ktwebdavdashlet.plugin', __FILE__); -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/KTWorkflowAssociation.php b/plugins/ktstandard/KTWorkflowAssociation.php index e134826..7377cc0 100644 --- a/plugins/ktstandard/KTWorkflowAssociation.php +++ b/plugins/ktstandard/KTWorkflowAssociation.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/PDFGeneratorAction.php b/plugins/ktstandard/PDFGeneratorAction.php index 84e60ef..89030ef 100644 --- a/plugins/ktstandard/PDFGeneratorAction.php +++ b/plugins/ktstandard/PDFGeneratorAction.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/PDFGeneratorPlugin.php b/plugins/ktstandard/PDFGeneratorPlugin.php index ab0dc8e..eab34eb 100644 --- a/plugins/ktstandard/PDFGeneratorPlugin.php +++ b/plugins/ktstandard/PDFGeneratorPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/admin/manageDisclaimers.php b/plugins/ktstandard/admin/manageDisclaimers.php index d4532cf..5aad3eb 100644 --- a/plugins/ktstandard/admin/manageDisclaimers.php +++ b/plugins/ktstandard/admin/manageDisclaimers.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/BaseIndexer.php b/plugins/ktstandard/contents/BaseIndexer.php index 35454d6..7127053 100644 --- a/plugins/ktstandard/contents/BaseIndexer.php +++ b/plugins/ktstandard/contents/BaseIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/ExcelIndexer.php b/plugins/ktstandard/contents/ExcelIndexer.php index 639ea8f..395b8fe 100644 --- a/plugins/ktstandard/contents/ExcelIndexer.php +++ b/plugins/ktstandard/contents/ExcelIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/OpenDocumentIndexer.php b/plugins/ktstandard/contents/OpenDocumentIndexer.php index 6069864..0864082 100644 --- a/plugins/ktstandard/contents/OpenDocumentIndexer.php +++ b/plugins/ktstandard/contents/OpenDocumentIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/PdfIndexer.php b/plugins/ktstandard/contents/PdfIndexer.php index c5dc639..36b81ec 100644 --- a/plugins/ktstandard/contents/PdfIndexer.php +++ b/plugins/ktstandard/contents/PdfIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/PowerpointIndexer.php b/plugins/ktstandard/contents/PowerpointIndexer.php index a722397..ecd27aa 100644 --- a/plugins/ktstandard/contents/PowerpointIndexer.php +++ b/plugins/ktstandard/contents/PowerpointIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/PsIndexer.php b/plugins/ktstandard/contents/PsIndexer.php index 55b2093..28d3c24 100644 --- a/plugins/ktstandard/contents/PsIndexer.php +++ b/plugins/ktstandard/contents/PsIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/RtfIndexer.php b/plugins/ktstandard/contents/RtfIndexer.php index ad44665..7b2ea0a 100644 --- a/plugins/ktstandard/contents/RtfIndexer.php +++ b/plugins/ktstandard/contents/RtfIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/TextIndexer.php b/plugins/ktstandard/contents/TextIndexer.php index 616cd6e..bf2b2e7 100644 --- a/plugins/ktstandard/contents/TextIndexer.php +++ b/plugins/ktstandard/contents/TextIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/WordIndexer.php b/plugins/ktstandard/contents/WordIndexer.php index dec3d79..3e467b6 100644 --- a/plugins/ktstandard/contents/WordIndexer.php +++ b/plugins/ktstandard/contents/WordIndexer.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/contents/XmlHtmlIndexer.php b/plugins/ktstandard/contents/XmlHtmlIndexer.php index 79ceb90..6d47e0f 100644 --- a/plugins/ktstandard/contents/XmlHtmlIndexer.php +++ b/plugins/ktstandard/contents/XmlHtmlIndexer.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php b/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php index 6333c8d..489b6b6 100644 --- a/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/activedirectoryauthenticationprovider.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class KTActiveDirectoryAuthenticator extends KTLDAPBaseAuthenticator { var $aAttributes = array ('cn', 'samaccountname', 'givenname', 'sn', 'mail', 'telephonenumber', 'userprincipalname'); } -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php index 1380a49..90b0a8b 100644 --- a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class KTLDAPAuthenticator extends KTLDAPBaseAuthenticator { var $aAttributes = array ('cn', 'samaccountname', 'givenname', 'sn', 'mail', 'mobile', 'userprincipalname', 'uid'); } -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php index 1d22c77..bd67e1d 100644 --- a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -1046,4 +1046,4 @@ class KTLDAPBaseAuthenticator extends Authenticator { } } -?> \ No newline at end of file +?> diff --git a/plugins/ktstandard/workflow/FolderAssociator.php b/plugins/ktstandard/workflow/FolderAssociator.php index 032ab31..8f4fdfc 100644 --- a/plugins/ktstandard/workflow/FolderAssociator.php +++ b/plugins/ktstandard/workflow/FolderAssociator.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/workflow/TypeAssociator.php b/plugins/ktstandard/workflow/TypeAssociator.php index db655a6..004ca49 100644 --- a/plugins/ktstandard/workflow/TypeAssociator.php +++ b/plugins/ktstandard/workflow/TypeAssociator.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/ktstandard/workflow/adminpage.php b/plugins/ktstandard/workflow/adminpage.php index d1683fa..b5394f0 100644 --- a/plugins/ktstandard/workflow/adminpage.php +++ b/plugins/ktstandard/workflow/adminpage.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/passwordResetPlugin/loginResetDispatcher.php b/plugins/passwordResetPlugin/loginResetDispatcher.php index 6c1e226..d3232bd 100644 --- a/plugins/passwordResetPlugin/loginResetDispatcher.php +++ b/plugins/passwordResetPlugin/loginResetDispatcher.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -415,4 +415,4 @@ class loginResetDispatcher extends KTDispatcher { $dispatcher = new loginResetDispatcher(); $dispatcher->dispatch(); -?> \ No newline at end of file +?> diff --git a/plugins/passwordResetPlugin/loginUtil.inc.php b/plugins/passwordResetPlugin/loginUtil.inc.php index 1960e8b..25a2b8a 100644 --- a/plugins/passwordResetPlugin/loginUtil.inc.php +++ b/plugins/passwordResetPlugin/loginUtil.inc.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -143,4 +143,4 @@ class loginUtil } } } -?> \ No newline at end of file +?> diff --git a/plugins/passwordResetPlugin/passwordResetPlugin.php b/plugins/passwordResetPlugin/passwordResetPlugin.php index 1ee9cab..6e156b1 100644 --- a/plugins/passwordResetPlugin/passwordResetPlugin.php +++ b/plugins/passwordResetPlugin/passwordResetPlugin.php @@ -7,7 +7,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -93,4 +93,4 @@ class PasswordResetPlugin extends KTPlugin { } $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('PasswordResetPlugin', 'password.reset.plugin', __FILE__); -?> \ No newline at end of file +?> diff --git a/plugins/rssplugin/KTrss.inc.php b/plugins/rssplugin/KTrss.inc.php index 5c22246..f58423f 100644 --- a/plugins/rssplugin/KTrss.inc.php +++ b/plugins/rssplugin/KTrss.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/RSSDashlet.php b/plugins/rssplugin/RSSDashlet.php index 4354368..09b5871 100644 --- a/plugins/rssplugin/RSSDashlet.php +++ b/plugins/rssplugin/RSSDashlet.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/RSSDedicatedDashlet.php b/plugins/rssplugin/RSSDedicatedDashlet.php index 8f75090..59ae0c0 100644 --- a/plugins/rssplugin/RSSDedicatedDashlet.php +++ b/plugins/rssplugin/RSSDedicatedDashlet.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/RSSDocumentLinkAction.php b/plugins/rssplugin/RSSDocumentLinkAction.php index c61fc8b..d4cf325 100644 --- a/plugins/rssplugin/RSSDocumentLinkAction.php +++ b/plugins/rssplugin/RSSDocumentLinkAction.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/RSSFolderLinkAction.php b/plugins/rssplugin/RSSFolderLinkAction.php index 92e7051..ba82e7f 100644 --- a/plugins/rssplugin/RSSFolderLinkAction.php +++ b/plugins/rssplugin/RSSFolderLinkAction.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -83,4 +83,4 @@ class RSSFolderLinkAction extends KTFolderAction { return $oTemplate->render($aTemplateData); } } -?> \ No newline at end of file +?> diff --git a/plugins/rssplugin/RSSPlugin.php b/plugins/rssplugin/RSSPlugin.php index 9fd0bbf..4c1332b 100644 --- a/plugins/rssplugin/RSSPlugin.php +++ b/plugins/rssplugin/RSSPlugin.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/loadDedicatedFeed.inc.php b/plugins/rssplugin/loadDedicatedFeed.inc.php index 21e923a..79895ca 100644 --- a/plugins/rssplugin/loadDedicatedFeed.inc.php +++ b/plugins/rssplugin/loadDedicatedFeed.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/loadFeed.inc.php b/plugins/rssplugin/loadFeed.inc.php index 12dd838..e69a3fb 100644 --- a/plugins/rssplugin/loadFeed.inc.php +++ b/plugins/rssplugin/loadFeed.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -93,4 +93,4 @@ $response .= "
"; echo $response; -?> \ No newline at end of file +?> diff --git a/plugins/rssplugin/manageRSSFeeds.php b/plugins/rssplugin/manageRSSFeeds.php index 5abad2b..e5829a4 100644 --- a/plugins/rssplugin/manageRSSFeeds.php +++ b/plugins/rssplugin/manageRSSFeeds.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/rssplugin/rss2array.inc.php b/plugins/rssplugin/rss2array.inc.php index 5213541..cdfdcf1 100644 --- a/plugins/rssplugin/rss2array.inc.php +++ b/plugins/rssplugin/rss2array.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -409,4 +409,4 @@ } -?> \ No newline at end of file +?> diff --git a/plugins/search2/ExternalDashlet.php b/plugins/search2/ExternalDashlet.php index 8908c4d..ae26bce 100644 --- a/plugins/search2/ExternalDashlet.php +++ b/plugins/search2/ExternalDashlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -88,4 +88,4 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet } } -?> \ No newline at end of file +?> diff --git a/plugins/search2/IndexingHelp.php b/plugins/search2/IndexingHelp.php index fe6b86a..29538ff 100644 --- a/plugins/search2/IndexingHelp.php +++ b/plugins/search2/IndexingHelp.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -124,4 +124,4 @@ class IndexingHelp } } -?> \ No newline at end of file +?> diff --git a/plugins/search2/IndexingStatusDashlet.php b/plugins/search2/IndexingStatusDashlet.php index c5d2046..b1c8bc6 100644 --- a/plugins/search2/IndexingStatusDashlet.php +++ b/plugins/search2/IndexingStatusDashlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/LuceneStatisticsDashlet.php b/plugins/search2/LuceneStatisticsDashlet.php index 7ccba8e..8f7d0e7 100644 --- a/plugins/search2/LuceneStatisticsDashlet.php +++ b/plugins/search2/LuceneStatisticsDashlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/MigrationDashlet.php b/plugins/search2/MigrationDashlet.php index 86bb5bc..ca15fe7 100644 --- a/plugins/search2/MigrationDashlet.php +++ b/plugins/search2/MigrationDashlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/reporting/ExtractorInfo.php b/plugins/search2/reporting/ExtractorInfo.php index cb74025..48fc70d 100644 --- a/plugins/search2/reporting/ExtractorInfo.php +++ b/plugins/search2/reporting/ExtractorInfo.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/reporting/IndexErrors.php b/plugins/search2/reporting/IndexErrors.php index 1794768..9636c8e 100644 --- a/plugins/search2/reporting/IndexErrors.php +++ b/plugins/search2/reporting/IndexErrors.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/reporting/IndexingStatus.php b/plugins/search2/reporting/IndexingStatus.php index 95ee34e..4839a78 100644 --- a/plugins/search2/reporting/IndexingStatus.php +++ b/plugins/search2/reporting/IndexingStatus.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -137,4 +137,4 @@ class IndexingStatusDispatcher extends KTAdminDispatcher } } -?> \ No newline at end of file +?> diff --git a/plugins/search2/reporting/LuceneStatistics.php b/plugins/search2/reporting/LuceneStatistics.php index 7b853fd..51f1157 100644 --- a/plugins/search2/reporting/LuceneStatistics.php +++ b/plugins/search2/reporting/LuceneStatistics.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -62,4 +62,4 @@ class LuceneStatisticsDispatcher extends KTAdminDispatcher return $oTemplate->render($aTemplateData); } } -?> \ No newline at end of file +?> diff --git a/plugins/search2/reporting/ManageMimeTypes.php b/plugins/search2/reporting/ManageMimeTypes.php index cc811ab..99f12e5 100644 --- a/plugins/search2/reporting/ManageMimeTypes.php +++ b/plugins/search2/reporting/ManageMimeTypes.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -96,4 +96,4 @@ class ManageMimeTypesDispatcher extends KTAdminDispatcher { )); return $oTemplate; } -} \ No newline at end of file +} diff --git a/plugins/search2/reporting/PendingDocuments.php b/plugins/search2/reporting/PendingDocuments.php index 319200e..c7c04de 100644 --- a/plugins/search2/reporting/PendingDocuments.php +++ b/plugins/search2/reporting/PendingDocuments.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/search2/reporting/RescheduleDocuments.php b/plugins/search2/reporting/RescheduleDocuments.php index e8381f2..a360de6 100644 --- a/plugins/search2/reporting/RescheduleDocuments.php +++ b/plugins/search2/reporting/RescheduleDocuments.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/tagcloud/TagCloudDashlet.php b/plugins/tagcloud/TagCloudDashlet.php index baf9bfe..8e97681 100644 --- a/plugins/tagcloud/TagCloudDashlet.php +++ b/plugins/tagcloud/TagCloudDashlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/plugins/tagcloud/TagCloudPlugin.php b/plugins/tagcloud/TagCloudPlugin.php index 53f950c..eb05c60 100644 --- a/plugins/tagcloud/TagCloudPlugin.php +++ b/plugins/tagcloud/TagCloudPlugin.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -190,4 +190,4 @@ require_once(KT_LIB_DIR . '/templating/templating.inc.php'); $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('TagCloudPlugin', 'ktcore.tagcloud.plugin', __FILE__); -?> \ No newline at end of file +?> diff --git a/plugins/tagcloud/TagCloudPortlet.php b/plugins/tagcloud/TagCloudPortlet.php index a3d20f8..48fb2ca 100644 --- a/plugins/tagcloud/TagCloudPortlet.php +++ b/plugins/tagcloud/TagCloudPortlet.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -76,4 +76,4 @@ class TagCloudPortlet extends KTPortlet { } -?> \ No newline at end of file +?> diff --git a/plugins/tagcloud/TagCloudTriggers.php b/plugins/tagcloud/TagCloudTriggers.php index e8b93c6..9a66f9e 100644 --- a/plugins/tagcloud/TagCloudTriggers.php +++ b/plugins/tagcloud/TagCloudTriggers.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -251,4 +251,4 @@ class KTEditDocumentTrigger { } } } -?> \ No newline at end of file +?> diff --git a/plugins/tagcloud/TagCloudUtil.inc.php b/plugins/tagcloud/TagCloudUtil.inc.php index d72343b..25f9057 100644 --- a/plugins/tagcloud/TagCloudUtil.inc.php +++ b/plugins/tagcloud/TagCloudUtil.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -244,4 +244,4 @@ class TagQuery extends PartialQuery } -?> \ No newline at end of file +?> diff --git a/preferences.php b/preferences.php index 1930447..33b4ded 100644 --- a/preferences.php +++ b/preferences.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/presentation/i18nJavascript.php b/presentation/i18nJavascript.php index b330f47..faf582f 100644 --- a/presentation/i18nJavascript.php +++ b/presentation/i18nJavascript.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -73,4 +73,4 @@ $oD->dispatch(); $jsVar = ob_get_flush(); $_SESSION['_JS_VAR'] = $jsVar; -?> \ No newline at end of file +?> diff --git a/presentation/logout.php b/presentation/logout.php index 5531f38..1e60f2a 100644 --- a/presentation/logout.php +++ b/presentation/logout.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -63,4 +63,4 @@ class KTLogoutDispatcher extends KTDispatcher { } $d =& new KTLogoutDispatcher; $d->dispatch(); -?> \ No newline at end of file +?> diff --git a/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php b/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php index e664703..dfed12a 100644 --- a/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php +++ b/presentation/lookAndFeel/knowledgeTree/ajaxConditional.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/getTypeMetadataFields.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/getTypeMetadataFields.php index 8b8ad3e..cf0df8a 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/getTypeMetadataFields.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/getTypeMetadataFields.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/presentation/lookAndFeel/knowledgeTree/help.php b/presentation/lookAndFeel/knowledgeTree/help.php index 5d7ed3d..c64488c 100644 --- a/presentation/lookAndFeel/knowledgeTree/help.php +++ b/presentation/lookAndFeel/knowledgeTree/help.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/presentation/lookAndFeel/knowledgeTree/noAccess.php b/presentation/lookAndFeel/knowledgeTree/noAccess.php index 6d5e69c..66dd15c 100644 --- a/presentation/lookAndFeel/knowledgeTree/noAccess.php +++ b/presentation/lookAndFeel/knowledgeTree/noAccess.php @@ -6,7 +6,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/rss.php b/rss.php index a9a5ca8..a38d512 100644 --- a/rss.php +++ b/rss.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -145,4 +145,4 @@ function validateUser($username, $password){ return KTAuthenticationUtil::checkPassword($oUser, $password); } -?> \ No newline at end of file +?> diff --git a/search/ajaxBooleanSearch.php b/search/ajaxBooleanSearch.php index ae4774a..f63363b 100755 --- a/search/ajaxBooleanSearch.php +++ b/search/ajaxBooleanSearch.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search/booleanSearch.php b/search/booleanSearch.php index b4733c2..e3c1314 100755 --- a/search/booleanSearch.php +++ b/search/booleanSearch.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search/simpleSearch.php b/search/simpleSearch.php index 4bdbc0f..6f491cd 100644 --- a/search/simpleSearch.php +++ b/search/simpleSearch.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search2.php b/search2.php index 46e1ccc..8ce7a37 100644 --- a/search2.php +++ b/search2.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search2/ajax/ajax.inc.php b/search2/ajax/ajax.inc.php index 9cb548a..4f40f08 100755 --- a/search2/ajax/ajax.inc.php +++ b/search2/ajax/ajax.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -252,4 +252,4 @@ class AjaxSearchHelper } -?> \ No newline at end of file +?> diff --git a/search2/ajax/metadata.php b/search2/ajax/metadata.php index 7a1ea33..a4acd9e 100755 --- a/search2/ajax/metadata.php +++ b/search2/ajax/metadata.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -59,4 +59,4 @@ switch ($what) -?> \ No newline at end of file +?> diff --git a/search2/ajax/parseExpr.php b/search2/ajax/parseExpr.php index 98f02cf..a9cd580 100755 --- a/search2/ajax/parseExpr.php +++ b/search2/ajax/parseExpr.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -42,4 +42,4 @@ $txtQuery = AjaxSearchHelper::checkGET('txtQuery',AjaxSearchHelper::STATUS_MISSI AjaxSearchHelper::parseQuery($txtQuery); -?> \ No newline at end of file +?> diff --git a/search2/ajax/saveExpr.php b/search2/ajax/saveExpr.php index 92c2efa..fb552d2 100755 --- a/search2/ajax/saveExpr.php +++ b/search2/ajax/saveExpr.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -74,4 +74,4 @@ else -?> \ No newline at end of file +?> diff --git a/search2/ajax/savedSearches.php b/search2/ajax/savedSearches.php index 5871c72..c81fe41 100755 --- a/search2/ajax/savedSearches.php +++ b/search2/ajax/savedSearches.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -43,4 +43,4 @@ $userID = AjaxSearchHelper::getSessionUser(); AjaxSearchHelper::getSavedSearches($userID); -?> \ No newline at end of file +?> diff --git a/search2/ajax/searchFields.php b/search2/ajax/searchFields.php index a156a2e..ca3d0e3 100755 --- a/search2/ajax/searchFields.php +++ b/search2/ajax/searchFields.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -40,4 +40,4 @@ require_once('ajax.inc.php'); $reg = ExprFieldRegistry::getRegistry(); AjaxSearchHelper::getSearchFields(); -?> \ No newline at end of file +?> diff --git a/search2/ajax/treeNodes.php b/search2/ajax/treeNodes.php index 35be696..d64a101 100755 --- a/search2/ajax/treeNodes.php +++ b/search2/ajax/treeNodes.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -40,4 +40,4 @@ require_once('ajax.inc.php'); $folderID = AjaxSearchHelper::checkGET('folderid', AjaxSearchHelper::STATUS_MISSING_FOLDER, _kt('Folder id is not specified.')); AjaxSearchHelper::getFolder($folderID); -?> \ No newline at end of file +?> diff --git a/search2/bin/cronCleanup.php b/search2/bin/cronCleanup.php index d72c449..48ee585 100644 --- a/search2/bin/cronCleanup.php +++ b/search2/bin/cronCleanup.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -82,4 +82,4 @@ function cleanupTempDirectory($dir, $force = false) -?> \ No newline at end of file +?> diff --git a/search2/bin/cronIndexStats.php b/search2/bin/cronIndexStats.php index f24e45c..32d4ec2 100644 --- a/search2/bin/cronIndexStats.php +++ b/search2/bin/cronIndexStats.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -48,4 +48,4 @@ if (is_array($argv) && in_array('verbose', $argv)) $verbose = true; if ($verbose) print _kt("Cache index stats and diagnostics") . "...\n"; $indexer = Indexer::get(); -$indexer->updateIndexStats(); \ No newline at end of file +$indexer->updateIndexStats(); diff --git a/search2/bin/cronIndexer.php b/search2/bin/cronIndexer.php index ae766b9..3d917f2 100644 --- a/search2/bin/cronIndexer.php +++ b/search2/bin/cronIndexer.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -43,4 +43,4 @@ require_once(realpath('../../config/dmsDefaults.php')); KTUtil::call_page('search2/indexing/bin/cronIndexer.php'); -?> \ No newline at end of file +?> diff --git a/search2/bin/cronMigration.php b/search2/bin/cronMigration.php index 84b2797..8d0432c 100644 --- a/search2/bin/cronMigration.php +++ b/search2/bin/cronMigration.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -42,4 +42,4 @@ require_once(realpath('../../config/dmsDefaults.php')); KTUtil::call_page('search2/indexing/bin/cronMigration.php'); -?> \ No newline at end of file +?> diff --git a/search2/bin/cronOptimize.php b/search2/bin/cronOptimize.php index b3cbd54..cd3bc3c 100644 --- a/search2/bin/cronOptimize.php +++ b/search2/bin/cronOptimize.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -40,4 +40,4 @@ require_once('optimise.php'); -?> \ No newline at end of file +?> diff --git a/search2/bin/cronResources.php b/search2/bin/cronResources.php index 4791c3a..56cc96d 100644 --- a/search2/bin/cronResources.php +++ b/search2/bin/cronResources.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -95,4 +95,4 @@ class ResourceChecker $checker = new ResourceChecker(); $checker->check(); -?> \ No newline at end of file +?> diff --git a/search2/bin/optimise.php b/search2/bin/optimise.php index a9e24d8..571664e 100644 --- a/search2/bin/optimise.php +++ b/search2/bin/optimise.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -43,4 +43,4 @@ require_once(realpath('../../config/dmsDefaults.php')); KTUtil::call_page('search2/indexing/bin/optimise.php'); -?> \ No newline at end of file +?> diff --git a/search2/documentProcessor/bin/documentProcessor.php b/search2/documentProcessor/bin/documentProcessor.php index ffb86f5..e2039f8 100644 --- a/search2/documentProcessor/bin/documentProcessor.php +++ b/search2/documentProcessor/bin/documentProcessor.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -49,4 +49,4 @@ require_once('../documentProcessor.inc.php'); $documentProcessor = DocumentProcessor::get(); $documentProcessor->processQueue(); exit; -?> \ No newline at end of file +?> diff --git a/search2/documentProcessor/documentProcessor.inc.php b/search2/documentProcessor/documentProcessor.inc.php index ab8990f..336a097 100644 --- a/search2/documentProcessor/documentProcessor.inc.php +++ b/search2/documentProcessor/documentProcessor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -242,4 +242,4 @@ abstract class BaseProcessor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/cronIndexer.php b/search2/indexing/bin/cronIndexer.php index 66d814e..1e85f9e 100755 --- a/search2/indexing/bin/cronIndexer.php +++ b/search2/indexing/bin/cronIndexer.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -51,4 +51,4 @@ $indexer = Indexer::get(); $indexer->indexDocuments(); $indexer->updateIndexStats(); exit; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/cronMigration.php b/search2/indexing/bin/cronMigration.php index 2025ee7..616a72b 100644 --- a/search2/indexing/bin/cronMigration.php +++ b/search2/indexing/bin/cronMigration.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -51,4 +51,4 @@ $indexer = Indexer::get(); $indexer->migrateDocuments(); exit; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/cronOptimize.php b/search2/indexing/bin/cronOptimize.php index da5c88b..f9e8d0c 100644 --- a/search2/indexing/bin/cronOptimize.php +++ b/search2/indexing/bin/cronOptimize.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -39,4 +39,4 @@ require_once('optimise.php'); -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/diagnose.php b/search2/indexing/bin/diagnose.php index 501f653..2590b3e 100755 --- a/search2/indexing/bin/diagnose.php +++ b/search2/indexing/bin/diagnose.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -70,4 +70,4 @@ else print "\n" . _kt("Done.") . "\n"; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/optimise.php b/search2/indexing/bin/optimise.php index f1c2dc3..9038582 100755 --- a/search2/indexing/bin/optimise.php +++ b/search2/indexing/bin/optimise.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ $indexer->optimise(); if ($verbose) print _kt("Done.") . "\n"; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/recreateIndex.php b/search2/indexing/bin/recreateIndex.php index f64d8f2..6663e99 100755 --- a/search2/indexing/bin/recreateIndex.php +++ b/search2/indexing/bin/recreateIndex.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -108,4 +108,4 @@ if ($indexall) print _kt("Done.") . "\n"; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/registerTypes.php b/search2/indexing/bin/registerTypes.php index e688156..65051b9 100755 --- a/search2/indexing/bin/registerTypes.php +++ b/search2/indexing/bin/registerTypes.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -84,4 +84,4 @@ $indexer = Indexer::get(); $indexer->registerTypes($clear); print _kt("Done.") . "\n"; -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/reportUnindexedDocuments.php b/search2/indexing/bin/reportUnindexedDocuments.php index ba09c1c..88cc157 100644 --- a/search2/indexing/bin/reportUnindexedDocuments.php +++ b/search2/indexing/bin/reportUnindexedDocuments.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -125,4 +125,4 @@ else print "-----END-----\n\nDone\n"; } -?> \ No newline at end of file +?> diff --git a/search2/indexing/bin/shutdown.php b/search2/indexing/bin/shutdown.php index 4c42d2f..87671f4 100644 --- a/search2/indexing/bin/shutdown.php +++ b/search2/indexing/bin/shutdown.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -87,4 +87,4 @@ print "\n* " . _kt("The request to shutdown has been sent to the server. It may print _kt("Done.") . "\n"; -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractorCore.inc.php b/search2/indexing/extractorCore.inc.php index a308296..c1a0587 100755 --- a/search2/indexing/extractorCore.inc.php +++ b/search2/indexing/extractorCore.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -898,4 +898,4 @@ abstract class ExtractorHook } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/ExifExtractor.inc.php b/search2/indexing/extractors/ExifExtractor.inc.php index 821c62c..0bf6b76 100644 --- a/search2/indexing/extractors/ExifExtractor.inc.php +++ b/search2/indexing/extractors/ExifExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -90,4 +90,4 @@ class ExifExtractor extends DocumentExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/OOPresentationExtractor.inc.php b/search2/indexing/extractors/OOPresentationExtractor.inc.php index f9988cf..524a9eb 100755 --- a/search2/indexing/extractors/OOPresentationExtractor.inc.php +++ b/search2/indexing/extractors/OOPresentationExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -54,4 +54,4 @@ class OOPresentationExtractor extends TextExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/OOSpreadsheetExtractor.inc.php b/search2/indexing/extractors/OOSpreadsheetExtractor.inc.php index 9e5b695..5a1206e 100755 --- a/search2/indexing/extractors/OOSpreadsheetExtractor.inc.php +++ b/search2/indexing/extractors/OOSpreadsheetExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -54,4 +54,4 @@ class OOSpreadsheetExtractor extends TextExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/OOTextExtractor.inc.php b/search2/indexing/extractors/OOTextExtractor.inc.php index 2cb4665..4fbb06e 100755 --- a/search2/indexing/extractors/OOTextExtractor.inc.php +++ b/search2/indexing/extractors/OOTextExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -53,4 +53,4 @@ class OOTextExtractor extends TextExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/OpenOfficeTextExtractor.inc.php b/search2/indexing/extractors/OpenOfficeTextExtractor.inc.php index 99d1193..548a4f3 100644 --- a/search2/indexing/extractors/OpenOfficeTextExtractor.inc.php +++ b/search2/indexing/extractors/OpenOfficeTextExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -134,4 +134,4 @@ class OpenOfficeTextExtractor extends ExternalDocumentExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/OpenXmlTextExtractor.inc.php b/search2/indexing/extractors/OpenXmlTextExtractor.inc.php index 6a6fd9f..79ac182 100644 --- a/search2/indexing/extractors/OpenXmlTextExtractor.inc.php +++ b/search2/indexing/extractors/OpenXmlTextExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -319,4 +319,4 @@ class OpenXmlTextExtractor extends ExternalDocumentExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/PDFExtractor.inc.php b/search2/indexing/extractors/PDFExtractor.inc.php index fd4cb6f..31353a3 100755 --- a/search2/indexing/extractors/PDFExtractor.inc.php +++ b/search2/indexing/extractors/PDFExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -103,4 +103,4 @@ class PDFExtractor extends ApplicationExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/PSExtractor.inc.php b/search2/indexing/extractors/PSExtractor.inc.php index 6023617..b953b7e 100755 --- a/search2/indexing/extractors/PSExtractor.inc.php +++ b/search2/indexing/extractors/PSExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -71,4 +71,4 @@ class PSExtractor extends ApplicationExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/PlainTextExtractor.inc.php b/search2/indexing/extractors/PlainTextExtractor.inc.php index 62dc240..37f48c8 100755 --- a/search2/indexing/extractors/PlainTextExtractor.inc.php +++ b/search2/indexing/extractors/PlainTextExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class PlainTextExtractor extends TextExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/RTFExtractor.inc.php b/search2/indexing/extractors/RTFExtractor.inc.php index 5576803..05b7851 100644 --- a/search2/indexing/extractors/RTFExtractor.inc.php +++ b/search2/indexing/extractors/RTFExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -53,4 +53,4 @@ class RTFExtractor extends TextExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/ScriptExtractor.inc.php b/search2/indexing/extractors/ScriptExtractor.inc.php index 467017e..0f76629 100755 --- a/search2/indexing/extractors/ScriptExtractor.inc.php +++ b/search2/indexing/extractors/ScriptExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -53,4 +53,4 @@ class ScriptExtractor extends TextExtractor } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/StarOfficeExtractor.inc.php b/search2/indexing/extractors/StarOfficeExtractor.inc.php index 7e7d60e..5ae17cf 100644 --- a/search2/indexing/extractors/StarOfficeExtractor.inc.php +++ b/search2/indexing/extractors/StarOfficeExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -214,4 +214,4 @@ class StarOfficeExtractor extends ExternalDocumentExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/TikaApacheExtractor.inc.php b/search2/indexing/extractors/TikaApacheExtractor.inc.php index e2fcf1e..48c4f20 100644 --- a/search2/indexing/extractors/TikaApacheExtractor.inc.php +++ b/search2/indexing/extractors/TikaApacheExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -126,4 +126,4 @@ class TikaApacheExtractor extends DocumentExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/extractors/XMLExtractor.inc.php b/search2/indexing/extractors/XMLExtractor.inc.php index ace67ff..8d2fd2b 100755 --- a/search2/indexing/extractors/XMLExtractor.inc.php +++ b/search2/indexing/extractors/XMLExtractor.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -60,4 +60,4 @@ class XMLExtractor extends TextExtractor } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/indexerCore.inc.php b/search2/indexing/indexerCore.inc.php index 1a8fb73..f8e1b8f 100755 --- a/search2/indexing/indexerCore.inc.php +++ b/search2/indexing/indexerCore.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php b/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php index 047e6c6..4654b57 100755 --- a/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php +++ b/search2/indexing/indexers/JavaXMLRPCLuceneIndexer.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/search2/indexing/indexers/PHPLuceneIndexer.inc.php b/search2/indexing/indexers/PHPLuceneIndexer.inc.php index 199134f..bc44879 100755 --- a/search2/indexing/indexers/PHPLuceneIndexer.inc.php +++ b/search2/indexing/indexers/PHPLuceneIndexer.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -284,4 +284,4 @@ class PHPLuceneIndexer extends Indexer return _kt('Document Indexer Library'); } } -?> \ No newline at end of file +?> diff --git a/search2/indexing/lib/XmlRpcLucene.inc.php b/search2/indexing/lib/XmlRpcLucene.inc.php index 6f843dd..c15407c 100755 --- a/search2/indexing/lib/XmlRpcLucene.inc.php +++ b/search2/indexing/lib/XmlRpcLucene.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -392,4 +392,4 @@ class XmlRpcLucene } -?> \ No newline at end of file +?> diff --git a/search2/search/SearchCommandLexer.php b/search2/search/SearchCommandLexer.php index 7d78975..4a50a94 100755 --- a/search2/search/SearchCommandLexer.php +++ b/search2/search/SearchCommandLexer.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -308,4 +308,4 @@ class SearchCommandLexer } } -?> \ No newline at end of file +?> diff --git a/search2/search/bin/cronSavedSearch.php b/search2/search/bin/cronSavedSearch.php index 39c8f25..ade74e7 100644 --- a/search2/search/bin/cronSavedSearch.php +++ b/search2/search/bin/cronSavedSearch.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ a saved search is created. */ -?> \ No newline at end of file +?> diff --git a/search2/search/bin/search.php b/search2/search/bin/search.php index 7a92115..dfe2ac0 100755 --- a/search2/search/bin/search.php +++ b/search2/search/bin/search.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -150,4 +150,4 @@ catch(Exception $e) print $e->getMessage(); } -?> \ No newline at end of file +?> diff --git a/search2/search/bin/search2graphviz.php b/search2/search/bin/search2graphviz.php index b4bcfb7..c6364ed 100644 --- a/search2/search/bin/search2graphviz.php +++ b/search2/search/bin/search2graphviz.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -99,4 +99,4 @@ catch(Exception $e) print $e->getMessage(); } -?> \ No newline at end of file +?> diff --git a/search2/search/expr.inc.php b/search2/search/expr.inc.php index 3b2bada..eafc649 100755 --- a/search2/search/expr.inc.php +++ b/search2/search/expr.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -2359,4 +2359,4 @@ class OpExpr extends Expr } } -?> \ No newline at end of file +?> diff --git a/search2/search/exprConstants.inc.php b/search2/search/exprConstants.inc.php index b67efdb..7b849e4 100755 --- a/search2/search/exprConstants.inc.php +++ b/search2/search/exprConstants.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -136,4 +136,4 @@ class FieldInputType const FILESIZE = 'FILESIZE'; } -?> \ No newline at end of file +?> diff --git a/search2/search/fieldRegistry.inc.php b/search2/search/fieldRegistry.inc.php index e4b2a72..14713a1 100755 --- a/search2/search/fieldRegistry.inc.php +++ b/search2/search/fieldRegistry.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -310,4 +310,4 @@ class ExprFieldRegistry } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/AnyMetadataField.inc.php b/search2/search/fields/AnyMetadataField.inc.php index 807c924..7ef2ffe 100755 --- a/search2/search/fields/AnyMetadataField.inc.php +++ b/search2/search/fields/AnyMetadataField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -59,4 +59,4 @@ class AnyMetadataField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CheckedOutByField.inc.php b/search2/search/fields/CheckedOutByField.inc.php index 75cee2b..f3e3ec9 100755 --- a/search2/search/fields/CheckedOutByField.inc.php +++ b/search2/search/fields/CheckedOutByField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class CheckedOutByField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CheckedOutDeltaField.inc.php b/search2/search/fields/CheckedOutDeltaField.inc.php index 8a3dad3..a662049 100644 --- a/search2/search/fields/CheckedOutDeltaField.inc.php +++ b/search2/search/fields/CheckedOutDeltaField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -74,4 +74,4 @@ class CheckedOutDeltaField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CheckedOutField.inc.php b/search2/search/fields/CheckedOutField.inc.php index 74ba957..f904bcb 100644 --- a/search2/search/fields/CheckedOutField.inc.php +++ b/search2/search/fields/CheckedOutField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -61,4 +61,4 @@ class CheckedOutField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CreatedByField.inc.php b/search2/search/fields/CreatedByField.inc.php index ab930a3..f5a0b2c 100755 --- a/search2/search/fields/CreatedByField.inc.php +++ b/search2/search/fields/CreatedByField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -77,4 +77,4 @@ class CreatedByField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CreatedDeltaField.inc.php b/search2/search/fields/CreatedDeltaField.inc.php index 273e45b..32e1361 100755 --- a/search2/search/fields/CreatedDeltaField.inc.php +++ b/search2/search/fields/CreatedDeltaField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -74,4 +74,4 @@ class CreatedDeltaField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/CreatedField.inc.php b/search2/search/fields/CreatedField.inc.php index b87ae14..b1830d0 100755 --- a/search2/search/fields/CreatedField.inc.php +++ b/search2/search/fields/CreatedField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -61,4 +61,4 @@ class CreatedField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/DiscussionTextField.inc.php b/search2/search/fields/DiscussionTextField.inc.php index e43fef7..73ea321 100755 --- a/search2/search/fields/DiscussionTextField.inc.php +++ b/search2/search/fields/DiscussionTextField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -61,4 +61,4 @@ class DiscussionTextField extends SearchableText } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/DocumentIdField.inc.php b/search2/search/fields/DocumentIdField.inc.php index 1f2dc50..a8e8c90 100755 --- a/search2/search/fields/DocumentIdField.inc.php +++ b/search2/search/fields/DocumentIdField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class DocumentIdField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/DocumentOemNoField.inc.php b/search2/search/fields/DocumentOemNoField.inc.php index 4434d2c..9f07e86 100644 --- a/search2/search/fields/DocumentOemNoField.inc.php +++ b/search2/search/fields/DocumentOemNoField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class DocumentOemNoField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/DocumentTextField.inc.php b/search2/search/fields/DocumentTextField.inc.php index b93eca3..1af9f82 100755 --- a/search2/search/fields/DocumentTextField.inc.php +++ b/search2/search/fields/DocumentTextField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -57,4 +57,4 @@ class DocumentTextField extends SearchableText } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/DocumentTypeField.inc.php b/search2/search/fields/DocumentTypeField.inc.php index 6b66ca6..621e9cb 100755 --- a/search2/search/fields/DocumentTypeField.inc.php +++ b/search2/search/fields/DocumentTypeField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class DocumentTypeField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/FilenameField.inc.php b/search2/search/fields/FilenameField.inc.php index 22c4177..1b3855e 100755 --- a/search2/search/fields/FilenameField.inc.php +++ b/search2/search/fields/FilenameField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -59,4 +59,4 @@ class FilenameField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/FilesizeField.inc.php b/search2/search/fields/FilesizeField.inc.php index 9f4a2e3..06e727a 100755 --- a/search2/search/fields/FilesizeField.inc.php +++ b/search2/search/fields/FilesizeField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class FilesizeField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/FolderField.inc.php b/search2/search/fields/FolderField.inc.php index 1237b3a..65f2456 100755 --- a/search2/search/fields/FolderField.inc.php +++ b/search2/search/fields/FolderField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -70,4 +70,4 @@ class FolderField extends DBFieldExpr } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/FolderFieldID.inc.php b/search2/search/fields/FolderFieldID.inc.php index 76f8044..9b73b55 100644 --- a/search2/search/fields/FolderFieldID.inc.php +++ b/search2/search/fields/FolderFieldID.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class FolderIDField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/FullPathField.inc.php b/search2/search/fields/FullPathField.inc.php index 4cc5437..8250c77 100644 --- a/search2/search/fields/FullPathField.inc.php +++ b/search2/search/fields/FullPathField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -77,4 +77,4 @@ class FullPathField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/GeneralTextField.inc.php b/search2/search/fields/GeneralTextField.inc.php index 0ef470d..12c52c1 100755 --- a/search2/search/fields/GeneralTextField.inc.php +++ b/search2/search/fields/GeneralTextField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -89,4 +89,4 @@ class GeneralTextField extends SearchableText } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/IsCheckedOutField.inc.php b/search2/search/fields/IsCheckedOutField.inc.php index 2f58238..6d68b68 100755 --- a/search2/search/fields/IsCheckedOutField.inc.php +++ b/search2/search/fields/IsCheckedOutField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -63,4 +63,4 @@ class IsCheckedOutField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/IsImmutableField.inc.php b/search2/search/fields/IsImmutableField.inc.php index 973a88d..550d257 100755 --- a/search2/search/fields/IsImmutableField.inc.php +++ b/search2/search/fields/IsImmutableField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -63,4 +63,4 @@ class IsImmutableField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/MimeTypeField.inc.php b/search2/search/fields/MimeTypeField.inc.php index aaa7de7..13f4d0f 100755 --- a/search2/search/fields/MimeTypeField.inc.php +++ b/search2/search/fields/MimeTypeField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -60,4 +60,4 @@ class MimeTypeField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/ModifiedByField.inc.php b/search2/search/fields/ModifiedByField.inc.php index 361e57a..e57de6d 100755 --- a/search2/search/fields/ModifiedByField.inc.php +++ b/search2/search/fields/ModifiedByField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class ModifiedByField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/ModifiedDeltaField.inc.php b/search2/search/fields/ModifiedDeltaField.inc.php index 7759889..696b07b 100755 --- a/search2/search/fields/ModifiedDeltaField.inc.php +++ b/search2/search/fields/ModifiedDeltaField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -73,4 +73,4 @@ class ModifiedDeltaField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/ModifiedField.inc.php b/search2/search/fields/ModifiedField.inc.php index a155d7d..3db67f8 100755 --- a/search2/search/fields/ModifiedField.inc.php +++ b/search2/search/fields/ModifiedField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -61,4 +61,4 @@ class ModifiedField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/TagField.inc.php b/search2/search/fields/TagField.inc.php index 21a3f09..9336788 100755 --- a/search2/search/fields/TagField.inc.php +++ b/search2/search/fields/TagField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class TagField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/TitleField.inc.php b/search2/search/fields/TitleField.inc.php index abddf9f..7097b66 100755 --- a/search2/search/fields/TitleField.inc.php +++ b/search2/search/fields/TitleField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -75,4 +75,4 @@ class TitleField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/WorkflowField.inc.php b/search2/search/fields/WorkflowField.inc.php index f310ac4..2f500f2 100755 --- a/search2/search/fields/WorkflowField.inc.php +++ b/search2/search/fields/WorkflowField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class WorkflowField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/WorkflowIDField.inc.php b/search2/search/fields/WorkflowIDField.inc.php index 422859e..4730e90 100644 --- a/search2/search/fields/WorkflowIDField.inc.php +++ b/search2/search/fields/WorkflowIDField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class WorkflowIDField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/WorkflowStateField.inc.php b/search2/search/fields/WorkflowStateField.inc.php index 9c8158b..b34a22e 100755 --- a/search2/search/fields/WorkflowStateField.inc.php +++ b/search2/search/fields/WorkflowStateField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -58,4 +58,4 @@ class WorkflowStateField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/fields/WorkflowStateIDField.inc.php b/search2/search/fields/WorkflowStateIDField.inc.php index eaa8165..e515a16 100644 --- a/search2/search/fields/WorkflowStateIDField.inc.php +++ b/search2/search/fields/WorkflowStateIDField.inc.php @@ -5,7 +5,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -56,4 +56,4 @@ class WorkflowStateIDField extends DBFieldExpr } } -?> \ No newline at end of file +?> diff --git a/search2/search/search.inc.php b/search2/search/search.inc.php index de70da0..0b326bb 100755 --- a/search2/search/search.inc.php +++ b/search2/search/search.inc.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/setup/postcheckup.php b/setup/postcheckup.php index 1754141..322a627 100644 --- a/setup/postcheckup.php +++ b/setup/postcheckup.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/setup/precheckup.php b/setup/precheckup.php index 553b2a7..216cf53 100644 --- a/setup/precheckup.php +++ b/setup/precheckup.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/setup/upgrade.php b/setup/upgrade.php index b90f1d9..72b5441 100644 --- a/setup/upgrade.php +++ b/setup/upgrade.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index 0b0d84b..9576f60 100644 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -3,7 +3,7 @@ -- -- KnowledgeTree Community Edition -- Document Management Made Simple --- Copyright (C) 2008 KnowledgeTree Inc. +-- Copyright (C) 2008, 2009 KnowledgeTree Inc. -- Portions copyright The Jam Warehouse Software (Pty) Limited -- -- This program is free software; you can redistribute it and/or modify it under diff --git a/sql/mysql/install/dump.sh b/sql/mysql/install/dump.sh index 286c0ae..d2b0a7e 100755 --- a/sql/mysql/install/dump.sh +++ b/sql/mysql/install/dump.sh @@ -13,7 +13,7 @@ HEADER = '-- -- -- KnowledgeTree Community Edition -- Document Management Made Simple --- Copyright (C) 2008 KnowledgeTree Inc. +-- Copyright (C) 2008, 2009 KnowledgeTree Inc. -- Portions copyright The Jam Warehouse Software (Pty) Limited -- -- This program is free software; you can redistribute it and/or modify it under diff --git a/sql/mysql/install/structure.sql b/sql/mysql/install/structure.sql index 5ec79f7..b6f5c88 100644 --- a/sql/mysql/install/structure.sql +++ b/sql/mysql/install/structure.sql @@ -3,7 +3,7 @@ -- -- KnowledgeTree Community Edition -- Document Management Made Simple --- Copyright (C) 2008 KnowledgeTree Inc. +-- Copyright (C) 2008, 2009 KnowledgeTree Inc. -- Portions copyright The Jam Warehouse Software (Pty) Limited -- -- This program is free software; you can redistribute it and/or modify it under diff --git a/sql/mysql/install/user.sql b/sql/mysql/install/user.sql index d94821d..3b80ee2 100644 --- a/sql/mysql/install/user.sql +++ b/sql/mysql/install/user.sql @@ -3,7 +3,7 @@ -- -- KnowledgeTree Community Edition -- Document Management Made Simple --- Copyright (C) 2008 KnowledgeTree Inc. +-- Copyright (C) 2008, 2009 KnowledgeTree Inc. -- Portions copyright The Jam Warehouse Software (Pty) Limited -- -- This program is free software; you can redistribute it and/or modify it under diff --git a/view.php b/view.php index d2c55e3..28db69e 100644 --- a/view.php +++ b/view.php @@ -4,7 +4,7 @@ * * KnowledgeTree Community Edition * Document Management Made Simple - * Copyright (C) 2008 KnowledgeTree Inc. + * Copyright (C) 2008, 2009 KnowledgeTree Inc. * Portions copyright The Jam Warehouse Software (Pty) Limited * * This program is free software; you can redistribute it and/or modify it under @@ -487,4 +487,4 @@ class ViewDocumentDispatcher extends KTStandardDispatcher { $oDispatcher = new ViewDocumentDispatcher; $oDispatcher->dispatch(); -?> \ No newline at end of file +?>