Commit d2abd66b7272744f8f104bc11f13733e518d833d

Authored by Conrad Vermeulen
1 parent 0352cd23

KTS-1725

"License version is incorrect"
Corrected.

Reviewed By: Kevin Fourie

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