Commit af634378782e1785e9899b7e433bb1a5186eb965
1 parent
2114dccc
KTS-1725
"License version is incorrect" Corrected. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6514 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
11 deletions
control.php
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -/** | |
| 4 | - * $Id$ | |
| 5 | - * | |
| 3 | +/* | |
| 6 | 4 | * The contents of this file are subject to the KnowledgeTree Public |
| 7 | 5 | * License Version 1.1 ("License"); You may not use this file except in |
| 8 | 6 | * compliance with the License. You may obtain a copy of the License at |
| ... | ... | @@ -28,18 +26,10 @@ |
| 28 | 26 | require_once('config/dmsDefaults.php'); |
| 29 | 27 | |
| 30 | 28 | /** |
| 31 | - * $Id$ | |
| 32 | - * | |
| 33 | 29 | * Controller page -- controls the web application by responding to a set of |
| 34 | 30 | * defined actions. The controller performs session handling, page-level |
| 35 | 31 | * authentication and forwards the request to the appropriate handling |
| 36 | 32 | * page. |
| 37 | - * | |
| 38 | - * Licensed under the GNU GPL. For full terms see the file DOCS/COPYING. | |
| 39 | - * | |
| 40 | - * @version $Revision$ | |
| 41 | - * @author Michael Joseph <michael@jamwarehouse.com>, Jam Warehouse (Pty) Ltd, South Africa | |
| 42 | - * @package controller | |
| 43 | 33 | */ |
| 44 | 34 | |
| 45 | 35 | // ------------------------------- | ... | ... |