From: Pieter v. Z. <pv...@us...> - 2005-08-05 13:35:24
|
Update of /cvsroot/coefficient/mailForum/src-test/za/org/coefficient/modules/mailforum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24234/modules/mailForum/src-test/za/org/coefficient/modules/mailforum Modified Files: MailForumTest.java Log Message: added the license Index: MailForumTest.java =================================================================== RCS file: /cvsroot/coefficient/mailForum/src-test/za/org/coefficient/modules/mailforum/MailForumTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MailForumTest.java 5 Aug 2005 12:53:28 -0000 1.3 --- MailForumTest.java 5 Aug 2005 13:35:15 -0000 1.4 *************** *** 1,4 **** --- 1,20 ---- /** * + * Coefficient - facilitates project based collaboration + * Copyright (C) 2005, Meraka Insitute + * PO Box 395 + * Pretoria 0001, RSA + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package za.org.coefficient.modules.mailforum; *************** *** 17,21 **** /** * @author pieter20 Jul 19, 2005 ! * */ public class MailForumTest extends CoefficientTestCase { --- 33,37 ---- /** * @author pieter20 Jul 19, 2005 ! * TestCase to test the MailForum module. */ public class MailForumTest extends CoefficientTestCase { |