|
From: <sa...@us...> - 2003-11-06 15:52:59
|
Update of /cvsroot/jrobin/src/jrobin/mrtg/server In directory sc8-pr-cvs1:/tmp/cvs-serv4316/jrobin/mrtg/server Modified Files: Archiver.java Collector.java Config.java Grapher.java Hardware.java Link.java RawSample.java Router.java RpcServer.java Scheduler.java Server.java SnmpCommunicator.java Log Message: Uniform source code headers provided. Minor changes to Demo classes Index: Archiver.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Archiver.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Archiver.java 4 Sep 2003 13:28:38 -0000 1.1 --- Archiver.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Collector.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Collector.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Collector.java 4 Sep 2003 13:28:38 -0000 1.1 --- Collector.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Config.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Config.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Config.java 4 Sep 2003 13:28:38 -0000 1.1 --- Config.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Grapher.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Grapher.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Grapher.java 30 Oct 2003 16:21:13 -0000 1.4 --- Grapher.java 6 Nov 2003 15:52:52 -0000 1.5 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Hardware.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Hardware.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Hardware.java 4 Sep 2003 13:28:38 -0000 1.1 --- Hardware.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Link.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Link.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Link.java 4 Sep 2003 13:28:38 -0000 1.1 --- Link.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: RawSample.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/RawSample.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RawSample.java 4 Sep 2003 13:28:38 -0000 1.1 --- RawSample.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Router.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Router.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Router.java 4 Sep 2003 13:28:38 -0000 1.1 --- Router.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: RpcServer.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/RpcServer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RpcServer.java 4 Sep 2003 13:28:38 -0000 1.1 --- RpcServer.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Scheduler.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Scheduler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Scheduler.java 4 Sep 2003 13:28:38 -0000 1.1 --- Scheduler.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: Server.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/Server.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Server.java 4 Sep 2003 13:28:38 -0000 1.1 --- Server.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; Index: SnmpCommunicator.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/server/SnmpCommunicator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SnmpCommunicator.java 4 Sep 2003 13:28:38 -0000 1.1 --- SnmpCommunicator.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 8,11 **** --- 8,14 ---- * (C) Copyright 2003, by Sasa Markovic. * + * Developers: Sasa Markovic (sa...@jr...) + * Arne Vandamme (cob...@jr...) + * * This library is free software; you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software Foundation; |