Author: frank
Date: 2006-03-30 12:43:55 +0000 (Thu, 30 Mar 2006)
New Revision: 1143

Modified:
   tetex-base/trunk/debian/copyright.header
   tetex-base/trunk/debian/tpm/concmath.tpm
   tetex-base/trunk/debian/tpm2licenses-new.pl
Log:
further work on licenses; print an empty line before each package

Modified: tetex-base/trunk/debian/copyright.header
===================================================================
--- tetex-base/trunk/debian/copyright.header    2006-03-29 20:57:45 UTC (rev 
1142)
+++ tetex-base/trunk/debian/copyright.header    2006-03-30 12:43:55 UTC (rev 
1143)
@@ -175,7 +175,27 @@
 
 - cite:  chapterbib.sty is missing a license statement in the header
 
+- Problematic files by Donald Arseneau:
 
+  * chapterbib.sty: no license information
+  * tabls.sty: no license information
+  * import.sty: "this software is free of any restrictions"
+  * relsize.sty: "public domain", nothing else
+  * shapepar.sty: noncommercial
+  * version.sty: no license information, not only by D.A.
+  * selectp.sty: no license information
+  *./source/latex/shapepar/README.shapepar
+   ./source/latex/shapepar/shapepar.sty
+   ./source/latex/shapepar/shapepar.ltx
+   ./source/latex/hyphenat/hyphenat.dtx: no license information
+
+
+- citesort.sty: no license statement
+
+- index.doc: no license statement - probably unused
+
+- dinbrief: lppl 1.1+, but with additional restrictions which may be non-free 
+
 3.3 Text of the licenses
 
 
@@ -241,7 +261,7 @@
 B. Individual files, not belonging to any package: 
 
 %  cahyph.tex: LPPL 1+
-  gahyph.tex: GPL 2+
+%  gahyph.tex: GPL 2+
 %  icehyph.tex: LPPL 1.2+
 %  ruhyphas.tex: LPPL 1.2+
 %  ruhyphzn.tex: LPPL 1.2+
@@ -256,7 +276,7 @@
 %  acronym: LPPL 1.3+
 %  adrconv: LPPL 1.2+
 %  ae: GPL % contacted upstream
-  base: See LaTeX
+%  base: See LaTeX
 %  bbold: mBSD
 %  caption: LPPL 1.3+
 %  carlisle: LPPL 1+
@@ -268,7 +288,6 @@
 %  curves: LPPL 1.2+
 %  custom-bib: LPPL 1+
 %  cyrillic: LPPL 1+
-  dinbrief: LPPL 1.1+
   dstroke: PD (2)
   epic: PD (3)
   endfloat: GPL 2+

Modified: tetex-base/trunk/debian/tpm/concmath.tpm
===================================================================
--- tetex-base/trunk/debian/tpm/concmath.tpm    2006-03-29 20:57:45 UTC (rev 
1142)
+++ tetex-base/trunk/debian/tpm/concmath.tpm    2006-03-30 12:43:55 UTC (rev 
1143)
@@ -59,9 +59,6 @@
 texmf-dist/fonts/tfm/public/concmath/xccbm8.tfm
 texmf-dist/fonts/tfm/public/concmath/xccbm9.tfm
 texmf-dist/fonts/tfm/public/concmath/xccex10.tfm
-texmf-dist/fonts/tfm/public/concmath/xccex7.tfm
-texmf-dist/fonts/tfm/public/concmath/xccex8.tfm
-texmf-dist/fonts/tfm/public/concmath/xccex9.tfm
 texmf-dist/fonts/tfm/public/concmath/xccmi10.tfm
 texmf-dist/fonts/tfm/public/concmath/xccmi5.tfm
 texmf-dist/fonts/tfm/public/concmath/xccmi6.tfm
@@ -86,9 +83,6 @@
 texmf-dist/tpm/concmath.tpm
     </TPM:RunFiles>
     <TPM:DocFiles size="40054">
-texmf-dist/doc/fonts/concmath/CATALOGUE
-texmf-dist/doc/fonts/concmath/Makefile
-texmf-dist/doc/fonts/concmath/README
 texmf-dist/doc/latex/concmath/concmath.dvi
     </TPM:DocFiles>
     <TPM:SourceFiles size="38108">

Modified: tetex-base/trunk/debian/tpm2licenses-new.pl
===================================================================
--- tetex-base/trunk/debian/tpm2licenses-new.pl 2006-03-29 20:57:45 UTC (rev 
1142)
+++ tetex-base/trunk/debian/tpm2licenses-new.pl 2006-03-30 12:43:55 UTC (rev 
1143)
@@ -310,6 +310,7 @@
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]);
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]) if 
(@DocFiles);
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]) if 
(@SourceFiles);
+           print "\n";
            print $pkg_header . "\n @RunFiles @DocFiles @SourceFiles";
        };
        if ( /^tetex-base$/ ) {
@@ -322,6 +323,7 @@
 
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]);
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]) if 
(@DocFiles);
+           print "\n";
            print $pkg_header . "\n @RunFiles @DocFiles";
        };
        if ( /^tetex-src$/ ) {
@@ -332,7 +334,8 @@
            };
 
            MergeDirectories([EMAIL PROTECTED],[EMAIL PROTECTED]);
-           print $pkg_header . "\n @SourceFiles \n" unless (! @SourceFiles);
+           print "\n";
+           print $pkg_header . "\n @SourceFiles" unless (! @SourceFiles);
        };
     };
 }


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to