|
From: Tomas M. <to...@us...> - 2010-11-09 12:26:29
|
Update of /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9885/JavaSource/org/unitime/timetable/gwt/client/page Modified Files: Tag: dev_curriculum UniTimeMenuBar.java UniTimePageLabel.java UniTimeSideBar.java UniTimeBack.java UniTimeVersion.java UniTimePageHeader.java Log Message: License changed to GNU GPL version 3 (was version 2). Index: UniTimeMenuBar.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimeMenuBar.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 *** UniTimeMenuBar.java 25 Oct 2010 14:02:36 -0000 1.1.2.5 --- UniTimeMenuBar.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 57,60 **** --- 57,63 ---- import com.google.gwt.user.client.ui.SimplePanel; + /** + * @author Tomas Muller + */ public class UniTimeMenuBar extends Composite { protected final MenuServiceAsync iService = GWT.create(MenuService.class); Index: UniTimePageLabel.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimePageLabel.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 *** UniTimePageLabel.java 21 Oct 2010 20:11:42 -0000 1.1.2.3 --- UniTimePageLabel.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 46,49 **** --- 46,52 ---- import com.google.gwt.user.client.ui.RootPanel; + /** + * @author Tomas Muller + */ public class UniTimePageLabel extends Composite { public static final GwtResources RESOURCES = GWT.create(GwtResources.class); Index: UniTimePageHeader.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimePageHeader.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 *** UniTimePageHeader.java 16 Sep 2010 17:17:47 -0000 1.1.2.1 --- UniTimePageHeader.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 44,47 **** --- 44,50 ---- import com.google.gwt.user.client.ui.VerticalPanel; + /** + * @author Tomas Muller + */ public class UniTimePageHeader extends Composite { private final MenuServiceAsync iService = GWT.create(MenuService.class); Index: UniTimeSideBar.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimeSideBar.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 *** UniTimeSideBar.java 25 Oct 2010 14:02:36 -0000 1.1.2.3 --- UniTimeSideBar.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 72,75 **** --- 72,78 ---- import com.google.gwt.user.client.ui.TreeItem; + /** + * @author Tomas Muller + */ public class UniTimeSideBar extends Composite { protected final MenuServiceAsync iService = GWT.create(MenuService.class); Index: UniTimeVersion.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimeVersion.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 *** UniTimeVersion.java 16 Sep 2010 17:17:47 -0000 1.1.2.1 --- UniTimeVersion.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 29,32 **** --- 29,35 ---- import com.google.gwt.user.client.ui.RootPanel; + /** + * @author Tomas Muller + */ public class UniTimeVersion extends Composite { private final MenuServiceAsync iService = GWT.create(MenuService.class); Index: UniTimeBack.java =================================================================== RCS file: /cvsroot/unitime/UniTime/JavaSource/org/unitime/timetable/gwt/client/page/Attic/UniTimeBack.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 *** UniTimeBack.java 16 Sep 2010 17:17:47 -0000 1.1.2.1 --- UniTimeBack.java 9 Nov 2010 12:25:50 -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.page; --- 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.page; *************** *** 30,33 **** --- 30,36 ---- import com.google.gwt.user.client.ui.RootPanel; + /** + * @author Tomas Muller + */ public class UniTimeBack { |