|
From: Jonathan L. <le...@us...> - 2006-11-25 21:40:05
|
Update of /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3630/src/edu/harvard/syrah/pyxida/nc/lib Modified Files: Coordinate.java NCClient.java Log Message: objComm is looking for SBON code :( Index: Coordinate.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/Coordinate.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Coordinate.java 21 Nov 2006 21:14:59 -0000 1.1 --- Coordinate.java 25 Nov 2006 21:39:59 -0000 1.2 *************** *** 6,10 **** /* ! * NCLib - a network coordinate library * * This program is free software; you can redistribute it and/or modify it under --- 6,10 ---- /* ! * Pyxida - a network coordinate library * * This program is free software; you can redistribute it and/or modify it under Index: NCClient.java =================================================================== RCS file: /cvsroot/pyxida/Pyxida/src/edu/harvard/syrah/pyxida/nc/lib/NCClient.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NCClient.java 21 Nov 2006 21:14:59 -0000 1.1 --- NCClient.java 25 Nov 2006 21:39:59 -0000 1.2 *************** *** 2,6 **** /* ! * NCLib - a network coordinate library * * This program is free software; you can redistribute it and/or modify it under --- 2,6 ---- /* ! * Pyxida - a network coordinate library * * This program is free software; you can redistribute it and/or modify it under *************** *** 39,43 **** * hosts that support Vivaldi. * ! * @author Michael Parker, Jonathan Ledlie * * @param <T> --- 39,43 ---- * hosts that support Vivaldi. * ! * @author Michael Parker, Jonathan Ledlie, Peter Pietzuch * * @param <T> |