Commit 2114dcccf8252057556eafa13b13d7404a8be4e9
1 parent
f57a0457
KTS-1725
"License version is incorrect" Corrected. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6513 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
19 additions
and
23 deletions
lib/browse/criteriaregistry.php
| 1 | <?php | 1 | <?php |
| 2 | 2 | ||
| 3 | -/** | ||
| 4 | - * $Id: criteriaregistry.php 5492 2006-06-04 20:50:43Z bryndivey $ | 3 | +/* |
| 4 | + * The contents of this file are subject to the KnowledgeTree Public | ||
| 5 | + * License Version 1.1 ("License"); You may not use this file except in | ||
| 6 | + * compliance with the License. You may obtain a copy of the License at | ||
| 7 | + * http://www.knowledgetree.com/KPL | ||
| 8 | + * | ||
| 9 | + * Software distributed under the License is distributed on an "AS IS" | ||
| 10 | + * basis, | ||
| 11 | + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License | ||
| 12 | + * for the specific language governing rights and limitations under the | ||
| 13 | + * License. | ||
| 14 | + * | ||
| 15 | + * The Original Code is: KnowledgeTree Open Source | ||
| 16 | + * | ||
| 17 | + * The Initial Developer of the Original Code is The Jam Warehouse Software | ||
| 18 | + * (Pty) Ltd, trading as KnowledgeTree. | ||
| 19 | + * Portions created by The Jam Warehouse Software (Pty) Ltd are Copyright | ||
| 20 | + * (C) 2007 The Jam Warehouse Software (Pty) Ltd; | ||
| 21 | + * All Rights Reserved. | ||
| 5 | * | 22 | * |
| 6 | - * Copyright (c) 2007 Jam Warehouse http://www.jamwarehouse.com | ||
| 7 | - * | ||
| 8 | - * This program is free software; you can redistribute it and/or modify | ||
| 9 | - * it under the terms of the GNU General Public License as published by | ||
| 10 | - * the Free Software Foundation; using version 2 of the License. | ||
| 11 | - * | ||
| 12 | - * This program is distributed in the hope that it will be useful, | ||
| 13 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | - * GNU General Public License for more details. | ||
| 16 | - * | ||
| 17 | - * You should have received a copy of the GNU General Public License | ||
| 18 | - * along with this program; if not, write to the Free Software | ||
| 19 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 20 | - * | ||
| 21 | - * ------------------------------------------------------------------------- | ||
| 22 | - * | ||
| 23 | - * You can contact the copyright owner regarding licensing via the contact | ||
| 24 | - * details that can be found on the KnowledgeTree web site: | ||
| 25 | - * | ||
| 26 | - * http://www.knowledgetree.com/ | ||
| 27 | */ | 23 | */ |
| 28 | 24 | ||
| 29 | class KTCriteriaRegistry { | 25 | class KTCriteriaRegistry { |