Index: lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java =================================================================== diff -u -rf8ae59adef57f2f13c9d22cca469423d817e4fb9 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java (.../CacheDebugListener.java) (revision f8ae59adef57f2f13c9d22cca469423d817e4fb9) +++ lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java (.../CacheDebugListener.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.cache; import org.apache.log4j.Logger; Index: lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java =================================================================== diff -u -r184bea2d81e64b2754b9ebbc7f80393706e4b1ed -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java (.../CacheManager.java) (revision 184bea2d81e64b2754b9ebbc7f80393706e4b1ed) +++ lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java (.../CacheManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.cache; import java.util.Iterator; Index: lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java =================================================================== diff -u -rf8ae59adef57f2f13c9d22cca469423d817e4fb9 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java (.../ICacheManager.java) (revision f8ae59adef57f2f13c9d22cca469423d817e4fb9) +++ lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java (.../ICacheManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,3 +1,27 @@ +/**************************************************************** + * 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.cache; /** Wraps up the JBOSS Cache in some simple methods to add, get and Index: lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java (.../IBaseDAO.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java (.../IBaseDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.dao; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java (.../BaseDAO.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java (.../BaseDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.dao.hibernate; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java =================================================================== diff -u -r0538db09d657ab7d13a82244590114de2f60fb17 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java (.../Activity.java) (revision 0538db09d657ab7d13a82244590114de2f60fb17) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java (.../Activity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java =================================================================== diff -u -rc44482d534e42cdecb0eefd678fad9cc5d8eb137 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java (.../ActivityOrderComparator.java) (revision c44482d534e42cdecb0eefd678fad9cc5d8eb137) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java (.../ActivityOrderComparator.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java (.../ChosenGrouper.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java (.../ChosenGrouper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java (.../ChosenGrouping.java) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java (.../ChosenGrouping.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.Set; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java (.../ComplexActivity.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java (.../ComplexActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java (.../GateActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java (.../GateActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java =================================================================== diff -u -rd8ed9240ef56c2247f10e5581bf5d4bab8423a72 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java (.../Group.java) (revision d8ed9240ef56c2247f10e5581bf5d4bab8423a72) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java (.../Group.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java (.../Grouper.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java (.../Grouper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java (.../Grouping.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java (.../Grouping.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java (.../GroupingActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java (.../GroupingActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java (.../LearningDesign.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java (.../LearningDesign.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java =================================================================== diff -u -rf1dc216a75d2e85f49a8f14619229008077ce6a7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java (.../LearningLibrary.java) (revision f1dc216a75d2e85f49a8f14619229008077ce6a7) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java (.../LearningLibrary.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java =================================================================== diff -u -r301bc5704aa25346bc457867daeb7cd8854cb452 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java (.../License.java) (revision 301bc5704aa25346bc457867daeb7cd8854cb452) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java (.../License.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -4,8 +4,7 @@ * * 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 +19,7 @@ * http://www.gnu.org/licenses/gpl.txt * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java (.../NullActivity.java) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java (.../NullActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java (.../NullGroup.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java (.../NullGroup.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; /** Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java (.../OptionsActivity.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java (.../OptionsActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java (.../ParallelActivity.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java (.../ParallelActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java (.../PermissionGateActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java (.../PermissionGateActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java (.../RandomGrouper.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java (.../RandomGrouper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java (.../RandomGrouping.java) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java (.../RandomGrouping.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.Set; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java (.../ScheduleGateActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java (.../ScheduleGateActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java (.../SequenceActivity.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java (.../SequenceActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java (.../SimpleActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java (.../SimpleActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java (.../SynchGateActivity.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java (.../SynchGateActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java (.../ToolActivity.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java (.../ToolActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java =================================================================== diff -u -rf1dc216a75d2e85f49a8f14619229008077ce6a7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java (.../Transition.java) (revision f1dc216a75d2e85f49a8f14619229008077ce6a7) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java (.../Transition.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java (.../IActivityDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java (.../IActivityDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java (.../IGroupDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java (.../IGroupDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import org.lamsfoundation.lams.dao.IBaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java (.../IGroupingDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java (.../IGroupingDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import org.lamsfoundation.lams.dao.IBaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java (.../ILearningDesignDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java (.../ILearningDesignDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java =================================================================== diff -u -rb6c2c2e56b1dbcc7e995976be7b57bd2475cbeff -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java (.../ILearningLibraryDAO.java) (revision b6c2c2e56b1dbcc7e995976be7b57bd2475cbeff) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java (.../ILearningLibraryDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java (.../ILicenseDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java (.../ILicenseDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import org.lamsfoundation.lams.dao.IBaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java (.../ITransitionDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java (.../ITransitionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java (.../ActivityDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java (.../ActivityDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java (.../GroupDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java (.../GroupDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java (.../GroupingDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java (.../GroupingDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java (.../LearningDesignDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java (.../LearningDesignDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java =================================================================== diff -u -rb6c2c2e56b1dbcc7e995976be7b57bd2475cbeff -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java (.../LearningLibraryDAO.java) (revision b6c2c2e56b1dbcc7e995976be7b57bd2475cbeff) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java (.../LearningLibraryDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java (.../LicenseDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java (.../LicenseDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import org.lamsfoundation.lams.dao.hibernate.BaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java (.../TransitionDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java (.../TransitionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java (.../AuthoringActivityDTO.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java (.../AuthoringActivityDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java (.../BaseDTO.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java (.../BaseDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java =================================================================== diff -u -r661b2423ae0cf4ff292bb6052434e14174858383 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java (.../DesignDetailDTO.java) (revision 661b2423ae0cf4ff292bb6052434e14174858383) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java (.../DesignDetailDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java =================================================================== diff -u -r784eb14f408a02e96c9efba04beb2e8ec05c03b8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java (.../GroupDTO.java) (revision 784eb14f408a02e96c9efba04beb2e8ec05c03b8) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java (.../GroupDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java =================================================================== diff -u -r784eb14f408a02e96c9efba04beb2e8ec05c03b8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java (.../GroupingDTO.java) (revision 784eb14f408a02e96c9efba04beb2e8ec05c03b8) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java (.../GroupingDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java =================================================================== diff -u -r661b2423ae0cf4ff292bb6052434e14174858383 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java (.../LearningDesignDTO.java) (revision 661b2423ae0cf4ff292bb6052434e14174858383) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java (.../LearningDesignDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java =================================================================== diff -u -r071487f6899af05f193e86bb2602446837921c17 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java (.../LearningLibraryDTO.java) (revision 071487f6899af05f193e86bb2602446837921c17) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java (.../LearningLibraryDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java =================================================================== diff -u -r887aa46a48c0969981a8800be3b33ee1b4dcfc9f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java (.../LibraryActivityDTO.java) (revision 887aa46a48c0969981a8800be3b33ee1b4dcfc9f) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java (.../LibraryActivityDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java =================================================================== diff -u -r338e82cbe9bdfe1b5fbc1e2b73e91dcfadb68ec6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java (.../LicenseDTO.java) (revision 338e82cbe9bdfe1b5fbc1e2b73e91dcfadb68ec6) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java (.../LicenseDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java =================================================================== diff -u -r86a0f186099637fc974445894c5462d60420f10d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java (.../MonitoringActivityDTO.java) (revision 86a0f186099637fc974445894c5462d60420f10d) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java (.../MonitoringActivityDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import org.lamsfoundation.lams.learningdesign.Activity; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java =================================================================== diff -u -r8e98619391a7b227ca6d7f16b884e219149e4a23 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java (.../ProgressActivityDTO.java) (revision 8e98619391a7b227ca6d7f16b884e219149e4a23) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java (.../ProgressActivityDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java =================================================================== diff -u -r86a0f186099637fc974445894c5462d60420f10d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java (.../TransitionDTO.java) (revision 86a0f186099637fc974445894c5462d60420f10d) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java (.../TransitionDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java =================================================================== diff -u -rb5f6179d64eaea2eb06d0892c9cea39af1664575 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java (.../ValidationErrorDTO.java) (revision b5f6179d64eaea2eb06d0892c9cea39af1664575) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java (.../ValidationErrorDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dto; import org.apache.struts.util.MessageResources; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java =================================================================== diff -u -r5aeac857470016dee2ac67a8369d5c40cce4bb3c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java (.../ActivityBehaviorException.java) (revision 5aeac857470016dee2ac67a8369d5c40cce4bb3c) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java (.../ActivityBehaviorException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.exception; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java (.../LearningDesignException.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java (.../LearningDesignException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java =================================================================== diff -u -rea6a26719b8e4de328d4e0d8bd4fd31456465027 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java (.../ILearningDesignService.java) (revision ea6a26719b8e4de328d4e0d8bd4fd31456465027) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java (.../ILearningDesignService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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,7 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ - +/* $$Id$$ */ package org.lamsfoundation.lams.learningdesign.service; import java.util.Vector; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java =================================================================== diff -u -r02a8932d9f89bee86bba5a8a138a323d2553363a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java (.../LearningDesignService.java) (revision 02a8932d9f89bee86bba5a8a138a323d2553363a) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java (.../LearningDesignService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.service; import org.apache.log4j.Logger; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java (.../ComplexActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java (.../ComplexActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java (.../GateActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java (.../GateActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java (.../GroupingActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java (.../GroupingActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java (.../OptionsActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java (.../OptionsActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import org.lamsfoundation.lams.learningdesign.Activity; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java (.../ParallelActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java (.../ParallelActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import org.lamsfoundation.lams.learningdesign.Activity; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java (.../PermissionGateActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java (.../PermissionGateActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java (.../ScheduleGateActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java (.../ScheduleGateActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java (.../SequenceActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java (.../SequenceActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.Iterator; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java (.../SimpleActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java (.../SimpleActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java (.../SynchGateActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java (.../SynchGateActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java (.../ToolActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java (.../ToolActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.strategy; import java.util.ArrayList; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java =================================================================== diff -u -r0d77512288c6e2c920406ae8f3fe546bf0d93c1a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java (.../LearnerProgress.java) (revision 0d77512288c6e2c920406ae8f3fe546bf0d93c1a) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java (.../LearnerProgress.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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,6 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ +/* $$Id$$ */ package org.lamsfoundation.lams.lesson; import org.lamsfoundation.lams.usermanagement.User; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java =================================================================== diff -u -rffa8d9a033c00888c41a5cc5669d7531811ac61c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java (.../Lesson.java) (revision ffa8d9a033c00888c41a5cc5669d7531811ac61c) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java (.../Lesson.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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,6 +19,7 @@ * * http://www.gnu.org/licenses/gpl.txt * ***********************************************************************/ +/* $$Id$$ */ package org.lamsfoundation.lams.lesson; import org.lamsfoundation.lams.learningdesign.LearningDesign; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java (.../LessonClass.java) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java (.../LessonClass.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LessonClass.java - * - * Created on 14 January 2005, 10:56 +/**************************************************************** + * 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.lesson; import java.util.Set; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java (.../LessonCompleteActivity.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java (.../LessonCompleteActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.lesson; import org.lamsfoundation.lams.learningdesign.NullActivity; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java =================================================================== diff -u -r600dc5c9c87aa8fc67e052124ac91385847c856c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java (.../ParallelWaitActivity.java) (revision 600dc5c9c87aa8fc67e052124ac91385847c856c) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java (.../ParallelWaitActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,4 +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.lesson; import org.lamsfoundation.lams.learningdesign.NullActivity; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java =================================================================== diff -u -r759eb1d42eebb367bfde396603adf767665cb0c7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java (.../ILearnerProgressDAO.java) (revision 759eb1d42eebb367bfde396603adf767665cb0c7) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java (.../ILearnerProgressDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * ILessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao; import org.lamsfoundation.lams.lesson.LearnerProgress; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java =================================================================== diff -u -r7e008c96c3f7a56c3c90cff94b5225865b8d99ba -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java (.../ILessonClassDAO.java) (revision 7e008c96c3f7a56c3c90cff94b5225865b8d99ba) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java (.../ILessonClassDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * ILessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao; import org.lamsfoundation.lams.lesson.LessonClass; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java =================================================================== diff -u -rc9c56707245e3ad1149bf1a5338eb251c96c75d2 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java (.../ILessonDAO.java) (revision c9c56707245e3ad1149bf1a5338eb251c96c75d2) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java (.../ILessonDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * ILessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java (.../LearnerProgressDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java (.../LearnerProgressDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao.hibernate; import org.hibernate.HibernateException; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java (.../LessonClassDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java (.../LessonClassDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao.hibernate; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java =================================================================== diff -u -r7018be36a82c019346769f40ec232c4412bb4cf1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java (.../LessonDAO.java) (revision 7018be36a82c019346769f40ec232c4412bb4cf1) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java (.../LessonDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.lesson.dao.hibernate; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java =================================================================== diff -u -r8bbaae4777d25bac513a7adc0b42b2d8480e05cc -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java (.../LearnerProgressDTO.java) (revision 8bbaae4777d25bac513a7adc0b42b2d8480e05cc) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java (.../LearnerProgressDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.lesson.dto; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java =================================================================== diff -u -rcb7caf5d02ff4d7b180e89fd876fb5ad9e96f345 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java (.../LessonDTO.java) (revision cb7caf5d02ff4d7b180e89fd876fb5ad9e96f345) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java (.../LessonDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.lesson.dto; Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java (.../LessonDetailsDTO.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java (.../LessonDetailsDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.lesson.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java (.../AbstractLamsStrutsTestCase.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java (.../AbstractLamsStrutsTestCase.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.test; import javax.servlet.http.HttpSession; Index: lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java (.../AbstractLamsTestCase.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java (.../AbstractLamsTestCase.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 2/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.test; import java.util.Map; Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java =================================================================== diff -u -rb0e60dcaf9e70b994ba004f4ce83feda7923ad39 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java (.../CSSProperty.java) (revision b0e60dcaf9e70b994ba004f4ce83feda7923ad39) +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java (.../CSSProperty.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java =================================================================== diff -u -rb0e60dcaf9e70b994ba004f4ce83feda7923ad39 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java (.../CSSStyle.java) (revision b0e60dcaf9e70b994ba004f4ce83feda7923ad39) +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java (.../CSSStyle.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java =================================================================== diff -u -rc6ac9d85bc918f1faee1ffc70074a7d400cf9f88 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java (.../CSSThemeVisualElement.java) (revision c6ac9d85bc918f1faee1ffc70074a7d400cf9f88) +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java (.../CSSThemeVisualElement.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java =================================================================== diff -u -rb0e60dcaf9e70b994ba004f4ce83feda7923ad39 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java (.../PropertyType.java) (revision b0e60dcaf9e70b994ba004f4ce83feda7923ad39) +++ lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java (.../PropertyType.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,24 +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.themes; /** Index: lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java =================================================================== diff -u -rb0e60dcaf9e70b994ba004f4ce83feda7923ad39 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java (.../ICSSThemeDAO.java) (revision b0e60dcaf9e70b994ba004f4ce83feda7923ad39) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java (.../ICSSThemeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java (.../CSSThemeDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java (.../CSSThemeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 20, 2004 - * - * Last modified on 20 Nov, 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.themes.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java =================================================================== diff -u -r56d3e2b01ea43c10d95f83427a82094c724b578c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java (.../CSSStyleDTO.java) (revision 56d3e2b01ea43c10d95f83427a82094c724b578c) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java (.../CSSStyleDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dto; import java.text.ParseException; Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java =================================================================== diff -u -r08d61074219423d4d51aa20b9b1ba4bcb6f18652 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java (.../CSSThemeBriefDTO.java) (revision 08d61074219423d4d51aa20b9b1ba4bcb6f18652) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java (.../CSSThemeBriefDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dto; import org.lamsfoundation.lams.learningdesign.dto.BaseDTO; Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java (.../CSSThemeDTO.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java (.../CSSThemeDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dto; import java.text.ParseException; Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java (.../CSSVisualElementDTO.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java (.../CSSVisualElementDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dto; import java.text.ParseException; Index: lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java =================================================================== diff -u -r841e6b0a9145f12915299fc19f8fbbe21d8722f6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java (.../ThemeException.java) (revision 841e6b0a9145f12915299fc19f8fbbe21d8722f6) +++ lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java (.../ThemeException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java =================================================================== diff -u -r321817ba99727a14bbe975a021341b14979ab9c3 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java (.../IThemeService.java) (revision 321817ba99727a14bbe975a021341b14979ab9c3) +++ lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java (.../IThemeService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ************************************************************************ + * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.themes.service; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java =================================================================== diff -u -r321817ba99727a14bbe975a021341b14979ab9c3 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java (.../ThemeService.java) (revision 321817ba99727a14bbe975a021341b14979ab9c3) +++ lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java (.../ThemeService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ************************************************************************ + * **************************************************************** */ +/* $$Id$$ */ package org.lamsfoundation.lams.themes.service; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java =================================================================== diff -u -r5a52a4c104c66462546e17c4d04424b4222d6304 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java (.../BasicToolVO.java) (revision 5a52a4c104c66462546e17c4d04424b4222d6304) +++ lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java (.../BasicToolVO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java =================================================================== diff -u -rd8ed9240ef56c2247f10e5581bf5d4bab8423a72 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java (.../GroupedToolSession.java) (revision d8ed9240ef56c2247f10e5581bf5d4bab8423a72) +++ lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java (.../GroupedToolSession.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,4 +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.tool; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java =================================================================== diff -u -r5a52a4c104c66462546e17c4d04424b4222d6304 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java (.../IToolVO.java) (revision 5a52a4c104c66462546e17c4d04424b4222d6304) +++ lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java (.../IToolVO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java =================================================================== diff -u -rd8ed9240ef56c2247f10e5581bf5d4bab8423a72 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java (.../NonGroupedToolSession.java) (revision d8ed9240ef56c2247f10e5581bf5d4bab8423a72) +++ lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java (.../NonGroupedToolSession.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java =================================================================== diff -u -r0538db09d657ab7d13a82244590114de2f60fb17 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java (.../Tool.java) (revision 0538db09d657ab7d13a82244590114de2f60fb17) +++ lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java (.../Tool.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java (.../ToolAccessMode.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java (.../ToolAccessMode.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 2005-1-7 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; import java.io.ObjectStreamException; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java =================================================================== diff -u -r99535fb4e8de85822dfd8f274ed2a37fec63a1df -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java (.../ToolContent.java) (revision 99535fb4e8de85822dfd8f274ed2a37fec63a1df) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java (.../ToolContent.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java =================================================================== diff -u -r302ccfe6bd6ab0c26e695090e0126914598d72b7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java (.../ToolContentIDGenerator.java) (revision 302ccfe6bd6ab0c26e695090e0126914598d72b7) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java (.../ToolContentIDGenerator.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 9/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; import org.lamsfoundation.lams.tool.dao.IToolContentDAO; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java =================================================================== diff -u -re48d40257f7cfd40e6cb04c76d4fcd23a16fc959 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java (.../ToolContentManager.java) (revision e48d40257f7cfd40e6cb04c76d4fcd23a16fc959) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java (.../ToolContentManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,7 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.tool; import org.lamsfoundation.lams.tool.exception.DataMissingException; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java =================================================================== diff -u -r3a66ca7c8e447f3eaf3bc0209d5bc455e02539a8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java (.../ToolSession.java) (revision 3a66ca7c8e447f3eaf3bc0209d5bc455e02539a8) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java (.../ToolSession.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import org.lamsfoundation.lams.learningdesign.ToolActivity; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java =================================================================== diff -u -r14092613cbb3d0bec8c306d5a6abdf6de151307f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java (.../ToolSessionExportOutputData.java) (revision 14092613cbb3d0bec8c306d5a6abdf6de151307f) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java (.../ToolSessionExportOutputData.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2004 - * Created on 2004-12-7 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java =================================================================== diff -u -rdddd4ed5ab9b4234f80c7e5a5186f75b3de008d8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java (.../ToolSessionManager.java) (revision dddd4ed5ab9b4234f80c7e5a5186f75b3de008d8) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java (.../ToolSessionManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2004 - * Created on 2004-12-6 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java =================================================================== diff -u -r14092613cbb3d0bec8c306d5a6abdf6de151307f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java (.../ToolSessionManagerGroupingAware.java) (revision 14092613cbb3d0bec8c306d5a6abdf6de151307f) +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java (.../ToolSessionManagerGroupingAware.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2004 - * Created on 2004-12-7 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java =================================================================== diff -u -r432eded2e44dafaf043b7a6acb26e448cb6697a4 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java (.../IToolContentDAO.java) (revision 432eded2e44dafaf043b7a6acb26e448cb6697a4) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java (.../IToolContentDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao; import org.lamsfoundation.lams.tool.ToolContent; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java =================================================================== diff -u -rb9d108908940cd377d1c092fd32b2dea39d4c4f1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java (.../IToolDAO.java) (revision b9d108908940cd377d1c092fd32b2dea39d4c4f1) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java (.../IToolDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java =================================================================== diff -u -r86d71c1ef9ce4edd930b678d8c3942f837641a8b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java (.../IToolSessionDAO.java) (revision 86d71c1ef9ce4edd930b678d8c3942f837641a8b) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java (.../IToolSessionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * ILessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.tool.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java (.../ToolContentDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java (.../ToolContentDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao.hibernate; import org.lamsfoundation.lams.tool.ToolContent; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java (.../ToolDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java (.../ToolDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java =================================================================== diff -u -r86d71c1ef9ce4edd930b678d8c3942f837641a8b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java (.../ToolSessionDAO.java) (revision 86d71c1ef9ce4edd930b678d8c3942f837641a8b) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java (.../ToolSessionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LessonDAO.java - * - * Created on 13 January 2005, 10:32 +/**************************************************************** + * 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.tool.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java =================================================================== diff -u -r366acf756e76ad90dc9dd49316cb2440c52bd5a1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java (.../AuthoringToolDTO.java) (revision 366acf756e76ad90dc9dd49316cb2440c52bd5a1) +++ lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java (.../AuthoringToolDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.dto; import org.lamsfoundation.lams.tool.Tool; Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java =================================================================== diff -u -r7c5973acec3ce1c73832a4803129a1590394c74d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java (.../DataMissingException.java) (revision 7c5973acec3ce1c73832a4803129a1590394c74d) +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java (.../DataMissingException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java =================================================================== diff -u -rf88621727d2dfd5c86c86d65be76883ab641b6e7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java (.../LamsToolServiceException.java) (revision f88621727d2dfd5c86c86d65be76883ab641b6e7) +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java (.../LamsToolServiceException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * LamsToolServiceException.java - * - * Created on 11 January 2005, 13:56 +/**************************************************************** + * 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.tool.exception; Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java =================================================================== diff -u -r7c5973acec3ce1c73832a4803129a1590394c74d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java (.../SessionDataExistsException.java) (revision 7c5973acec3ce1c73832a4803129a1590394c74d) +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java (.../SessionDataExistsException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.exception; import org.lamsfoundation.lams.tool.exception.ToolException; Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java =================================================================== diff -u -rf88621727d2dfd5c86c86d65be76883ab641b6e7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java (.../ToolException.java) (revision f88621727d2dfd5c86c86d65be76883ab641b6e7) +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java (.../ToolException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * ToolException.java - * - * Created on 11 January 2005, 13:55 +/**************************************************************** + * 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.tool.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java (.../ILamsCoreToolService.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java (.../ILamsCoreToolService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,9 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.tool.service; Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java =================================================================== diff -u -r5a52a4c104c66462546e17c4d04424b4222d6304 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java (.../ILamsToolService.java) (revision 5a52a4c104c66462546e17c4d04424b4222d6304) +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java (.../ILamsToolService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.service; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java (.../LamsCoreToolService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java (.../LamsCoreToolService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.service; import java.util.HashSet; Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java =================================================================== diff -u -r5a52a4c104c66462546e17c4d04424b4222d6304 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java (.../LamsToolService.java) (revision 5a52a4c104c66462546e17c4d04424b4222d6304) +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java (.../LamsToolService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.tool.service; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java (.../AuthenticationMethod.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java (.../AuthenticationMethod.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java (.../AuthenticationMethodParameter.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java (.../AuthenticationMethodParameter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java (.../AuthenticationMethodType.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java (.../AuthenticationMethodType.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java =================================================================== diff -u -rfc77ed7c05214a99c9d9148a55e160d2d4a455ad -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java (.../Organisation.java) (revision fc77ed7c05214a99c9d9148a55e160d2d4a455ad) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java (.../Organisation.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java (.../OrganisationType.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java (.../OrganisationType.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java =================================================================== diff -u -re8dae3d7178a12d09282f26c1c2257728f2fc65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java (.../Role.java) (revision e8dae3d7178a12d09282f26c1c2257728f2fc65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java (.../Role.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java (.../User.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java (.../User.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java =================================================================== diff -u -re8dae3d7178a12d09282f26c1c2257728f2fc65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java (.../UserOrganisation.java) (revision e8dae3d7178a12d09282f26c1c2257728f2fc65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java (.../UserOrganisation.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java (.../UserOrganisationRole.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java (.../UserOrganisationRole.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java =================================================================== diff -u -r36a7a9ea402e41d5fb0b0d456b268cbda664cafd -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java (.../Workspace.java) (revision 36a7a9ea402e41d5fb0b0d456b268cbda664cafd) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java (.../Workspace.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java (.../WorkspaceFolder.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java (.../WorkspaceFolder.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java (.../IAuthenticationMethodDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java (.../IAuthenticationMethodDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Dec 2, 2004 - * - * Last modified on Dec 2, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java (.../IAuthenticationMethodTypeDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java (.../IAuthenticationMethodTypeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Dec 2, 2004 - * - * Last modified on Dec 2, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java =================================================================== diff -u -rfc77ed7c05214a99c9d9148a55e160d2d4a455ad -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java (.../IOrganisationDAO.java) (revision fc77ed7c05214a99c9d9148a55e160d2d4a455ad) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java (.../IOrganisationDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on 21 Nov, 2004 - * - * Last modified on 21 Nov, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java (.../IOrganisationTypeDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java (.../IOrganisationTypeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 21, 2004 - * - * Last modified on Nov 21, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java (.../IRoleDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java (.../IRoleDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 21, 2004 - * - * Last modified on Nov 21, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java (.../IUserDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java (.../IUserDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on 20 Nov, 2004 +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * ============================================================= * - * Last modified on 20 Nov, 2004 + * 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java (.../IUserOrganisationDAO.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java (.../IUserOrganisationDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 25, 2004 - * - * Last modified on Nov 25, 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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java (.../IUserOrganisationRoleDAO.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java (.../IUserOrganisationRoleDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java (.../IWorkspaceDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java (.../IWorkspaceDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao; import org.lamsfoundation.lams.dao.IBaseDAO; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java (.../IWorkspaceFolderDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java (.../IWorkspaceFolderDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java (.../AuthenticationMethodDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java (.../AuthenticationMethodDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Dec 2, 2004 - * - * Last modified on Dec 2, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java (.../AuthenticationMethodTypeDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java (.../AuthenticationMethodTypeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Dec 2, 2004 - * - * Last modified on Dec 2, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java (.../OrganisationDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java (.../OrganisationDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 21, 2004 - * - * Last modified on Nov 21, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java (.../OrganisationTypeDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java (.../OrganisationTypeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 25, 2004 - * - * Last modified on Nov 25, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java (.../RoleDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java (.../RoleDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java (.../UserDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java (.../UserDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 20, 2004 - * - * Last modified on 20 Nov, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java (.../UserOrganisationDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java (.../UserOrganisationDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,8 +1,26 @@ -/* - * Created on Nov 25, 2004 - * - * Last modified on Nov 25, 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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java (.../UserOrganisationRoleDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java (.../UserOrganisationRoleDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java (.../WorkspaceDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java (.../WorkspaceDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java =================================================================== diff -u -r0df1c403ef3f6ce1360f852afd55ae847409f65a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java (.../WorkspaceFolderDAO.java) (revision 0df1c403ef3f6ce1360f852afd55ae847409f65a) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java (.../WorkspaceFolderDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java (.../OrganisationDTO.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java (.../OrganisationDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dto; import org.lamsfoundation.lams.usermanagement.Organisation; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java (.../UserAccessFoldersDTO.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java (.../UserAccessFoldersDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dto; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java =================================================================== diff -u -r68fdd810d9d632c62421bc5e67b87f054ce2337f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java (.../UserDTO.java) (revision 68fdd810d9d632c62421bc5e67b87f054ce2337f) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java (.../UserDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dto; import org.lamsfoundation.lams.themes.dto.CSSThemeBriefDTO; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java =================================================================== diff -u -r55901923afea1cbd769d8daa05051aa050bb99b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java (.../WorkspaceDTO.java) (revision 55901923afea1cbd769d8daa05051aa050bb99b6) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java (.../WorkspaceDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dto; /** Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java =================================================================== diff -u -r718a258bc09f4631e96ef8b3cfe66b6fa67d0ee4 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java (.../UserAccessDeniedException.java) (revision 718a258bc09f4631e96ef8b3cfe66b6fa67d0ee4) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java (.../UserAccessDeniedException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,24 +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.usermanagement.exception; import org.lamsfoundation.lams.usermanagement.User; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java =================================================================== diff -u -rfc947ff9a995fcf7fb1ffb39b165340c50140379 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java (.../UserException.java) (revision fc947ff9a995fcf7fb1ffb39b165340c50140379) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java (.../UserException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java =================================================================== diff -u -r38f1d2d73792667c9a7a5813e32d28953ce632ce -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java (.../WorkspaceFolderException.java) (revision 38f1d2d73792667c9a7a5813e32d28953ce632ce) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java (.../WorkspaceFolderException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.exception; /** Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java =================================================================== diff -u -rfc947ff9a995fcf7fb1ffb39b165340c50140379 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java (.../IUserManagementService.java) (revision fc947ff9a995fcf7fb1ffb39b165340c50140379) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java (.../IUserManagementService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.service; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java =================================================================== diff -u -r389f92fcc3fba5665317b908b448352c61e313f8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java (.../UserManagementService.java) (revision 389f92fcc3fba5665317b908b448352c61e313f8) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java (.../UserManagementService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.service; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java =================================================================== diff -u -ra575014b02a693b4686e958f883e3eb00f9b0861 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java (.../AdminPreparer.java) (revision a575014b02a693b4686e958f883e3eb00f9b0861) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java (.../AdminPreparer.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.util; import java.util.HashSet; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java =================================================================== diff -u -rfc947ff9a995fcf7fb1ffb39b165340c50140379 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java (.../ExcelUserImportFileParser.java) (revision fc947ff9a995fcf7fb1ffb39b165340c50140379) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java (.../ExcelUserImportFileParser.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.util; import java.util.Set; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java =================================================================== diff -u -rfc947ff9a995fcf7fb1ffb39b165340c50140379 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java (.../IUserImportFileParser.java) (revision fc947ff9a995fcf7fb1ffb39b165340c50140379) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java (.../IUserImportFileParser.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.util; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java =================================================================== diff -u -r128327683fe1ee4865f88b2d6719f34c843e7121 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java (.../LastNameAlphabeticComparator.java) (revision 128327683fe1ee4865f88b2d6719f34c843e7121) +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java (.../LastNameAlphabeticComparator.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.util; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java =================================================================== diff -u -r375491df303f966c1dd50eae9ad0697bc2904c3a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java (.../CSSThemeUtil.java) (revision 375491df303f966c1dd50eae9ad0697bc2904c3a) +++ lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java (.../CSSThemeUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import org.apache.log4j.Logger; Index: lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java =================================================================== diff -u -rfadee6d4332bb03e45c49af811a4c58228f21caa -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java (.../Configuration.java) (revision fadee6d4332bb03e45c49af811a4c58228f21caa) +++ lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java (.../Configuration.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.util.Map; Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java =================================================================== diff -u -r86d71c1ef9ce4edd930b678d8c3942f837641a8b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java (.../ConfigurationKeys.java) (revision 86d71c1ef9ce4edd930b678d8c3942f837641a8b) +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java (.../ConfigurationKeys.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; /** Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java =================================================================== diff -u -r208e98d1d399065ad0e06dad88da8b1b904d1a4c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java (.../ConfigurationLoader.java) (revision 208e98d1d399065ad0e06dad88da8b1b904d1a4c) +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java (.../ConfigurationLoader.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java (.../CustomizedOpenSessionInViewFilter.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java (.../CustomizedOpenSessionInViewFilter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.util; import org.hibernate.FlushMode; Index: lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java (.../DateUtil.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java (.../DateUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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 @@ -18,8 +18,9 @@ * USA * * http://www.gnu.org/licenses/gpl.txt - * ***********************************************************************/ - + * **************************************************************** + */ +/* $$Id$$ */ package org.lamsfoundation.lams.util; import java.sql.Timestamp; Index: lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java =================================================================== diff -u -r9cf6f80b33044116d7378e7eb384f771ac486a6b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java (.../FileUtil.java) (revision 9cf6f80b33044116d7378e7eb384f771ac486a6b) +++ lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java (.../FileUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.io.File; Index: lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java =================================================================== diff -u -r91bc1c05f05a88a471677f732b5be8e8fee83f4d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java (.../FileUtilException.java) (revision 91bc1c05f05a88a471677f732b5be8e8fee83f4d) +++ lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java (.../FileUtilException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,16 +1,30 @@ -/* - * Created on Sep 8, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * 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.util; /** * @author mtruong - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates */ public class FileUtilException extends Exception{ Index: lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java =================================================================== diff -u -r5bb4520b9a3b9b440921e96ed7e2efc5f55f812c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java (.../FileValidatorUtil.java) (revision 5bb4520b9a3b9b440921e96ed7e2efc5f55f812c) +++ lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java (.../FileValidatorUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,23 +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; 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 * 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.util; import org.apache.struts.validator.Resources; Index: lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java =================================================================== diff -u -r0233f5ecaf780ed80c63aa91ff47268ac00a87a7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java (.../HttpUrlConnectionUtil.java) (revision 0233f5ecaf780ed80c63aa91ff47268ac00a87a7) +++ lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java (.../HttpUrlConnectionUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,7 +1,26 @@ -/* - * Created on Oct 13, 2005 - * +/**************************************************************** + * 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.util; import java.io.BufferedReader; Index: lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java =================================================================== diff -u -r832b7388158e6588d5791e09d202774d8434de86 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java (.../ILoadedMessageSourceService.java) (revision 832b7388158e6588d5791e09d202774d8434de86) +++ lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java (.../ILoadedMessageSourceService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import org.springframework.context.MessageSource; Index: lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java =================================================================== diff -u -rb0e60dcaf9e70b994ba004f4ce83feda7923ad39 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java (.../LanguageUtil.java) (revision b0e60dcaf9e70b994ba004f4ce83feda7923ad39) +++ lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java (.../LanguageUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.util.Locale; Index: lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java =================================================================== diff -u -r832b7388158e6588d5791e09d202774d8434de86 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java (.../LoadedMessageSourceService.java) (revision 832b7388158e6588d5791e09d202774d8434de86) +++ lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java (.../LoadedMessageSourceService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; Index: lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java =================================================================== diff -u -r1186d0ad46f03c1e8f18d007e94b1fcb87e706a8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java (.../MessageService.java) (revision 1186d0ad46f03c1e8f18d007e94b1fcb87e706a8) +++ lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java (.../MessageService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import org.springframework.context.MessageSource; Index: lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java =================================================================== diff -u -r95aa4590e8f18e8323cd6efc196b2c3a851b5e2e -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java (.../Nullable.java) (revision 95aa4590e8f18e8323cd6efc196b2c3a851b5e2e) +++ lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java (.../Nullable.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2004 - * Created on 2004-12-3 - ******************************************************************************** */ - +/**************************************************************** + * 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.util; Index: lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java =================================================================== diff -u -r19c9010eff6be2e29657beed94349a978088650f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java (.../UploadFileUtil.java) (revision 19c9010eff6be2e29657beed94349a978088650f) +++ lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java (.../UploadFileUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.io.File; Index: lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java =================================================================== diff -u -rfc947ff9a995fcf7fb1ffb39b165340c50140379 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java (.../XmlFileLoader.java) (revision fc947ff9a995fcf7fb1ffb39b165340c50140379) +++ lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java (.../XmlFileLoader.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java =================================================================== diff -u -re32f4418d5cf355fad1722f76c315098c102bf82 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java (.../FlashMessage.java) (revision e32f4418d5cf355fad1722f76c315098c102bf82) +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java (.../FlashMessage.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.wddx; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java =================================================================== diff -u -rfc76a4bb4e5abc614e15b642e4015295b2912c0a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java (.../HashtableUtils.java) (revision fc76a4bb4e5abc614e15b642e4015295b2912c0a) +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java (.../HashtableUtils.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.wddx; import java.util.Arrays; Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java =================================================================== diff -u -rb3dbc137e110d79b6aae154a808b7ca6e7de403d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java (.../WDDXProcessor.java) (revision b3dbc137e110d79b6aae154a808b7ca6e7de403d) +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java (.../WDDXProcessor.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.wddx; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java =================================================================== diff -u -rfc76a4bb4e5abc614e15b642e4015295b2912c0a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java (.../WDDXProcessorConversionException.java) (revision fc76a4bb4e5abc614e15b642e4015295b2912c0a) +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java (.../WDDXProcessorConversionException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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,7 +20,7 @@ * http://www.gnu.org/licenses/gpl.txt * ************************************************************************ */ - +/* $$Id$$ */ package org.lamsfoundation.lams.util.wddx; /** Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java =================================================================== diff -u -r86d71c1ef9ce4edd930b678d8c3942f837641a8b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java (.../WDDXTAGS.java) (revision 86d71c1ef9ce4edd930b678d8c3942f837641a8b) +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java (.../WDDXTAGS.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.wddx; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java =================================================================== diff -u -rfb87f900acda9018b36e3e4fbb3ed04d4ac67805 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java (.../OldZipDirectoryFilter.java) (revision fb87f900acda9018b36e3e4fbb3ed04d4ac67805) +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java (.../OldZipDirectoryFilter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.zipfile; import java.io.File; Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java =================================================================== diff -u -r8a0758521a5aca7a06f3f3d8ff83f4127f47d0c7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java (.../ZipFileUtil.java) (revision 8a0758521a5aca7a06f3f3d8ff83f4127f47d0c7) +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java (.../ZipFileUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.zipfile; import java.io.BufferedInputStream; Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java =================================================================== diff -u -rfb87f900acda9018b36e3e4fbb3ed04d4ac67805 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java (.../ZipFileUtilException.java) (revision fb87f900acda9018b36e3e4fbb3ed04d4ac67805) +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java (.../ZipFileUtilException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.zipfile; /** Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java =================================================================== diff -u -rf5f823706657a9eb9a1627deab4b31fb5c77d3c9 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java (.../LamsAction.java) (revision f5f823706657a9eb9a1627deab4b31fb5c77d3c9) +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java (.../LamsAction.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.action; import javax.servlet.http.HttpServletRequest; Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java =================================================================== diff -u -rf5f823706657a9eb9a1627deab4b31fb5c77d3c9 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java (.../LamsDispatchAction.java) (revision f5f823706657a9eb9a1627deab4b31fb5c77d3c9) +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java (.../LamsDispatchAction.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.action; import javax.servlet.http.HttpServletRequest; Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java =================================================================== diff -u -rf5f823706657a9eb9a1627deab4b31fb5c77d3c9 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java (.../LamsLookupDispatchAction.java) (revision f5f823706657a9eb9a1627deab4b31fb5c77d3c9) +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java (.../LamsLookupDispatchAction.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.action; import javax.servlet.http.HttpServletRequest; Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java =================================================================== diff -u -r9ea65e788f7ef8a334b7ff941485765bf8ab08a5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java (.../LocaleFilter.java) (revision 9ea65e788f7ef8a334b7ff941485765bf8ab08a5) +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java (.../LocaleFilter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.filter; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java =================================================================== diff -u -re5203a0d23ccf47767eb5f0e0eca0bffc700d622 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java (.../LocaleRequestWrapper.java) (revision e5203a0d23ccf47767eb5f0e0eca0bffc700d622) +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java (.../LocaleRequestWrapper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.filter; import java.util.Collections; Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java =================================================================== diff -u -r4ae6a9897db7a4621a0d43787332f031250aec6f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java (.../LocaleToCharsetMap.java) (revision 4ae6a9897db7a4621a0d43787332f031250aec6f) +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java (.../LocaleToCharsetMap.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.filter; import java.util.Hashtable; Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java =================================================================== diff -u -ra47e0259ee44890918d7cf47ab4608fdef80144b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java (.../ResponseCaptureFilter.java) (revision a47e0259ee44890918d7cf47ab4608fdef80144b) +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java (.../ResponseCaptureFilter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.filter; import java.io.FileWriter; Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java =================================================================== diff -u -rbda8157a824fd430b5fbc860a56eb28fc75f8b9a -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java (.../ResponseWrapper.java) (revision bda8157a824fd430b5fbc860a56eb28fc75f8b9a) +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java (.../ResponseWrapper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.filter; Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java =================================================================== diff -u -r0e51e735383966358a44f94476900044ebaa0733 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java (.../AbstractExportPortfolioServlet.java) (revision 0e51e735383966358a44f94476900044ebaa0733) +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java (.../AbstractExportPortfolioServlet.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * Created on Sep 21, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * 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.servlet; import java.io.BufferedWriter; Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java =================================================================== diff -u -r86d71c1ef9ce4edd930b678d8c3942f837641a8b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java (.../AbstractStoreWDDXPacketServlet.java) (revision 86d71c1ef9ce4edd930b678d8c3942f837641a8b) +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java (.../AbstractStoreWDDXPacketServlet.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.servlet; import java.io.BufferedReader; Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java =================================================================== diff -u -r6a7b4df0fc66382f68418c4aabcecb4b20deb8a1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java (.../ExportPortfolioServletException.java) (revision 6a7b4df0fc66382f68418c4aabcecb4b20deb8a1) +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java (.../ExportPortfolioServletException.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,9 +1,26 @@ -/* - * Created on Sep 8, 2005 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates +/**************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * 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.servlet; /** Index: lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java =================================================================== diff -u -r190ea78cabc1ed0f0e9e31b83aa73d153ff9620f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java (.../LoginFormAuthenticator.java) (revision 190ea78cabc1ed0f0e9e31b83aa73d153ff9620f) +++ lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java (.../LoginFormAuthenticator.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.session; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java =================================================================== diff -u -r1bc118b5702ca78e49a38ed16b23b24ec437b9b8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java (.../SessionManager.java) (revision 1bc118b5702ca78e49a38ed16b23b24ec437b9b8) +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java (.../SessionManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.session; Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java =================================================================== diff -u -r190ea78cabc1ed0f0e9e31b83aa73d153ff9620f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java (.../SessionVisitor.java) (revision 190ea78cabc1ed0f0e9e31b83aa73d153ff9620f) +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java (.../SessionVisitor.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.session; /** * Provide some internal method to access session private values. Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java =================================================================== diff -u -r1f43a71a5f484ce52d974daf84bb3efc91019cce -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java (.../SystemSessionFilter.java) (revision 1f43a71a5f484ce52d974daf84bb3efc91019cce) +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java (.../SystemSessionFilter.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.session; import java.io.IOException; Index: lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java =================================================================== diff -u -rbce9579f62e84e38b3a1772a2ce4fd6f7f4a15ba -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java (.../AttributeNames.java) (revision bce9579f62e84e38b3a1772a2ce4fd6f7f4a15ba) +++ lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java (.../AttributeNames.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.web.util; /** Index: lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java (.../CustomStrutsExceptionHandler.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java (.../CustomStrutsExceptionHandler.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,4 +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.util; import javax.servlet.http.HttpServletRequest; Index: lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java =================================================================== diff -u -ra575014b02a693b4686e958f883e3eb00f9b0861 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java (.../HttpSessionManager.java) (revision a575014b02a693b4686e958f883e3eb00f9b0861) +++ lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java (.../HttpSessionManager.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.util.Collections; Index: lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java =================================================================== diff -u -ra02cf86ad3b3bd9d16543ecd88628df98f87ac69 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java (.../TokenProcessor.java) (revision a02cf86ad3b3bd9d16543ecd88628df98f87ac69) +++ lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java (.../TokenProcessor.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,7 +1,26 @@ -/* - * Created on 7/02/2005 - * +/**************************************************************** + * 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.util; import java.util.Date; Index: lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java =================================================================== diff -u -r0b2737221177ec6fb88f447aa647f9413f4373f8 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java (.../WorkspaceFolderContent.java) (revision 0b2737221177ec6fb88f447aa647f9413f4373f8) +++ lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java (.../WorkspaceFolderContent.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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; import java.io.Serializable; Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java (.../IWorkspaceFolderContentDAO.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java (.../IWorkspaceFolderContentDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.List; Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java (.../WorkspaceFolderContentDAO.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java (.../WorkspaceFolderContentDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.hibernate; import java.util.Iterator; Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java =================================================================== diff -u -r542f8be15d42c70ff07243e81f40975b15a36b9c -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java (.../FolderContentDTO.java) (revision 542f8be15d42c70ff07243e81f40975b15a36b9c) +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java (.../FolderContentDTO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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; import java.util.Date; import java.util.SortedSet; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java (.../TestActivity.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java (.../TestActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.Set; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java (.../TestChosenGrouper.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java (.../TestChosenGrouper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.ArrayList; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java (.../TestComplexActivityStrategy.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java (.../TestComplexActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import org.lamsfoundation.lams.lesson.LearnerProgress; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java (.../TestGateActivityStrategy.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java (.../TestGateActivityStrategy.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.ArrayList; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java =================================================================== diff -u -rdfed139a7289e34015731c0b41b2435a0b902b6f -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java (.../TestGrouping.java) (revision dfed139a7289e34015731c0b41b2435a0b902b6f) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java (.../TestGrouping.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.learningdesign; import java.util.HashSet; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java =================================================================== diff -u -r301bc5704aa25346bc457867daeb7cd8854cb452 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java (.../TestLicense.java) (revision 301bc5704aa25346bc457867daeb7cd8854cb452) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java (.../TestLicense.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import org.lamsfoundation.lams.learningdesign.dao.ILicenseDAO; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java =================================================================== diff -u -rb125be1bc92a6f11535ffa059b15a519c741b40e -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java (.../TestRandomGrouper.java) (revision b125be1bc92a6f11535ffa059b15a519c741b40e) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java (.../TestRandomGrouper.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.util.ArrayList; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java =================================================================== diff -u -r478b2795849c855847b5fe6d84f6a8fb9250b742 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java (.../TestScheduleGateActivity.java) (revision 478b2795849c855847b5fe6d84f6a8fb9250b742) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java (.../TestScheduleGateActivity.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign; import java.text.SimpleDateFormat; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java =================================================================== diff -u -r79c858a92c17ab3ca404cab4a0cf6094254e68d5 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java (.../TestActivityDAO.java) (revision 79c858a92c17ab3ca404cab4a0cf6094254e68d5) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java (.../TestActivityDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,25 +1,28 @@ +/**************************************************************** + * 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.learningdesign.dao; -/* -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 -*/ - import java.util.List; import org.lamsfoundation.lams.learningdesign.Activity; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java (.../TestGroupingDAO.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java (.../TestGroupingDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import org.lamsfoundation.lams.learningdesign.Grouping; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java (.../TestLearningDesignDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java (.../TestLearningDesignDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import java.util.List; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java (.../TestLearningLibraryDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java (.../TestLearningLibraryDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import java.util.Set; Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java (.../TestTransitionDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java (.../TestTransitionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.learningdesign.dao; import org.lamsfoundation.lams.learningdesign.Transition; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java =================================================================== diff -u -rf22baff581dd04fa60acb409559b29d460f070b1 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java (.../LessonDataAccessTestCase.java) (revision f22baff581dd04fa60acb409559b29d460f070b1) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java (.../LessonDataAccessTestCase.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 2/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.lesson; import java.util.Date; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java =================================================================== diff -u -rd7f8bd90added31c1bbadc8ebd51e301d13965b6 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java (.../TestLessonClass.java) (revision d7f8bd90added31c1bbadc8ebd51e301d13965b6) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java (.../TestLessonClass.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 14/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.lesson; import java.util.HashSet; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java =================================================================== diff -u -re3ac07f9808b1feee9b3e3cf1a5c868f1ad37280 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java (.../TestCleanUpLesson.java) (revision e3ac07f9808b1feee9b3e3cf1a5c868f1ad37280) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java (.../TestCleanUpLesson.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 4/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.lesson.dao; import java.util.Iterator; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java (.../TestInitLesson.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java (.../TestInitLesson.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 3/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.lesson.dao; import org.hibernate.HibernateException; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java (.../TestLearnerProgressDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java (.../TestLearnerProgressDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 2005-2-17 - ******************************************************************************** */ - +/**************************************************************** + * 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.lesson.dao; import org.hibernate.HibernateException; Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java (.../TestLessonDAO.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java (.../TestLessonDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.lesson.dao; import java.util.Date; Index: lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java (.../AbstractCommonTestCase.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java (.../AbstractCommonTestCase.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.test; Index: lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java =================================================================== diff -u -r01a4035d52575ebe0a8467b4e589998196353962 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java (.../TestThemeService.java) (revision 01a4035d52575ebe0a8467b4e589998196353962) +++ lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java (.../TestThemeService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.theme.service; import org.lamsfoundation.lams.test.AbstractLamsTestCase; Index: lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java (.../TestCSSThemeDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java (.../TestCSSThemeDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.themes.dao; import java.text.ParseException; Index: lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java =================================================================== diff -u -r302ccfe6bd6ab0c26e695090e0126914598d72b7 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java (.../TestToolContentIDGenerator.java) (revision 302ccfe6bd6ab0c26e695090e0126914598d72b7) +++ lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java (.../TestToolContentIDGenerator.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 9/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool; Index: lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java =================================================================== diff -u -r42ddbd4c509c956cc9f5328cea8d45d6e593e796 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java (.../ToolDataAccessTestCase.java) (revision 42ddbd4c509c956cc9f5328cea8d45d6e593e796) +++ lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java (.../ToolDataAccessTestCase.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool; import java.util.Date; Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java =================================================================== diff -u -r99535fb4e8de85822dfd8f274ed2a37fec63a1df -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java (.../TestToolContentDAO.java) (revision 99535fb4e8de85822dfd8f274ed2a37fec63a1df) +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java (.../TestToolContentDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 8/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao; import org.lamsfoundation.lams.tool.ToolContent; Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java (.../TestToolDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java (.../TestToolDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.dao; import java.util.List; Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java =================================================================== diff -u -r3073bb429f564d220e514b1f0526d93108b2266b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java (.../TestToolSessionDAO.java) (revision 3073bb429f564d220e514b1f0526d93108b2266b) +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java (.../TestToolSessionDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -1,12 +1,26 @@ -/* ******************************************************************************** - * Copyright Notice - * ================= - * This file contains propriety information of LAMS Foundation. - * Copying or reproduction with prior written permission is prohibited. - * Copyright (c) 2005 - * Created on 11/02/2005 - ******************************************************************************** */ - +/**************************************************************** + * 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.tool.dao; import org.lamsfoundation.lams.tool.NonGroupedToolSession; Index: lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java =================================================================== diff -u -r57fbfc34b82cddfb18fc2022aa1cedaf09fa8759 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java (.../TestLamsCoreToolService.java) (revision 57fbfc34b82cddfb18fc2022aa1cedaf09fa8759) +++ lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java (.../TestLamsCoreToolService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.tool.service; import org.apache.log4j.Logger; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java (.../TestUserManagementService.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java (.../TestUserManagementService.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement; import java.io.IOException; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java (.../OrganisationDAOTest.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java (.../OrganisationDAOTest.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import org.lamsfoundation.lams.test.AbstractCommonTestCase; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java (.../OrganisationTypeDAOTest.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java (.../OrganisationTypeDAOTest.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import org.lamsfoundation.lams.test.AbstractCommonTestCase; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java (.../RoleDAOTest.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java (.../RoleDAOTest.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import org.lamsfoundation.lams.test.AbstractCommonTestCase; import org.lamsfoundation.lams.usermanagement.Role; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java (.../TestUserOrganisationDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java (.../TestUserOrganisationDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.List; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java (.../TestWorkspaceDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java (.../TestWorkspaceDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import org.lamsfoundation.lams.test.AbstractCommonTestCase; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java (.../TestWorkspaceFolderDAO.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java (.../TestWorkspaceFolderDAO.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import org.lamsfoundation.lams.test.AbstractCommonTestCase; Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java =================================================================== diff -u -r4eadad01f792238a725b1482fd63e185a86e3b73 -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java (.../UserDAOTest.java) (revision 4eadad01f792238a725b1482fd63e185a86e3b73) +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java (.../UserDAOTest.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.usermanagement.dao.hibernate; import java.util.Date; Index: lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java =================================================================== diff -u -r4444923f527c224de7158f50f1c5ea25f3ad383e -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java (.../TestDateUtil.java) (revision 4444923f527c224de7158f50f1c5ea25f3ad383e) +++ lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java (.../TestDateUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.text.ParseException; Index: lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java =================================================================== diff -u -r9cf6f80b33044116d7378e7eb384f771ac486a6b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java (.../TestFileUtil.java) (revision 9cf6f80b33044116d7378e7eb384f771ac486a6b) +++ lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java (.../TestFileUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import java.io.File; Index: lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java =================================================================== diff -u -rc09822a88b909fd83b10ebc89d667dfaedd5c21b -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java (.../TestWebUtil.java) (revision c09822a88b909fd83b10ebc89d667dfaedd5c21b) +++ lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java (.../TestWebUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util; import javax.servlet.http.HttpSession; Index: lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java =================================================================== diff -u -r9bdb7a0e43138c0b0847769b4f8ffe444dfa226d -ra7b6bcfbb84e1ae8bcc76803c59055ce36d789f1 --- lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java (.../TestZipFileUtil.java) (revision 9bdb7a0e43138c0b0847769b4f8ffe444dfa226d) +++ lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java (.../TestZipFileUtil.java) (revision a7b6bcfbb84e1ae8bcc76803c59055ce36d789f1) @@ -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.util.zipfile; import java.io.BufferedInputStream;