Update of /cvsroot/jreepad/jreepad/src/jreepad/io
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv6758/src/jreepad/io
Modified Files:
TreepadWriter.java JreepadWriter.java XmlWriter.java
Log Message:
Added header comment
Index: JreepadWriter.java
===================================================================
RCS file: /cvsroot/jreepad/jreepad/src/jreepad/io/JreepadWriter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** JreepadWriter.java 18 Jan 2007 09:37:27 -0000 1.1
--- JreepadWriter.java 20 Jan 2007 13:01:35 -0000 1.2
***************
*** 1,4 ****
! package jreepad.io;
import java.io.IOException;
--- 1,22 ----
! /*
! Jreepad - personal information manager.
! Copyright (C) 2004-2006 Dan Stowell
!
! This program is free software; you can redistribute it and/or
! modify it under the terms of the GNU General Public License
! as published by the Free Software Foundation; either version 2
! of the License, or (at your option) any later version.
!
! This program 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 General Public License for more details.
!
! The full license can be read online here:
+ http://www.gnu.org/copyleft/gpl.html
+ */
+
+ package jreepad.io;
import java.io.IOException;
Index: TreepadWriter.java
===================================================================
RCS file: /cvsroot/jreepad/jreepad/src/jreepad/io/TreepadWriter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TreepadWriter.java 18 Jan 2007 09:37:26 -0000 1.1
--- TreepadWriter.java 20 Jan 2007 13:01:35 -0000 1.2
***************
*** 1,2 ****
--- 1,21 ----
+ /*
+ Jreepad - personal information manager.
+ Copyright (C) 2004-2006 Dan Stowell
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ The full license can be read online here:
+
+ http://www.gnu.org/copyleft/gpl.html
+ */
+
package jreepad.io;
Index: XmlWriter.java
===================================================================
RCS file: /cvsroot/jreepad/jreepad/src/jreepad/io/XmlWriter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** XmlWriter.java 18 Jan 2007 09:37:27 -0000 1.1
--- XmlWriter.java 20 Jan 2007 13:01:35 -0000 1.2
***************
*** 1,2 ****
--- 1,21 ----
+ /*
+ Jreepad - personal information manager.
+ Copyright (C) 2004-2006 Dan Stowell
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program 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 General Public License for more details.
+
+ The full license can be read online here:
+
+ http://www.gnu.org/copyleft/gpl.html
+ */
+
package jreepad.io;
|