Index: lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/cache/CacheDebugListener.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/cache/CacheManager.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/cache/ICacheManager.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java 3 Apr 2006 13:13:24 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/dao/IBaseDAO.java 3 Apr 2006 23:36:58 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java 3 Apr 2006 13:13:24 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/dao/hibernate/BaseDAO.java 3 Apr 2006 23:36:58 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java,v diff -u -r1.45 -r1.46 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java 3 Apr 2006 13:13:20 -0000 1.45 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Activity.java 3 Apr 2006 23:36:52 -0000 1.46 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ActivityOrderComparator.java 3 Apr 2006 23:36:52 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouper.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java 3 Apr 2006 13:13:20 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ChosenGrouping.java 3 Apr 2006 23:36:52 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java,v diff -u -r1.17 -r1.18 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java 3 Apr 2006 13:13:20 -0000 1.17 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ComplexActivity.java 3 Apr 2006 23:36:52 -0000 1.18 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java,v diff -u -r1.13 -r1.14 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java 3 Apr 2006 13:13:20 -0000 1.13 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/GateActivity.java 3 Apr 2006 23:36:52 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java 3 Apr 2006 13:13:20 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Group.java 3 Apr 2006 23:36:52 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouper.java 3 Apr 2006 23:36:52 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java,v diff -u -r1.21 -r1.22 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java 3 Apr 2006 13:13:20 -0000 1.21 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Grouping.java 3 Apr 2006 23:36:52 -0000 1.22 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java,v diff -u -r1.16 -r1.17 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java 3 Apr 2006 13:13:20 -0000 1.16 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/GroupingActivity.java 3 Apr 2006 23:36:52 -0000 1.17 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java,v diff -u -r1.24 -r1.25 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java 3 Apr 2006 13:13:20 -0000 1.24 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningDesign.java 3 Apr 2006 23:36:52 -0000 1.25 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java 3 Apr 2006 13:13:20 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/LearningLibrary.java 3 Apr 2006 23:36:52 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/License.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullActivity.java 3 Apr 2006 23:36:52 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/NullGroup.java 3 Apr 2006 23:36:52 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java,v diff -u -r1.20 -r1.21 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java 3 Apr 2006 13:13:20 -0000 1.20 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/OptionsActivity.java 3 Apr 2006 23:36:52 -0000 1.21 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java,v diff -u -r1.21 -r1.22 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java 3 Apr 2006 13:13:20 -0000 1.21 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ParallelActivity.java 3 Apr 2006 23:36:52 -0000 1.22 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java,v diff -u -r1.18 -r1.19 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java 3 Apr 2006 13:13:20 -0000 1.18 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/PermissionGateActivity.java 3 Apr 2006 23:36:52 -0000 1.19 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java 3 Apr 2006 13:13:20 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouper.java 3 Apr 2006 23:36:52 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java 3 Apr 2006 13:13:20 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/RandomGrouping.java 3 Apr 2006 23:36:52 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java,v diff -u -r1.25 -r1.26 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java 3 Apr 2006 13:13:20 -0000 1.25 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ScheduleGateActivity.java 3 Apr 2006 23:36:52 -0000 1.26 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java,v diff -u -r1.21 -r1.22 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java 3 Apr 2006 13:13:20 -0000 1.21 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SequenceActivity.java 3 Apr 2006 23:36:52 -0000 1.22 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java,v diff -u -r1.12 -r1.13 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java 3 Apr 2006 13:13:20 -0000 1.12 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SimpleActivity.java 3 Apr 2006 23:36:52 -0000 1.13 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java,v diff -u -r1.18 -r1.19 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java 3 Apr 2006 13:13:20 -0000 1.18 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/SynchGateActivity.java 3 Apr 2006 23:36:52 -0000 1.19 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java,v diff -u -r1.23 -r1.24 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java 3 Apr 2006 13:13:20 -0000 1.23 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/ToolActivity.java 3 Apr 2006 23:36:52 -0000 1.24 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java 3 Apr 2006 13:13:20 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/Transition.java 3 Apr 2006 23:36:52 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java,v diff -u -r1.13 -r1.14 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java 3 Apr 2006 13:13:20 -0000 1.13 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IActivityDAO.java 3 Apr 2006 23:36:52 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupDAO.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java 3 Apr 2006 13:13:20 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/IGroupingDAO.java 3 Apr 2006 23:36:52 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java 3 Apr 2006 13:13:20 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningDesignDAO.java 3 Apr 2006 23:36:52 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILearningLibraryDAO.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ILicenseDAO.java 3 Apr 2006 23:36:52 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java 3 Apr 2006 13:13:20 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/ITransitionDAO.java 3 Apr 2006 23:36:52 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java,v diff -u -r1.14 -r1.15 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java 3 Apr 2006 13:13:20 -0000 1.14 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/ActivityDAO.java 3 Apr 2006 23:36:53 -0000 1.15 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java 3 Apr 2006 13:13:20 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupDAO.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java 3 Apr 2006 13:13:20 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/GroupingDAO.java 3 Apr 2006 23:36:53 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java 3 Apr 2006 13:13:20 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningDesignDAO.java 3 Apr 2006 23:36:53 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LearningLibraryDAO.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/LicenseDAO.java 3 Apr 2006 23:36:52 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java,v diff -u -r1.10 -r1.11 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java 3 Apr 2006 13:13:20 -0000 1.10 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dao/hibernate/TransitionDAO.java 3 Apr 2006 23:36:53 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java,v diff -u -r1.17 -r1.18 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java 3 Apr 2006 13:13:21 -0000 1.17 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/AuthoringActivityDTO.java 3 Apr 2006 23:36:54 -0000 1.18 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/BaseDTO.java 3 Apr 2006 23:36:54 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/DesignDetailDTO.java 3 Apr 2006 23:36:54 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupDTO.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/GroupingDTO.java 3 Apr 2006 23:36:54 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java,v diff -u -r1.16 -r1.17 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java 3 Apr 2006 13:13:21 -0000 1.16 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningDesignDTO.java 3 Apr 2006 23:36:54 -0000 1.17 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LearningLibraryDTO.java 3 Apr 2006 23:36:54 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java,v diff -u -r1.10 -r1.11 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java 3 Apr 2006 13:13:21 -0000 1.10 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LibraryActivityDTO.java 3 Apr 2006 23:36:54 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/LicenseDTO.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/Attic/MonitoringActivityDTO.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java 3 Apr 2006 13:13:21 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/MonitoringActivityDTO.java 3 Apr 2006 23:36:54 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ProgressActivityDTO.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/TransitionDTO.java 3 Apr 2006 23:36:54 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/dto/ValidationErrorDTO.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/ActivityBehaviorException.java 3 Apr 2006 23:36:57 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java 3 Apr 2006 13:13:23 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/exception/LearningDesignException.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/ILearningDesignService.java 3 Apr 2006 23:36:57 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java 3 Apr 2006 13:13:23 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/service/LearningDesignService.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ComplexActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GateActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/GroupingActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/OptionsActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ParallelActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/PermissionGateActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ScheduleGateActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SequenceActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SimpleActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/SynchGateActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/learningdesign/strategy/ToolActivityStrategy.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java,v diff -u -r1.14 -r1.15 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java 3 Apr 2006 13:13:21 -0000 1.14 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LearnerProgress.java 3 Apr 2006 23:36:53 -0000 1.15 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java,v diff -u -r1.17 -r1.18 --- lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java 3 Apr 2006 13:13:21 -0000 1.17 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/Lesson.java 3 Apr 2006 23:36:53 -0000 1.18 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java,v diff -u -r1.10 -r1.11 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java 3 Apr 2006 13:13:21 -0000 1.10 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LessonClass.java 3 Apr 2006 23:36:53 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/LessonCompleteActivity.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/ParallelWaitActivity.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILearnerProgressDAO.java 3 Apr 2006 23:36:57 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java 3 Apr 2006 13:13:23 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonClassDAO.java 3 Apr 2006 23:36:57 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java,v diff -u -r1.12 -r1.13 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java 3 Apr 2006 13:13:23 -0000 1.12 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/ILessonDAO.java 3 Apr 2006 23:36:57 -0000 1.13 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java 3 Apr 2006 13:13:21 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LearnerProgressDAO.java 3 Apr 2006 23:36:54 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonClassDAO.java 3 Apr 2006 23:36:54 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java,v diff -u -r1.17 -r1.18 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java 3 Apr 2006 13:13:21 -0000 1.17 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dao/hibernate/LessonDAO.java 3 Apr 2006 23:36:54 -0000 1.18 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LearnerProgressDTO.java 3 Apr 2006 23:36:56 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java 3 Apr 2006 13:13:22 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDTO.java 3 Apr 2006 23:36:56 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/lesson/dto/LessonDetailsDTO.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/test/Attic/AbstractLamsStrutsTestCase.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java 3 Apr 2006 13:13:23 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsStrutsTestCase.java 3 Apr 2006 23:36:57 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/test/Attic/AbstractLamsTestCase.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/test/AbstractLamsTestCase.java 3 Apr 2006 23:36:57 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/Attic/CSSProperty.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSProperty.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/Attic/CSSStyle.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSStyle.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/Attic/CSSThemeVisualElement.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/themes/CSSThemeVisualElement.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/Attic/PropertyType.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/PropertyType.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java 3 Apr 2006 13:13:24 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dao/ICSSThemeDAO.java 3 Apr 2006 23:36:58 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java 3 Apr 2006 13:13:23 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dao/hibernate/CSSThemeDAO.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dto/Attic/CSSStyleDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSStyleDTO.java 3 Apr 2006 23:36:55 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeBriefDTO.java 3 Apr 2006 23:36:55 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSThemeDTO.java 3 Apr 2006 23:36:55 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/dto/Attic/CSSVisualElementDTO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/themes/dto/CSSVisualElementDTO.java 3 Apr 2006 23:36:55 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java 3 Apr 2006 13:13:24 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/themes/exception/ThemeException.java 3 Apr 2006 23:36:58 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/themes/service/IThemeService.java 3 Apr 2006 23:36:57 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/themes/service/ThemeService.java 3 Apr 2006 23:36:57 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/tool/BasicToolVO.java 3 Apr 2006 23:36:52 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java 3 Apr 2006 13:13:20 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/tool/GroupedToolSession.java 3 Apr 2006 23:36:52 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/tool/IToolVO.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java 3 Apr 2006 13:13:20 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/tool/NonGroupedToolSession.java 3 Apr 2006 23:36:52 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java,v diff -u -r1.16 -r1.17 --- lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java 3 Apr 2006 13:13:20 -0000 1.16 +++ lams_common/src/java/org/lamsfoundation/lams/tool/Tool.java 3 Apr 2006 23:36:52 -0000 1.17 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolAccessMode.java 3 Apr 2006 23:36:52 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContent.java 3 Apr 2006 23:36:52 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentIDGenerator.java 3 Apr 2006 23:36:52 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolContentManager.java 3 Apr 2006 23:36:52 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java,v diff -u -r1.14 -r1.15 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java 3 Apr 2006 13:13:20 -0000 1.14 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSession.java 3 Apr 2006 23:36:52 -0000 1.15 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionExportOutputData.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java 3 Apr 2006 13:13:20 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManager.java 3 Apr 2006 23:36:52 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/tool/ToolSessionManagerGroupingAware.java 3 Apr 2006 23:36:52 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolContentDAO.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java 3 Apr 2006 13:13:23 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolDAO.java 3 Apr 2006 23:36:56 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java,v diff -u -r1.10 -r1.11 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java 3 Apr 2006 13:13:23 -0000 1.10 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/IToolSessionDAO.java 3 Apr 2006 23:36:56 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java 3 Apr 2006 13:13:23 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolContentDAO.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java 3 Apr 2006 13:13:23 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolDAO.java 3 Apr 2006 23:36:56 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java,v diff -u -r1.13 -r1.14 --- lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java 3 Apr 2006 13:13:23 -0000 1.13 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dao/hibernate/ToolSessionDAO.java 3 Apr 2006 23:36:56 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/tool/dto/AuthoringToolDTO.java 3 Apr 2006 23:36:57 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/DataMissingException.java 3 Apr 2006 23:36:56 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java 3 Apr 2006 13:13:22 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/LamsToolServiceException.java 3 Apr 2006 23:36:56 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/SessionDataExistsException.java 3 Apr 2006 23:36:56 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java 3 Apr 2006 13:13:22 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/tool/exception/ToolException.java 3 Apr 2006 23:36:56 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java,v diff -u -r1.12 -r1.13 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java 3 Apr 2006 13:13:22 -0000 1.12 +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsCoreToolService.java 3 Apr 2006 23:36:56 -0000 1.13 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java,v diff -u -r1.14 -r1.15 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java 3 Apr 2006 13:13:22 -0000 1.14 +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/ILamsToolService.java 3 Apr 2006 23:36:56 -0000 1.15 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java,v diff -u -r1.22 -r1.23 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java 3 Apr 2006 13:13:22 -0000 1.22 +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsCoreToolService.java 3 Apr 2006 23:36:56 -0000 1.23 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java,v diff -u -r1.15 -r1.16 --- lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java 3 Apr 2006 13:13:22 -0000 1.15 +++ lams_common/src/java/org/lamsfoundation/lams/tool/service/LamsToolService.java 3 Apr 2006 23:36:56 -0000 1.16 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethod.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/Attic/AuthenticationMethodParameter.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodParameter.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/AuthenticationMethodType.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Organisation.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/OrganisationType.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Role.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java,v diff -u -r1.13 -r1.14 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java 3 Apr 2006 13:13:21 -0000 1.13 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/User.java 3 Apr 2006 23:36:53 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisation.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/UserOrganisationRole.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/Attic/Workspace.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/Workspace.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/WorkspaceFolder.java 3 Apr 2006 23:36:53 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IAuthenticationMethodDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IAuthenticationMethodTypeDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IAuthenticationMethodTypeDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IOrganisationTypeDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IOrganisationTypeDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IRoleDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IUserDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java 3 Apr 2006 13:13:20 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationDAO.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IUserOrganisationRoleDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java 3 Apr 2006 13:13:20 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IUserOrganisationRoleDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IWorkspaceDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java 3 Apr 2006 13:13:20 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceDAO.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/Attic/IWorkspaceFolderDAO.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java 3 Apr 2006 13:13:20 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/IWorkspaceFolderDAO.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/AuthenticationMethodDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/AuthenticationMethodTypeDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/AuthenticationMethodTypeDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAO.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/OrganisationTypeDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAO.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationDAO.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/UserOrganisationRoleDAO.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserOrganisationRoleDAO.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/WorkspaceDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceDAO.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/WorkspaceFolderDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/WorkspaceFolderDAO.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java 3 Apr 2006 13:13:24 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/OrganisationDTO.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java 3 Apr 2006 13:13:24 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserAccessFoldersDTO.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java,v diff -u -r1.10 -r1.11 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java 3 Apr 2006 13:13:24 -0000 1.10 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/UserDTO.java 3 Apr 2006 23:36:57 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java 3 Apr 2006 13:13:24 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/dto/WorkspaceDTO.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserAccessDeniedException.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/UserException.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/exception/WorkspaceFolderException.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java 3 Apr 2006 13:13:23 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/IUserManagementService.java 3 Apr 2006 23:36:57 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java 3 Apr 2006 13:13:23 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/service/UserManagementService.java 3 Apr 2006 23:36:57 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/Attic/AdminPreparer.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/AdminPreparer.java 3 Apr 2006 23:36:56 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/ExcelUserImportFileParser.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/IUserImportFileParser.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/usermanagement/util/LastNameAlphabeticComparator.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/util/CSSThemeUtil.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/util/Configuration.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationKeys.java 3 Apr 2006 23:36:53 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/Attic/ConfigurationLoader.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/util/ConfigurationLoader.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/util/CustomizedOpenSessionInViewFilter.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/util/DateUtil.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/util/FileUtil.java 3 Apr 2006 23:36:53 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/FileUtilException.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/util/FileValidatorUtil.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java,v diff -u -r1.6 -r1.7 --- lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/src/java/org/lamsfoundation/lams/util/HttpUrlConnectionUtil.java 3 Apr 2006 23:36:53 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/ILoadedMessageSourceService.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/LanguageUtil.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/LoadedMessageSourceService.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/util/MessageService.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/Nullable.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/UploadFileUtil.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/Attic/XmlFileLoader.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/util/XmlFileLoader.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java,v diff -u -r1.11 -r1.12 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java 3 Apr 2006 13:13:21 -0000 1.11 +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/FlashMessage.java 3 Apr 2006 23:36:53 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/HashtableUtils.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessor.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXProcessorConversionException.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java 3 Apr 2006 13:13:21 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/util/wddx/WDDXTAGS.java 3 Apr 2006 23:36:53 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/zipfile/Attic/OldZipDirectoryFilter.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/OldZipDirectoryFilter.java 3 Apr 2006 23:36:55 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java 3 Apr 2006 13:13:22 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtil.java 3 Apr 2006 23:36:55 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/util/zipfile/ZipFileUtilException.java 3 Apr 2006 23:36:55 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsAction.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsDispatchAction.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/action/LamsLookupDispatchAction.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java,v diff -u -r1.9 -r1.10 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java 3 Apr 2006 13:13:22 -0000 1.9 +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleFilter.java 3 Apr 2006 23:36:56 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleRequestWrapper.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/filter/Attic/LocaleToCharsetMap.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/LocaleToCharsetMap.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/filter/Attic/ResponseCaptureFilter.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseCaptureFilter.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/filter/Attic/ResponseWrapper.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/filter/ResponseWrapper.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java 3 Apr 2006 13:13:22 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractExportPortfolioServlet.java 3 Apr 2006 23:36:55 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java 3 Apr 2006 13:13:22 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/AbstractStoreWDDXPacketServlet.java 3 Apr 2006 23:36:55 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/servlet/ExportPortfolioServletException.java 3 Apr 2006 23:36:55 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/web/session/LoginFormAuthenticator.java 3 Apr 2006 23:36:53 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java 3 Apr 2006 13:13:21 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SessionManager.java 3 Apr 2006 23:36:53 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SessionVisitor.java 3 Apr 2006 23:36:53 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/web/session/SystemSessionFilter.java 3 Apr 2006 23:36:53 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java 3 Apr 2006 13:13:22 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/web/util/AttributeNames.java 3 Apr 2006 23:36:55 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/util/CustomStrutsExceptionHandler.java 3 Apr 2006 23:36:55 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java,v diff -u -r1.3 -r1.4 --- lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java 3 Apr 2006 13:13:22 -0000 1.3 +++ lams_common/src/java/org/lamsfoundation/lams/web/util/HttpSessionManager.java 3 Apr 2006 23:36:55 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java,v diff -u -r1.4 -r1.5 --- lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/src/java/org/lamsfoundation/lams/web/util/TokenProcessor.java 3 Apr 2006 23:36:55 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java,v diff -u -r1.5 -r1.6 --- lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java 3 Apr 2006 13:13:24 -0000 1.5 +++ lams_common/src/java/org/lamsfoundation/lams/workspace/WorkspaceFolderContent.java 3 Apr 2006 23:36:58 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java 3 Apr 2006 13:13:23 -0000 1.7 +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dao/IWorkspaceFolderContentDAO.java 3 Apr 2006 23:36:57 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java 3 Apr 2006 13:13:24 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dao/hibernate/WorkspaceFolderContentDAO.java 3 Apr 2006 23:36:58 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java,v diff -u -r1.8 -r1.9 --- lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java 3 Apr 2006 13:13:23 -0000 1.8 +++ lams_common/src/java/org/lamsfoundation/lams/workspace/dto/FolderContentDTO.java 3 Apr 2006 23:36:56 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestActivity.java,v diff -u -r1.12 -r1.13 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java 3 Apr 2006 13:13:21 -0000 1.12 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestActivity.java 3 Apr 2006 23:36:54 -0000 1.13 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestChosenGrouper.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestChosenGrouper.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestComplexActivityStrategy.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestComplexActivityStrategy.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestGateActivityStrategy.java,v diff -u -r1.5 -r1.6 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGateActivityStrategy.java 3 Apr 2006 23:36:54 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestGrouping.java,v diff -u -r1.9 -r1.10 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestGrouping.java 3 Apr 2006 23:36:54 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestLicense.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestLicense.java 3 Apr 2006 23:36:54 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestRandomGrouper.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestRandomGrouper.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/Attic/TestScheduleGateActivity.java,v diff -u -r1.5 -r1.6 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java 3 Apr 2006 13:13:21 -0000 1.5 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/TestScheduleGateActivity.java 3 Apr 2006 23:36:54 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/Attic/TestActivityDAO.java,v diff -u -r1.21 -r1.22 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java 3 Apr 2006 13:13:21 -0000 1.21 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestActivityDAO.java 3 Apr 2006 23:36:53 -0000 1.22 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/Attic/TestGroupingDAO.java,v diff -u -r1.11 -r1.12 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java 3 Apr 2006 13:13:21 -0000 1.11 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestGroupingDAO.java 3 Apr 2006 23:36:53 -0000 1.12 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/Attic/TestLearningDesignDAO.java,v diff -u -r1.16 -r1.17 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java 3 Apr 2006 13:13:21 -0000 1.16 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningDesignDAO.java 3 Apr 2006 23:36:53 -0000 1.17 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/Attic/TestLearningLibraryDAO.java,v diff -u -r1.13 -r1.14 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java 3 Apr 2006 13:13:21 -0000 1.13 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestLearningLibraryDAO.java 3 Apr 2006 23:36:53 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/Attic/TestTransitionDAO.java,v diff -u -r1.15 -r1.16 --- lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java 3 Apr 2006 13:13:21 -0000 1.15 +++ lams_common/test/java/org/lamsfoundation/lams/learningdesign/dao/TestTransitionDAO.java 3 Apr 2006 23:36:53 -0000 1.16 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/Attic/LessonDataAccessTestCase.java,v diff -u -r1.27 -r1.28 --- lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java 3 Apr 2006 13:13:23 -0000 1.27 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/LessonDataAccessTestCase.java 3 Apr 2006 23:36:57 -0000 1.28 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/Attic/TestLessonClass.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/TestLessonClass.java 3 Apr 2006 23:36:57 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/dao/Attic/TestCleanUpLesson.java,v diff -u -r1.5 -r1.6 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java 3 Apr 2006 13:13:22 -0000 1.5 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestCleanUpLesson.java 3 Apr 2006 23:36:54 -0000 1.6 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/dao/Attic/TestInitLesson.java,v diff -u -r1.8 -r1.9 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java 3 Apr 2006 13:13:22 -0000 1.8 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestInitLesson.java 3 Apr 2006 23:36:54 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/dao/Attic/TestLearnerProgressDAO.java,v diff -u -r1.10 -r1.11 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java 3 Apr 2006 13:13:22 -0000 1.10 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLearnerProgressDAO.java 3 Apr 2006 23:36:54 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/lesson/dao/Attic/TestLessonDAO.java,v diff -u -r1.15 -r1.16 --- lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java 3 Apr 2006 13:13:22 -0000 1.15 +++ lams_common/test/java/org/lamsfoundation/lams/lesson/dao/TestLessonDAO.java 3 Apr 2006 23:36:54 -0000 1.16 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/test/Attic/AbstractCommonTestCase.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java 3 Apr 2006 13:13:21 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/test/AbstractCommonTestCase.java 3 Apr 2006 23:36:53 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/theme/service/Attic/TestThemeService.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/theme/service/TestThemeService.java 3 Apr 2006 23:36:57 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/themes/dao/Attic/TestCSSThemeDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java 3 Apr 2006 13:13:23 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/themes/dao/TestCSSThemeDAO.java 3 Apr 2006 23:36:57 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/Attic/TestToolContentIDGenerator.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/tool/TestToolContentIDGenerator.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/Attic/ToolDataAccessTestCase.java,v diff -u -r1.20 -r1.21 --- lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java 3 Apr 2006 13:13:22 -0000 1.20 +++ lams_common/test/java/org/lamsfoundation/lams/tool/ToolDataAccessTestCase.java 3 Apr 2006 23:36:56 -0000 1.21 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/dao/Attic/TestToolContentDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java 3 Apr 2006 13:13:22 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolContentDAO.java 3 Apr 2006 23:36:56 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/dao/Attic/TestToolDAO.java,v diff -u -r1.13 -r1.14 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java 3 Apr 2006 13:13:22 -0000 1.13 +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolDAO.java 3 Apr 2006 23:36:56 -0000 1.14 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/dao/Attic/TestToolSessionDAO.java,v diff -u -r1.9 -r1.10 --- lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java 3 Apr 2006 13:13:22 -0000 1.9 +++ lams_common/test/java/org/lamsfoundation/lams/tool/dao/TestToolSessionDAO.java 3 Apr 2006 23:36:56 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/tool/service/Attic/TestLamsCoreToolService.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java 3 Apr 2006 13:13:22 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/tool/service/TestLamsCoreToolService.java 3 Apr 2006 23:36:56 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/Attic/TestUserManagementService.java,v diff -u -r1.10 -r1.11 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java 3 Apr 2006 13:13:24 -0000 1.10 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/TestUserManagementService.java 3 Apr 2006 23:36:58 -0000 1.11 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/OrganisationDAOTest.java,v diff -u -r1.8 -r1.9 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java 3 Apr 2006 13:13:21 -0000 1.8 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationDAOTest.java 3 Apr 2006 23:36:54 -0000 1.9 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/OrganisationTypeDAOTest.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/OrganisationTypeDAOTest.java 3 Apr 2006 23:36:54 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/RoleDAOTest.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java 3 Apr 2006 13:13:21 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/RoleDAOTest.java 3 Apr 2006 23:36:54 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/TestUserOrganisationDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestUserOrganisationDAO.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/TestWorkspaceDAO.java,v diff -u -r1.7 -r1.8 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java 3 Apr 2006 13:13:21 -0000 1.7 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceDAO.java 3 Apr 2006 23:36:54 -0000 1.8 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/TestWorkspaceFolderDAO.java,v diff -u -r1.4 -r1.5 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java 3 Apr 2006 13:13:21 -0000 1.4 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/TestWorkspaceFolderDAO.java 3 Apr 2006 23:36:54 -0000 1.5 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/Attic/UserDAOTest.java,v diff -u -r1.9 -r1.10 --- lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java 3 Apr 2006 13:13:21 -0000 1.9 +++ lams_common/test/java/org/lamsfoundation/lams/usermanagement/dao/hibernate/UserDAOTest.java 3 Apr 2006 23:36:54 -0000 1.10 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/Attic/TestDateUtil.java,v diff -u -r1.3 -r1.4 --- lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java 3 Apr 2006 13:13:23 -0000 1.3 +++ lams_common/test/java/org/lamsfoundation/lams/util/TestDateUtil.java 3 Apr 2006 23:36:56 -0000 1.4 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/Attic/TestFileUtil.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/util/TestFileUtil.java 3 Apr 2006 23:36:56 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/Attic/TestWebUtil.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java 3 Apr 2006 13:13:23 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/util/TestWebUtil.java 3 Apr 2006 23:36:56 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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 Index: lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_common/test/java/org/lamsfoundation/lams/util/zipfile/Attic/TestZipFileUtil.java,v diff -u -r1.6 -r1.7 --- lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java 3 Apr 2006 13:13:24 -0000 1.6 +++ lams_common/test/java/org/lamsfoundation/lams/util/zipfile/TestZipFileUtil.java 3 Apr 2006 23:36:58 -0000 1.7 @@ -4,8 +4,8 @@ * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation. + * it under the terms of the GNU General Public License version 2.0 + * 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