Update of /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9885/JavaSource/org/unitime/timetable/gwt/server/custom Modified Files: Tag: dev_curriculum SectionLimitProvider.java SectionUrlProvider.java CourseDetailsProvider.java CustomSectionNames.java Log Message: License changed to GNU GPL version 3 (was version 2). Index: SectionLimitProvider.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/Attic/SectionLimitProvider.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 *** SectionLimitProvider.java 21 May 2010 19:45:36 -0000 1.1.2.1 --- SectionLimitProvider.java 9 Nov 2010 12:25:51 -0000 1.1.2.2 *************** *** 1,4 **** /* ! * UniTime 4.0 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. --- 1,4 ---- /* ! * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. *************** *** 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.server.custom; --- 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.server.custom; *************** *** 25,28 **** --- 25,31 ---- import org.unitime.timetable.gwt.server.AcademicSessionInfo; + /** + * @author Tomas Muller + */ public interface SectionLimitProvider { Index: CourseDetailsProvider.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/Attic/CourseDetailsProvider.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 *** CourseDetailsProvider.java 22 May 2010 17:18:14 -0000 1.1.2.1 --- CourseDetailsProvider.java 9 Nov 2010 12:25:51 -0000 1.1.2.2 *************** *** 1,4 **** /* ! * UniTime 4.0 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. --- 1,4 ---- /* ! * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. *************** *** 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.server.custom; --- 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.server.custom; *************** *** 23,26 **** --- 23,29 ---- import org.unitime.timetable.gwt.shared.SectioningException; + /** + * @author Tomas Muller + */ public interface CourseDetailsProvider { public String getDetails(AcademicSessionInfo session, String subject, String courseNbr) throws SectioningException; Index: CustomSectionNames.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/Attic/CustomSectionNames.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 *** CustomSectionNames.java 22 May 2010 17:18:14 -0000 1.1.2.1 --- CustomSectionNames.java 9 Nov 2010 12:25:51 -0000 1.1.2.2 *************** *** 1,4 **** /* ! * UniTime 4.0 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. --- 1,4 ---- /* ! * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. *************** *** 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.server.custom; --- 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.server.custom; *************** *** 22,25 **** --- 22,28 ---- import org.unitime.timetable.gwt.server.AcademicSessionInfo; + /** + * @author Tomas Muller + */ public interface CustomSectionNames { public void update(AcademicSessionInfo session); Index: SectionUrlProvider.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/Attic/SectionUrlProvider.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 *** SectionUrlProvider.java 21 May 2010 19:45:36 -0000 1.1.2.1 --- SectionUrlProvider.java 9 Nov 2010 12:25:51 -0000 1.1.2.2 *************** *** 1,4 **** /* ! * UniTime 4.0 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. --- 1,4 ---- /* ! * UniTime 3.2 (University Timetabling Application) * Copyright (C) 2010, UniTime LLC, and individual contributors * as indicated by the @authors tag. *************** *** 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.server.custom; --- 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.server.custom; *************** *** 24,27 **** --- 24,30 ---- import org.unitime.timetable.gwt.server.AcademicSessionInfo; + /** + * @author Tomas Muller + */ public interface SectionUrlProvider { |