Index: lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java =================================================================== diff -u -r3be48f47ff1a108046630a33afc0699149c92e3e -rc09822a88b909fd83b10ebc89d667dfaedd5c21b --- lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java (.../TestFileUtil.java) (revision 3be48f47ff1a108046630a33afc0699149c92e3e) +++ lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java (.../TestFileUtil.java) (revision c09822a88b909fd83b10ebc89d667dfaedd5c21b) @@ -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 =================================================================== diff -u -r1ab891c0bc2395ce9316b91188ef7e28ebf4e776 -rc09822a88b909fd83b10ebc89d667dfaedd5c21b --- lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java (.../TestWebUtil.java) (revision 1ab891c0bc2395ce9316b91188ef7e28ebf4e776) +++ lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java (.../TestWebUtil.java) (revision c09822a88b909fd83b10ebc89d667dfaedd5c21b) @@ -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;