Update of /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/purdue In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9885/JavaSource/org/unitime/timetable/gwt/server/custom/purdue Modified Files: Tag: dev_curriculum PurdueCourseDetailsProvider.java PurdueSectionLimitProvider.java PurdueSectionNames.java Log Message: License changed to GNU GPL version 3 (was version 2). Index: PurdueSectionNames.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/purdue/Attic/PurdueSectionNames.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 *** PurdueSectionNames.java 18 Aug 2010 14:16:42 -0000 1.1.2.2 --- PurdueSectionNames.java 9 Nov 2010 12:25:50 -0000 1.1.2.3 *************** *** 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.purdue; --- 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.purdue; *************** *** 26,29 **** --- 26,32 ---- import org.unitime.timetable.model.dao.CourseOfferingDAO; + /** + * @author Tomas Muller + */ public class PurdueSectionNames implements CustomSectionNames { Index: PurdueSectionLimitProvider.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/purdue/Attic/PurdueSectionLimitProvider.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 *** PurdueSectionLimitProvider.java 21 May 2010 19:48:45 -0000 1.1.2.1 --- PurdueSectionLimitProvider.java 9 Nov 2010 12:25:50 -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.purdue; --- 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.purdue; *************** *** 41,44 **** --- 41,47 ---- import org.unitime.timetable.gwt.shared.SectioningExceptionType; + /** + * @author Tomas Muller + */ public class PurdueSectionLimitProvider implements SectionLimitProvider, SectionUrlProvider { private static Logger sLog = Logger.getLogger(PurdueSectionLimitProvider.class); Index: PurdueCourseDetailsProvider.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/server/custom/purdue/Attic/PurdueCourseDetailsProvider.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 *** PurdueCourseDetailsProvider.java 15 Jun 2010 12:09:51 -0000 1.1.2.2 --- PurdueCourseDetailsProvider.java 9 Nov 2010 12:25:50 -0000 1.1.2.3 *************** *** 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.purdue; --- 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.purdue; *************** *** 34,37 **** --- 34,40 ---- import org.unitime.timetable.gwt.shared.SectioningExceptionType; + /** + * @author Tomas Muller + */ public class PurdueCourseDetailsProvider implements CourseDetailsProvider { private static Logger sLog = Logger.getLogger(PurdueCourseDetailsProvider.class); |