gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph ./Makefile alph/util/psimages.py org/nongn...


From: Tuomas J. Lukka
Subject: [Gzz-commits] alph ./Makefile alph/util/psimages.py org/nongn...
Date: Wed, 11 Jun 2003 13:50:19 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/11 13:50:18

Modified files:
        .              : Makefile 
        alph/util      : psimages.py 
        org/nongnu/alph: Alph.java BlockFile.java PageScrollBlock.java 
        org/nongnu/alph/impl: AbstractImageSpan.java 
                              AbstractScrollBlock.java AbstractSpan.java 
                              AbstractSpan1D.java StdBlockFile.java 
                              StdPageSpan.java StdTextSpan.java 
                              StormAlph.java URN5SpanMaker.java 
                              URN5TextSpan.java 
        org/nongnu/alph/util: PageInfo.java SlurpStream.java 
                              XMLUtil.java 
        org/nongnu/alph/xml: SpanReader.java SpanSerializer.java 

Log message:
        Make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/Makefile.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/util/psimages.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/Alph.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/BlockFile.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/PageScrollBlock.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/AbstractImageSpan.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/AbstractScrollBlock.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/AbstractSpan.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/AbstractSpan1D.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/StdBlockFile.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/StdPageSpan.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/StdTextSpan.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/StormAlph.java.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/URN5SpanMaker.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/URN5TextSpan.java.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/util/PageInfo.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/util/SlurpStream.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/util/XMLUtil.java.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/xml/SpanReader.java.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/xml/SpanSerializer.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: alph/Makefile
diff -u alph/Makefile:1.14 alph/Makefile:1.15
--- alph/Makefile:1.14  Tue May 27 03:55:31 2003
+++ alph/Makefile       Wed Jun 11 13:50:17 2003
@@ -44,6 +44,9 @@
 tags::
        ctags -R
 
+copyrighted::
+       python ../fenfire/metacode/copyrighter.py Alph
+
 ##########################################################################
 # General documentation targets
 docs:   java-doc navidoc navilink
Index: alph/alph/util/psimages.py
diff -u alph/alph/util/psimages.py:1.5 alph/alph/util/psimages.py:1.6
--- alph/alph/util/psimages.py:1.5      Tue Apr 22 16:00:27 2003
+++ alph/alph/util/psimages.py  Wed Jun 11 13:50:17 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import os
 import re
Index: alph/org/nongnu/alph/Alph.java
diff -u alph/org/nongnu/alph/Alph.java:1.3 alph/org/nongnu/alph/Alph.java:1.4
--- alph/org/nongnu/alph/Alph.java:1.3  Mon Apr 21 15:40:08 2003
+++ alph/org/nongnu/alph/Alph.java      Wed Jun 11 13:50:17 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+Alph.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph;
 import java.io.File;
Index: alph/org/nongnu/alph/BlockFile.java
diff -u alph/org/nongnu/alph/BlockFile.java:1.1 
alph/org/nongnu/alph/BlockFile.java:1.2
--- alph/org/nongnu/alph/BlockFile.java:1.1     Sun Apr 20 04:50:02 2003
+++ alph/org/nongnu/alph/BlockFile.java Wed Jun 11 13:50:17 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+BlockFile.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph;
 
Index: alph/org/nongnu/alph/PageScrollBlock.java
diff -u alph/org/nongnu/alph/PageScrollBlock.java:1.2 
alph/org/nongnu/alph/PageScrollBlock.java:1.3
--- alph/org/nongnu/alph/PageScrollBlock.java:1.2       Tue Apr 22 07:37:29 2003
+++ alph/org/nongnu/alph/PageScrollBlock.java   Wed Jun 11 13:50:17 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PageScrollBlock.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph;
 
