Index: lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/Attic/TestFileUtil.java,v diff -u -r1.1 -r1.2 --- lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java 13 Sep 2005 01:56:48 -0000 1.1 +++ lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java 16 Sep 2005 02:21:59 -0000 1.2 @@ -1,9 +1,25 @@ -/* - * Created on Sep 8, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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 + * + * http://www.gnu.org/licenses/gpl.txt + * ***********************************************************************/ + package org.lamsfoundation.lams.util; import junit.framework.TestCase; @@ -14,9 +30,6 @@ /** * @author mtruong - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class TestFileUtil extends TestCase { Index: lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/Attic/TestWebUtil.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java 13 Mar 2005 22:52:46 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java 16 Sep 2005 02:21:59 -0000 1.4 @@ -1,11 +1,24 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 2005-1-10 - ******************************************************************************** */ +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * + * 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; either version 2 of the License, or + * (at your option) any later version. + * + * 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 + * + * http://www.gnu.org/licenses/gpl.txt + * ***********************************************************************/ package org.lamsfoundation.lams.util;