Update of /cvsroot/jrobin/src/jrobin/mrtg
In directory sc8-pr-cvs1:/tmp/cvs-serv4316/jrobin/mrtg
Modified Files:
Debug.java MrtgConstants.java MrtgException.java
Log Message:
Uniform source code headers provided. Minor changes to Demo classes
Index: Debug.java
===================================================================
RCS file: /cvsroot/jrobin/src/jrobin/mrtg/Debug.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Debug.java 4 Sep 2003 13:27:38 -0000 1.1
--- Debug.java 6 Nov 2003 15:52:52 -0000 1.2
***************
*** 1,2 ****
--- 1,27 ----
+ /* ============================================================
+ * 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;
Index: MrtgConstants.java
===================================================================
RCS file: /cvsroot/jrobin/src/jrobin/mrtg/MrtgConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MrtgConstants.java 4 Sep 2003 13:27:38 -0000 1.1
--- MrtgConstants.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: MrtgException.java
===================================================================
RCS file: /cvsroot/jrobin/src/jrobin/mrtg/MrtgException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MrtgException.java 4 Sep 2003 13:27:38 -0000 1.1
--- MrtgException.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;
|