gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] fenfire/org/fenfire spanimages/gl/DefaultSpanIm...


From: Tuomas J. Lukka
Subject: [Gzz-commits] fenfire/org/fenfire spanimages/gl/DefaultSpanIm...
Date: Mon, 23 Jun 2003 08:30:42 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/23 08:30:42

Modified files:
        org/fenfire/spanimages/gl: DefaultSpanImageFactory.java 
                                   PageScrollBlockImager.java 
                                   PaperMaker.java PlainPaperMaker.java 
                                   PoolManager.java 
                                   ScrollBlockImager.java 
                                   SingleImage.java 
        org/fenfire/util: ControlBinding.java 

Log message:
        Make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/PaperMaker.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/PoolManager.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/spanimages/gl/SingleImage.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/util/ControlBinding.java.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java
diff -u fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java:1.1 
fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java:1.2
--- fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java:1.1  Mon Jun 
23 08:28:50 2003
+++ fenfire/org/fenfire/spanimages/gl/DefaultSpanImageFactory.java      Mon Jun 
23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+DefaultSpanImageFactory.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import org.fenfire.spanimages.*;
Index: fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java
diff -u fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java:1.2 
fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java:1.3
--- fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java:1.2    Mon Jun 
23 08:28:50 2003
+++ fenfire/org/fenfire/spanimages/gl/PageScrollBlockImager.java        Mon Jun 
23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PageScrollBlockImager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import org.nongnu.alph.*;
Index: fenfire/org/fenfire/spanimages/gl/PaperMaker.java
diff -u fenfire/org/fenfire/spanimages/gl/PaperMaker.java:1.1 
fenfire/org/fenfire/spanimages/gl/PaperMaker.java:1.2
--- fenfire/org/fenfire/spanimages/gl/PaperMaker.java:1.1       Sat Jun 21 
09:56:14 2003
+++ fenfire/org/fenfire/spanimages/gl/PaperMaker.java   Mon Jun 23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PaperMaker.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import java.io.File;
Index: fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java
diff -u fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java:1.1 
fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java:1.2
--- fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java:1.1  Mon Jun 23 
08:28:50 2003
+++ fenfire/org/fenfire/spanimages/gl/PlainPaperMaker.java      Mon Jun 23 
08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PlainPaperMaker.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import java.io.File;
Index: fenfire/org/fenfire/spanimages/gl/PoolManager.java
diff -u fenfire/org/fenfire/spanimages/gl/PoolManager.java:1.1 
fenfire/org/fenfire/spanimages/gl/PoolManager.java:1.2
--- fenfire/org/fenfire/spanimages/gl/PoolManager.java:1.1      Sat Jun 21 
09:56:14 2003
+++ fenfire/org/fenfire/spanimages/gl/PoolManager.java  Mon Jun 23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PoolManager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import org.fenfire.spanimages.*;
Index: fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java
diff -u fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java:1.2 
fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java:1.3
--- fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java:1.2        Mon Jun 
23 08:28:50 2003
+++ fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java    Mon Jun 23 
08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+ScrollBlockImager.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import java.io.File;
Index: fenfire/org/fenfire/spanimages/gl/SingleImage.java
diff -u fenfire/org/fenfire/spanimages/gl/SingleImage.java:1.3 
fenfire/org/fenfire/spanimages/gl/SingleImage.java:1.4
--- fenfire/org/fenfire/spanimages/gl/SingleImage.java:1.3      Mon Jun 23 
08:28:50 2003
+++ fenfire/org/fenfire/spanimages/gl/SingleImage.java  Mon Jun 23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+SingleImage.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 package org.fenfire.spanimages.gl;
 import java.io.File;
Index: fenfire/org/fenfire/util/ControlBinding.java
diff -u fenfire/org/fenfire/util/ControlBinding.java:1.4 
fenfire/org/fenfire/util/ControlBinding.java:1.5
--- fenfire/org/fenfire/util/ControlBinding.java:1.4    Sun Jun 22 14:18:14 2003
+++ fenfire/org/fenfire/util/ControlBinding.java        Mon Jun 23 08:30:42 2003
@@ -1,4 +1,28 @@
-// (c) Matti J. Katila
+/*
+ControlBinding.java
+ *    
+ *    Copyright (c) 2003, Matti J. Katila
+ *    This file is part of Fenfire.
+ *    
+ *    Fenfire 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 of the License, or
+ *    (at your option) any later version.
+ *    
+ *    Fenfire 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 Fenfire; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Matti J. Katila
+ */
 
 package org.fenfire.util;
 import org.nongnu.libvob.VobScene;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]