Commit d0e3b059c2de5773faca4640fefc8c0e9f346656

Authored by kevin_fourie
1 parent 8ea7f31c

KTS-2558

"Update OSS to GPLv3"
Updated. More header updates.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7481 c91229c3-7414-0410-bfa2-8a42b809f60b
bin/expungeall.php
1 1 <?php
2 2  
3 3 /**
  4 + *
  5 + * $Id:$
  6 + *
4 7 * KnowledgeTree Open Source Edition
5 8 * Document Management Made Simple
6 9 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
bin/recreateIndexes.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
bin/scheduler.php
1 1 <?php
2 2 /**
3   - * $Id:
  3 + * $Id:$
4 4 *
5 5 * KnowledgeTree Open Source Edition
6 6 * Document Management Made Simple
... ...
control.php
1 1 <?php
2   -
3 2 /*
  3 + * $Id:$
  4 + *
4 5 * KnowledgeTree Open Source Edition
5 6 * Document Management Made Simple
6 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
ktwebservice/KTDownloadManager.inc.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * KTDownloadManager manages files in the download_files table.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/KTUploadManager.inc.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * KTUploadManager manages files in the uploaded_files table.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/download_cleanup.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * Cleans up the download_files table.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/index.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * A wrapper for webservice.php
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/upload.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * This uploads a file onto the file server. A web service method can later move the file to the correct location.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/upload_cleanup.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * Cleans up the uploaded_files table and the upload.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
ktwebservice/webservice.php
... ... @@ -2,6 +2,8 @@
2 2  
3 3 /**
4 4 *
  5 + * $Id:$
  6 + *
5 7 * This implements the KnowledgeTree Web Service in SOAP.
6 8 *
7 9 * KnowledgeTree Open Source Edition
... ...
plugins/ktstandard/AdminVersionPlugin/AdminVersionDashlet.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/ktstandard/AdminVersionPlugin/AdminVersionPage.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/ktstandard/AdminVersionPlugin/AdminVersionPlugin.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/ktstandard/admin/manageDisclaimers.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
plugins/rssplugin/KTrss.inc.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/RSSDashlet.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/RSSDocumentLinkAction.php
1 1 <?php
2 2 /*
  3 + * $Id$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/RSSFolderLinkAction.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/RSSPlugin.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/loadFeed.inc.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/manageRSSFeeds.php
1 1 <?php
2 2  
3 3 /*
  4 + * $Id:$
  5 + *
4 6 * KnowledgeTree Open Source Edition
5 7 * Document Management Made Simple
6 8 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/rssplugin/rss2array.inc.php
1 1 <?php
2 2  
3 3 /*
  4 + * $Id:$
  5 + *
4 6 * KnowledgeTree Open Source Edition
5 7 * Document Management Made Simple
6 8 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/search2/ExternalDashlet.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
plugins/search2/IndexingStatusDashlet.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
plugins/search2/LuceneStatisticsDashlet.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
plugins/search2/MigrationDashlet.php
1 1 <?php
2 2  
3 3 /**
4   - * $Id
  4 + * $Id:$
5 5 *
6 6 * KnowledgeTree Open Source Edition
7 7 * Document Management Made Simple
... ...
plugins/tagcloud/TagCloudDashlet.php
1 1 <?php
2 2  
3 3 /*
  4 + * $Id:$
  5 + *
4 6 * KnowledgeTree Open Source Edition
5 7 * Document Management Made Simple
6 8 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/tagcloud/TagCloudPlugin.php
1 1 <?php
2 2  
3 3 /*
  4 + * $Id:$
  5 + *
4 6 * KnowledgeTree Open Source Edition
5 7 * Document Management Made Simple
6 8 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
plugins/tagcloud/TagCloudRedirectPage.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...
presentation/i18nJavascript.php
1 1 <?php
2 2 /*
  3 + * $Id:$
  4 + *
3 5 * KnowledgeTree Open Source Edition
4 6 * Document Management Made Simple
5 7 * Copyright (C) 2004 - 2007 The Jam Warehouse Software (Pty) Limited
... ...