Commit 38c8891081d329d21a8c08a92ec797ccc1f8d259

Authored by conradverm
1 parent ead2fcca

KTS-1725

"License version is incorrect"
Corrected.

Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6524 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 19 additions and 22 deletions
plugins/rssplugin/RSSPlugin.php
1 1 <?php
2   -/**
  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.
3 21 *
4   - * Copyright (c) 2007 Jam Warehouse http://www.jamwarehouse.com
5   - *
6   - * This program is free software; you can redistribute it and/or modify
7   - * it under the terms of the GNU General Public License as published by
8   - * the Free Software Foundation; using version 2 of the License.
9   - *
10   - * This program is distributed in the hope that it will be useful,
11   - * but WITHOUT ANY WARRANTY; without even the implied warranty of
12   - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13   - * GNU General Public License for more details.
14   - *
15   - * You should have received a copy of the GNU General Public License
16   - * along with this program; if not, write to the Free Software
17   - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18   - *
19   - * -------------------------------------------------------------------------
20   - *
21   - * You can contact the copyright owner regarding licensing via the contact
22   - * details that can be found on the KnowledgeTree web site:
23   - *
24   - * http://www.knowledgetree.com/
25 22 */
26 23  
27 24 require_once(KT_LIB_DIR . "/plugins/plugin.inc.php");
... ...