Commit 66a2ff76353dcfc1a1e1ef87ae4e7efb8c69a89e

Authored by Conrad Vermeulen
1 parent 8a5ed0cf

KTS-1725

"License version is incorrect"
Corrected.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6519 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/rssplugin/manageRSSFeeds.php
1 <?php 1 <?php
2 2
3 -/** 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.
4 * 22 *
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.  
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 */ 23 */
27 24
28 25