Index: alph/org/nongnu/alph/impl/AbstractImageSpan.java
diff -u alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.1 
alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.2
--- alph/org/nongnu/alph/impl/AbstractImageSpan.java:1.1        Mon Apr 21 
14:50:35 2003
+++ alph/org/nongnu/alph/impl/AbstractImageSpan.java    Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+AbstractImageSpan.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
Index: alph/org/nongnu/alph/impl/AbstractScrollBlock.java
diff -u alph/org/nongnu/alph/impl/AbstractScrollBlock.java:1.5 
alph/org/nongnu/alph/impl/AbstractScrollBlock.java:1.6
--- alph/org/nongnu/alph/impl/AbstractScrollBlock.java:1.5      Tue Apr 22 
15:42:12 2003
+++ alph/org/nongnu/alph/impl/AbstractScrollBlock.java  Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+AbstractScrollBlock.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/AbstractSpan.java
diff -u alph/org/nongnu/alph/impl/AbstractSpan.java:1.1 
alph/org/nongnu/alph/impl/AbstractSpan.java:1.2
--- alph/org/nongnu/alph/impl/AbstractSpan.java:1.1     Mon Apr 21 14:50:35 2003
+++ alph/org/nongnu/alph/impl/AbstractSpan.java Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+AbstractSpan.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
@@ -9,7 +33,7 @@
  * Simply stores the ScrollBlock.
  */
 abstract public class AbstractSpan implements Span {
-private static final String rcsid = "$Id: AbstractSpan.java,v 1.1 2003/04/21 
18:50:35 tjl Exp $";
+private static final String rcsid = "$Id: AbstractSpan.java,v 1.2 2003/06/11 
17:50:18 tjl Exp $";
 
     protected ScrollBlock scrollBlock;
     public AbstractSpan(ScrollBlock scrollBlock) { 
Index: alph/org/nongnu/alph/impl/AbstractSpan1D.java
diff -u alph/org/nongnu/alph/impl/AbstractSpan1D.java:1.1 
alph/org/nongnu/alph/impl/AbstractSpan1D.java:1.2
--- alph/org/nongnu/alph/impl/AbstractSpan1D.java:1.1   Mon Apr 21 14:50:35 2003
+++ alph/org/nongnu/alph/impl/AbstractSpan1D.java       Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+AbstractSpan1D.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
@@ -8,7 +32,7 @@
 /** An abstract base class for 1D spans.
  */
 abstract class AbstractSpan1D extends AbstractSpan implements Span1D {
-private static final String rcsid = "$Id: AbstractSpan1D.java,v 1.1 2003/04/21 
18:50:35 tjl Exp $";
+private static final String rcsid = "$Id: AbstractSpan1D.java,v 1.2 2003/06/11 
17:50:18 tjl Exp $";
     public static boolean dbg = false;
     final static void pa(String s) { System.out.println(s); }
 
Index: alph/org/nongnu/alph/impl/StdBlockFile.java
diff -u alph/org/nongnu/alph/impl/StdBlockFile.java:1.2 
alph/org/nongnu/alph/impl/StdBlockFile.java:1.3
--- alph/org/nongnu/alph/impl/StdBlockFile.java:1.2     Tue Apr 22 11:15:10 2003
+++ alph/org/nongnu/alph/impl/StdBlockFile.java Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+StdBlockFile.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/StdPageSpan.java
diff -u alph/org/nongnu/alph/impl/StdPageSpan.java:1.2 
alph/org/nongnu/alph/impl/StdPageSpan.java:1.3
--- alph/org/nongnu/alph/impl/StdPageSpan.java:1.2      Tue Apr 22 07:37:29 2003
+++ alph/org/nongnu/alph/impl/StdPageSpan.java  Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+StdPageSpan.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/StdTextSpan.java
diff -u alph/org/nongnu/alph/impl/StdTextSpan.java:1.1 
alph/org/nongnu/alph/impl/StdTextSpan.java:1.2
--- alph/org/nongnu/alph/impl/StdTextSpan.java:1.1      Mon Apr 21 14:50:35 2003
+++ alph/org/nongnu/alph/impl/StdTextSpan.java  Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+StdTextSpan.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/StormAlph.java
diff -u alph/org/nongnu/alph/impl/StormAlph.java:1.6 
alph/org/nongnu/alph/impl/StormAlph.java:1.7
--- alph/org/nongnu/alph/impl/StormAlph.java:1.6        Sat May 24 08:19:11 2003
+++ alph/org/nongnu/alph/impl/StormAlph.java    Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+StormAlph.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/URN5SpanMaker.java
diff -u alph/org/nongnu/alph/impl/URN5SpanMaker.java:1.2 
alph/org/nongnu/alph/impl/URN5SpanMaker.java:1.3
--- alph/org/nongnu/alph/impl/URN5SpanMaker.java:1.2    Sun Jun  8 07:18:04 2003
+++ alph/org/nongnu/alph/impl/URN5SpanMaker.java        Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+URN5SpanMaker.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/impl/URN5TextSpan.java
diff -u alph/org/nongnu/alph/impl/URN5TextSpan.java:1.3 
alph/org/nongnu/alph/impl/URN5TextSpan.java:1.4
--- alph/org/nongnu/alph/impl/URN5TextSpan.java:1.3     Sun Apr  6 09:02:51 2003
+++ alph/org/nongnu/alph/impl/URN5TextSpan.java Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+URN5TextSpan.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.impl;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/util/PageInfo.java
diff -u alph/org/nongnu/alph/util/PageInfo.java:1.1 
alph/org/nongnu/alph/util/PageInfo.java:1.2
--- alph/org/nongnu/alph/util/PageInfo.java:1.1 Tue Apr 22 05:10:38 2003
+++ alph/org/nongnu/alph/util/PageInfo.java     Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+PageInfo.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.util;
 
Index: alph/org/nongnu/alph/util/SlurpStream.java
diff -u alph/org/nongnu/alph/util/SlurpStream.java:1.1 
alph/org/nongnu/alph/util/SlurpStream.java:1.2
--- alph/org/nongnu/alph/util/SlurpStream.java:1.1      Sat Apr 12 02:30:23 2003
+++ alph/org/nongnu/alph/util/SlurpStream.java  Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+SlurpStream.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.util;
 import java.io.*;
Index: alph/org/nongnu/alph/util/XMLUtil.java
diff -u alph/org/nongnu/alph/util/XMLUtil.java:1.2 
alph/org/nongnu/alph/util/XMLUtil.java:1.3
--- alph/org/nongnu/alph/util/XMLUtil.java:1.2  Sun Jun  8 07:18:05 2003
+++ alph/org/nongnu/alph/util/XMLUtil.java      Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+XMLUtil.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.util;
 
Index: alph/org/nongnu/alph/xml/SpanReader.java
diff -u alph/org/nongnu/alph/xml/SpanReader.java:1.8 
alph/org/nongnu/alph/xml/SpanReader.java:1.9
--- alph/org/nongnu/alph/xml/SpanReader.java:1.8        Fri Apr 25 11:33:56 2003
+++ alph/org/nongnu/alph/xml/SpanReader.java    Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+SpanReader.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.xml;
 import org.nongnu.alph.*;
Index: alph/org/nongnu/alph/xml/SpanSerializer.java
diff -u alph/org/nongnu/alph/xml/SpanSerializer.java:1.9 
alph/org/nongnu/alph/xml/SpanSerializer.java:1.10
--- alph/org/nongnu/alph/xml/SpanSerializer.java:1.9    Sun Jun  8 07:18:05 2003
+++ alph/org/nongnu/alph/xml/SpanSerializer.java        Wed Jun 11 13:50:18 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+SpanSerializer.java
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Alph.
+ *    
+ *    Alph 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.
+ *    
+ *    Alph 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 Alph; 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.nongnu.alph.xml;
 import org.nongnu.alph.*;




reply via email to

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