From 9cf3452d6be42c2b4eb723db4aefa608e399b941 Mon Sep 17 00:00:00 2001 From: Jalaloedien Abrahams Date: Fri, 23 Feb 2007 07:17:04 +0000 Subject: [PATCH] KTS-1729 "Copyright comments missing from rss plugin files" Fixed. --- plugins/rssplugin/KTrss.inc.php | 26 ++++++++++++++++++++++---- plugins/rssplugin/RSSDocumentLinkAction.php | 25 +++++++++++++++++++++++++ plugins/rssplugin/RSSFolderLinkAction.php | 25 +++++++++++++++++++++++++ plugins/rssplugin/RSSPlugin.php | 26 ++++++++++++++++++++++---- plugins/rssplugin/loadFeed.inc.php | 26 ++++++++++++++++++++++---- plugins/rssplugin/rss2array.inc.php | 38 +++++++++++++++++++++++++------------- 6 files changed, 141 insertions(+), 25 deletions(-) diff --git a/plugins/rssplugin/KTrss.inc.php b/plugins/rssplugin/KTrss.inc.php index 57a95f2..112785c 100644 --- a/plugins/rssplugin/KTrss.inc.php +++ b/plugins/rssplugin/KTrss.inc.php @@ -1,9 +1,27 @@ "; - # print_r($rss_array); - # print ""; - # - # author: dan@freelancers.net - # +/** + * + * Copyright (c) 2007 Jam Warehouse http://www.jamwarehouse.com + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; using version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * ------------------------------------------------------------------------- + * + * You can contact the copyright owner regarding licensing via the contact + * details that can be found on the KnowledgeTree web site: + * + * http://www.knowledgetree.com/ + */ + # # global vars -- libgit2 0.21.4