Index: lams_central/conf/xdoclet/servlet-mappings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/servlet-mappings.xml,v diff -u -r1.3 -r1.4 --- lams_central/conf/xdoclet/servlet-mappings.xml 5 Jan 2006 00:01:28 -0000 1.3 +++ lams_central/conf/xdoclet/servlet-mappings.xml 3 Apr 2006 13:03:38 -0000 1.4 @@ -1,24 +1,3 @@ - - action *.do Index: lams_central/conf/xdoclet/servlets.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/servlets.xml,v diff -u -r1.3 -r1.4 --- lams_central/conf/xdoclet/servlets.xml 5 Jan 2006 00:01:28 -0000 1.3 +++ lams_central/conf/xdoclet/servlets.xml 3 Apr 2006 13:03:38 -0000 1.4 @@ -1,24 +1,3 @@ - - context org.springframework.web.context.ContextLoaderServlet Index: lams_central/conf/xdoclet/web-settings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/web-settings.xml,v diff -u -r1.7 -r1.8 --- lams_central/conf/xdoclet/web-settings.xml 3 Apr 2006 04:43:00 -0000 1.7 +++ lams_central/conf/xdoclet/web-settings.xml 3 Apr 2006 13:03:38 -0000 1.8 @@ -1,23 +1,3 @@ - javax.servlet.jsp.jstl.fmt.localizationContext org.lamsfoundation.lams.applicationResources Index: lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java 3 Apr 2006 05:48:41 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of Index: lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java,v diff -u -r1.17 -r1.18 --- lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java 3 Apr 2006 05:48:41 -0000 1.17 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java 3 Apr 2006 13:03:39 -0000 1.18 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring; import java.util.HashMap; Index: lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java 19 Sep 2005 23:58:23 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ - +/* $$Id$$ */ package org.lamsfoundation.lams.authoring; /** Index: lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java,v diff -u -r1.3 -r1.4 --- lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java 24 Jan 2006 23:03:53 -0000 1.3 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java 3 Apr 2006 13:03:38 -0000 1.4 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.dto; import java.util.Vector; Index: lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java,v diff -u -r1.22 -r1.23 --- lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java 3 Apr 2006 05:48:41 -0000 1.22 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java 3 Apr 2006 13:03:39 -0000 1.23 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.service; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java,v diff -u -r1.9 -r1.10 --- lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java 3 Apr 2006 05:48:41 -0000 1.9 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java 3 Apr 2006 13:03:39 -0000 1.10 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.service; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java,v diff -u -r1.9 -r1.10 --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java 27 Mar 2006 22:15:17 -0000 1.9 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java 3 Apr 2006 13:03:39 -0000 1.10 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.web; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java 14 Sep 2005 06:51:57 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.web; /** Index: lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java 14 Sep 2005 06:51:57 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,9 @@ * * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ - */package org.lamsfoundation.lams.authoring.web; + */ +/* $$Id$$ */ +package org.lamsfoundation.lams.authoring.web; import javax.servlet.http.HttpServletRequest; Index: lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.security.Principal; Index: lams_central/src/java/org/lamsfoundation/lams/security/AuthenticationMethodConfigurer.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/Attic/AuthenticationMethodConfigurer.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/AuthenticationMethodConfigurer.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/AuthenticationMethodConfigurer.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.sql.Connection; Index: lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,8 +1,26 @@ -/* - * Created on Dec 5, 2004 - * - * Last modified on Dec 5, 2004 +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import javax.servlet.http.HttpServletRequest; Index: lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.util.Properties; Index: lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.security.Principal; Index: lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.security.Principal; Index: lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.security.Principal; Index: lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java,v diff -u -r1.4 -r1.5 --- lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java 27 Sep 2005 00:43:15 -0000 1.4 +++ lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java 3 Apr 2006 13:03:38 -0000 1.5 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; /** Index: lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.security.Principal; Index: lams_central/src/java/org/lamsfoundation/lams/security/WebAuthAuthenticator.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/Attic/WebAuthAuthenticator.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/WebAuthAuthenticator.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/WebAuthAuthenticator.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,9 +1,26 @@ -/* - * Created on 2004-12-15 - * - * To change the template for this generated file go to - * Window>Preferences>Java>Code Generation>Code and Comments +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; /** Index: lams_central/src/java/org/lamsfoundation/lams/security/WebAuthServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/security/Attic/WebAuthServlet.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/security/WebAuthServlet.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/security/WebAuthServlet.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.security; import java.io.*; Index: lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java 9 Mar 2006 00:00:49 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,9 @@ * * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ - */package org.lamsfoundation.lams.themes.web; + */ +/* $$Id$$ */ +package org.lamsfoundation.lams.themes.web; import javax.servlet.http.HttpServletRequest; Index: lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java,v diff -u -r1.3 -r1.4 --- lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java 24 Mar 2006 01:07:07 -0000 1.3 +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java 3 Apr 2006 13:03:38 -0000 1.4 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ +/* $$Id$$ */ package org.lamsfoundation.lams.themes.web; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java 9 Mar 2006 00:02:12 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ +/* $$Id$$ */ package org.lamsfoundation.lams.themes.web; /** Index: lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java,v diff -u -r1.3 -r1.4 --- lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java 20 Feb 2006 05:36:26 -0000 1.3 +++ lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java 3 Apr 2006 13:03:39 -0000 1.4 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web; import java.util.Hashtable; Index: lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java,v diff -u -r1.3 -r1.4 --- lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java 21 Feb 2006 08:25:50 -0000 1.3 +++ lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java 3 Apr 2006 13:03:39 -0000 1.4 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web; Index: lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java 5 Sep 2005 06:52:04 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web; import javax.servlet.http.HttpServletRequest; Index: lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java,v diff -u -r1.2 -r1.3 --- lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java 6 Sep 2005 05:21:49 -0000 1.2 +++ lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java 3 Apr 2006 13:03:39 -0000 1.3 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web; import javax.servlet.http.HttpSessionEvent; Index: lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java,v diff -u -r1.2 -r1.3 --- lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java 23 Jan 2006 05:04:42 -0000 1.2 +++ lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java 3 Apr 2006 13:03:38 -0000 1.3 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web.development; import java.io.BufferedReader; Index: lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java 14 Sep 2005 06:52:10 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.web.development; import javax.servlet.http.HttpServletRequest; Index: lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java,v diff -u -r1.5 -r1.6 --- lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java 8 Mar 2006 11:57:36 -0000 1.5 +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java 3 Apr 2006 13:03:38 -0000 1.6 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ - +/* $$Id$$ */ package org.lamsfoundation.lams.web.tag; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java,v diff -u -r1.3 -r1.4 --- lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java 2 Mar 2006 07:37:13 -0000 1.3 +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java 3 Apr 2006 13:03:38 -0000 1.4 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ - +/* $$Id$$ */ package org.lamsfoundation.lams.web.tag; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java,v diff -u -r1.2 -r1.3 --- lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java 20 Dec 2005 04:57:03 -0000 1.2 +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java 3 Apr 2006 13:03:38 -0000 1.3 @@ -1,23 +1,26 @@ -/* - *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 +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.web.tag; Index: lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java,v diff -u -r1.7 -r1.8 --- lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java 24 Mar 2006 00:05:26 -0000 1.7 +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java 3 Apr 2006 13:03:38 -0000 1.8 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ - +/* $$Id$$ */ package org.lamsfoundation.lams.web.tag; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java,v diff -u -r1.2 -r1.3 --- lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java 2 Mar 2006 07:37:13 -0000 1.2 +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java 3 Apr 2006 13:03:38 -0000 1.3 @@ -1,11 +1,11 @@ /*************************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ - +/* $$Id$$ */ package org.lamsfoundation.lams.web.tag; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java,v diff -u -r1.1 -r1.2 --- lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java 31 Aug 2005 05:26:47 -0000 1.1 +++ lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java 3 Apr 2006 13:03:39 -0000 1.2 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.dto; /** Index: lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java,v diff -u -r1.8 -r1.9 --- lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java 3 Apr 2006 05:48:41 -0000 1.8 +++ lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java 3 Apr 2006 13:03:38 -0000 1.9 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.service; import java.io.IOException; Index: lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java,v diff -u -r1.17 -r1.18 --- lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java 3 Apr 2006 05:48:41 -0000 1.17 +++ lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java 3 Apr 2006 13:03:38 -0000 1.18 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.service; import java.io.FileInputStream; Index: lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java,v diff -u -r1.9 -r1.10 --- lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java 3 Apr 2006 05:48:41 -0000 1.9 +++ lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java 3 Apr 2006 13:03:39 -0000 1.10 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.web; import java.io.IOException; Index: lams_central/test/java/org/lamsfoundation/lams/authoring/service/TestAuthoringService.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/test/java/org/lamsfoundation/lams/authoring/service/Attic/TestAuthoringService.java,v diff -u -r1.6 -r1.7 --- lams_central/test/java/org/lamsfoundation/lams/authoring/service/TestAuthoringService.java 3 Apr 2006 05:48:42 -0000 1.6 +++ lams_central/test/java/org/lamsfoundation/lams/authoring/service/TestAuthoringService.java 3 Apr 2006 13:03:39 -0000 1.7 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.service; import java.io.IOException; Index: lams_central/test/java/org/lamsfoundation/lams/authoring/web/TestAuthoringAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/test/java/org/lamsfoundation/lams/authoring/web/Attic/TestAuthoringAction.java,v diff -u -r1.2 -r1.3 --- lams_central/test/java/org/lamsfoundation/lams/authoring/web/TestAuthoringAction.java 16 Sep 2005 02:18:28 -0000 1.2 +++ lams_central/test/java/org/lamsfoundation/lams/authoring/web/TestAuthoringAction.java 3 Apr 2006 13:03:39 -0000 1.3 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.authoring.web; import org.springframework.web.context.ContextLoader; Index: lams_central/test/java/org/lamsfoundation/lams/workspace/dao/TestWorkspaceFolderContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/test/java/org/lamsfoundation/lams/workspace/dao/Attic/TestWorkspaceFolderContentDAO.java,v diff -u -r1.2 -r1.3 --- lams_central/test/java/org/lamsfoundation/lams/workspace/dao/TestWorkspaceFolderContentDAO.java 3 Apr 2006 05:48:41 -0000 1.2 +++ lams_central/test/java/org/lamsfoundation/lams/workspace/dao/TestWorkspaceFolderContentDAO.java 3 Apr 2006 13:03:39 -0000 1.3 @@ -1,11 +1,11 @@ /**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * 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. + * the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.dao; import java.io.FileInputStream; Index: lams_central/test/java/org/lamsfoundation/lams/workspace/service/BaseWorkspaceTest.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/test/java/org/lamsfoundation/lams/workspace/service/Attic/BaseWorkspaceTest.java,v diff -u -r1.1 -r1.2 --- lams_central/test/java/org/lamsfoundation/lams/workspace/service/BaseWorkspaceTest.java 31 Aug 2005 05:26:46 -0000 1.1 +++ lams_central/test/java/org/lamsfoundation/lams/workspace/service/BaseWorkspaceTest.java 3 Apr 2006 13:03:38 -0000 1.2 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.service; import java.io.File; Index: lams_central/test/java/org/lamsfoundation/lams/workspace/service/TestWorkspaceManagement.java =================================================================== RCS file: /usr/local/cvsroot/lams_central/test/java/org/lamsfoundation/lams/workspace/service/Attic/TestWorkspaceManagement.java,v diff -u -r1.5 -r1.6 --- lams_central/test/java/org/lamsfoundation/lams/workspace/service/TestWorkspaceManagement.java 3 Apr 2006 05:48:42 -0000 1.5 +++ lams_central/test/java/org/lamsfoundation/lams/workspace/service/TestWorkspaceManagement.java 3 Apr 2006 13:03:38 -0000 1.6 @@ -1,3 +1,26 @@ +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * 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. + * + * 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 + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.workspace.service; import java.io.IOException; Index: lams_central/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/Attic/web.xml,v diff -u -r1.14 -r1.15 --- lams_central/web/WEB-INF/web.xml 2 Apr 2006 12:37:31 -0000 1.14 +++ lams_central/web/WEB-INF/web.xml 3 Apr 2006 13:03:38 -0000 1.15 @@ -44,7 +44,7 @@ classpath:/org/lamsfoundation/lams/tool/qa/qaApplicationContext.xml classpath:/org/lamsfoundation/lams/tool/sbmt/submitFilesApplicationContext.xml classpath:/org/lamsfoundation/lams/tool/forum/forumApplicationContext.xml - classpath:/org/lamsfoundation/lams/tool/chat/applicationContext.xml + classpath:/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml