Commit fa3480a3af1b8b07812fb4f496966f0174bd87a1

Authored by Kevin Fourie
1 parent 4d31e088

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