Update of /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9885/JavaSource/org/unitime/timetable/gwt/client/curricula Modified Files: Tag: dev_curriculum ClassificationsEdit.java CurriculumEdit.java CurriculaClassifications.java CurriculumCookie.java CourseCurriculaTable.java CurriculaPage.java CurriculaCourseSelectionBox.java CurriculaTable.java CurriculumProjectionRulesPage.java CurriculaCourses.java Log Message: License changed to GNU GPL version 3 (was version 2). Index: CurriculaCourses.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculaCourses.java,v retrieving revision 1.1.2.5 retrieving revision 1.1.2.6 diff -C2 -d -r1.1.2.5 -r1.1.2.6 *** CurriculaCourses.java 3 Nov 2010 16:52:41 -0000 1.1.2.5 --- CurriculaCourses.java 9 Nov 2010 12:25:51 -0000 1.1.2.6 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 70,73 **** --- 70,76 ---- import com.google.gwt.user.client.ui.Widget; + /** + * @author Tomas Muller + */ public class CurriculaCourses extends Composite { private UniTimeTable<String> iTable = null; Index: CurriculaCourseSelectionBox.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculaCourseSelectionBox.java,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** CurriculaCourseSelectionBox.java 3 Nov 2010 16:52:41 -0000 1.1.2.3 --- CurriculaCourseSelectionBox.java 9 Nov 2010 12:25:51 -0000 1.1.2.4 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 87,90 **** --- 87,93 ---- import com.google.gwt.user.client.ui.SuggestOracle.Suggestion; + /** + * @author Tomas Muller + */ public class CurriculaCourseSelectionBox extends Composite implements Validator, Focusable { public static final StudentSectioningResources RESOURCES = GWT.create(StudentSectioningResources.class); Index: CurriculumEdit.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculumEdit.java,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -C2 -d -r1.1.2.8 -r1.1.2.9 *** CurriculumEdit.java 3 Nov 2010 16:52:41 -0000 1.1.2.8 --- CurriculumEdit.java 9 Nov 2010 12:25:50 -0000 1.1.2.9 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 57,60 **** --- 57,63 ---- import com.google.gwt.user.client.ui.ValueBoxBase; + /** + * @author Tomas Muller + */ public class CurriculumEdit extends Composite { private final CurriculaServiceAsync iService = GWT.create(CurriculaService.class); Index: ClassificationsEdit.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/ClassificationsEdit.java,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** ClassificationsEdit.java 3 Nov 2010 16:52:41 -0000 1.1.2.2 --- ClassificationsEdit.java 9 Nov 2010 12:25:50 -0000 1.1.2.3 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 64,67 **** --- 64,70 ---- import com.google.gwt.user.client.ui.Widget; + /** + * @author Tomas Muller + */ public class ClassificationsEdit extends Composite { private final CurriculaServiceAsync iService = GWT.create(CurriculaService.class); Index: CurriculaTable.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculaTable.java,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** CurriculaTable.java 17 Sep 2010 14:49:31 -0000 1.1.2.2 --- CurriculaTable.java 9 Nov 2010 12:25:51 -0000 1.1.2.3 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 67,70 **** --- 67,73 ---- import com.google.gwt.user.client.ui.Widget; + /** + * @author Tomas Muller + */ public class CurriculaTable extends Composite { public static final GwtResources RESOURCES = GWT.create(GwtResources.class); Index: CurriculaClassifications.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculaClassifications.java,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** CurriculaClassifications.java 3 Nov 2010 16:52:41 -0000 1.1.2.2 --- CurriculaClassifications.java 9 Nov 2010 12:25:50 -0000 1.1.2.3 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 38,41 **** --- 38,44 ---- import com.google.gwt.user.client.ui.ValueBoxBase; + /** + * @author Tomas Muller + */ public class CurriculaClassifications extends Composite { Index: CurriculumProjectionRulesPage.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculumProjectionRulesPage.java,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** CurriculumProjectionRulesPage.java 3 Nov 2010 16:52:41 -0000 1.1.2.3 --- CurriculumProjectionRulesPage.java 9 Nov 2010 12:25:51 -0000 1.1.2.4 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 72,75 **** --- 72,78 ---- import com.google.gwt.user.client.ui.Widget; + /** + * @author Tomas Muller + */ public class CurriculumProjectionRulesPage extends Composite { public static final GwtResources RESOURCES = GWT.create(GwtResources.class); Index: CourseCurriculaTable.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CourseCurriculaTable.java,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** CourseCurriculaTable.java 4 Oct 2010 15:16:34 -0000 1.1.2.3 --- CourseCurriculaTable.java 9 Nov 2010 12:25:51 -0000 1.1.2.4 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 68,71 **** --- 68,74 ---- import com.google.gwt.user.client.ui.Widget; + /** + * @author Tomas Muller + */ public class CourseCurriculaTable extends Composite { public static final GwtResources RESOURCES = GWT.create(GwtResources.class); Index: CurriculaPage.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculaPage.java,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** CurriculaPage.java 3 Nov 2010 16:52:41 -0000 1.1.2.4 --- CurriculaPage.java 9 Nov 2010 12:25:51 -0000 1.1.2.5 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 64,67 **** --- 64,70 ---- import com.google.gwt.user.client.ui.VerticalPanel; + /** + * @author Tomas Muller + */ public class CurriculaPage extends Composite { public static final GwtResources RESOURCES = GWT.create(GwtResources.class); Index: CurriculumCookie.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/curricula/Attic/CurriculumCookie.java,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** CurriculumCookie.java 16 Sep 2010 17:17:46 -0000 1.1.2.1 --- CurriculumCookie.java 9 Nov 2010 12:25:51 -0000 1.1.2.2 *************** *** 6,10 **** * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * --- 6,10 ---- * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * *************** *** 15,20 **** * * You should have received a copy of the GNU General Public License along ! * with this program; if not, write to the Free Software Foundation, Inc., ! * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ package org.unitime.timetable.gwt.client.curricula; --- 15,20 ---- * * You should have received a copy of the GNU General Public License along ! * with this program. If not, see <http://www.gnu.org/licenses/>. ! * */ package org.unitime.timetable.gwt.client.curricula; *************** *** 22,25 **** --- 22,28 ---- import com.google.gwt.user.client.Cookies; + /** + * @author Tomas Muller + */ public class CurriculumCookie { private CourseCurriculaTable.Type iType = CourseCurriculaTable.Type.EXP; |