Index: lams_central/conf/xdoclet/servlet-mappings.xml =================================================================== diff -u -r8bd164a873b6f50c6ba8d7a03e62eeccf037bf3b -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/conf/xdoclet/servlet-mappings.xml (.../servlet-mappings.xml) (revision 8bd164a873b6f50c6ba8d7a03e62eeccf037bf3b) +++ lams_central/conf/xdoclet/servlet-mappings.xml (.../servlet-mappings.xml) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -1,24 +1,3 @@ - - action *.do Index: lams_central/conf/xdoclet/servlets.xml =================================================================== diff -u -r8bd164a873b6f50c6ba8d7a03e62eeccf037bf3b -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/conf/xdoclet/servlets.xml (.../servlets.xml) (revision 8bd164a873b6f50c6ba8d7a03e62eeccf037bf3b) +++ lams_central/conf/xdoclet/servlets.xml (.../servlets.xml) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -1,24 +1,3 @@ - - context org.springframework.web.context.ContextLoaderServlet Index: lams_central/conf/xdoclet/web-settings.xml =================================================================== diff -u -re31eacad20a98ae3e96c81e488fbdc14af7343dc -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision e31eacad20a98ae3e96c81e488fbdc14af7343dc) +++ lams_central/conf/xdoclet/web-settings.xml (.../web-settings.xml) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java (.../IObjectExtractor.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/IObjectExtractor.java (.../IObjectExtractor.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java (.../ObjectExtractor.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractor.java (.../ObjectExtractor.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java (.../ObjectExtractorException.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/ObjectExtractorException.java (.../ObjectExtractorException.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r92616cbb09f7fd4e5cf7469f611a353e3c053526 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java (.../StoreLearningDesignResultsDTO.java) (revision 92616cbb09f7fd4e5cf7469f611a353e3c053526) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/dto/StoreLearningDesignResultsDTO.java (.../StoreLearningDesignResultsDTO.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java (.../AuthoringService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/service/AuthoringService.java (.../AuthoringService.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java (.../IAuthoringService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/service/IAuthoringService.java (.../IAuthoringService.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r25ca503e49d83e167cf7661d8b67b4547ee0cb87 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java (.../AuthoringAction.java) (revision 25ca503e49d83e167cf7661d8b67b4547ee0cb87) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringAction.java (.../AuthoringAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r8628fad036956ba43219abfd392f4913069c3dd8 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java (.../AuthoringConstants.java) (revision 8628fad036956ba43219abfd392f4913069c3dd8) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/AuthoringConstants.java (.../AuthoringConstants.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r8628fad036956ba43219abfd392f4913069c3dd8 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java (.../StoreLDServlet.java) (revision 8628fad036956ba43219abfd392f4913069c3dd8) +++ lams_central/src/java/org/lamsfoundation/lams/authoring/web/StoreLDServlet.java (.../StoreLDServlet.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java (.../AbstractServerLoginModule.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/AbstractServerLoginModule.java (.../AbstractServerLoginModule.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/AuthenticationMethodConfigurer.java (.../AuthenticationMethodConfigurer.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/AuthenticationMethodConfigurer.java (.../AuthenticationMethodConfigurer.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java (.../DatabaseAuthenticator.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/DatabaseAuthenticator.java (.../DatabaseAuthenticator.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java (.../JspRedirectStrategy.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/JspRedirectStrategy.java (.../JspRedirectStrategy.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java (.../LDAPAuthenticator.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/LDAPAuthenticator.java (.../LDAPAuthenticator.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java (.../NestableGroup.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/NestableGroup.java (.../NestableGroup.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java (.../SimpleGroup.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/SimpleGroup.java (.../SimpleGroup.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java (.../SimplePrincipal.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/SimplePrincipal.java (.../SimplePrincipal.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r1cb0a71e02dc3057928c5e3dc641d557fe00b77f -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java (.../UniversalLoginModule.java) (revision 1cb0a71e02dc3057928c5e3dc641d557fe00b77f) +++ lams_central/src/java/org/lamsfoundation/lams/security/UniversalLoginModule.java (.../UniversalLoginModule.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java (.../UsernamePasswordLoginModule.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/UsernamePasswordLoginModule.java (.../UsernamePasswordLoginModule.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/WebAuthAuthenticator.java (.../WebAuthAuthenticator.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/WebAuthAuthenticator.java (.../WebAuthAuthenticator.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/security/WebAuthServlet.java (.../WebAuthServlet.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/security/WebAuthServlet.java (.../WebAuthServlet.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r81c27c8f784de14d77c9d1c1197b7bfa8cd87d92 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java (.../StoreThemeServlet.java) (revision 81c27c8f784de14d77c9d1c1197b7bfa8cd87d92) +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/StoreThemeServlet.java (.../StoreThemeServlet.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r321817ba99727a14bbe975a021341b14979ab9c3 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java (.../ThemeAction.java) (revision 321817ba99727a14bbe975a021341b14979ab9c3) +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeAction.java (.../ThemeAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rdc13cc087200437ec00b41f8eb6c64ef02a22212 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java (.../ThemeConstants.java) (revision dc13cc087200437ec00b41f8eb6c64ef02a22212) +++ lams_central/src/java/org/lamsfoundation/lams/themes/web/ThemeConstants.java (.../ThemeConstants.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rf1e3737e24004d9695e91768b4ce163bd6a6c146 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java (.../FlashCrashDumpServlet.java) (revision f1e3737e24004d9695e91768b4ce163bd6a6c146) +++ lams_central/src/java/org/lamsfoundation/lams/web/FlashCrashDumpServlet.java (.../FlashCrashDumpServlet.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r62ffc2985a40f544eb48a69f2ad7f124b19a43fa -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java (.../HomeAction.java) (revision 62ffc2985a40f544eb48a69f2ad7f124b19a43fa) +++ lams_central/src/java/org/lamsfoundation/lams/web/HomeAction.java (.../HomeAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java (.../PasswordChangeAction.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java (.../PasswordChangeAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java (.../PasswordChangeActionForm.java) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeActionForm.java (.../PasswordChangeActionForm.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -ra575014b02a693b4686e958f883e3eb00f9b0861 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java (.../SessionListener.java) (revision a575014b02a693b4686e958f883e3eb00f9b0861) +++ lams_central/src/java/org/lamsfoundation/lams/web/SessionListener.java (.../SessionListener.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r917c93ff28be676e3b9b0cceecc22ba1002f12cc -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java (.../WDDXPostAction.java) (revision 917c93ff28be676e3b9b0cceecc22ba1002f12cc) +++ lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostAction.java (.../WDDXPostAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r8628fad036956ba43219abfd392f4913069c3dd8 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java (.../WDDXPostActionForm.java) (revision 8628fad036956ba43219abfd392f4913069c3dd8) +++ lams_central/src/java/org/lamsfoundation/lams/web/development/WDDXPostActionForm.java (.../WDDXPostActionForm.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rdad7ee6473474be755626f415cd0cae6b2ecf825 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java (.../CssTag.java) (revision dad7ee6473474be755626f415cd0cae6b2ecf825) +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/CssTag.java (.../CssTag.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -raacab8eca84c30225a42142b308e2d6c5678cd6b -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java (.../LAMSURLTag.java) (revision aacab8eca84c30225a42142b308e2d6c5678cd6b) +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/LAMSURLTag.java (.../LAMSURLTag.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rb571856bf715075acc1b04914f622eaf80d4a8f3 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java (.../MultiLinesTextareaTag.java) (revision b571856bf715075acc1b04914f622eaf80d4a8f3) +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/MultiLinesTextareaTag.java (.../MultiLinesTextareaTag.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r48f3612c10ba495857a8cfe2b681a1c95907f05b -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java (.../UserTag.java) (revision 48f3612c10ba495857a8cfe2b681a1c95907f05b) +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/UserTag.java (.../UserTag.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -raacab8eca84c30225a42142b308e2d6c5678cd6b -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java (.../WebAppURLTag.java) (revision aacab8eca84c30225a42142b308e2d6c5678cd6b) +++ lams_central/src/java/org/lamsfoundation/lams/web/tag/WebAppURLTag.java (.../WebAppURLTag.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r9bef1de27d0d527d75191115a535bc2c4311ade9 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java (.../UpdateContentDTO.java) (revision 9bef1de27d0d527d75191115a535bc2c4311ade9) +++ lams_central/src/java/org/lamsfoundation/lams/workspace/dto/UpdateContentDTO.java (.../UpdateContentDTO.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java (.../IWorkspaceManagementService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/workspace/service/IWorkspaceManagementService.java (.../IWorkspaceManagementService.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java (.../WorkspaceManagementService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/workspace/service/WorkspaceManagementService.java (.../WorkspaceManagementService.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java (.../WorkspaceAction.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/src/java/org/lamsfoundation/lams/workspace/web/WorkspaceAction.java (.../WorkspaceAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/test/java/org/lamsfoundation/lams/authoring/service/TestAuthoringService.java (.../TestAuthoringService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/test/java/org/lamsfoundation/lams/authoring/service/TestAuthoringService.java (.../TestAuthoringService.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r2b10e6f0af61d53fe412d8afe5340a796626241e -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/test/java/org/lamsfoundation/lams/authoring/web/TestAuthoringAction.java (.../TestAuthoringAction.java) (revision 2b10e6f0af61d53fe412d8afe5340a796626241e) +++ lams_central/test/java/org/lamsfoundation/lams/authoring/web/TestAuthoringAction.java (.../TestAuthoringAction.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/test/java/org/lamsfoundation/lams/workspace/dao/TestWorkspaceFolderContentDAO.java (.../TestWorkspaceFolderContentDAO.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/test/java/org/lamsfoundation/lams/workspace/dao/TestWorkspaceFolderContentDAO.java (.../TestWorkspaceFolderContentDAO.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r9bef1de27d0d527d75191115a535bc2c4311ade9 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/test/java/org/lamsfoundation/lams/workspace/service/BaseWorkspaceTest.java (.../BaseWorkspaceTest.java) (revision 9bef1de27d0d527d75191115a535bc2c4311ade9) +++ lams_central/test/java/org/lamsfoundation/lams/workspace/service/BaseWorkspaceTest.java (.../BaseWorkspaceTest.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/test/java/org/lamsfoundation/lams/workspace/service/TestWorkspaceManagement.java (.../TestWorkspaceManagement.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_central/test/java/org/lamsfoundation/lams/workspace/service/TestWorkspaceManagement.java (.../TestWorkspaceManagement.java) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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 =================================================================== diff -u -rc1bf97a2f2330ca9c3a2f0fcb82f8fb117ed3cc3 -rb2fa0a2dbd866ab1861be242b5eb7a3095ce6eed --- lams_central/web/WEB-INF/web.xml (.../web.xml) (revision c1bf97a2f2330ca9c3a2f0fcb82f8fb117ed3cc3) +++ lams_central/web/WEB-INF/web.xml (.../web.xml) (revision b2fa0a2dbd866ab1861be242b5eb7a3095ce6eed) @@ -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