From c2d137b288a840f622fa1657822b064acdc12a39 Mon Sep 17 00:00:00 2001 From: Victor Boctor Date: Sat, 12 May 2007 06:21:54 +0000 Subject: [PATCH] Fixed #7939: Port 7738: Replace non free RSS creation class - class license was updated by owner to GPL. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4354 f5dc347c-c33d-0410-90a0-b07cc1902cb9 --- core/class.RSSBuilder.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/class.RSSBuilder.inc.php b/core/class.RSSBuilder.inc.php index ab5498b33c..55b92aaaf5 100644 --- a/core/class.RSSBuilder.inc.php +++ b/core/class.RSSBuilder.inc.php @@ -9,11 +9,14 @@ //| what the exactly say. But it's simple. It's free for non commercial | //| projects, but as soon as you make money with it, i want my share :-) | //| (License : Free for non-commercial use) | +//| | +//| *** LICENSE CHANGED TO GPL, see news post by owner at: ***** | +//| http://sourceforge.net/forum/forum.php?forum_id=694707 | //+----------------------------------------------------------------------+ //| Authors: Michael Wimmer | //+----------------------------------------------------------------------+ // -// $Id: class.RSSBuilder.inc.php,v 1.4 2005-06-20 15:13:41 vboctor Exp $ +// $Id: class.RSSBuilder.inc.php,v 1.5 2007-05-12 06:21:38 vboctor Exp $ /** * @package RSSBuilder