|
From: Jonathan L. <le...@us...> - 2008-11-05 01:22:53
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6304 Modified Files: ApplicationObserver.java Coordinate.java EWMAStatistic.java NCClient.java ObserverList.java RemoteState.java Vec.java WindowStatistic.java Removed Files: License.txt Log Message: removed extra references to previous license Index: RemoteState.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/RemoteState.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RemoteState.java 27 Mar 2008 18:33:01 -0000 1.2 --- RemoteState.java 5 Nov 2008 01:22:49 -0000 1.3 *************** *** 24,43 **** import java.util.StringTokenizer; - /* - * NCLib - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details ( - * see the LICENSE file ). - * - * 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., 59 Temple - * Place, Suite 330, Boston, MA 02111-1307 USA - */ /** --- 24,27 ---- Index: NCClient.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/NCClient.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** NCClient.java 27 Mar 2008 18:33:01 -0000 1.9 --- NCClient.java 5 Nov 2008 01:22:49 -0000 1.10 *************** *** 18,38 **** package edu.harvard.syrah.pyxida.nc.lib; - /* - * Pyxida - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details ( - * see the LICENSE file ). - * - * 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., 59 Temple - * Place, Suite 330, Boston, MA 02111-1307 USA - */ - import java.io.DataInputStream; import java.io.DataOutputStream; --- 18,21 ---- Index: WindowStatistic.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/WindowStatistic.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WindowStatistic.java 27 Mar 2008 18:33:01 -0000 1.3 --- WindowStatistic.java 5 Nov 2008 01:22:49 -0000 1.4 *************** *** 18,38 **** package edu.harvard.syrah.pyxida.nc.lib; - /* - * NCLib - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details ( see the LICENSE file ). - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - import java.util.Arrays; import java.util.LinkedList; --- 18,21 ---- Index: Coordinate.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/Coordinate.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Coordinate.java 27 Mar 2008 18:33:01 -0000 1.7 --- Coordinate.java 5 Nov 2008 01:22:49 -0000 1.8 *************** *** 25,45 **** import edu.harvard.syrah.prp.Log; - /* - * Pyxida - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details ( - * see the LICENSE file ). - * - * 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., 59 Temple - * Place, Suite 330, Boston, MA 02111-1307 USA - */ - /** * A coordinate in the Euclidian space. --- 25,28 ---- Index: Vec.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/Vec.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Vec.java 27 Mar 2008 18:33:01 -0000 1.5 --- Vec.java 5 Nov 2008 01:22:49 -0000 1.6 *************** *** 19,39 **** /* - * NCLib - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details ( see the LICENSE file ). - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - - /* * A vector in the Euclidian space. */ --- 19,22 ---- Index: ApplicationObserver.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/ApplicationObserver.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ApplicationObserver.java 27 Mar 2008 18:33:01 -0000 1.2 --- ApplicationObserver.java 5 Nov 2008 01:22:49 -0000 1.3 *************** *** 18,38 **** package edu.harvard.syrah.pyxida.nc.lib; - /* - * NCLib - a network coordinate library - * - * This program is free software; 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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details ( see the LICENSE file ). - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - /** * An observer to be notified when the application coordinates change. --- 18,21 ---- Index: EWMAStatistic.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/EWMAStatistic.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EWMAStatistic.java 27 Mar 2008 18:33:01 -0000 1.2 --- EWMAStatistic.java 5 Nov 2008 01:22:49 -0000 1.3 *************** *** 23,43 **** package edu.harvard.syrah.pyxida.nc.lib; ! /* ! * NCLib - a network coordinate library ! * ! * This program is free software; 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. ! * ! * This program is distributed in the hope that it will be useful, but WITHOUT ! * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ! * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details ( ! * see the LICENSE file ). ! * ! * 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., 59 Temple ! * Place, Suite 330, Boston, MA 02111-1307 USA ! */ ! public class EWMAStatistic { --- 23,27 ---- package edu.harvard.syrah.pyxida.nc.lib; ! public class EWMAStatistic { Index: ObserverList.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/ObserverList.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ObserverList.java 27 Mar 2008 18:33:01 -0000 1.2 --- ObserverList.java 5 Nov 2008 01:22:49 -0000 1.3 *************** *** 18,38 **** package edu.harvard.syrah.pyxida.nc.lib; ! /* ! * NCLib - a network coordinate library ! * ! * This program is free software; 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. ! * ! * This program is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! * GNU General Public License for more details ( see the LICENSE file ). ! * ! * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! */ ! import java.util.Iterator; import java.util.LinkedList; --- 18,22 ---- package edu.harvard.syrah.pyxida.nc.lib; ! import java.util.Iterator; import java.util.LinkedList; --- License.txt DELETED --- |