Update of /cvsroot/synclast/client/src/com/synclast
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13733
Modified Files:
StyleSheet.java SynclastException.java
Log Message:
Added license header to these recent classes
Index: StyleSheet.java
===================================================================
RCS file: /cvsroot/synclast/client/src/com/synclast/StyleSheet.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** StyleSheet.java 18 Sep 2006 07:59:04 -0000 1.13
--- StyleSheet.java 18 Sep 2006 11:15:36 -0000 1.14
***************
*** 1,2 ****
--- 1,21 ----
+ /*
+ $Id$
+
+ This file is part of the Synclast UI API.
+
+ The Synclast UI API 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.
+
+ The Synclast UI API 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.
+
+ You should have received a copy of the GNU General Public License
+ along with the Synclast UI API; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
package com.synclast;
Index: SynclastException.java
===================================================================
RCS file: /cvsroot/synclast/client/src/com/synclast/SynclastException.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SynclastException.java 18 Sep 2006 07:59:04 -0000 1.1
--- SynclastException.java 18 Sep 2006 11:15:36 -0000 1.2
***************
*** 1,2 ****
--- 1,21 ----
+ /*
+ $Id$
+
+ This file is part of the Synclast UI API.
+
+ The Synclast UI API 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.
+
+ The Synclast UI API 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.
+
+ You should have received a copy of the GNU General Public License
+ along with the Synclast UI API; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
package com.synclast;
|