|
From: Alexander S. <as...@us...> - 2006-07-23 17:23:32
|
Update of /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14918/src/vsis/im/protocols Modified Files: IMProtocol.java ProtocolRegistry.java SessionProtocol.java MessageHandler.java StatusProtocol.java TextIMProtocol.java Log Message: license header updates where possible Index: TextIMProtocol.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/TextIMProtocol.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TextIMProtocol.java 21 Jan 2006 12:22:58 -0000 1.7 --- TextIMProtocol.java 23 Jul 2006 17:23:27 -0000 1.8 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * Index: SessionProtocol.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/SessionProtocol.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** SessionProtocol.java 12 Feb 2006 13:05:46 -0000 1.6 --- SessionProtocol.java 23 Jul 2006 17:23:27 -0000 1.7 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * Index: MessageHandler.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/MessageHandler.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MessageHandler.java 21 Jan 2006 12:22:58 -0000 1.2 --- MessageHandler.java 23 Jul 2006 17:23:27 -0000 1.3 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * Index: StatusProtocol.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/StatusProtocol.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StatusProtocol.java 21 Jan 2006 12:22:58 -0000 1.5 --- StatusProtocol.java 23 Jul 2006 17:23:27 -0000 1.6 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * Index: ProtocolRegistry.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/ProtocolRegistry.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ProtocolRegistry.java 21 Jan 2006 12:22:58 -0000 1.3 --- ProtocolRegistry.java 23 Jul 2006 17:23:27 -0000 1.4 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * Index: IMProtocol.java =================================================================== RCS file: /cvsroot/jxtaim/jxtaim/src/vsis/im/protocols/IMProtocol.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IMProtocol.java 21 Jan 2006 12:22:58 -0000 1.2 --- IMProtocol.java 23 Jul 2006 17:23:27 -0000 1.3 *************** *** 19,23 **** * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> or <as...@de...> * web: http://www.juxim.org * --- 19,23 ---- * * The authors can be contacted as follows: ! * email: Alexander Sack <as...@jw...> * web: http://www.juxim.org * |