Commit 7dbaedb733e6b0f128f5d261e79588855054a61c

Authored by conradverm
1 parent 2e27ef2c

KTS-1725

"License version is incorrect"
Corrected.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6521 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 19 additions and 24 deletions
plugins/rssplugin/RSSDashlet.php
1 <?php 1 <?php
2 -  
3 -/**  
4 - *  
5 - * Copyright (c) 2007 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. 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.
15 * 21 *
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 -  
29 require_once(KT_LIB_DIR . '/browse/browseutil.inc.php'); 24 require_once(KT_LIB_DIR . '/browse/browseutil.inc.php');
30 require_once(KT_DIR. '/plugins/rssplugin/rss2array.inc.php'); 25 require_once(KT_DIR. '/plugins/rssplugin/rss2array.inc.php');
31 require_once(KT_DIR. '/plugins/rssplugin/KTrss.inc.php'); 26 require_once(KT_DIR. '/plugins/rssplugin/KTrss.inc.php');