Update of /cvsroot/jrobin/src/jrobin/mrtg/client In directory sc8-pr-cvs1:/tmp/cvs-serv4316/jrobin/mrtg/client Modified Files: AboutDialog.java Client.java EditLinkDialog.java EditRouterDialog.java GraphFrame.java HelpDialog.java HostDialog.java LinkInfo.java MrtgData.java Resources.java RouterInfo.java RpcClient.java ServerInfo.java SplashWindow.java TreeElementInfo.java TreeRenderer.java Util.java Log Message: Uniform source code headers provided. Minor changes to Demo classes Index: AboutDialog.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/AboutDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AboutDialog.java 4 Sep 2003 13:28:18 -0000 1.1 --- AboutDialog.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: Client.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/Client.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Client.java 1 Oct 2003 14:38:56 -0000 1.2 --- Client.java 6 Nov 2003 15:52:52 -0000 1.3 *************** *** 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: EditLinkDialog.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/EditLinkDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EditLinkDialog.java 4 Sep 2003 13:28:18 -0000 1.1 --- EditLinkDialog.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: EditRouterDialog.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/EditRouterDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EditRouterDialog.java 4 Sep 2003 13:28:18 -0000 1.1 --- EditRouterDialog.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: GraphFrame.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/GraphFrame.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** GraphFrame.java 2 Oct 2003 09:30:40 -0000 1.2 --- GraphFrame.java 6 Nov 2003 15:52:52 -0000 1.3 *************** *** 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: HelpDialog.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/HelpDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HelpDialog.java 4 Sep 2003 13:28:18 -0000 1.1 --- HelpDialog.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: HostDialog.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/HostDialog.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HostDialog.java 4 Sep 2003 13:28:18 -0000 1.1 --- HostDialog.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: LinkInfo.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/LinkInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** LinkInfo.java 4 Sep 2003 13:28:18 -0000 1.1 --- LinkInfo.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: MrtgData.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/MrtgData.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MrtgData.java 4 Sep 2003 13:28:18 -0000 1.1 --- MrtgData.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: Resources.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/Resources.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Resources.java 4 Sep 2003 13:28:18 -0000 1.1 --- Resources.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: RouterInfo.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/RouterInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RouterInfo.java 4 Sep 2003 13:28:18 -0000 1.1 --- RouterInfo.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: RpcClient.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/RpcClient.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RpcClient.java 4 Sep 2003 13:28:18 -0000 1.1 --- RpcClient.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: ServerInfo.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/ServerInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ServerInfo.java 4 Sep 2003 13:28:18 -0000 1.1 --- ServerInfo.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: SplashWindow.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/SplashWindow.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SplashWindow.java 4 Sep 2003 13:28:18 -0000 1.1 --- SplashWindow.java 6 Nov 2003 15:52:52 -0000 1.2 *************** *** 1,2 **** --- 1,26 ---- + /* ============================================================ + * JRobin : Pure java implementation of RRDTool's functionality + * ============================================================ + * + * Project Info: http://www.sourceforge.net/projects/jrobin + * Project Lead: Sasa Markovic (sa...@eu...); + * + * (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; + * either version 2.1 of the License, or (at your option) any later version. + * + * This library 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License along with this + * library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, + * Boston, MA 02111-1307, USA. + */ package jrobin.mrtg.client; Index: TreeElementInfo.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/TreeElementInfo.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TreeElementInfo.java 4 Sep 2003 13:28:18 -0000 1.1 --- TreeElementInfo.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: TreeRenderer.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/TreeRenderer.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TreeRenderer.java 4 Sep 2003 13:28:18 -0000 1.1 --- TreeRenderer.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: Util.java =================================================================== RCS file: /cvsroot/jrobin/src/jrobin/mrtg/client/Util.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Util.java 4 Sep 2003 13:28:18 -0000 1.1 --- Util.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; |